﻿/*Basic HTML*/

:root {
    --bg: #0f1220; /* deep slate */
    --panel: #141933; /* card background */
    --muted: #8a90b1; /* muted text */
    --text: #e9ecff; /* body text */
    --brand: #c13301; /* accent */
    --brand-2: #818181; /* secondary accent */
    --border: rgba(255,255,255,.08);
    --shadow: 0 10px 30px rgba(0,0,0,.25);
    --radius: 16px;
    --max: 1180px;
    --grad-start: #ededed;
    --grad-end: #c5c5c5;
    --grad-border: #c5c5c5;
    --feature-card-width: 320px;
    --responsive-gutter-width: 10px;
    --staggered-translate-y: 30;
    --responsive-content-clamped-width:300px;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
@media (max-width: 1200px) {
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 992px) {
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 576px) {
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
    }
}

h1 {
    font-size: 7em;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    white-space: nowrap;
    display: flex;
    line-height: 1em;
    text-align: center;
}
@media (max-width: 1200px) {
    h1 {
        font-size: 6em;
    }
}

@media (max-width: 992px) {
    h1{
        font-size: 5.5em;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 3.5em;
        display: block !important;
      
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 3em;
        display: block !important;
        white-space: pre-wrap;
    }
}
h2 {
    font-size: 3.5em;
    justify-content: center;
    text-align: center;
   
}
@media (max-width: 1200px) {
    h2 {
        font-size: 3.5em;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 3.2em;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 3em;
        display: block !important;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 2.5em;
        font-weight: bold;
        display: block !important;
    }
}
.sec-carousel p {
    font-size: 3.5em;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 10px;
 
   
}
@media (max-width: 1200px) {
    .sec-carousel p {
        font-size: 3.5em;
    }
}

@media (max-width: 992px) {
    .sec-carousel p {
        font-size: 3em;
    }
}

@media (max-width: 768px) {
    .sec-carousel p {
        font-size: 1.5em;
        font-weight: bold;
        display: block !important;
    }
}
@media (max-width: 676px) {
    .sec-carousel p {
        font-size: 1.3em;
        font-weight: bold;
        display: block !important;
    }
}
@media (max-width: 576px) {
    .sec-carousel p {
        font-size: 1em;
        font-weight: bold;
        display: block !important;
    }
}

p {
    justify-content: center;
    
    font-size: 1.5em;
    font-family: 'Poppins',sans-serif;
    
}
.w-100{
    height:700px;
}
.btn-light {
    background-color: #ffffff !important;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-flex; 
    align-items: center; 
    margin-top:25px;
 
    justify-content: center;
    gap: 8px;
}
.btn-light {
    color: rgba(108, 117, 125, 0.5);
}
    .btn-light svg  {
        width: 30px;
        height: 22px;
        vertical-align: middle;
        margin-left: 6px;
        
    }

        .btn-light svg use {
            fill: currentColor !important;
        }
