@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --brown: #3d2b2d;
    --brown-dark: #2a1e1f;
    --brown-light: #5d4245;

    --orange: #f7941d;
    --orange-hover: #d67d12;
    --green: #85b335;
    --teal: #008080;

    --white: #ffffff;
    --off-white: #f9f9f9;
    --tan: #cabea9;
    --tan-light: #e6dfd5;
    --beige: #beaa90;
    --text-dark: #1a1a1a;
    --text-muted: #666666;

    --footer-bg: #3d2b2d;
    --footer-text: #979fa3;
    --copyright-bg: #0a171f;

    --br-sm: 0.35rem;
    --br: 0.5rem;
    --br-lg: 1rem;
    --br-xl: 1.5rem;

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.15);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    overflow-x: hidden;
}

nav .nav-link:not(.btn) {
    font-weight: 500;
    color: var(--white) !important;
}

.btn {
    padding: 0.75rem 1.5rem !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-orange {
    background-color: var(--orange);
    color: var(--white) !important;
    border: 2px solid var(--orange);
}

.btn-orange:hover {
    background-color: var(--orange-hover);
    border-color: var(--orange-hover);
    color: var(--white) !important;
}

.btn-outline-orange {
    border: 2px solid var(--orange);
    color: var(--orange);
    background: transparent;
}

.btn-outline-orange:hover {
    background-color: var(--orange);
    color: var(--white);
}

.btn-brown {
    background-color: var(--brown) !important;
    color: var(--white) !important;
    border: 2px solid var(--brown);
}

.btn-brown:hover {
    background-color: var(--brown-light) !important;
    border-color: var(--brown-light);
}

.btn-outline-brown {
    border: 2px solid var(--brown);
    color: var(--brown);
    background: transparent;
}

.btn-block {
    display: block;
    width: 100%;
}

.card-modern {
    background: var(--white);
    border-radius: var(--br-lg);
    border: none;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.bg-brown {
    background-color: var(--brown);
}

.navbar-main {
    background-color: #493735 !important;
}

a {
    text-decoration: none;
}

.home-slider {
    padding: calc(2rem + 70px) 0 3rem;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-slider * {
    position: relative;
}


.hs-1 {
    background-image: url('../img/new-slider-1.jpg');
}

.hs-2 {
    background-image: url('../img/new-slider-2.jpg');
}

.hs-3 {
    background-image: url('../img/new-slider-3.jpg');
}

.hs-4 {
    background-image: url('../img/new-slider-4.jpg');
}

.hs-5 {
    background-image: url('../img/new-slider-5.jpg');
}

.hs-6 {
    background-image: url('../img/new-slider-6.jpg');
}

.slider-card {
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
    border-radius: var(--br-lg);
    padding: 2.5rem;
    position: relative;
    z-index: 10;
}

.slider-card * {
    position: relative;
    z-index: 1;
}

.slider-card::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    outline: 1px solid var(--orange);
    outline-offset: -4px;
}

.rounded-lg-custom {
    border-radius: var(--br-lg);
    outline: 1px solid var(--brown);
    outline-offset: -4px;
}

.home-slider .container {
    position: relative;
    height: 100%;
}

.home-slider h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.home-slider p {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 600;
    margin: 1rem 0 2rem;
}

.home-slider h1 {
    font-weight: 800;
    font-size: 3.5rem;
}

.home-slider-text-box {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 2rem;
}

.carousel-indicators {
    bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
    height: 6px;
    width: 6px;
    border-radius: 2rem;
    background-clip: unset;
    border: none !important;
    margin: 0 6px !important;
    background-color: var(--orange);
}

.carousel-indicators .active {
    width: 1.5rem;
}

.testimonials .carousel-indicators [data-bs-target] {
    background-color: var(--brown);
}

.testimonials {
    background-image: unset !important;
}

.testimonials .row .col-md-4 {
    display: none;
}

.testimonials .row .col-md-4:nth-child(1),
.testimonials .row .col-md-4:nth-child(2),
.testimonials .row .col-md-4:nth-child(3) {
    display: flex;
}

.text-orange {
    color: var(--orange) !important;
}

.lc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-1 {
    -webkit-line-clamp: 1;
}

.lc-2 {
    -webkit-line-clamp: 2;
}

.lc-3 {
    -webkit-line-clamp: 3;
}

.lc-4 {
    -webkit-line-clamp: 4;
}

.why-us-card {}

.cta {
    position: relative;
    background-image: url('../img/slider-5.jpg');
    background-size: cover;
    background-position: center;
}

.cta * {
    position: relative;
}

.cta::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--brown);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.contact-us-form {
    background-color: #fff !important;
    border-radius: 5rem !important;
    padding: 0.25rem;
    border: 2px solid var(--white) !important;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.contact-us-form h2 {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: var(--white);
}

.contact-us-form h2::before {
    content: '';
    height: 2px;
    width: 3rem;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-us-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white);
}

.contact-us-form :is(input, textarea, select) {
    width: 100%;
    background-color: #fff8;
    border: 1px solid var(--white);
    padding: 0.25rem 0.75rem;
    outline: none;
}

.cta-form-group {
    margin-bottom: 0.75rem;
}

.btn-block {
    width: 100%;
}

.site-sub-heading {
    color: var(--brown);
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.site-sub-heading::before {
    content: '';
    height: 2px;
    width: 3rem;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    position: absolute;
}

.why-us-card {
    padding: 1.5rem;
    border-radius: var(--br-lg);
    background-color: var(--white);
    box-shadow: 0 0 15px #0002;
    text-align: center;
}

.why-us-card-icon {
    height: 4rem;
    width: 4rem;
    border-radius: var(--br);
    background-color: var(--beige);
    color: var(--brown);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.why-us-card h3 {
    font-size: 1.25rem;
    color: var(--brown);
    margin-top: 0.75rem;
    font-weight: 500;
}

.services-section {
    position: relative;
}

.services-section * {
    position: relative;
}

.services-section::before {
    content: '';
    height: calc(100% - 25rem);
    width: 100%;
    top: 15rem;
    background-image: url('../img/slider-5.jpg');
    background-color: var(--brown);
    position: absolute;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.services-section .carousel-indicators {
    position: absolute;
}

.stat-card {
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br-lg);
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 0 10px #3d2b2d33;
}

.stat-number {
    font-size: 3rem;
    font-weight: 600;
    color: var(--orange);
}

.text-center .site-sub-heading::before {
    left: 50%;
    transform: translateX(-50%);
}

.site-heading {
    font-size: 2rem;
    font-weight: 600;
    color: var(--brown);
}

.blog-section {
    position: relative;
}

.blog-section * {
    position: relative;
}

.blog-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url('../img/slider-1.jpg');
    height: 300px;
    background-position: center;
    background-size: cover;
}

.article-card {
    background: var(--white);
    border-radius: var(--br-lg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--orange);
}

.article-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

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

.article-card:hover .article-image {
    transform: scale(1.1);
}

.article-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--orange);
    color: var(--white);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.article-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-date {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.article-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brown);
    margin: 0.5rem 0 1rem;
    line-height: 1.4;
}

