html {
    scroll-behavior: smooth;
}

.cstm-hero-section {
    background-image: linear-gradient(rgb(163 163 163 / 40%), rgba(0, 0, 0, 0.4)), url(../images/cstm-hero-bg.jpg);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.cstm-hero-section h3.text-small {
    font-size: 40px;
    color: #004C6D;
    font-weight: 600;
}

.cstm-hero-section h3.text-large {
    font-size: 60px;
    color: white;
    font-weight: 700;
}

.cstm-ratings {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    margin-top: 1rem;
    color: white;
    font-weight: 600;
}

.cstm-ratings .rating-star {
    display: flex;
    gap: 4px;
}

.cstm-ratings .rating-star svg {
    width: 24px;
    height: 24px;
    fill: #FFD700;
}

.cstm-btn-secondary {
    padding: 8px 16px;
    color: #009EE3;
    background-color: white;
    font-size: 16px;
    border: 1px solid #009EE3;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    text-align: center;
    margin-top: 16px;
}

.cstm-hero-section h4.description {
    font-size: 24px;
    color: white;
    font-weight: 500;
}

.cstm-expertise-section .container {
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.08);
    padding: 24px;
    border-radius: 16px;
    background-color: white;
    margin-top: -10rem;
}

.expertise-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 16px;
    background: rgba(211, 242, 255, 0.28);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.08); */
}

.expertise-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.expertise-card h3 {
    font-size: 20px;
    font-weight: bold;
}

.cstm-package-card {
    border-radius: 16px;
    box-shadow: 0px 6px 17px rgb(207 207 207 / 26%);
    height: 100%;
    display: flex;
    background-color: white;
    flex-direction: column;

}

.cstm-package-card img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
}

.cstm-package-card .cstm-package-content {
    padding: 1.5rem;
    flex: 1;
}

.cstm-package-card .cstm-package-name {
    padding: 8px 16px;
    color: #009EE3;
    background-color: white;
    font-size: 16px;
    border: 1px solid #009EE3;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    max-width: 90%;
    text-align: center;
}

.cstm-package-content .duration {
    color: #009EE3;
    font-size: 16px;
    font-weight: 500;
}

.mb-0 {
    margin-bottom: 0;
}

.hotel-ratings {
    display: flex;
    gap: 16px;
    align-items: center;
}

.desc p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.desc p span {
    font-weight: normal;
}

.package-facilities {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.package-facilities li {
    font-size: 14px;
    color: #696969;
    display: flex;
    gap: 8px;
}

.package-facilities li::before {
    content: '';
    background-image: url(../images/check.png);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 24px;
}

.cstm-package-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.p-3 {
    padding: 16px !important;
}

.hero-content-container {
    width: 100%;
    display: flex;
    gap: 2rem;
    margin: auto;
    margin-bottom: 5rem;
}

.hero-content-container .hero-content {
    flex: 1;
}

.cstm-package-btn {
    background-color: #009EE3;
    color: white;
    border: 1px solid #009EE3;
    text-align: center;
    font-size: 18px;
    width: 100%;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: bold;
    margin-top: auto;
}

.cstm-tour-package-section {
    padding: 60px 0;
}

.cstm-tour-package-section .section-heading:last-of-type {
    margin-top: 32px;
}

.cstm-tour-package-section .row {
    display: flex;
    flex-wrap: wrap;
}

.cstm-tour-package-section .row>div {
    min-height: 100%;
}

.section-heading {
    font-size: 36px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #009EE3;
}


.cstm-tour-package-section .section-heading {
    text-align: center;
}

.img-col img {
    max-width: 100%;
}

.cstm-expertise-section {
    padding-bottom: 5rem;
}

.cstm-section-bg {
    background-image: url(../images/cstm-section-bg.jpg);
    width: 100%;
    height: auto;
    background-attachment: fixed;

}

.enqiry-form-heading {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    color: #00638E;
    margin: 0;

}

.enqiry-form {
    background: #ffffff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 12px rgba(82, 82, 82, 0.26);
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16PX;
}

/* 
.cstm-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
} */
.enqiry-form .cstm-input {
    border-bottom: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 16px 32px;
    border: none;
    border: 1px solid #d3d3d3;
    width: 100%;
    color: #161616;
}

.enqiry-form .cstm-input:focus {
    outline: 0;
}

.enqiry-form .cstm-input::placeholder {
    font-size: 16px;
    color: #161616;
}

.testimonial-section {
    background-image: url(../images/testimonial-bg.jpg);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 40px 0;
    background-attachment: fixed;
}

.testimonial-section .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: auto;
}