@media (max-width: 1200px) {
    .sec-carousel .btn-light {
        font-size: 1.2em;
        padding: 10px 25px;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .sec-carousel .btn-light {
        font-size: 1em;
        padding: 6px 20px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .sec-carousel .btn-light {
        font-size: 1em;
        padding: 4px 15px;
        margin-top: 15px;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .sec-carousel .btn-light {
        font-size: 1em;
        font-weight: bold;
        padding: 2px 10px;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .sec-carousel .btn-light {
        font-size: 1em;
        font-weight: bold;
        padding: 2px 10px;
        justify-content: center;
    }
}
.carousel-indicators button {
    width: 12px !important; 
    height: 12px !important; 
    border-radius: 50%; 
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    padding: 0 !important; 
    transform: none !important;
    z-index: 10;
}

.carousel-indicators .active {
    background-color: #fff;
}



.i {
    transform: scaleX(-1);
}
        .btn-primary {
    background-color: #2239AD;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 30px;
}

            .btn-light, .btn-primary:hover {
                color: rgb(108, 117, 125);
                background-color: #005bb5;
            }



.sec .carousel-caption {
    position: absolute;
    top: 30% !important;
    left: 15% !important;
    z-index: 3;
    text-align: center;
}

    .sec .carousel-caption h1 {
        justify-content: center;
    }
.sec .itinerary-overlay {
    position: absolute;
    top: 10% !important;
    left: 15% !important;
    z-index: 3;
    text-align: center;
}
/*Classes*/
/*Commonsections*/
.sec, .sec-alt {
    padding: 0;
    justify-content: center;
    color: rgb(0,0,0);
    font-family: 'Poppins',sans-serif;
}
.sec-heading h2 > span {
    color: #26346E;
}

.position-absolute {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.sec-alt {
    background-color: #f9f9f9;
}

/*Cards*/
.card {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
   
    text-align: center;
} 
.card-img {
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 10px;
}
.card-carousel {
    position: relative;
    display: flex;
    gap: 10px;
    overflow-x: auto;
/*    padding: 10px 10px;*/
    scrollbar-width: none;
}

    .card-carousel::-webkit-scrollbar {
        display: none;
    }

.card {
    position: relative;
  
    border-radius: 15px;
    overflow: hidden;

    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
    }

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.overlay .description {
    font-size: 1em;
    margin: 0;
    padding: 0;                                                                                                                             .
}


h3{
    font-size:2em;
}
@media (max-width: 1200px) {
    h3 {
        font-size: 2em;
    }
}

@media (max-width: 992px) {
    h3 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.2em;
    }
}
h4{
    font-size:1.5em;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 0 20px;
    z-index:9;
}


.sec-alt {
    background: rgba(222, 222, 222, 0.23);
}
.sec-trust {
    background: linear-gradient(to bottom, #0f2942, #08192a);
    color:#fff;
}
.sec-choose {
    background: #006885;
}
.sec-choose h2{
    color:#fff;
}


.features-icon {
    height: 50px;
    width: 50px;
}


.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 10px;
   
    text-align: left !important;
    font-size: 1.8rem;
    font-weight: bold;
    background: none !important; 
    box-shadow: none !important; 
}
.overlay {
    position: absolute;
    
    top: 15px;
    left: 15px;
    color: #fff;
    text-align: left;

}

    .overlay h2 {
        font-size: 1.5em;
        font-weight: bold;
        text-align: left;
        padding:15px;
        padding-bottom: 10px;
        line-height: 0.75;
        
    }

    .overlay h3 {
        font-size: 2.5rem;
        font-weight: bold;
        padding: 0 0 0 15px;
        line-height: 0.75;
    }

    .overlay a {
        display: inline-block;
        color: #fff !important;
        padding: 0 0 0 15px;
        font-size: 1.8rem;
        text-decoration: none;
        line-height: 1;
    }

.steps-text {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.tagline-text {
    left:10% !important;
    right:10%!important;
    font-size: 1.2rem;
    font-style: italic;
}

@media (max-width: 768px) {
    .overlay-text {
        font-size: 1.5rem;
        padding: 10px 20px;
    }
    .overlay h2{
        font-size:0.8em;
    }
    .overlay h3 {
        font-size: 1.8em;
    }
}
@media (max-width: 576px) {
    .overlay-text {
        font-size: 0.3em;
        padding: 10px 20px;
    }

    .overlay h2 {
        font-size: 0.5em;
    }

    .overlay h3 {
        font-size: 0.8em;
    }
}
.sec-packages {
    position: relative;
}
/*Arrows*/
.arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
    margin-right: 20px; 
}
.card-body{
    padding:25px;
}
 .card-title{
    font-size:1.15em;
}

.sec-serv{
    background:linear-gradient(to bottom, #ffffff, #d5d5d5)
}
 .card-testimonial {
     width:300px !important;
     height:340px;
     border-radius:20px;
     border: 1px solid black !important;
 }
    .card-testimonial:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
.card img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    border-radius: 10px 10px 0 0 !important;
}
.cards-carousel {
    margin: 10px;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-top: 20px;
    scrollbar-width: none;
    
}
.sec-testimonial .dots-container span,
.sec-testimonial .dots-container button {
    background-color: rgba(152, 152, 152, 1) !important; 
}
.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7); 
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #FF0000; 
}


    .cards-carousel::-webkit-scrollbar {
        display: none;
    }
.quote {
    font-style: italic;
    color: #444;
    font-size: 1rem;
}


.sec-choose .card {
    background: linear-gradient(to bottom, var(--grad-start), var(--grad-end));
    border-radius: var(--radius);
    border: solid 1px var(--grad-border);
}

.sec-choose .card-body {
    background: linear-gradient(to bottom, #c1330110 10%, transparent 80%);
    border-radius: var(--radius);
}
.card-text {
    font-size: .9em;
    margin: 10px 0px;
}
.sec-hero-home{
    background:url(/img/Banner_Graphic.webp) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color:#fff;
}
    .sec-hero-home h1{
        color:#fff;
    }


.stat-text p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}


.sec-stats {
 
    background-color: #178D5B;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    gap: 120px; 
    flex-wrap: wrap;
    padding: 50px 50px;
}

.stat-card {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 400px;
    height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.stat-icon {
    width: 120px;
    height: 120px;
    filter: invert(15%) sepia(100%) saturate(7000%) hue-rotate(220deg) brightness(60%) contrast(120%);
}

.stat-text {
    display: flex;
    flex-direction: column;
    
}

.stat-card h2 {
    font-size: 4.8rem;
    font-weight:bold;
    margin: 0;
    color: #222;
    line-height:0.4;
    text-align:left;
}

.stat-card p {
    font-size: 1.5rem;
    margin: 5px 0 0;
    color: #555;
    line-height: 0.8;
    text-align: left;
}
/*Sec-Contact*/
.sec-contact {
    width: 100%;
    height: 550px;
    background-image: url('../img/form_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:30px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .sec-contact .card {
        background: #444444;
        border: dashed 1px #818181;
    }
 .sec-contact h2{
     font-size:2.5em;
     text-align:center;
 }
.contact-info {
    flex: 1;
    padding: 40px 80px;
    position: relative;
    z-index: 2;
    text-align: justify !important;
    font-size: 1.2em;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.6) !important;
}

.sec-contact .form-control{
    background:#ffffff50;
}

.contact-form {
    flex: 1;
    text-align: start;
    padding: 40px 80px;
    font-weight: revert;
    position: relative;
    border-left: 2px dotted rgba(255, 255, 255, 0.4);
    width: 80%;
    z-index: 2;
}

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 6px 15px;
        margin-bottom: 20px;
        border: 1px solid #fff;
        outline: none;
        border-radius: 0;
        color: rgba(0,0,0,0.5);
        background: rgba(255, 255, 255, 0.3);
        font-size: 1.3rem;
        
    }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #000 !important;
           
        }

    .contact-form button {
        display: inline-block; 
        width: 65%;
        padding: 6px 0;
        border: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.8);
        color: #000;
        font-size: 1.3rem;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        justify-items: flex-start;
    }

        .contact-form button:hover {
            background: #ddd;
        }