.article-excerpt {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-link {
    font-weight: 700;
    color: var(--orange);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-top: auto;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.article-link:hover {
    color: var(--brown);
    gap: 10px;
}


.package-card {
    background-color: var(--white);
    border-radius: var(--br-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.package-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.package-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.package-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--orange);
}


.package-card-name {
    width: calc(100% - 0.5rem);
    background-color: #0004;
    position: absolute;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 0 0 calc(var(--br-lg) - 0.25rem) calc(var(--br-lg) - 0.25rem);
    z-index: 1;
    display: block;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: var(--orange);
    backdrop-filter: blur(5px);
}

.package-card-name h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.offer-card {
    padding: 0.25rem;
}

.offer-card-title {
    font-size: 1rem;
    color: var(--brown);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.offer-old-price,
.offer-new-price {
    font-size: 1.125rem;
    font-weight: 500;
}

.offer-old-price small,
.offer-new-price small {
    font-size: 0.75rem;
    margin-right: 0.25rem;
    color: var(--tan);
}

.offer-old-price {
    position: relative;
    color: #888;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
}

.offer-old-price::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--tan);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-profile-img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: var(--brown);
    padding: 3px;
    margin: 0 auto 1rem;
}

.team-profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.team-card-content {
    text-align: center;
}

.team-card-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.stat-card.team-card {
    text-transform: unset;
}

.team-socials {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.team-socials a {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.75rem;
    background-color: var(--brown);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-sm);
}

.fancy-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 0.75rem;
}