.testimonial-section .testimonial-heading {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.testimonial-card {
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px;
}

.testimonial-card p {
    color: white;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-pagination {
    top: unset;
    bottom: 0;
}

.swiper.swiper-horizontal {
    padding: 2rem 0 4rem;
}

.testimonial-card h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.testimonial-card .d-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-card .review-img {
    display: flex;
    padding-bottom: 2rem;
}

.testimonial-card .review-img img {
    width: 180px;
}

.faq-section {
    padding: 60px 20px;
}

.faq-section .container {
    background-color: #EFFAFF;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0px 6px 17px rgba(207, 207, 207, 0.26);
}


.faq-section h2 {
    text-align: start;
    margin: 0 0 16px 0;
    font-size: 28px;
    font-weight: 600;
    color: #009EE3;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 16px;
}

.faq-question:hover,
.faq-question:active {
    background-color: #d3f2ff;
    box-shadow: inset 0 0 8px 2px #aadcff, 0 1px 0 0 #f4f4f4;
    color: #000000;
    background-image: unset;
}

.faq-question img {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    width: 32px;
    left: -16px;
}

.faq-question::after {
    content: '';
    background-color: rgba(146, 222, 255, 0.43);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform 0.3s ease;
}

.faq-question p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.faq-question.active img {
    transform: rotate(90deg);
    left: -3px;
    top: -16px;
}

.faq-question.active::after {
    transform: translateY(-50%);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 15px;
}

.faq-answer p {
    margin: 0;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

.faq-answer.open {
    padding: 15px;
}

.about-section {
    padding: 40px 0;
}

.about-section p {
    font-size: 16px;
    color: #505050;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.about-section .img-col .col-md-6 {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-section .img-col .col-md-6 img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 6px 17px rgba(207, 207, 207, 0.26);
}

.about-section .img-col .col-md-12 {
    padding: 0;
}

.about-section .img-col {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    animation: dropdownFade 0.3s ease;
}

.dropdown-item>a {
    color: #09253F;
    padding: 12px 16px;
    display: block;
}

.dropdown-item>a:hover {
    background: rgba(9, 37, 63, 0.05);
}

/* Show dropdown on hover (desktop) */
.dropdown:hover .dropdown-menu {
    display: flex;
}

.extra-space {
    padding: 0 !important;
}

.footer-new {
    background-image: url(../images/footer-bg.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px;

}

.social-media-links {
    display: flex;
    gap: 16px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #ffffff;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 13px;
    margin: 1rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px !important;
}

.footer-right {
    /* display: flex;
    flex-direction: column;
    gap: 32px; */
    padding: 24px !important;
}

.contact-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px;
}

.contact-item p,
.contact-item a {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    flex: 1;
}

a:hover {
    color: #009EE3;
}

.contact-item svg {
    width: 32px;
    height: 32px;
}

.social-media-links {
    display: flex;
    gap: 16px;
}

.footer-link {
    display: flex;
    gap: 16px;
    /* padding-top: 24px;
    border-top: 1px solid #ffffff; */
}

.footer-link a,
.footer-link span {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.footer-right .enqiry-form {
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 12px rgba(82, 82, 82, 0.26);
}

.footer-right .enqiry-form .cstm-input {
    background-color: rgba(5, 5, 5, 0.2);
    border: none;
    border-bottom: 1px solid #FFFFFF;

}

.footer-right .enqiry-form .cstm-input::placeholder {
    color: #FFFFFF;
}

.footer-right .enqiry-form .cstm-input:focus {
    outline: 0;
}

.social-media-links img {
    width: 36px;
    height: 36px;

}

.cta-sec {
    width: 100%;
    background-image: linear-gradient(#7a90a6c2, rgb(87 87 87 / 64%)), url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    padding: 60px 0;
}

.cta-sec .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.cta-button {
    background-color: #009EE3;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

.cta-sec h3 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.cta-phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 32px;
    gap: 8px;
    font-weight: bold;
}

.cta-phone-link:hover {
    color: white;
}

.cta-phone-link:hover .phone-icon {
    background-color: #009EE3;
}

.cta-phone-link:hover .phone-icon svg {
    color: white;
}

.cta-phone-link .phone-icon {
    width: 80px;
    height: 80px;
    /* border: 2px solid white; */
    background-color: white;
    border-radius: 50%;
    padding: 14px;
    transition: all 0.3s ease-in;
}

.cta-phone-link .phone-icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    color: #009EE3;
}

/* Fade animation */
@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media screen and (min-width: 991px) and (max-width: 1200px) {

    .cstm-hero-section h3.text-large {
        font-size: 55px;
    }

    .cstm-hero-section h3.text-small {
        font-size: 40px;
    }

    .cstm-hero-section h4.description {
        font-size: 24px;
    }

    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 25%;
    }

    .cstm-ratings {
        font-size: 16px;
    }

    .cstm-btn-secondary {
        padding: 8px 16px;
        font-size: 16px;
    }

    .enqiry-form {
        border-radius: 12px;
        padding: 24px;
        width: 400px;
    }

    .faq-section .container {
        padding: 32px;
    }

    .faq-question p {
        font-size: 18px;
        text-align: left;
        margin-right: 24px;
    }

    .faq-question {
        padding: 12px;
    }

    .about-section .row {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:768px) and (max-width: 990px) {
    /* .cstm-hero-section {
        height: calc(100vh - 150px);
    } */

    .cstm-expertise-section .row {
        display: flex;
        flex-wrap: wrap;
    }
    .enqiry-form-heading{
        font-size: 24px;
    }

    .cstm-hero-section h3.text-large {
        font-size: 34px;
    }

    .cstm-hero-section h3.text-small {
        font-size: 32px;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 50%;
    }

    .cstm-expertise-section .col-md-6 {
        padding: 16px;
    }

    .cstm-hero-section h4.description {
        font-size: 20px;
    }

    .cstm-ratings {
        font-size: 14px;
    }

    .cstm-btn-secondary {
        padding: 6px 12px;
        font-size: 14px;
    }

    .enqiry-form {
        border-radius: 12px;
        padding: 24px;
        width: 300px;
    }

    .faq-section .container {
        padding: 16px;
    }

    .faq-question p {
        font-size: 16px;
        text-align: left;
        margin-right: 24px;
    }

    .faq-question {
        padding: 8px;
    }

    .about-section .row {
        display: flex;
        flex-wrap: wrap;

    }

    .about-section .img-col .col-md-6 {
        justify-content: flex-start;
    }

    .about-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-content{
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .cstm-hero-section {
        height: auto;
        padding: 20px 0;
    }

    .cstm-hero-section h3.text-small {
        font-size: 32px;
    }

    .cstm-hero-section h3.text-large {
        font-size: 42px;
    }

    .cstm-hero-section h4.description {
        font-size: 18px;
    }

    .cstm-ratings {
        font-size: 14px;
    }

    .cstm-btn-secondary {
        padding: 6px 12px;
        font-size: 14px;
    }

    .cstm-expertise-section .container {
        margin-top: 0;

    }

    .hero-content-container {
        flex-direction: column;
        align-items: center;
    }

    .enqiry-form {
        width: 100%;
        padding: 16px;
    }

    .about-section~.col-md-6 {
        padding: 16px;
        margin-top: 16px;
    }

    .about-section .img-col .col-md-6 img {
        border-radius: 8px;
    }

    .about-section .img-col .col-md-12 img {
        border-radius: 8px;
    }

    .about-section .row {
        margin: 0;
    }

    .section-heading {
        font-size: 24px;
    }

    .faq-section .container {
        padding: 16px;
    }

    .faq-question p {
        font-size: 16px;
        text-align: left;
        margin-right: 24px;
    }

    .faq-question {
        padding: 8px;
    }

    .about-section .col-md-6 {
        padding: 0;
    }
    .about-section .img-col .col-md-6{
        width: 100%;
    }
    .footer-new{
        padding: 16px;
    }
    .contact-item svg{
        width: 24px;
        height: 24px;
    }
    .contact-item p, .contact-item a{
        font-size: 14px;
    }
    .footer-left,
    .footer-right{
        padding:16px 0 0 0 !important;
    }
    .footer-right .enqiry-form {
        padding: 12px;    
    }
    .cta-button{
        font-size: 16px;
    }
    .cta-sec h3{
        font-size: 28px;
    }
    .cta-phone-link{
        font-size: 22px;
    }
    .cta-phone-link .phone-icon{
        padding: 10px;
        width: 50px;
        height: 50px;
    }
    .faq-section .container{
        padding: 8px;
    }
    .faq-question::after{
        width: 30px;
        height: 30px;
    }
    .faq-question img{
        width: 24px;
    }
    .faq-question.active img{
        left: -10px;
    }
}