@media(max-width: 1400px) {
    .sec-contact{
        display:flex;
    }

    .contact-info h2 {
        font-size: 2.5em;
        text-align: start;
        padding: 10px 10px;
    }
    .contact-info {
      
        padding: 20px 20px;
        font-size: 1.2em;
        text-align: center;
    }


    .contact-form {
        display: block;
        padding: 10px 20px;
        margin: auto;
    }
}
@media(max-width: 1200px) {
    .sec-contact {
        display: flex;
    }
    .contact-info h2 {
        font-size: 2.2em;
        text-align: start;
        padding: 10px 30px 10px 10px;
    }
    .contact-info {
        padding: 10px 8px;
        font-size: 1.2em;
        text-align: left;
    }

       

    .contact-form {
        display: block;
        padding: 0 30px;
        margin: 10px 10px;
    }
}
@media(max-width: 992px) {
    
    .sec-contact {
        display: flex;
        margin:auto;
       
    }

    .contact-info h2 {
        font-size: 2em;
        text-align: start;
        padding: 5px;
    }

    .contact-info {
     
        padding: 5px 10px;
        font-size:1em;
        text-align: center;
        justify-content:center;
    }

    .contact-form {
      
        display: flex;
        padding: 0 10px;
        margin: 5px 10px;
    }
}
@media(max-width: 768px) {
    .container-fluid {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .sec-contact {
        display: flex;
        height: 650px;
        margin: auto;
    }
    .contact-info h2 {
        font-size: 2.2em;
        padding: 10px;
        text-align: center !important;
    }
    .contact-info {
        padding-right: 0;
        font-size: 1em;
        border-bottom: none;
        padding: 10px;
        text-align: center !important;
    }
    .contact-form {
        border: none;
        display: block;
        padding: 0 15px;
        margin: auto;
    }
}
@media(max-width: 576px) {
    .container-fluid {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
   
    .sec-contact {
        display: block;
        height: 700px
    }
    .contact-info {
        font-size: 1em;
        text-align: center !important;
        padding: 10px;
        margin:0 10px;
        justify-content: center !important;
    }
        .contact-info h2 {
            font-size: 1.8em;
            text-align: center;
            padding: 10px;
            font-weight: lighter !important;
        }
    .contact-form {
        border: none;
        display: block;
        padding: 0 25px;
      
        margin: 10px auto;
    }
}


/* 🔹 Mobile responsive */
@media (max-width: 768px) {
    .custom-carousel-controls {
        right: 50%;
        transform: translateX(50%);
        bottom: 10px;
    }
}

/* Media Query for Tablets */
@media (max-width: 768px) {
    .gallary-nav {
        padding: 0 15px;
    }

        .gallary-nav img {
            width: 25px;
            height: 25px;
         
        }
}

@media (max-width: 576px) {
    .gallary-nav {
        padding: 0 20px;
    }

        .gallary-nav img {
            width: 20px;
            height: 20px;
         
        }

        .gallary-nav a {
            padding: 8px;
        }
}


@media (min-width: 1200px) {
    .gallary-nav img {
        width: 40px;
        height: 40px;
    }
}

/*About Page*/
.head{
    color:navy;
}
h1 > span {
    color: aquamarine;
}
.sec-carousel .about {
    text-align: left !important;
    line-height: 0.9em;
    padding: 24px;
    padding-top: 250px;
    -webkit-text-stroke: 0.2px black;
    font-size:1.4em;
    line-height:0.3rem !important;
}

.about-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 4em;
    line-height: 1.2em;
    color: rgba(17, 15, 85, 1);
}

.sec-about {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
  
    flex-wrap: wrap; /* allow stacking */
}

    .sec-about .img-container {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .sec-about .img-container img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

    .sec-about .content {
        flex: 1;
        text-align: justify;
    }

        .sec-about .content p {
            font-size: 1.2rem;
            line-height: 1.6;
             text-align:left
        }




.sec-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    overflow: hidden; 
}

    .sec-about .content {

        overflow: hidden; 
    }

    .sec-about h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase; 
    }

    .sec-about .content p {
        font-size: 1rem;
        padding: 5px 10px;
        word-wrap: break-word; 
    }

@media (min-width: 576px) {
    .sec-about {
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
    }

        .sec-about h3 {
            font-size: 2rem;
        }

        .sec-about .content p {
            font-size: 1.1rem;
            padding: 10px 20px;
        }
}