.fancy-title::before {
    content: '';
    height: 2px;
    position: absolute;
    width: 2rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--brown);
}

.text-teal {
    color: var(--teal);
}

footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    font-size: 0.95rem;
    padding-top: 3rem;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;

}

.footer-socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer-socials a {
    height: 2.5rem;
    width: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease;
}

footer a {
    color: var(--footer-text);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: var(--orange);
    padding-left: 5px;
}

footer h3 {
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-socials a:hover {
    background-color: var(--orange);
    transform: translateY(-3px);
    padding-left: 0;
}

footer form {
    background-color: var(--white);
    padding: 0.5rem;
    border-radius: var(--br);
}

footer form input {
    background-color: transparent;
    padding: 0.25rem 0.5rem;
    outline: none;
    border: none;
}

footer button {
    padding: 0.25rem 0.5rem;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: var(--brown);
    font-weight: 600;
    border-radius: var(--br-sm);
    text-transform: uppercase;
}

footer .input-group .btn {
    width: auto;
}

footer .input-group input {
    width: auto;
    flex: 1 1 auto;
}

.contact-flex {
    display: flex;
    gap: 1rem;
    margin: 0.5rem 0;
}

.contact-flex-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff2;
    border-radius: var(--br-sm);
    font-size: 1.5rem;
    color: var(--white);
}

.contact-flex-content {
    width: calc(100% - 4rem);
}

.contact-flex-content p {
    line-height: 1.7;
}

.contact-flex-content small {
    font-size: 0.75rem;
}

.copyright {
    border-top: 1px solid #fff1;
}

.testimonial-card {
    position: relative;
}

.testimonial-content {
    padding: 1.5rem;
    border-radius: var(--br-lg);
    box-shadow: 0 0 20px #0001;
    background-color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    position: relative;
}

.testimonial-content::before {
    content: '';
    height: 1.2rem;
    width: 1.2rem;
    background-color: var(--white);
    position: absolute;
    bottom: -0.6rem;
    left: 1.5rem;
    border-radius: 100% 0 0 0;
    transform: rotate(45deg);
}

.testimonial-content::after {
    content: '\201C';
    font-size: 5rem;
    color: var(--brown);
    line-height: 1;
    font-family: sans-serif;
    position: absolute;
    left: 1rem;
    opacity: 0.125;
    font-style: normal;
    top: 0;
}

.testimonial-author {
    display: flex;
    gap: 1rem;
}

.ta-image {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    padding: 0.25rem;
    background-color: var(--white);
    box-shadow: 0 0 10px #0001;
}

.ta-details {
    width: calc(100% - 6rem);
}

.ta-details p {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.ta-image img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hide-on-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: block;
    }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        height: 100vh !important;
        padding: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0;
        background-color: var(--brown);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.25s ease left;
        transform-origin: left;
        right: -300px;
        z-index: 15;
        box-shadow: 0 0 10px #0002;
    }

    .navbar-collapse .btn {
        margin-bottom: 0.5rem;
    }

    .navbar-collapse.collapsing {
        right: -150px;
        transition: none;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        right: 0;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none !important;
        outline: none;
        position: relative;
    }

    .close-mobile-menu {
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        line-height: 0;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--white);
        font-weight: 100 !important;
        position: absolute;
        right: 0.25rem;
        top: 0;
        z-index: 10;
        padding: 0 !important;
    }
}

.lh-2 {
    line-height: 1.7;
}

.modal-content {
    border-radius: var(--br-lg) !important;
    border: 1px solid var(--white);
    overflow: hidden;
    position: relative;
}

.modal-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white);
}

.modal-header {
    background-color: var(--brown);
    border: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0.65rem !important;
    position: relative;
}

.modal-header .btn-close {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    outline: none;
    border: none;
    box-shadow: none;
    filter: brightness(0) invert(1);
}

.modal-header .modal-title {
    color: var(--beige);
}

.modal-body {
    padding: 1rem 2rem 2rem;
}

