@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1200px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #031F5D;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 35px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #AD1F23;
    bottom: 0;
    left: auto;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover:after{
    width: 100%;
    right: auto;
    left: 0;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #fff;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.social-ic{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.social-ic li{
    margin-right:15px;
}
.social-ic li:last-child{
    margin: 0;
}
.social-ic li a{
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.social-ic li a:hover{
    color: #AD1F23;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.twitter-side-container {
    height: 1000px;
    overflow-y: auto;
  }
/* ***** End Fix Header **** */

/* ***** Home Page ****** */
.twitter-home-container,
.instagram-home-container {
    height: auto;
}

/* Modern improvements */
.banner-data {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    padding: clamp(1rem, 3vw, 2rem);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    margin: 0 auto;
}
.banner-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/banner-img.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.banner-data{
    max-width: 100%;
    width: 100%;
}
.banner-data h6{
    font-size: clamp(14px, 2vw, 18px);
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.banner-data h1{
    font-size: clamp(3rem, 8vw, 90px);
    color: #031f5d;
    line-height: 1.1;
    font-weight: bold;
    border-bottom: 2px solid #AD1F23;
    display: inline-block;
    margin: 0;
    word-break: keep-all;
}
.banner-data h1 span{
    color: #AD1F23;
}
.banner-data h4{
    font-weight: 500;
    color: #ffffff;
    font-size: clamp(14px, 2vw, 18px);
    letter-spacing: 1px;
    margin: 10px 0 0;
}
.banner-data h4 span{
    color: #031f5d;
}
.banner-signature {
    margin-top: 2rem;
}

.banner-signature img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #031F5D;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.story-wrp .section-title {
    color: #fff;
}

.carousel-indicators {
    margin-bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
}

.carousel-indicators button.active {
    background-color: #AD1F23;
}

.story-wrp{
    background: #0f0f1e;
    background: -moz-linear-gradient(top, #0f0f1e 0%, #031f5d 100%);
    background: -webkit-linear-gradient(top, #0f0f1e 0%,#031f5d 100%);
    background: linear-gradient(to bottom, #0f0f1e 0%,#031f5d 100%);
    padding: 60px 0;
}
.embed-responsive-16by9::before {
    padding-top: 0;
}

.embed-responsive-item {
    position: absolute;
    height: 100%;
    width: 100%;
}

.carousel-item {
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.carousel-inner {
    border-radius: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(173, 31, 35, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background: rgba(173, 31, 35, 1);
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}
.video-section{
    position: relative;
}
.youtube-video,
.story-box{
    width: 100%;
    height:750px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.story-box img{
    width: 100%;
}
.youtube-video {
    display: none;
}
.playbtn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background:#AD1F23;
    color: #fff;
}
.play-icon:hover{
    background: #111;
    color: #AD1F23;
}
.story-wrp button.slick-prev.slick-arrow,
.story-wrp button.slick-next.slick-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 2;
    font-size: 0;
    border: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.story-wrp button.slick-next.slick-arrow {
    left: auto;
    right: -20px;
}

.story-wrp button.slick-prev.slick-arrow:before,
.story-wrp button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f060";
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    left: 0;
    top: -10px;
    display: flex;
    align-items: center;
    box-shadow: 3px 1px 9px rgba(0, 0, 0, 0.06);
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size:16px;
    color: #AD1F23;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.story-wrp button.slick-next.slick-arrow:before {
    content: "\f061";
    left: auto;
    right: 0;
}
.story-wrp button.slick-prev.slick-arrow:hover:before,
.story-wrp button.slick-next.slick-arrow:hover:before {
    background:#AD1F23;
    color: #fff;
}

.serviec-wrp{
    padding: 60px 0;
    background: url('../images/service-back.jpg') 0 0 no-repeat;
    background-size: cover;
}
.service-box{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.service-box img{
    width: 100%;
}
.service-box a.serimg:before{
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #AD1F23;
    border-left: 10px solid #AD1F23;
    width: 100px;
    height: 100px;
    content: '';
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
}
.service-box a.serimg:after {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 10px solid #031F5D;
    border-right: 10px solid #031F5D;
    width: 100px;
    height: 100px;
    content: '';
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
}
.service-box:hover a.serimg::before {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service-box:hover a.serimg::after {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service-box .btns {
    background: #0F0F1E;
    padding: 7px 24px 7px 16px;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    z-index: 1;
    text-transform: uppercase;
    clip-path: polygon(90% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.follow-wrp{
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.follow-wrp h2{
    padding: 20px;
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #AD1F23 0%, #8B1A1D 100%);
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(173, 31, 35, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-follow{
    margin: 0 0 35px;
}
.social-follow i{
    width: 80px;
    height: 80px;
    background: #031F5D;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 30px;
    display: table;
}
.social-follow h3{
    font-size: 28px;
    font-weight: 600;
    color: #031F5D;
    text-align: center;
    margin: 0 0 10px;
}
.social-follow h6{
    font-size: 18px;
    font-weight: normal;
    color: #AD1F23;
    text-align: center;
    margin: 0;
}

.follow-review-wrp{
    padding: 35px 0 0;
}
.review-box{
    padding: 35px;
}
.review-box p{
    font-size: 22px;
    font-weight:400;
    color: #333;
    text-align: center;
    line-height: 35px;
    margin: 0 0 25px;
}
.review-box p a{
    display: block;
    color: #AD1F23;
}
.review-box h6{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
}
.review-box h6 a{
    color: #AD1F23;
}

.follow-wrp .slick-dots{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
}
.follow-wrp .slick-dots li{
    margin-right: 10px;
}
.follow-wrp .slick-dots li:last-child{
    margin: 0;
}
.follow-wrp .slick-dots li button{
    width: 0px;
    height: 0px;
    background: #333;
    border-radius: 50%;
    border: none;
    font-size: 0;
    color: transparent;
}
.follow-wrp .slick-dots li.slick-active button{
    background: #AD1F23;
}

.fbpost-wrp{
    padding: 15px 0;
    background: #031F5D;
}
.fb-postbx{
    display: flex;
    align-items: center;
    position: relative;
}
.fb-postbx i{
    font-size: 80px;
    color: #fff;
    margin-right: 15px;
}
.fb-postbx h6{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    margin: 0;
}
.fb-postbx:after{
    position: absolute;
    content: '';
    width: 4px;
    height:40px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.fb-fream {
    height: 80px;
    overflow: hidden;
}
.fb-fream iframe{
    width: 100% !important;
}

.sponcer-wrp {
    padding: 30px 0 0;
    background: #eee;
}

.sponcer-wrp h3 {
    font-size: 28px;
    font-weight: bold;
    color: #021F5D;
    text-align: center;
    margin: 0 0 20px;
}

/* Flex container for sponsor images */
.sponsor-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Adjust the gap as needed */
}

.sponcer-wrp img {
    height: 100px; /* Adjust height as needed */
    object-fit: contain;
    margin: 0;
    flex: 1 1 auto; /* Flex grow, shrink, and basis - modify if needed */
}

/* For smaller screens */
@media (max-width: 600px) {
    .sponsor-images {
        flex-direction: column;
    }
}


footer{
    padding: 30px 0;
}
footer .row{
    align-items: center;
}
.copyright ul{
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}
.copyright ul li{
    margin-right: 25px;
}
.copyright ul li:last-child{
    margin: 0;
}
.copyright ul li a{
    font-size: 16px;
    font-weight: 600;
    color: #AC1F21;
    display: block;
    position: relative;
}
.copyright ul li a:after{
    position: absolute;
    content: '';
    width:2px;
    height:80%;
    background: #AC1F21;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.copyright ul li:last-child a:after{
    display: none;
}
.copyright ul li a:hover{
    color: #333;
}
.copyright p{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.client-rw ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.client-rw ul li{
    margin-right: 20px;
}
.client-rw ul li:last-child{
    margin: 0;
}
.client-rw img {
    max-height: 60px;
    width: auto; /* This maintains the aspect ratio of the images */
}
/* ***** End Home Page ****** */

/* ***** About Page ***** */
.abt-banner{
    padding: 100px 0 40px;
}
.about-img img{
    width: 100%;
}
.abt-contentbox h1{
    font-size: 40px;
    font-weight: bold;
    color: #031F5D;
    margin: 0 0 35px;
}
.abt-contentbox p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 34px;
    margin: 0 0 15px;
    text-align: justify;
}
.saprater{
    width: 100%;
    height:10px;
    background: url('../images/shap.svg') 0 0 repeat;
    background-size: contain;
    margin: 0 0 25px;
}
.abt-contentbox h2{
    font-size: 30px;
    font-weight: bold;
    color: #031F5D;
    margin: 0 0 35px;
}
.abt-contentbox h3{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 0 25px;
}
.abt-contentbox h4{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 0 25px;
}
.abt-contentbox ul{
    margin: 0 0 25px;
}
.abt-contentbox ul li{
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    display: block;
}
.abt-contentbox ul li strong{
    font-weight: bold;
}
.abt-contentbox ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 20px;
}
.quicklinks-go ul{
    margin: 0 0 25px;
}
.quicklinks-go li{
    margin: 0 0 10px;
}
.quicklinks-go li a{
    padding: 10px 35px 10px 15px;
    background: #0F0F1E;
    font-size: 28px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.quicklinks-go li a:after{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #AC1F21;
    top: 10px;
    right: 10px;
    font-size: 28px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.quicklinks-go li a:hover{
    background:#AC1F21;
    color: #fff;
}
.quicklinks-go li a:hover:after{
    color: #111;
}
/* ***** End About Page ***** */
/* ***** About Page Styles **** */
.about-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.about-banner .banner-content {
    position: relative;
    z-index: 2;
}

.about-banner .page-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-content {
    background: #fff;
}

.about-content .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.about-content .subsection-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.custom-separator {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent, #007cba, transparent);
    margin: 3rem 0;
}

.story-section {
    text-align: justify;
}

.career-highlights-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.career-highlights-section ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.career-highlights-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #555;
}

.olympic-section,
.world-championships-section,
.additional-achievements {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007cba;
}

.achievement-timeline {
    margin-top: 3rem;
}

.timeline-item {
    display: flex;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007cba;
}

.timeline-year {
    min-width: 80px;
    margin-right: 1rem;
    color: #007cba;
    font-weight: 600;
}

.timeline-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.about-gallery img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.about-gallery img:hover {
    transform: scale(1.05);
}

/* Responsive styles for about page */
@media (max-width: 768px) {
    .about-banner .page-title {
        font-size: 2rem;
    }
    
    .about-content .section-title {
        font-size: 2rem;
    }
    
    .about-content .subsection-title {
        font-size: 1.3rem;
    }
    
    .timeline-item {
        flex-direction: column;
    }
    
    .timeline-year {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}

/* ***** End About Page Styles **** *//* ***** 
Camp Page Styles ***** */
.camp-banner {
    background: linear-gradient(135deg, #031F5D 0%, #0F0F1E 100%);
    padding: 100px 0 60px;
    color: #fff;
}

.camp-banner .page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.camp-banner .page-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.camp-hero-image {
    position: relative;
}

.camp-hero-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.countdown-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.countdown-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.countdown-icon {
    font-size: 3rem;
    color: #AD1F23;
    margin-bottom: 1rem;
}

.countdown-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #031F5D;
    margin-bottom: 1.5rem;
}

.countdown-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #AD1F23;
    margin-bottom: 1rem;
    font-family: 'Courier New', monospace;
}

.countdown-date {
    font-weight: 600;
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.btn-primary {
    background: linear-gradient(135deg, #AD1F23 0%, #8B1A1D 100%);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(173, 31, 35, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(173, 31, 35, 0.4);
    background: linear-gradient(135deg, #8B1A1D 0%, #AD1F23 100%);
}

.btn-secondary {
    background: linear-gradient(135deg, #031F5D 0%, #0F0F1E 100%);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(3, 31, 93, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(3, 31, 93, 0.4);
    background: linear-gradient(135deg, #0F0F1E 0%, #031F5D 100%);
}

.quicklinks-go {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #AD1F23;
    margin: 2rem 0;
}

.quicklinks-go h4 {
    color: #031F5D;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.quicklinks-go p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.quicklinks-go strong {
    color: #AD1F23;
}

/* ***** End Camp Page Styles ***** *//* 
***** Modern UX Improvements ***** */
html {
    scroll-behavior: smooth;
}

/* Loading animation */
.loading {
    opacity: 0;
    animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Improved focus states for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #AD1F23;
    outline-offset: 2px;
}

/* Skip to content link for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999999;
    padding: 8px 16px;
    background: #AD1F23;
    color: white;
    text-decoration: none;
}

.skip-link:focus {
    left: 6px;
    top: 7px;
}

/* Improved button hover effects */
.btn, .btns {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before, .btns::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before, .btns:hover::before {
    left: 100%;
}

/* Improved social media section */
.social-follow {
    transition: transform 0.3s ease;
}

.social-follow:hover {
    transform: translateY(-5px);
}

.social-follow i {
    transition: all 0.3s ease;
}

.social-follow:hover i {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(3, 31, 93, 0.3);
}

/* Improved carousel */
.carousel-item iframe {
    border-radius: 10px;
}

/* Better spacing and typography */
.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Improved mobile navigation */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(3, 31, 93, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-top: 10px;
        padding: 20px;
    }
    
    .navbar-nav .nav-link {
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
}

/* Improved service boxes */
.service-box img {
    transition: transform 0.3s ease;
}

.service-box:hover img {
    transform: scale(1.05);
}

/* Better video section */
.story-wrp {
    position: relative;
}

.story-wrp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern.png') repeat;
    opacity: 0.1;
    z-index: 1;
}

.story-wrp .container {
    position: relative;
    z-index: 2;
}

/* Improved footer */
footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 3px solid #AD1F23;
}

/* Performance optimizations */
img {
    max-width: 100%;
    height: auto;
}

.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazy.loaded {
    opacity: 1;
}

/* Print styles */
@media print {
    .banner-wrapper,
    .story-wrp,
    .serviec-wrp,
    header,
    footer {
        background: none !important;
        color: black !important;
    }
    
    .btn, .btns {
        border: 1px solid black;
        background: none !important;
        color: black !important;
    }
}

/* ***** End Modern UX Improvements ***** *//
* ***** About Page Styles ***** */

/* Hero Section */
.about-hero {
    position: relative;
    min-height: 60vh;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0;
}

/* Ensure no background repetition */
.about-hero::before,
.about-hero::after {
    display: none !important;
}

section.about-hero[style*="background-image"] {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.hero-scroll-indicator {
    margin-top: 2rem;
    text-align: center;
    animation: bounce 2s infinite;
}

.hero-scroll-indicator i {
    font-size: 2rem;
    color: #fff;
    opacity: 0.7;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

.min-vh-75 {
    min-height: auto;
}

/* Story Introduction */
.story-intro {
    background: #ffffff;
    padding: 60px 0;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: #AD1F23;
    margin: 0.5rem auto 2rem;
    border-radius: 2px;
}

.story-content {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    text-align: left;
}

.story-content p {
    margin-bottom: 2rem;
    text-align: justify;
}

.story-content p:first-child {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #333;
    padding: 60px 0;
}

.stat-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-icon {
    font-size: 3rem;
    color: #AD1F23;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #031F5D;
    margin-bottom: 0.5rem;
    font-family: 'Courier New', monospace;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Career Highlights */
.career-highlights {
    background: #ffffff;
    padding: 60px 0;
}

.highlights-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    text-align: left;
}

.highlights-intro p {
    margin-bottom: 2rem;
    text-align: justify;
}

.achievement-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #AD1F23, #031F5D);
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.olympic-card::before {
    background: linear-gradient(90deg, #FFD700, #FFA500);
}

.world-card::before {
    background: linear-gradient(90deg, #C0C0C0, #808080);
}

.card-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.card-icon {
    font-size: 3rem;
    color: #AD1F23;
    margin-bottom: 1rem;
}

.olympic-card .card-icon {
    color: #FFD700;
}

.world-card .card-icon {
    color: #C0C0C0;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #031F5D;
    margin-bottom: 0.5rem;
}

.card-subtitle {
    font-size: 1rem;
    color: #AD1F23;
    font-weight: 600;
    margin: 0;
}

.card-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    text-align: left;
}

.card-content p {
    margin-bottom: 1.5rem;
}

.card-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.card-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.additional-achievements-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 2rem;
    border-left: 5px solid #AD1F23;
}

.achievements-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #031F5D;
    margin-bottom: 1.5rem;
    text-align: center;
}

.achievements-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    text-align: left;
}

.achievements-content p {
    margin-bottom: 1.5rem;
}

.achievements-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.achievements-content li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* Timeline Section */
.timeline-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.timeline-wrapper {
    position: relative;
    padding: 2rem 0;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #AD1F23, #031F5D);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.timeline-left {
    flex-direction: row;
}

.timeline-right {
    flex-direction: row-reverse;
}

.timeline-marker {
    position: relative;
    z-index: 2;
    margin: 0 2rem;
}

.timeline-year {
    background: #AD1F23;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(173, 31, 35, 0.3);
    min-width: 100px;
}

.timeline-content-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 400px;
    transition: transform 0.3s ease;
}

.timeline-content-card:hover {
    transform: scale(1.02);
}

.timeline-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #031F5D;
    margin-bottom: 1rem;
}

.timeline-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Gallery Section */
.gallery-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-lightbox {
    display: block;
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(173, 31, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    font-size: 2rem;
    color: #fff;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-thumbnail {
    transform: scale(1.1);
}



/* Responsive Design */
@media (max-width: 991px) {
    .about-hero {
        min-height: 55vh;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .timeline-wrapper::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        padding-left: 80px;
    }
    
    .timeline-marker {
        position: absolute;
        left: 0;
        margin: 0;
    }
    
    .timeline-year {
        min-width: 60px;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .timeline-content-card {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .about-hero {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        min-height: 50vh;
        padding: 80px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .intro-content {
        padding: 0 1rem;
    }
    
    .story-content {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .stat-card {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .achievement-card {
        padding: 1.5rem;
    }
    
    .timeline-content-card {
        padding: 1.5rem;
    }
    

}

/* ***** End About Page Styles ***** *//*
 Additional text readability improvements */
.story-content strong,
.card-content strong,
.achievements-content strong {
    color: #031F5D;
    font-weight: 600;
}

.story-content em,
.card-content em,
.achievements-content em {
    color: #AD1F23;
    font-style: normal;
    font-weight: 500;
}

/* Better paragraph spacing */
.story-content p + p,
.card-content p + p,
.achievements-content p + p {
    margin-top: 1.5rem;
}

/* Improved list styling */
.story-content ul,
.card-content ul,
.achievements-content ul {
    list-style-type: none;
    padding-left: 0;
}

.story-content ul li,
.card-content ul li,
.achievements-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.story-content ul li::before,
.card-content ul li::before,
.achievements-content ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #AD1F23;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Better blockquote styling if used */
.story-content blockquote,
.card-content blockquote,
.achievements-content blockquote {
    border-left: 4px solid #AD1F23;
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #555;
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    border-radius: 0 8px 8px 0;
}

/* Responsive text improvements */
@media (max-width: 991px) {
    .section-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .story-content {
        font-size: 1rem;
    }
    
    .card-content {
        font-size: 1rem;
    }
    
    .achievements-content {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .intro-content {
        padding: 0 0.5rem;
    }
}/
* Additional hero background fix */
.about-hero {
    background-clip: border-box !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

/* Prevent any pseudo-elements from interfering */
.about-hero *::before,
.about-hero *::after {
    background-image: none !important;
}

/* Ensure container doesn't interfere with background */
.about-hero .container,
.about-hero .row,
.about-hero .col-lg-8 {
    background: transparent !important;
}/
* Medium screens (tablets) */
@media (max-width: 1024px) and (min-width: 768px) {
    .about-hero {
        min-height: 50vh;
        padding: 70px 0;
    }
}

/* Small tablets and large phones */
@media (max-width: 576px) {
    .about-hero {
        min-height: 45vh;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
}/* Ban
ner responsive improvements */
@media (max-width: 1200px) {
    .banner-data h1 {
        font-size: clamp(2.5rem, 7vw, 70px);
    }
}

@media (max-width: 991px) {
    .banner-data {
        padding: 1.5rem;
    }
    
    .banner-data h1 {
        font-size: clamp(2rem, 6vw, 60px);
    }
}

@media (max-width: 767px) {
    .banner-data {
        padding: 1rem;
        margin: 0 1rem;
    }
    
    .banner-data h1 {
        font-size: clamp(1.8rem, 8vw, 50px);
        line-height: 1.2;
    }
    
    .banner-data h6 {
        font-size: clamp(12px, 3vw, 16px);
    }
    
    .banner-data h4 {
        font-size: clamp(12px, 3vw, 16px);
    }
}

@media (max-width: 576px) {
    .banner-data h1 {
        font-size: clamp(1.5rem, 10vw, 40px);
    }
    
    .banner-signature img {
        max-width: 200px;
    }
}

@media (max-width: 400px) {
    .banner-data h1 {
        font-size: clamp(1.3rem, 12vw, 35px);
    }
    
    .banner-data {
        margin: 0 0.5rem;
    }
}/* ***
** Social Media Feed Cards ***** */
.social-feed-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.social-feed-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feed-header {
    background: linear-gradient(135deg, #031F5D 0%, #0F0F1E 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.feed-header i {
    font-size: 1.3rem;
}

.feed-content {
    padding: 1.5rem;
    max-height: 400px;
    overflow-y: auto;
}

/* Twitter Feed Styling */
.tweet-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.tweet-item:last-child {
    border-bottom: none;
}

.tweet-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.5rem;
}

.tweet-date {
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
}

/* Instagram Feed Styling */
.instagram-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
}

.instagram-item {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
}

.instagram-post {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.instagram-post:hover {
    transform: scale(1.05);
}

.instagram-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-post:hover .instagram-image {
    transform: scale(1.1);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    text-align: center;
    padding: 1rem;
}

.instagram-post:hover .instagram-overlay {
    opacity: 1;
}

.instagram-stats {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.instagram-stats i {
    font-size: 1.5rem;
    color: #ff3040;
}

.likes-count {
    font-size: 1rem;
    font-weight: 600;
}

.instagram-caption {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3;
}

/* Feed Footer */
.feed-footer {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.btn-social {
    background: linear-gradient(135deg, #AD1F23 0%, #8B1A1D 100%);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
}

.btn-social:hover {
    background: linear-gradient(135deg, #8B1A1D 0%, #AD1F23 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(173, 31, 35, 0.3);
    color: #fff;
    text-decoration: none;
}

.btn-social i {
    font-size: 1.1rem;
}

/* X (Twitter) specific styling */
.social-follow:has(+ .twitter-home-container) .feed-header {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.twitter-home-container .feed-header {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.twitter-home-container .btn-social {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.twitter-home-container .btn-social:hover {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Instagram specific styling */
.instagram-home-container .feed-header {
    background: linear-gradient(135deg, #E4405F 0%, #C13584 50%, #833AB4 100%);
}

.instagram-home-container .btn-social {
    background: linear-gradient(135deg, #E4405F 0%, #C13584 50%, #833AB4 100%);
}

.instagram-home-container .btn-social:hover {
    background: linear-gradient(135deg, #C13584 0%, #E4405F 50%, #833AB4 100%);
    box-shadow: 0 5px 15px rgba(228, 64, 95, 0.3);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .instagram-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .feed-content {
        padding: 1rem;
        max-height: 300px;
    }
    
    .feed-header {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
    
    .tweet-item {
        padding: 0.75rem 0;
    }
    
    .instagram-overlay {
        padding: 0.5rem;
    }
    
    .instagram-overlay i {
        font-size: 1.2rem;
    }
    
    .instagram-overlay span {
        font-size: 0.8rem;
    }
}

/* ***** End Social Media Feed Cards ***** *//* *
**** Modern Footer & Partners ***** */

/* Partners Section */
.partners-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.partners-title {
    font-size: 2rem;
    font-weight: 700;
    color: #031F5D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.partners-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.partner-link {
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.partner-link:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.partner-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.partner-link:hover .partner-logo {
    filter: grayscale(0%);
}

/* Modern Footer */
.modern-footer {
    background: linear-gradient(135deg, #031F5D 0%, #0F0F1E 100%);
    color: #fff;
    padding: 40px 0 20px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    height: 40px;
    width: auto;
}

.footer-tagline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 300;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #AD1F23;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-nav {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    margin: 0;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Responsive Footer */
@media (max-width: 767px) {
    .partners-grid {
        gap: 2rem;
    }
    
    .partner-logo {
        height: 50px;
    }
    
    .footer-brand {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

/* ***** End Modern Footer & Partners ***** *//*
 ***** Contact & Gallery Pages ***** */

/* Contact Page */
.contact-hero,
.gallery-hero {
    background: linear-gradient(135deg, #031F5D 0%, #0F0F1E 100%);
    color: #fff;
    padding: 100px 0 60px;
}

.contact-hero .page-title,
.gallery-hero .page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-hero .page-subtitle,
.gallery-hero .page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin: 0;
}

.contact-content,
.gallery-content {
    padding: 80px 0;
    background: #fff;
}

.contact-info .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #031F5D;
    margin-bottom: 1rem;
}

.contact-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

.contact-types {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-type {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #AD1F23;
}

.contact-type i {
    font-size: 1.5rem;
    color: #AD1F23;
    margin-top: 0.25rem;
}

.contact-type h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #031F5D;
    margin-bottom: 0.5rem;
}

.contact-type p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.contact-form-wrapper {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #031F5D;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-form-iframe {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Gallery Page */
.gallery-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

.modern-photo-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-photo-gallery .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modern-photo-gallery .gallery-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modern-photo-gallery .gallery-lightbox {
    display: block;
    position: relative;
}

.modern-photo-gallery .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(173, 31, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-photo-gallery .gallery-overlay i {
    font-size: 2rem;
    color: #fff;
}

.modern-photo-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.modern-photo-gallery .gallery-item:hover .gallery-thumbnail {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-hero .page-title,
    .gallery-hero .page-title {
        font-size: 2.5rem;
    }
    
    .contact-types {
        margin-bottom: 2rem;
    }
    
    .contact-form-wrapper {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .contact-hero,
    .gallery-hero {
        padding: 80px 0 40px;
    }
    
    .contact-hero .page-title,
    .gallery-hero .page-title {
        font-size: 2rem;
    }
    
    .contact-content,
    .gallery-content {
        padding: 60px 0;
    }
    
    .contact-info .section-title {
        font-size: 2rem;
    }
    
    .contact-type {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .contact-type i {
        margin-top: 0;
    }
    
    .modern-photo-gallery .gallery-thumbnail {
        height: 250px;
    }
}

/* ***** End Contact & Gallery Pages ***** */