/* ############# defaults ########## */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* header { 
    display: block;
    position: relative; 
}
header::after {
    content: "";
    background-image: url(../assets/images/banner/banner.png);
    opacity: 0.3;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
} */


body {
    line-height: 1;
    margin: 0;
    font-family: cursive;
    background-color: rgb(247, 244, 244);
}

/* ############# Nav Bar ############### */
nav {
    width: 100%;
    margin: 0;
}

nav ul {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 99;
}


ul.navbar-nav li a {
    min-height: 15px;
    margin-left: 12px;
    text-align: center;
    font-size: larger;
    font-weight: 500;
    padding: 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 8%;
    transition: 0.5 ease;
}

ul.navbar-nav li a:hover {
    background-color: black !important;
    color: white;
}

.navbar-nav .nav-link.active {
  color: white !important; /* Change to your desired color */
}

.custom-navbar {
    background: transparent;
    transition: all 0.4s ease;
    padding: 20px 0;
}

/* Optional: Add glass effect when scrolling */
.navbar-scrolled {
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px 0;
}

a:link {
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: green;
  background-color: transparent;
}

a:active {
  color: purple;
  background-color: transparent;
  text-decoration: underline;
}

/* ############# Mobile Features ########## */
/* @media screen and (max-width: 1100px) {
  .featurectnt {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
    ul.topnavb li:not(:nth-child(7)) {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
    }

    ul.topnavb li.dropdownicon {
        display: inline-block;
    }

    ul.topnavb.responsive li.dropdownicon {
        position: absolute;
        top: 0;
        right: 0;
    }

    nav ul {
        padding: 0;
    }

    ul.topnavb.responsive {
        position: relative;
        background-color: rgb(247, 244, 244);
        margin: 0;
        padding: 0;
    }

    ul.topnavb.responsive li {
        display: block;
        float: none;
    }

    ul.topnavb.responsive li a {
        display: block;
        text-align: right;
        padding: 10px;
    }

    header {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .featurectnt {
    grid-template-columns: 1fr;
  }

  .resultsSection {
    grid-template-columns: 1fr;
    text-align: center;
  }

    .container {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    .news{
        width: 100%;
        margin: 5px;
        padding: 5px;
        display: block;
    }

    .news li {
        font-size: 20px;
    }

    div.footermobile {
        width: 100%;
        display: block;
    }
} */

/* ################# Custom Styles ##################### */

section {
    margin: 120px 0;
    padding-top: 50px;
}

.hero-section {
    min-height: 90vh;
    background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
                url("../assets/images/banner/banner.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.headercontent {
    padding: 100px 0;
}

/* Responsive Typography */
.welcometxt{
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9
}

.title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: -1px;
}

.subtitle {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 400;
    margin-top: 10px;
}

.intro {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    max-width: 650px;
    line-height: 1.7;
    margin-top: 20px;
}

.headercontent h1, .headercontent h3, .headercontent h6, .headercontent p {
    text-shadow: #ddd 1px 1px 2px;
}

.headercontent h1{
    margin: 0px 0px 15px 0px;
}
.headercontent h3{
    margin: 0px 0px 15px 0px;
}
.headercontent h6 {
    margin: 0px 0px 7px 0px;
}

.applybtn {
    display: inline-block;
    font-weight: bold;
    font-size: medium;
    margin: 25px 0;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    border-color: whitesmoke;
    transition: 0.5s ease;
}

.applybtn:hover {
    background-color: white;
    color: black;
}

.learnmrbtn {
    display: inline-block;
    font-weight: bold;
    font-size: medium;
    margin: 25px 10px;
    padding: 10px 20px;
    background-color: whitesmoke;
    color: black;
    text-decoration: none;
    border-radius: 50px;
    border-color: whitesmoke;
    transition: 0.5s ease;
}

.learnmrbtn:hover {
    background-color: black;
    color: whitesmoke;
}

header {
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.featureSection {
    text-align: center;
    padding: 50px 20px 50px 20px;
}

.featureSctnhead {
    margin-top: 20px;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.7s cubic-bezier(0.23, 1, 0.320, 1);
}

.featureSctnhead.show {
    opacity: 1;
    transform: translateY(0);
}

.featurehead {
    font-size: 13px;
    font-weight: bolder;
    margin: 10px 0;
}

.featuretxt {
    font-size: 14px;
    margin: 10px 0;
    padding-bottom: 50px;
}

.featureSection > h2 {
    font-size: 38px;
    margin: 15px 0;
}

/* Initial hidden card state */
.featurecard {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    border: #a8a6a6 1px solid;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.7s ease;
    /* transform: translateY(60px) scale(0.95);
    transition: 
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); */
    will-change: transform, opacity; /* performance optimization */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* When visible */
.featurecard.show {
  opacity: 1;
  /* transform: translateY(0); */
  transform: translateX(0) scale(1);
}


.featurecard .featureimg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0;
    padding: 0;
}

.featurecard:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
    transition: transform 0.3s ease;
}