@media (min-width: 992px) {


    .sec-about h3 {
        font-size: 2.5rem;
        text-align: left;
    }

        .sec-about .content p {
            font-size: 1.2rem;
            padding: 15px 30px;
        }
}


.card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
 
}

.card-info {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 300px !important;
    text-align: center;
    transition: transform 0.3s ease;
}

    .card-info:hover {
        transform: translateY(-5px);
    }

.img-info {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .card-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 per row */
    }
}

@media (max-width: 576px) {
    .card-wrapper {
        grid-template-columns: 1fr; /* stack 1 per row */
    }
}

.img-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
}

    .img-info .image {
        width: 130px; 
        height: 130px;
        border:none !important;
    }

.card-content {
    background: rgba(74, 78, 161, 1);
    border-radius: 0 0 28px 28px;
    padding: 5px;
    color: #fff;
    flex: 1 1 auto;
}


    .card-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

  .about-image{
      height:400px;
      width:650px;
  }
.half-page-img {
    margin-top:0 !important;
    width: 100%;
    height: 700px;
    object-fit: cover;
}


.sec-title {
    color: rgba(17, 15, 85, 1);
    font-size: 60px;
    font-weight: bold;
}




.card-body {
    background: linear-gradient(to down, #35D895, #5EE1AC 50%, #ffffff);
    
    padding: 10px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}

    .card-body h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }

    .card-body p {
        font-size: 24px;
        line-height: 1.5;
    }
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    color: white;
}
/* Styling the Dots in Carousel */
.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .dots-container .dot {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: rgba(152, 152, 152, 1); /* Gray color */
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }

        /* Hover effect for dots */
        .dots-container .dot:hover {
            background-color: rgba(0, 123, 255, 1); /* Change color on hover */
        }

        /* Active dot styling */
        .dots-container .dot.active {
            background-color: rgba(0, 123, 255, 1); /* Blue color for active dot */
        }

 

.duration{
    text-align:center;
    justify-content:center;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .hero-section img.hero-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.45); 
        z-index: 1;
    }

    .hero-section .hero-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        z-index: 2;
    }

    .hero-section h1 {
        font-size: 7em;
       
        text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
  
    }
@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 7em;
    }
}

@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 5.5em;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 4.6em;
        display: block !important;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 3.5em;
        display: block !important;
    }
}
/*Packages Page*/
.package-info {
    padding: 40px 20px;
}

    .package-info h2 {
        color: #4a2c6d;
        font-weight: bold;
    }

    .package-info h3 {
        padding-bottom: 20px;
        font-weight:bold;
    }

    .package-info .btn {
        background-color: #2d3ecf;
        border: none;
        padding: 10px 25px;
        border-radius: 25px;
    }
  /* Responsive adjustments */
@media (max-width: 768px) {
  .packages-img {
    flex: 1 1 100%;       
    height: 480px;
  }
}

@media (max-width: 480px) {
  .packages-img {
    flex: 1 1 100%;      
    height: 360px;
  }
}

.itinerary {
    margin:0 40px;
}

    .itinerary .carousel-item img {
        height: 700px;
      
    }

.itinerary-overlay {
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 8px;
    color: #222;
    text-align:center;
}

.steps {
    position: relative;
}

.step {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    padding: 10px 0;
}


.step .num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
    cursor: pointer;
}

    
    .itinerary-overlay::-webkit-scrollbar {
        width: 8px;
    }
 

    .itinerary-overlay h3 {
        color: #4a2c6d;
        font-weight: bold;
    }




.room{
    font-size:25px;
    color:grey;
}
.star-rating {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 6px;
    color: black;
}

.star-icon {
    width: 24px !important; 
    height: 24px !important;
    color: black;
}

.table-custom {
    margin: 0 auto; 
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    font-size: 1rem;
    width: auto; 
    border-collapse: separate;
    border-spacing: 0;
}


    .table-custom th,
    .table-custom td {
        padding: 12px;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

    .table-custom thead th {
        background-color: #003366;
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
    }

 
    .table-custom thead tr:first-child th {
        background-color: #0055aa; 
        font-size: 1.2rem;
        font-weight: bold;
    }

   
    .table-custom tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table-custom tbody tr:hover {
        background-color: #f1f7ff;
    }

@media (max-width: 768px) {
    .table-custom {
        margin: 15px;
    
    }
}

@media (max-width: 576px) {
    .table-custom {
        margin: 15px;
      
    }
}
.facility-list {
    margin:30px 150px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #0a0c18;
    background: linear-gradient(135deg,var(--brand),var(--brand-2));
    z-index:1;
}

footer {
    background: rgba(6, 10, 95, 1);
    padding:20px 60px;
}
@media (max-width: 768px) {
    footer {
        padding: 0;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 0;
    }
}

    footer h4 {
        color: #7C83FE;
        font-weight: normal;
    }

    footer ul li,
    footer ul li.text-light,
    footer ul li a,
    footer a.text-decoration-none {
        color: #989898;
        text-decoration: none;
    }

        footer ul li a:hover,
        footer a.text-decoration-none:hover {
            color: #989898;
            text-decoration: none;
        }


    footer .text-center small {
        color: #989898;
    }


.sec-packages {
    position: relative;
}
    .sec-packages .scroll-container {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .packages-img::before {
   
        
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0.7) 100%); 
        pointer-events: none;
    }