.package-top-section::before {
    background-image: url('../img/breadcrumbbg.jpg');
    background-color: var(--brown);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.package-top-section {
    color: var(--white);
    min-height: 300px;
}

.package-top-section h1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.bg-orange {
    background-color: var(--orange);
}

.package-breadcrumbs {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
}

.package-breadcrumbs li {
    position: relative;
}

.package-breadcrumbs li a {
    color: var(--orange);
}

.package-breadcrumbs li::before {
    content: '';
    height: 0.35rem;
    width: 0.35rem;
    position: absolute;
    border-right: 2px solid #fff6;
    border-bottom: 2px solid #fff6;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.package-breadcrumbs li:last-of-type::before {
    display: none;
}

.site-card {
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br-lg);
    box-shadow: 0 0 10px #0002;
}

.packageSwiper .swiper-slide {
    width: 100%;
    border-radius: var(--br-lg);
    overflow: hidden;
}

.packageSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.packageSwiper .swiper-wrapper {
    padding-bottom: 3rem;
}

.site-card .ui-tabs-nav li {
    border-radius: var(--br-sm) !important;
    border: 1px solid var(--brown) !important;
}

.site-card li.ui-tabs-active {
    background-color: var(--brown) !important;
    color: var(--white) !important;
}

.site-card input {
    max-width: 100px;
    margin: 0 0.75rem;
}

@media screen and (min-width:768px) {
    nav .nav-item {
        margin: 0 0.5rem !important;
    }

    .home-slider {
        height: calc(100vh - 75px);
        padding: calc(4rem + 70px) 0 4rem;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }

    .home-slider-text-box {
        left: unset;
    }
}

.bottomtotop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    background: #f57f17;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50px;
    right: 15px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    z-index: 80;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}

.bottomtotop {
    display: none;
}

.navbar-main {
    background-color: transparent !important;
    transition: all 0.4s ease;
    padding: 1.5rem 0;
}

.navbar-main.sticky {
    background-color: rgba(61, 43, 45, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 0.75rem 0;
    box-shadow: var(--shadow-md);
}

.navbar-brand img {
    height: 60px;
    transition: all 0.3s ease;
}

.navbar-main.sticky .navbar-brand img {
    height: 50px;
}

.nav-link {
    position: relative;
    padding: 0.5rem 1rem !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    opacity: 1;
    color: var(--orange) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--orange);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 20px;
}

.swiper-pagination-bullet {
    background: var(--orange);
    opacity: 0.25;
}

.swiper-pagination-bullet-active {
    background: var(--orange);
    opacity: 1;
}

.testimonial-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--br-lg);
    box-shadow: var(--shadow-sm);
    height: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
}

.package-card {
    border-radius: var(--br-lg);
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.package-image {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    border-radius: var(--br-lg);
    border: 4px solid var(--white);
}

.package-content {
    padding: 1.5rem;
}

.package-price {
    color: var(--orange);
    font-weight: 700;
    font-size: 1.25rem;
}

body.scrolled .navbar-main {
    padding: 0.5rem 0;
    background-color: rgba(61, 43, 45, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md);
}


.bg-ocean {
    background-color: #3d2b2dbb;
    color: var(--white);
}

.bg-light {
    background-color: #f8f9fa !important;
}

.section-padding {
    padding: 5rem 0;
}

.section-subtitle-modern {
    display: block;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.section-title-modern {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 0;
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: -76px;
    /* Offset fixed navbar */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.icon-box-modern {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--br-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid transparent;
}

.icon-box-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--orange);
}

.icon-box-icon {
    font-size: 2.5rem;
    color: var(--orange);
    margin-bottom: 1.5rem;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(247, 148, 29, 0.1);
    border-radius: 50%;
}

.destination-item {
    position: relative;
    border-radius: var(--br-lg);
    overflow: hidden;
    height: 300px;
    box-shadow: var(--shadow-sm);
}

.destination-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destination-item:hover img {
    transform: scale(1.1);
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.destination-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: white;
}

.testimonial-card {
    background: var(--white);
    border-radius: var(--br-lg);
    padding: 1.5rem;
    box-shadow: none;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e0e0e0;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.testimonial-card:hover {
    border-color: var(--orange);
}

.testimonial-stars {
    letter-spacing: 4px;
    font-size: 0.8rem;
    color: var(--orange);
}


.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 5rem;
    line-height: 1;
    color: var(--orange);
    opacity: 0.1;
    z-index: -25;
    font-family: 'Times New Roman', Times, serif;
}

.testimonial-meta {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-quote {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-style: italic;
    flex-grow: 1;
}

.testimonial-author {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 0px;
    font-size: 1.05rem;
}

.testimonial-location {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}


.swiper-pagination-bullet-active {
    background-color: var(--orange) !important;
}

/* Newsletter Form */
.newsletter-form .form-control {
    height: 50px;
    border-radius: 50px 0 0 50px !important;
    padding-left: 1.5rem;
}

.newsletter-form .btn {
    border-radius: 0 50px 50px 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Navbar Scrolled State */
.navbar.scrolled {
    background-color: rgba(61, 43, 45, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

/* Hero Swiper Customization */
.hero-slide {
    height: 100vh;
    min-height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--white);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white);
}

.animated-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.swiper-slide-active .animated-text {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

/* About Us Page Styles */
.page-header {
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    margin-top: -76px;
    /* Offset fixed navbar if needed, or adjust based on nav height */
}

/* Adjust if navbar is not fixed/transparent */
nav+.page-header {
    margin-top: 0;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

.page-header-content {
    position: relative;
    z-index: 1;
    color: var(--white);
    text-align: center;
}

.about-intro-img {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
}

.about-intro-img img {
    border-radius: var(--br-lg);
    box-shadow: var(--shadow-lg);
}

.about-intro-img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--orange);
    border-radius: var(--br-lg);
    z-index: -1;
}

.mission-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--br-lg);
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    border-bottom-color: var(--orange);
}

.mission-icon {
    font-size: 3rem;
    color: var(--orange);
    margin-bottom: 1.5rem;
}

.service-card-alt {
    position: relative;
    border-radius: var(--br-lg);
    overflow: hidden;
    height: 300px;
    box-shadow: var(--shadow-md);
    cursor: pointer;
}

.service-card-alt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-alt:hover img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
    padding: 2rem 1.5rem;
    color: var(--white);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.service-card-alt:hover .service-overlay {
    padding-bottom: 2.5rem;
}

.page-header-reduced {
    padding-top: 7.5rem;
    min-height: 35vh;
    min-height: 250px;
}

.header-breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    font-size: 0.95rem;
}

