
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.bg-primary {
    background-color: #052b61 !important;
}
.text-primary{
    color: #052b61 !important;
}
.logo{
    width:140px;
    padding:5px 0;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn{
    background-color: #c6902f  !important;
    border-color: #d8a646  !important;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.submenu{
    position: absolute;
    bottom: -95px;
    left: 1px;
    background: #052b61;
    color: #fff;
    padding: 10px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    text-align: left;
}
iframe{
    width: 100%;
}
.submenu li{
    font-size: 12px;
    list-style-type: none;
}
.nav-itemdropdow a:hover + ul{
    opacity: 1;
    visibility: visible;
}
.nav-itemdropdown{
    position: relative;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: #052b61;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #052b61;
}

.btn.btn-light {
    box-shadow: #052b61;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #052b61;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #052b61;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #052b61;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid #052b61;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #052b61;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


/*MArquee Section*/
.brand-marquee-wrapper {
    overflow: hidden;
    position: relative;
    padding: 8px 0;
}
.brand-card img{
    width:200px !important;
    height:auto !important;
}
.brand-marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: brandMarquee 24s linear infinite;
}
.brand-card {
    position: relative;
    /* min-width: 280px; */
    /* border-radius: 24px; */
    overflow: hidden;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); */
    /* background: #fff; */
    display: flex;
    align-items: center;
    margin: 0 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-card:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18); */
}
.brand-card video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.brand-card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 18px 20px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
}
.brand-card-overlay h4 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
}
.brand-card-overlay p {
    margin: 0;
    font-size: 13px;
    opacity: 0.95;
}
.brand-marquee-wrapper:hover .brand-marquee-track {
    animation-play-state: paused;
}
@keyframes brandMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/*MArquee Section*/





      /* MEMBERSHIP CARDS Section */
        .header-section {
            background: linear-gradient(135deg, #052b61 0%, #0a1f3f 100%);
            color: white;
            padding: 60px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header-section h1 {
            font-family: 'Playfair Display', serif;
            font-size: 42px;
            margin-bottom: 12px;
            color:#fff;
            font-weight: 700;
        }

        .header-section p {
            font-size: 16px;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Planes Container */
        .planes-container {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .plane {
            position: absolute;
            font-size: 48px;
            animation: flyPlane 15s linear infinite;
            opacity: 0.1;
        }

        .plane:nth-child(1) {
            top: 10%;
            left: -100px;
            animation-delay: 0s;
            font-size: 56px;
        }

        .plane:nth-child(2) {
            top: 50%;
            right: -100px;
            animation-delay: 5s;
            font-size: 48px;
            animation-direction: reverse;
        }

        .plane:nth-child(3) {
            top: 70%;
            left: -100px;
            animation-delay: 10s;
            font-size: 52px;
        }

        @keyframes flyPlane {
            from {
                left: -100px;
                opacity: 0.1;
            }
            50% {
                opacity: 0.15;
            }
            to {
                left: 100%;
                opacity: 0.1;
            }
        }

        /* Main Container */
        .plans-section {
            max-width: 1380px;
            margin: 20px auto 60px;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

       .plans-section .section-title {
            text-align: center;
                margin: 0 auto;
    width: max-content;
    display: block;
    margin-bottom: 60px;
        }

       .plans-section .section-title h2 {
            font-family: 'Playfair Display', serif;
            font-size: 36px;
            color: #052b61;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .plans-section .section-title p {
            font-size: 14px;
            color: #9ca3af;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        /* Cards Container */
        .cards-container {
            display: flex;
    gap: 20px;
    margin-bottom: 50px;
        }

        /* Card Styling */
        .plan-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            cursor: pointer;
        }

        .plan-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        /* Card Background Overlay */
        .card-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 0;
        }

        .plan-card:hover .card-bg-overlay {
            opacity: 0.08;
        }

        .plan-card.red .card-bg-overlay i {
            font-size: 120px;
            color: #fecaca;
        }

        .plan-card.purple .card-bg-overlay i {
            font-size: 120px;
            color: #ddd6fe;
        }

        .plan-card.white .card-bg-overlay i {
            font-size: 120px;
            color: #6d28d9;
        }
           .plan-card.blue .card-bg-overlay i {
          
        }

        /* Card Content */
        .card-content {
            position: relative;
            z-index: 1;
        }

        .card-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 6px 12px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .plan-card.red .card-badge {
            color: #fecaca;
            background: rgba(255, 255, 255, 0.1);
        }

        .plan-card.red:hover .card-badge {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .plan-card.purple .card-badge {
            color: #ddd6fe;
            background: rgba(255, 255, 255, 0.1);
        }
        .plan-card.blue .card-badge{
               color: #ddd6fe;
            background: rgba(255, 255, 255, 0.1);
        }

        .plan-card.purple:hover .card-badge {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .plan-card.white .card-badge {
            color: #6d28d9;
            background: #f3e8ff;
        }

        .plan-card.white:hover .card-badge {
            background: #e9d5ff;
            color: #4c1d95;
        }

        .card-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 12px;
            transition: all 0.3s ease;
        }
        .card-title small{
            display:block;
        }

        .plan-card.red .card-title {
            color: #ffffff;
            text-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
        }
        .plan-card.blue .card-title{
            color:#fff;
        }

        .plan-card.purple .card-title {
            color: #ffffff;
            text-shadow: 0 2px 10px rgba(109, 40, 217, 0.3);
        }

        .plan-card.white .card-title {
            color: #1f2937;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .plan-card:hover .card-title {
            transform: scale(1.05);
        }

        .card-description {
            font-size: 14px;
            color: #6b7280;
            margin-bottom: 24px;
            line-height: 1.6;
            opacity: 0.85;
        }

        .plan-card.red .card-description,
         .plan-card.blue .card-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .plan-card.purple .card-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .plan-card.white .card-description {
            color: rgba(31, 41, 55, 0.85);
        }

        /* Benefits Section */
        .benefits-section {
            border-top: 1px solid #e5e7eb;
            padding-top: 20px;
            margin-top: 24px;
        }

        .plan-card.red .benefits-section {
            border-top-color: rgba(255, 255, 255, 0.2);
        }

        .plan-card.purple .benefits-section {
            border-top-color: rgba(255, 255, 255, 0.2);
        }

        .plan-card.white .benefits-section {
            border-top-color: rgba(31, 41, 55, 0.15);
        }

        .benefits-title {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 16px;
            color: #1f2937;
        }

        .plan-card.red .benefits-title,
        .plan-card.blue .benefits-title {
            color: #ffffff;
        }

        .plan-card.purple .benefits-title {
            color: #ffffff;
        }

        .plan-card.white .benefits-title {
            color: #1f2937;
        }

        .benefits-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding-left:0;
        }

        .benefits-list li {
            font-size: 13px;
            color: #6b7280;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.5;
        }

        .plan-card.red .benefits-list li,
        .plan-card.blue .benefits-list li {
            color: rgba(255, 255, 255, 0.85);
        }

        .plan-card.purple .benefits-list li {
            color: rgba(255, 255, 255, 0.85);
        }

        .plan-card.white .benefits-list li {
            color: rgba(31, 41, 55, 0.8);
        }

        .benefits-list li:before {
            content: "✓";
            font-weight: 700;
            color: #c6902f;
            min-width: 20px;
        }

        /* Card Background Colors */
        .plan-card.red {
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            border: 1px solid rgba(255, 255, 255, 0.15);
            position: relative;
        }

        .plan-card.red::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="diagonals" patternUnits="userSpaceOnUse" width="20" height="20"><line x1="0" y1="0" x2="20" y2="20" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><line x1="20" y1="0" x2="0" y2="20" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23diagonals)"/></svg>');
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
            z-index: 0;
            border-radius: 20px;
        }

        .plan-card.red:hover::before {
            opacity: 1;
        }

        .plan-card.red:hover {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
            border-color: rgba(255, 255, 255, 0.3);
            box-shadow: 0 25px 50px rgba(220, 38, 38, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
        }

        .plan-card.purple {
            background: #7d3c98;
            border: 1px solid rgba(255, 255, 255, 0.15);
            position: relative;
        }
        .plan-card.blue {
            background:linear-gradient(135deg, #1f05e6 0%, #4c1d95 100%);
            border: 1px solid rgba(255, 255, 255, 0.15);
            position: relative;
        }
        .plan-card.purple::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
            z-index: 0;
            border-radius: 20px;
        }

        .plan-card.purple:hover::before {
            opacity: 1;
        }

        .plan-card.purple:hover {
            background: linear-gradient(135deg, #7d3c98 0%, #7d3c98 100%);
            border-color: rgba(255, 255, 255, 0.3);
            box-shadow: 0 25px 50px rgba(109, 40, 217, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.1);
        }

        .plan-card.white {
            background: #ffffff;
            border: 2px solid #e5e7eb;
            position: relative;
        }

        .plan-card.white::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="waves" patternUnits="userSpaceOnUse" width="40" height="40"><path d="M0,20 Q10,10 20,20 T40,20" stroke="rgba(5,43,97,0.05)" stroke-width="1" fill="none"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
            z-index: 0;
            border-radius: 20px;
        }

        .plan-card.white:hover::before {
            opacity: 1;
        }

        .plan-card.white:hover {
            background: #f9fafb;
            border-color: #d1d5db;
            box-shadow: 0 25px 50px rgba(31, 41, 55, 0.1), inset 0 0 20px rgba(5, 43, 97, 0.05);
        }

        /* Striped Pattern Overlay */
        .stripe-pattern {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 10px,
                rgba(255, 255, 255, 0.05) 10px,
                rgba(255, 255, 255, 0.05) 20px
            );
            pointer-events: none;
            z-index: 0;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .plan-card:hover .stripe-pattern {
            opacity: 1;
        }

        /* Button Container */
        .button-container {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }

        .view-all-btn {
            background: white;
            color: #052b61;
            border: 2px solid #052b61;
            padding: 14px 40px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .view-all-btn:hover {
            background: #052b61;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(5, 43, 97, 0.2);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .header-section h1 {
                font-size: 28px;
            }

            .section-title h2 {
                font-size: 24px;
            }

            .plan-card {
                padding: 30px 20px;
            }

            .card-title {
                font-size: 24px;
            }

            .cards-container {
                gap: 20px;
                flex-wrap: wrap;
            }
            .plans-section .section-title{
                width:100%;
                margin-bottom:20px;
                
            }
            .plans-section .section-title h2{
                font-size:26px;
            }
            .section-title::before,
            .section-title::after{
                display:none;
            }
        }

        /* Plane animation for background */
        .flying-planes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        .plane-icon {
            position: absolute;
            font-size: 40px;
            opacity: 0;
            animation: flyAcross 20s linear infinite;
        }

        @keyframes flyAcross {
            0% {
                left: -50px;
                opacity: 0;
            }
            10% {
                opacity: 0.08;
            }
            90% {
                opacity: 0.08;
            }
            100% {
                left: 100%;
                opacity: 0;
            }
        }

        .plane-icon:nth-child(1) {
            top: 15%;
            animation-delay: 0s;
            animation-duration: 25s;
        }

        .plane-icon:nth-child(2) {
            top: 50%;
            animation-delay: 8s;
            animation-duration: 22s;
        }

        .plane-icon:nth-child(3) {
            top: 75%;
            animation-delay: 15s;
            animation-duration: 28s;
        }

 /* MEMBERSHIP CARDS Section ENDS */

@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 15px 15px;
    color: var(--bs-white) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    width:140px;
    text-align: center;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #052b61;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #052b61;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    }
 .navbar-nav{
    margin: 0 !important;
 }

    .navbar-light .navbar-brand h1 {
        color: #052b61;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #052b61;
        color: #052b61;
        position: relative;
        z-index: 9999999999;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background: #fff;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        
    }
    .navbar-light .navbar-collapse.show{
        opacity: 1;
        visibility: visible;
      }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: #052b61 !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #052b61;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)); */
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
        display: none;
    }
    .about {
        padding-top:0 !important;
    }
     .about .container{
        padding-top:0 !important;
    }
    .py-5{
       padding-top:1rem !important ;
       padding-bottom:1rem !important ;
    }
    .section-title{
        font-size: 0.8em;
    }
    .brand-card img{
            width: 130px !important;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: #fff !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #052b61;
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #052b61;
}
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: #052b61;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: #052b61;
}



.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: #052b61;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(5,43,97,0.5), rgba(5,43,97,0.5)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #052b61;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
.fullnname{
        width: 46%;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-left{
    width: 20%;
}
.heading-resorts{
    text-align:center;
}
/*** copyright end ***/



.reviews {
  padding: 2rem;
  background: #f9f9f9;
  text-align: center;
}

.reviews h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.slider {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease;
}

.review-card {
  flex: 0 0 33.33%; /* 3 cards per view */
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  margin: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.customer-pic{
    width:60px ;
    height:60px;
  border-radius: 50%;
  overflow: hidden;
    margin-bottom: 1rem;
    display: inline-block;
}
.customer-img {
  width: 100%;
  height: 100%;

  object-fit: cover;

}

.review-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.review-author {
  font-weight: bold;
  color: #555;
}

.slider-controls {
  margin-top: 1rem;
}

.slider-controls button {
  background: #333;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 4px;
}

.slider-controls button:hover {
  background: #555;
}

/* Responsive: stack cards on small screens */
@media (max-width: 768px) {
  .review-card {
    flex: 0 0 100%;
  }
}