.card-text{
    color:black;
   background-color:white;
}
#cardCarousel{
    justify-content:center;
    padding:20px;
}
.cards-des {
    height: 450px;
    min-width: 250px;
    width: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
  
    flex-direction: column;
   
}

    .cards-des:hover {
        transform: translateY(-5px);
    }

    .cards-des img {
       
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border:none !important;
    }
    .cards-des .card-body {
        padding: 15px;
        padding-bottom: 10px;
        text-align: left;
        flex-grow: 1;
        background: linear-gradient(to down, #35D895, #5EE1AC 50%, #ffffff);
    }


    .cards-des h3 {
        font-size: 2rem;
        padding-bottom: 8px;
        color: #fff;
    }
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    gap: 10px; 
}

@media (max-width: 1200px) {
    .cards-des {
        height: 280px;
        width: 100%;
        max-width: 160px; /* Set a max width to avoid overflow */
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        margin: 10px 5px;
    }

        .cards-des h3 {
            font-size: 1.5em;
            padding-bottom: 6px;
            color: #fff;
        }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .card {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .card

{
    width: 100%;
    margin-bottom: 20px;
}

}
@media (max-width: 1024px) {
    .cards-des {
        flex: 1 1 calc(45% - 40px) !important; /* 2 cards per row */
    }
}
@media (max-width: 929px) {
    .cards-des {
        height: 260px;
       
       width: 70px; 
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        margin: 10px auto;
        display: inline-block;
      
    }

        .cards-des h3 {
            font-size: 1.5em;
            padding-bottom: 6px;
            color: #fff;
        }
}

@media (max-width: 768px) {
    .cards-des {
        height: 280px;
        width: 80px;
        width: 50%;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
        margin:10px auto;
        display: block;
        justify-content: center;
    }

        .cards-des h3 {
            font-size: 1.5em;
            padding-bottom: 6px;
            color: #fff;
        }
    #cardCarousel {
        justify-content: center;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .cards-des {
        height: 250px;
        width: 80px;
        width: 50%;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
        display: block;
        margin: 10px auto;
        display: block;
    }
    #cardCarousel {
        justify-content: center;
        padding: 10px;
    }
        .cards-des h3 {
            font-size: 1em;
            padding-bottom: 4px;
            color: #fff;
        }
} 