.featurectnttxt {
    padding: 15px;
    text-align: start;
    text-wrap: wrap;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.resultsSection{
    background-color: navy;
    color: white;
}

.resultsSection div {
    padding: 20px;
}

.resultsSection .firstcol .head {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.resultsSection .numbers {
    font-size: 65px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-left: 10px;
}

.resultsSection .firstcol{
    padding-right: 50px;
}

.resultsSection .secondcol, .thirdcol {
    border-left: 1px dashed gray;
    height: 100%;
}

.resultsSection .secondcol > p, .thirdcol > p {
    margin: 0;
    padding-left: 10px;
}

.testimonials {
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
    text-align: center;
}

.testimonialcard {
    background: #f5f5f5;
    border: #a8a6a6 1px solid;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 35px;
    display: inline-block;
    text-align: left;
}

.testimonialcard > p {
    line-height: 1.3;
}

#staricon {
    color: goldenrod;
    margin: 0;
    padding: 0;
    font-size: smaller;
}

.nameholder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.name {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.testimonialimg {
    width: 70px;
    height: 70px;
    border: 1px solid #a8a6a6;
    border-radius: 100%;
    object-fit: cover;
}

.location {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 20px;
    justify-content: center;
    box-sizing: border-box;
}
.contactinfo {
   margin: 0;
   padding: 20px 70px 20px 20px;
   align-content: center;
   align-items: center;
   line-height: 0.9;
}

.contactdetails {
    margin-bottom: 30px;
}

.contactdetails a {
    color: black;
    text-decoration: none;
    transition: 0.5s ease;
}

.contactdetails a:hover {
    color: navy;
}

.map{
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}

.tour {
    border-radius: 12px;
    border: #a8a6a6 1px solid;
}

.tourcontent {
    align-content: center;
    align-items: center;
    padding: 12px 20px 20px 20px;
    text-align: start;
    line-height: 1.5;
}

.tourtitle {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.tourimg {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
    /* display: block; */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.schedulbtn {
    display: inline-block;
    font-weight: bold;
    font-size: medium;
    margin: 25px 0px;
    padding: 10px 10px;
    background-color: whitesmoke;
    color: black;
    text-decoration: none;
    border-radius: 50px;
    border-color: whitesmoke;
    transition: 0.5s ease;
}

.schedulbtn:hover {
    background-color: black;
    color: whitesmoke;
}

.logoimg {
    display: inline-block;
    height: 70px;
    width: auto;
    padding: 3px;
}

.newsSection {
    margin-top: 60px;
    margin-bottom: 60px;
}

.news {
    margin: 0;
    padding: 5px 30px;
}
.news li {
    margin: 2px;
    line-height: 1.1;
    font-size: larger;
}
.news li a:hover {
    color: navy
} 

/* .row {
    display: grid;
    flex-wrap: wrap;
    width: 100%;
    justify-items: center;
}

.row::after{
    display: table;
    clear: both;
    content: "";
} */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* [class*="col-"] {
    display: block;
    border: none;
    margin: auto;
} */

/**** Footer ****/
.footsy {
    /* background-color: dimgray; */
    background: #0f172a; /* dark navy */
    color: #e2e8f0;
    padding: 70px 0 30px 0;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-text {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a,
.footer-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-list a:hover,
.footer-link:hover {
    color: #38bdf8; /* light blue accent */
    padding-left: 5px;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #cbd5e1;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #38bdf8;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.411);
    margin: 40px 0 20px 0;
}

.copyright {
    text-align: center;
    padding-bottom: 10px;
    font-size: smaller;
}

#pageheader{
    padding-top: 70px;
    padding-bottom: 80px;
    color: white;
    /* background-color: rgb(78, 78, 255); */
    background: linear-gradient(135deg, #0f172a, #1e293b);
    text-align: center;
}

.pagehead {
    margin-bottom: 40px;
}

#pageheader > div > a {
    color: white;
    border-color: lightgrey;
}

/* ** FAQ Section ** */
.questions {
    background-color: rgb(212, 226, 245);
    padding: 80px 50px;
}

.questnhedr {
    padding-bottom: 40px;
}

.accordion-item {
    background-color: #eef2f6;
    border: none;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Make button relative so we can position the icon */
.accordion-button {
  position: relative;
  font-weight: 600;
  box-shadow: none;
  background: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    /* box-shadow: none; */
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
    display: none;
}

/* Custom plus icon */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Rotate when open */
.accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}

.accordion-body {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.questnfotr {
    padding-top: 50px;
    line-height: 4;
}