.header-breadcrumb li {
    display: flex;
    align-items: center;
}

.header-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.header-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-breadcrumb a:hover {
    color: var(--orange);
}

.header-breadcrumb li.active {
    color: var(--white);
    font-weight: 500;
}

/* Contact Page Styles */
.contact-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(247, 148, 29, 0.1);
    color: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.social-btn {
    width: 45px;
    height: 45px;
    background: var(--white);
    color: var(--brown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.social-btn:hover {
    background: var(--orange);
    color: var(--white);
    transform: translateY(-3px);
    border-color: var(--orange);
}

.contact-form-wrapper {
    background: var(--white);
    padding: 3rem;
    border-radius: var(--br-lg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.form-floating-custom {
    position: relative;
    margin-bottom: 1rem;
}

.form-floating-custom .form-control {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1.5rem 1rem 0.5rem;
    height: auto;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-floating-custom .form-control:focus {
    background: var(--white);
    border-color: var(--orange);
    box-shadow: none;
}

.form-floating-custom label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: var(--text-muted);
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 0.95rem;
}

.form-floating-custom .form-control:focus+label,
.form-floating-custom .form-control:not(:placeholder-shown)+label {
    top: 0.75rem;
    font-size: 0.75rem;
    color: var(--orange);
    font-weight: 600;
}

.form-floating-custom textarea.form-control {
    padding-top: 1.75rem;
}

.form-floating-custom textarea.form-control+label {
    top: 1.5rem;
    transform: none;
}

.form-floating-custom textarea.form-control:focus+label,
.form-floating-custom textarea.form-control:not(:placeholder-shown)+label {
    top: 0.5rem;
}

.section-map {
    line-height: 0;
}

.site-card-modern {
    background: var(--white);
    border-radius: var(--br-lg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(247, 148, 29, 0.05);
    transition: all 0.3s ease;
}

.package-details-slider .swiper {
    border-radius: var(--br-lg);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.package-details-slider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.package-details-slider .swiper-button-next,
.package-details-slider .swiper-button-prev {
    color: var(--white);
    background: rgba(0, 0, 0, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}

.package-details-slider .swiper-button-next::after,
.package-details-slider .swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
}

.highlight-item-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: #fdfaf7;
    border-radius: 15px;
    border: 1px solid rgba(247, 148, 29, 0.1);
    transition: all 0.3s ease;
}

.highlight-item-modern:hover {
    background: var(--white);
    border-color: var(--orange);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(247, 148, 29, 0.05);
}

.highlight-item-modern i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.highlight-item-modern span {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--brown);
}

.itinerary-nav {
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 50px;
    display: inline-flex;
}

.itinerary-nav .nav-link {
    border-radius: 50px;
    color: var(--text-muted);
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    border: none !important;
}

.itinerary-nav .nav-link.active {
    background: var(--orange) !important;
    color: var(--white) !important;
    box-shadow: 0 5px 15px rgba(247, 148, 29, 0.3);
}

.contact-info-list-alt li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    color: var(--text-muted);
}

.booking-card {
    border: 2px solid rgba(247, 148, 29, 0.1);
}

.booking-card .form-label {
    margin-bottom: 0.75rem;
}

.booking-card .input-group {
    margin-bottom: 1.5rem;
}

.booking-card .form-control {
    border-radius: 5rem !important;
    border: 1px solid #eee;
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    font-weight: 600;
}

.booking-card .btn-outline-secondary {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 5px;
    border: 1px solid #eee;
}

.total-price-box {
    border: 1px dashed var(--orange);
    margin-bottom: 2rem !important;
}


.sticky-sidebar {
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .package-details-slider .swiper-slide img {
        height: 350px;
    }

    .sticky-sidebar {
        position: static;
    }
}

/* Blog Article Redesign */
.blog-article-card {
    border: none;
    background: var(--white);
}

.feature-img-lg {
    height: 450px;
    object-fit: cover;
}

.article-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--orange);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(247, 148, 29, 0.3);
}

.article-meta span {
    display: flex;
    align-items: center;
}

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

.btn-icon-orange {
    background: #fdfaf7;
    color: var(--orange);
    border: 1px solid rgba(247, 148, 29, 0.1);
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-icon-orange:hover {
    background: var(--orange);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(247, 148, 29, 0.2);
}

.search-form-modern .form-control {
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 0.75rem 1.5rem;
}

.btn-search-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-list-modern li {
    margin-bottom: 0.75rem;
}

.sidebar-list-modern a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
}

.sidebar-list-modern a:hover,
.sidebar-list-modern a.active {
    background: #fdfaf7;
    color: var(--orange);
    padding-left: 1.25rem;
}

.thumbnail-sidebar {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.smaller {
    font-size: 0.8rem;
}
.recent-post-item > div{
    flex: 1;
}
.social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap:1rem;
}
.social-links ul a{
    width: 45px;
    height: 45px;
    background: var(--white);
    color: var(--brown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
.contact-form{
    padding: 2rem;
    box-shadow: 0 0 #0003;
    background-color: #fff;
    margin: 2rem 0;
    border-radius: 0.75rem;
}
.contact-form :is(textarea,input){
    width: 100%;
    padding: 0.75rem;
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    border:none;
    outline: none;
}
.contact-form button{
    background-color: var(--orange);
    display: block;
    width: 100%;
    border-radius: 5rem;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--white);
}
.contact-info {
    display: flex;
    gap:1rem;
    margin-bottom: 0.5rem;
}

.contact-info .left{
    width: 50px;
    height: 50px;
    background: rgba(247, 148, 29, 0.1);
    color: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-top: 0.25rem;
}
.contact-info .content{
    flex: 1;
}
p:empty{
    display: none;
    margin: 0;
}


@media (max-width: 767px) {
    .feature-img-lg {
        height: 250px;
    }
    .hero-title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
        max-width: 500px;
    }
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
    .navbar-toggler{
        filter: brightness(0) invert(1);
    }
    .section-padding{
        padding: 1rem 0;
    }
    h1{
        font-size: 2rem !important;
    }
    h2{
        font-size: 1.5rem !important;
    }
    h3{
        font-size: 1.125rem !important;
    }
    h4,h5,h6{
        font-size: 1rem !important;
    }
    footer{
        padding-top: 1rem;
    }
    .icon-box-modern {
        padding: 1rem;
    }
    .navbar-brand img{
        height: unset;
        max-width: 120px !important;
    }
    .lead{
        font-size: 1rem !important;
    }
    .page-header,
    .page-header-reduced{
        padding: 10rem 0 1rem !important;
        height: 10rem !important;
        min-height: 22.5rem !important;
    }
    .header-breadcrumb li{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .contact-form{
        padding: 1rem;
    }
}