.swiper-button-next,
.swiper-button-prev {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/*llayout*/
.navbar-brand img {
    height: 120px;
    width: 300px;
  
}
@media (max-width: 929px) {
    .navbar-brand img {
        height: 120px;
        width: 240px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 120px;
        width: 240px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 120px;
        width: 180px;
    }
}
    .navbar-nav .nav-item,
    .navbar-nav .nav-item .nav-link,
    .dropdown-item {
        font-size: 1.2em !important;
        font-family: 'Poppins', sans-serif;
        padding-top: 10px;
        padding-left: 20px;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
        color: rgba(86, 86, 86, 1);
    }

        .navbar-nav .nav-item .dropdown-toggle {
            color: rgba(86, 86, 86, 1) !important;
        }

        .navbar-nav .nav-item.active .nav-link,
        .navbar-nav .nav-item .nav-link.active,
        .navbar-nav .nav-link.active::after,
        .dropdown-item.active {
            color: rgba(86, 86, 86, 1) !important;
        }

        .navbar-nav .nav-item::after,
        .navbar-nav .nav-link.active::after {
            content: "";
            display: block;
            height: 2px;
            width: 0;
            background: rgba(86, 86, 86, 1);
            transition: width 0.3s ease;
            margin-top: 3px;
        }

    .navbar-nav .nav-link.active::after {
        width: 100%;
    }

    /*.navbar .nav-link:hover,
.navbar .nav-link:focus,
.dropdown-item:hover,
.dropdown-toggle:hover {
    color: darkblue;
    background-color: #f0f4ff;
    border-radius: 6px;
}*/

    .dropdown-menu {
        border-radius: 8px;
        border: none;
    }

    .dropdown-item {
        font-size: 15px;
        padding: 10px 20px;
        transition: color 0.3s ease;
    }

    .navbar-nav .dropdown-toggle {
        color: rgba(86, 86, 86, 1);
        font-size: 1.4rem;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
    }

    @media (max-width: 991px) {
        .navbar {
            padding: 10px 15px;
        }

        .navbar-brand img {
            height: 60px;
        }

        .navbar-nav .nav-item {
            margin-left: 0;
            padding: 10px 0;
            font-size: 16px;
        }

            .navbar-nav .nav-item::after {
                display: none;
            }
    }

    .sec-packages ul.card-set {
        margin: 0;
        list-style-type: none;
        grid-auto-flow: column;
        grid-template-columns: unset;
        grid-auto-columns: 1fr;
        grid-column-gap: var(--responsive-gutter-width);
        display: grid;
    }

    .sec-packages ul li {
        scroll-snap-align: start;
    }

    .feature-card {
        position: relative;
    }

/*    .itinerary-overlay {
        background-color: rgba(255, 255, 255, 0.7);
        color: #2c1e57;
        padding: 40px 30px;
        border-radius: 10px;
        max-width: 70%;
        margin: 0 auto;
    }

        .itinerary-overlay h3 {
            font-weight: bold;
            font-size: 2.5em;
            margin-bottom: 10px;
        }

    @media (max-width: 576px) {
        .itinerary-overlay h3 {
            font-size: 1.8em;
            padding: 2px 10px;
            justify-content: center;
        }
    }

    .itinerary-overlay .sec-para {
        font-size: 1.2em;
        background: none;
        padding: 1px;
        border-radius: 10px;
        line-height: 1;
        max-height: 80%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    @media (max-width: 992px) {
        .itinerary-overlay .sec-para {
            font-size: 1.5em;
            background: none;
           
            border-radius: 10px;
            line-height: 0.8;
            max-height: 100%;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
            overflow-x: hidden;
        }
    }

    @media (max-width: 768px) {
        .itinerary-overlay .sec-para {
            font-size: 1.2em;
            background: none;
            padding: 2px;
            border-radius: 10px;
            line-height: 1;
            max-height: 80%;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
            overflow-x: hidden;
        }
    }

    @media (max-width: 576px) {
        .itinerary-overlay .sec-para {
            font-size: 1em;
            background: none;
            padding: 2px;
            border-radius: 10px;
            line-height: 1;
            max-height: 80%;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
            overflow-x: hidden;
        }
    }


    .itinerary-overlay .sec-para::-webkit-scrollbar {
        width: 8px;
    }

    .itinerary-overlay .sec-para::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }

    .itinerary-overlay .sec-para::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #bbb, #888);
        border-radius: 10px;
    }

        .itinerary-overlay .sec-para::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #999, #666);
        }
*/
.itinerary-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    color: #2c1e57;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 85%;
    margin: 0 auto;
    max-height: 90vh; /* prevents it from overflowing vertically */
    overflow-y: auto;
    box-sizing: border-box;
}

    /* Heading Styles */
    .itinerary-overlay h3 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 15px;
        text-align: center;
    }

    /* Paragraph Styles */
    .itinerary-overlay .sec-para {
        font-size: 1.6em;
        line-height: 1.6;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        box-sizing: border-box;
    }

        /* Scrollbar Styling */
        .itinerary-overlay .sec-para::-webkit-scrollbar {
            width: 8px;
        }

        .itinerary-overlay .sec-para::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }

        .itinerary-overlay .sec-para::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #bbb, #888);
            border-radius: 10px;
        }

            .itinerary-overlay .sec-para::-webkit-scrollbar-thumb:hover {
                background: linear-gradient(180deg, #999, #666);
            }

/* 📱 Responsive Styles */
@media (max-width: 992px) {
    .itinerary-overlay {
        padding: 20px 15px;
        max-width: 90%;
    }

        .itinerary-overlay h3 {
            font-size: 1.6em;
        }

        .itinerary-overlay .sec-para {
            font-size: 1.2em;
            line-height: 2;
        }
}

@media (max-width: 768px) {
    .itinerary-overlay h3 {
        font-size: 1.4em;
    }

    .itinerary-overlay .sec-para {
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .itinerary-overlay {
        padding: 15px 10px;
    }

        .itinerary-overlay h3 {
            font-size: 1.2em;
        }

        .itinerary-overlay .sec-para {
            font-size: 0.85em;
            line-height: 1.4;
        }
}


    .day-label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.8);
        color: #fff;
        padding: 10px 20px;
        font-size: 1.2em;
        white-space: nowrap;
    }

        .day-label.left {
            left: 20px;
        }

        .day-label.right {
            right: 20px;
        }

    .carousel-caption {
        position: absolute;
        top: 10%;
        left: 20%;
        z-index: 3;
        text-align: center;
    }
@media (max-width: 1024px) {
    .day-label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.8);
        color: #fff;
        margin: 3px;
        padding: 3px 6px;
        font-size: 1.2em;
        white-space: nowrap;
    }

        .day-label.left {
            left: 10px;
        }

        .day-label.right {
            right: 10px;
        }
}
    @media (max-width: 768px) {
        .day-label {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.8);
            color: #fff;
            margin: 3px;
            padding: 3px 5px;
            font-size: 1.2em;
            white-space: nowrap;
        }

            .day-label.left {
                left: 10px;
            }

            .day-label.right {
                right: 10px;
            }
    }

    @media (max-width: 576px) {
        .day-label {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.8);
            color: #fff;
            padding: 0.3px 0.5px;
            font-size: 1.2em;
            margin: 3px;
            white-space: nowrap;
        }

            .day-label.left {
                left: 7px;
            }

            .day-label.right {
                right: 7px;
            }
    }


    .hotel-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
        max-width: 1200px;
    }

    .card-hotel {
        background-color: #fff;
        height: 350px;
        padding: 10px;
        width: 350px;
        gap: 30px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .card-hotel:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

    .card-img-top {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .hotel-card-body .card-text {
        padding: 20px;
    }

    .card-text h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }

    .card-text .room {
        font-size: 1.5em;
        color: #666;
        margin-bottom: 15px;
    }

    /* Star rating */
    .star-rating {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .star-icon {
        width: 26px;
        height: 26px;
    }
    /* Smaller card style */
    .small-card {
        font-size: 0.85rem;
        padding: 10px;
    }

    .small-img {
        height: 140px;
        object-fit: cover;
    }

    star-rating .star-icon {
        width: 18px;
        height: 18px;
        margin-right: 2px;
        color: black;
    }

    .small-carousel {
        max-width: 960px;
        margin: 0 auto;
    }

    .hotel-card-body h3 {
        color: #26346E;
        padding-bottom: 10px;
    }

    .card-title {
        font-size: 1rem;
    }

    .carousel-caption .sec-para {
        -webkit-text-stroke: 0 !important;
        padding: 30px;
    }

    .cards-carousel {
        overflow-x: hidden; /* hide scrollbar */
        padding: 1rem;
    }

    .carousel-track {
        display: flex;
        gap: 2rem; /* Increased gap between cards */
        animation: slide 25s linear infinite;
    }

    .card-testimonial {
        flex: 0 0 300px; /* card width */
        scroll-snap-align: start;
        width: 350px;
        height: 380px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        text-align: center;
    }

    .card-img {
        width: 80px;
        height: 80px;
        border-radius: 10px 0 0 10px !important;
        object-fit: cover;
        margin-bottom: 1rem;
    }

    .card-content-test .quote {
        font-style: italic;
        font-size: 1em;
    }

    .card-content-test .name {
        font-weight: bold;
        font-size: 2rem;
    }

    /* Auto-slide animation */
    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
        /* moves half the track, adjust if more duplicates */
    }

    /* Responsive */
    @media (max-width: 992px) {
        .card-testimonial {
            flex: 0 0 250px;
        }
    }

    @media (max-width: 768px) {
        .card-testimonial {
            flex: 0 0 200px;
        }
    }
    /* Call links */
    a[href^="tel:"] {
        color: inherit; /* same as surrounding text/icon */
        text-decoration: none; /* remove underline */
    }

        a[href^="tel:"]:hover {
            color: rgba(212, 212, 212, 1);
            /* optional: highlight on hover */
        }


    a[href^="mailto:"] {
        color: inherit; /* same as surrounding text/icon */
        text-decoration: none;
    }

        a[href^="mailto:"]:hover {
            color: rgba(212, 212, 212, 1);
        }


    .img-fluid {
        width: 550px;
        height: 700px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    @media (max-width: 768px) {
        .certificates {
            flex-direction: column;
            gap: 20px;
        }

        .certificate-img {
            max-width: 90%;
        }
    }

    .img-fluid {
        text-align: center;
        color: black;
        font-size: 30px;
        font-weight: bold;
        gap: 10px;
    }

    .cards-body.our-services {
        color: #fff;
        border-radius: 10px;
    }

    .card-carousel {
        width: 100%;
        padding: 20px 0;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .about-heading {
        text-align: left !important;
    }

    .about_p {
        text-align: left !important;
    }


    .row {
        margin-bottom: 0;
    }

    .col-12.col-md-6 {
        padding-bottom: 10px;
    }

    .about_p {
        padding-bottom: 10px;
    }

    .about-img {
        width: 100%;
        height: 300px;
        padding-bottom: 10px;
    }

    .sec-about .overlay-text .about {
        text-align: left !important;
        justify-content: flex-start !important;
        font-size: 6em !important;
    }

    .about h2 {
        text-align: left;
    }
@media (max-width: 920px) {
    .about h2 {
       text-align:left;
       font-size: 3em;
    }
}
@media (max-width: 768px) {
    .about h2 {
        text-align: center;
        font-size: 2em;
    }
}

@media (max-width: 560px) {
    .about h2 {
        text-align: center;
        font-size: 2em;
    }
}

    .sec-about .about-i {
        text-align: left;
        color: rgba(86, 86, 86, 1);
        width: 36px;
        height: 36px;
    }

    .sec-exe .card {
        color: darkgreen;
        background: linear-gradient(to bottom, #90EE90, #ffffff);
        text-align: left;
        justify-content: left;
        border-radius: 0;
        padding: 0 !important;
    }

    .sec-exe .card-title {
        color: darkgreen;
        background: linear-gradient(to bottom, #90EE90, #ffffff);
        text-align: left;
        justify-content: left;
        border-radius: 0;
        padding: 0 !important;
    }

        .sec-exe .card-title h3 {
            color: #fff;
            text-align: left;
            font-size: 2.5em;
            font-weight: bold;
        }

    .sec-exe .card-body p {
        color: #fff;
        background: linear-gradient(to bottom, #90EE90, #ffffff);
        justify-content: left;
        text-align: left !important;
        font-size: 1em;
    }

    .our-services .card-body {
        background: linear-gradient(to bottom right, #87CEEB, #ffffff);
        padding: 20px;
        border-radius: 10px;
    }

        .our-services .card-body h3 {
            color: #000;
            text-align: center;
            margin-bottom: 10px;
        }

        .our-services .card-body p {
            color: #000;
            text-align: center;
            margin: 0;
        }
    /*:root {
    --bg: #ffffff;
    --muted: #6b7280;
    --accent: #0b1a3a;
    --card-radius: 12px;
}

body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    margin: 0;
    background: var(--bg);
    color: var(--accent);
}*/


    /* === Why Choose grid === */
    .choose-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

    @media (max-width: 920px) {
        .choose-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 560px) {
        .choose-grid {
            grid-template-columns: 1fr;
        }
    }

    .choose-card {
        background: linear-gradient(180deg, #66e7b0, #5f8ae8);
        border-radius: 12px;
        padding: 18px;
        box-shadow: 0 6px 20px rgba(12,24,60,0.06);
        transition: transform .22s ease, box-shadow .22s ease;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .choose-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(12,24,60,0.09);
        }

    .card-top {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        box-shadow: 0 4px 10px rgba(11,26,58,0.06);
        flex: 0 0 48px;
    }

        .icon svg {
            width: 22px;
            height: 22px;
            color: var(--accent);
        }

    .choose-card h3 {
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #000;
    }

    .choose-card p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.45;
    }


    .service-card {
        background: linear-gradient(to bottom, #ffffff 0%, #e6f7ff 50%, #87ceeb 100%);
        border-radius: 16px;
        padding: 30px;
        text-align: center;
        position: relative;
        min-height: 280px;
        width: 280px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 6px 16px rgba(0,0,0,0.15);
        }

        .service-card img {
            top: -40px;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            position: absolute;
            top: -45px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            object-fit: cover;
        }

        .service-card h5 {
            font-size: 1.5em;
            font-weight: bold;
            color: #003366;
            padding-top: 25px;
        }

        .service-card p {
            font-size: 1.2rem;
            padding-top: 15px;
            color: #333;
        }

    #services .service-card {
        text-align: center;
        margin: 0 auto; /* Center the cards */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        content: "";
    }
    /* Wrap carousel for sliding */
    .card-carousel {
        display: flex;
        gap: 20px;
        transition: transform 0.5s ease;
        will-change: transform;
    }

    .sec {
        overflow: hidden;
    }


    /* Carousel Container */
    .card-carousel {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px;
        scroll-behavior: smooth;
    }

        .card-carousel::-webkit-scrollbar {
            display: none;
        }

    .card {
        flex: 0 0 350px;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        scroll-snap-align: start;
        background: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        }

        .card img.packages-img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        .card .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
            color: #fff;
        }

            .card .overlay h2 {
                font-size: 1.5rem;
                font-weight: 600;
                line-height: 1;
            }

            .card .overlay h3 {
                font-size: 2.4rem;
                font-weight: 700;
                margin: 5px 0;
                line-height: 1em;
            }

            .card .overlay a {
                display: inline-block;
                color: #fff;
                font-size: 0.95rem;
                text-decoration: none;
                padding-top: 5px;
                font-weight: 500;
                transition: color 0.3s ease, border-color 0.3s ease;
            }

                .card .overlay a:hover {
                    color: #ffeb3b;
                    border-color: #ffeb3b;
                }

    .card-carousel {
        position: relative;
        display: flex;
        overflow: hidden;
    }

    .custom-carousel-controls {
        position: absolute;
        bottom: 25px;
        /*    padding-top: 40px;*/
        right: 20px;
        display: flex;
        gap: 10px;
        z-index: 10;
    }

  
    .card-carousel {
        position: relative;
        display: flex;
        overflow-x: auto; /* Or hidden if using JS sliding */
        scroll-behavior: smooth;
        gap: 20px;
    }

        /* Use this to ensure arrows are placed correctly below the carousel */
        .card-carousel + .container.d-md-block {
            display: flex;
            justify-content: flex-end;
            margin-top: 10px;
        }

        .card-carousel::-webkit-scrollbar {
            display: none;
        }

    * Arrow nav container - positioned BELOW the carousel */
    .card-carousel + .container.d-md-block {
        display: flex;
        justify-content: flex-end;
        margin-top: 1.5rem;
    }

    /* Gallery nav */
    .gallary-nav {
        gap: 10px;
        display: flex;
    }

        /* Arrow button styles */
        .gallary-nav a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: rgba(152, 152, 152, 1);
            background-color: white;
            transition: all 0.3s ease;
        }

        .gallary-nav img {
            width: 40px;
            height: 40px;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallary-nav a:hover img {
            transform: scale(1.1);
        }

        .gallary-nav a:hover {
            background-color: rgba(152, 152, 152, 1);
        }

    /* Responsive */
    @media (max-width: 576px) {
        .gallary-nav a {
            width: 40px;
            height: 40px;
        }

        .gallary-nav img {
            max-width: 40px;
        }
    }
.carousel-indicators {
    z-index: 10; /* make sure it's above overlays */
    
}
.sec-about {
    background-image: url('../img/about_new.jpg');
    background-size: cover;
    max-height: 700px;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center;
    position: relative;
    padding-top: 0px; 
}

    .sec-about h1,
    .sec-about h2 {
        color: #fff;
     
    }
@media (max-width: 576px) {
    .sec-facilities {
        text-align:left;
    }
}
@media (max-width: 768px) {
    .sec-facilities {
        text-align: left;
    }
}


