/* Hero Section Styling using existing classes */

.hero-section.hero-1 {
    background: linear-gradient(135deg, #3a0000 0%, #000000 100%) !important;
    padding: 160px 0 100px !important;
    position: relative;
    overflow: visible !important;
    /* Allow elements to sit over the divider */
    min-height: 85vh;
    display: flex;
    align-items: center;
}


/* Background lines */

.line-shape-animation.cus-z-1 {
    opacity: 0.1 !important;
    overflow: hidden;
    /* Keep lines contained */
}

.line-shape-animation span {
    background: #ffffff !important;
    width: 1px !important;
}


/* Hero Content */

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    margin-bottom: 30px !important;
}

.hero-title span.fw-lighter {
    font-weight: 400 !important;
    display: block;
    margin-bottom: 10px;
}


/* Red Underline Effect - Positioned for Centered Text */

.line-ani {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 320px;
    opacity: 0.8;
    pointer-events: none;
}


/* Partners Marquee Section */

.partners-marquee-section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.marquee-row {
    display: flex;
    white-space: nowrap;
    width: fit-content;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-right: 80px;
}

.marquee-content img {
    height: 90px;
    width: auto;
    filter: grayscale(1) brightness(0.8);
    transition: all 0.4s ease;
    cursor: pointer;
}

.marquee-content img:hover {
    filter: grayscale(0) brightness(1);
    transform: scale(1.1);
}


/* Animation Left */

.marquee-left .marquee-content {
    animation: scrollLeft 20s linear infinite;
    display: flex;
    width: max-content;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Animation Right */

.marquee-right .marquee-content {
    animation: scrollRight 20s linear infinite;
    display: flex;
    width: max-content;
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* Pause on Hover */

.marquee-row:hover .marquee-content {
    animation-play-state: paused;
}

@media (max-width: 767px) {
    .partners-marquee-section {
        padding: 40px 0;
    }
    .marquee-content {
        gap: 50px;
        padding-right: 50px;
    }
    .marquee-content img {
        height: 30px;
    }
}


/* Minimal Footer Styling */

.saar-footer-minimal {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: inherit;
    position: relative;
    overflow: hidden;
}

.footer-bg-text {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(5rem, 15vw, 18rem);
    font-weight: 900;
    color: rgba(255, 255, 255, 25%) !important;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    /* Gradient fade from top */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 60%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 60%);
}

.footer-top {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5;
    /* Increased to stay above background text */
}

.footer-logo img {
    max-height: 60px;
    /* Adjusted size */
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    /* Ensure logo is clearly on top */
}

.footer-text {
    color: #a0a0a0;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #e60023;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links li a:hover {
    color: #e60023;
    padding-left: 5px;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: #a0a0a0;
    font-size: 15px;
}

.contact-info-list li i {
    color: #e60023;
    margin-top: 5px;
}

.contact-info-list li a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info-list li a:hover {
    color: #e60023;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #e60023;
    transform: translateY(-3px);
}

.newsletter-form {
    position: relative;
    margin-top: 20px;
}

.newsletter-form input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 50px 12px 20px;
    border-radius: 50px;
    color: #ffffff;
    outline: none;
    font-size: 14px;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e60023;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #c0001d;
}

.footer-bottom {
    padding-top: 30px;
    position: relative;
    z-index: 5;
    /* Ensure it stays above background text */
}

.copyright-text {
    color: #808080;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-bottom-links li a {
    color: #808080;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #e60023;
}


/* Minimal Counter Section - Boxed Style */

.minimal-counter-section {
    background-color: #1e1e1e;
    padding: 100px 0;
}

.counter-header-top {
    margin-bottom: 60px;
}

.counter-header-top .sub-title {
    color: #e60023;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.counter-header-top .main-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
}

.counter-header-top .main-title span {
    color: rgba(255, 255, 255, 0.1);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.counter-boxed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    /* Remove gap for a unified boxed grid look */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.counter-box-item {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 20px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    overflow: hidden;
}

.counter-box-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(230, 0, 35, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.counter-box-item:hover::before {
    transform: translateX(100%);
}

.counter-box-item:hover {
    z-index: 1;
}


/* Red indicator on hover */

.counter-box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e60023;
    transition: width 0.4s ease;
}

.counter-box-item:hover::after {
    width: 100%;
}

.counter-box-item .counter-icon {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    transition: all 0.4s ease;
    display: inline-block;
}

.counter-box-item:hover .counter-icon {
    color: #e60023;
    transform: translateY(-5px);
}

.counter-box-item .counter-number {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: -1px;
}

.counter-box-item .counter-title {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    transition: color 0.4s ease;
}

.counter-box-item:hover .counter-title {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .counter-boxed-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .counter-boxed-grid {
        border-top: none;
        border-left: none;
    }
    .counter-box-item {
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .counter-boxed-grid {
        grid-template-columns: 1fr;
    }
    .counter-box-item {
        padding: 40px 15px;
    }
}


/* Minimal & Attractive Testimonial Section */

.minimal-testi-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.testi-subtle-glow {
    display: none;
}

.testi-wrapper-attractive {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 30px;
    text-align: center;
}

.testi-quote-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    color: #e60023;
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    opacity: 0.2;
}

.attractive-testi-card .testi-message {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    color: #151515;
    margin-bottom: 30px;
    letter-spacing: -0.01em;
    font-style: italic;
}

.testi-user-info .user-name {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 2px;
}

.testi-user-info .user-tag {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.attractive-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.attractive-nav button {
    background: transparent;
    border: none;
    color: #cccccc;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.attractive-nav button:hover {
    color: #e60023;
    transform: translateX(5px);
}

.attractive-nav button.array-prev:hover {
    transform: translateX(-5px);
}

.attractive-footer-stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
    opacity: 0.8;
}

.testi-cta-box .title span {
    color: #e60023;
}

.testi-cta-box p {
    font-size: 16px;
    color: #666666;
    max-width: 400px;
}

.testi-wrapper-attractive {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 30px;
    text-align: left;
    border: 1px solid #f0f0f0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
}

.testi-quote-icon {
    position: relative;
    margin-bottom: 25px;
    color: #e60023;
    font-size: 45px;
    display: block;
    opacity: 0.15;
}

.attractive-testi-card .testi-message {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    color: #151515;
    margin-bottom: 35px;
    letter-spacing: -0.01em;
}

.attractive-nav {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 30px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-item img {
    height: 20px;
    filter: grayscale(1);
}

.stat-details strong {
    font-size: 16px;
    color: #151515;
    font-weight: 700;
}

.stat-details span {
    font-size: 10px;
    color: #999999;
}

.stat-divider {
    width: 1px;
    height: 20px;
    background: #eeeeee;
}

@media (max-width: 991px) {
    .testi-cta-box {
        text-align: center;
        margin-bottom: 50px;
    }
    .attractive-footer-stats {
        justify-content: center;
    }
    .testi-cta-box p {
        margin: 0 auto 30px;
    }
}

@media (max-width: 991px) {
    .testi-wrapper-attractive {
        padding: 60px 40px 40px;
    }
}

@media (max-width: 767px) {
    .attractive-footer-stats {
        flex-direction: column;
        gap: 30px;
    }
    .stat-divider {
        display: none;
    }
    .testi-wrapper-attractive {
        padding: 50px 20px 30px;
    }
    .attractive-testi-card .testi-message {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .premium-testi-section {
        padding: 120px 0 80px;
    }
    .testi-quote-card.minimal .quote-text {
        margin-bottom: 60px;
    }
    .author-meta.minimal {
        margin-bottom: 60px;
    }
    .testi-footer-minimal {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .testi-quote-card.minimal .quote-text {
        font-size: 1.8rem;
    }
    .testi-footer-minimal {
        flex-direction: column;
        gap: 40px;
    }
    .minimal-sep {
        display: none;
    }
}

@media (max-width: 1199px) {
    .modern-testi-grid {
        grid-template-columns: 1fr;
    }
    .testi-grid-media {
        height: 350px;
    }
    .testi-grid-slider {
        padding: 50px 30px;
    }
    .modern-slider-nav {
        position: static;
        margin-top: 30px;
        justify-content: center;
    }
    .badge-row {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .premium-testi-section {
        padding: 80px 0;
    }
    .modern-testi-rating {
        flex-direction: column;
        text-align: center;
    }
    .testi-text {
        font-size: 1.4rem;
    }
    .stat-num {
        font-size: 42px;
    }
}

.travelit-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 320px;
    gap: 20px;
}

.dest-card-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.dest-card-1 h4 {
    font-size: 32px !important;
}

.dest-card-4 {
    grid-column: span 2;
}

.travelit-dest-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--td-dark);
    cursor: pointer;
}

.travelit-dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    opacity: 0.85;
}

.travelit-dest-card:hover .travelit-dest-img {
    transform: scale(1.1);
    opacity: 0.6;
}

.travelit-dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(28, 35, 31, 0.95) 0%, rgba(28, 35, 31, 0.3) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 30px;
    transition: background 0.5s ease;
}

.travelit-dest-card:hover .travelit-dest-overlay {
    background: linear-gradient(to top, rgba(28, 35, 31, 0.98) 0%, rgba(28, 35, 31, 0.7) 60%, transparent 100%);
}

.travelit-dest-content h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, color 0.4s ease;
}

.travelit-dest-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.travelit-dest-card:hover .travelit-dest-content h4 {
    transform: translateY(0);
    color: var(--td-secondary);
}

.travelit-dest-card:hover .travelit-dest-content p {
    max-height: 150px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 10px;
}

.travelit-dest-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--td-secondary);
    transition: width 0.5s ease;
    z-index: 3;
}

.travelit-dest-card:hover::after {
    width: 100%;
}

@media (max-width: 991px) {
    .travelit-dest-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 280px;
    }
    .travelit-dest-content h4 {
        transform: translateY(0);
    }
    .travelit-dest-content p {
        max-height: 150px;
        opacity: 1;
        transform: translateY(0);
        margin-top: 8px;
    }
    .travelit-dest-img {
        opacity: 0.7;
    }
    .travelit-dest-overlay {
        background: linear-gradient(to top, rgba(28, 35, 31, 0.95) 0%, rgba(28, 35, 31, 0.4) 60%, transparent 100%);
    }
}

@media (max-width: 767px) {
    .travelit-dest-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }
    .dest-card-1,
    .dest-card-4 {
        grid-column: span 1;
        grid-row: span 1;
    }
    .travelit-dest-overlay {
        padding: 25px 20px;
    }
}

.hero-text {
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
    color: #d1d1d1 !important;
    margin: 0 auto 40px !important;
    max-width: 650px !important;
}

.content-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Discover More Button */

.btn-style-one {
    background-color: #e60023 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 15px 40px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.btn-style-one:hover {
    background-color: #c0001d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(230, 0, 35, 0.3) !important;
}

.btn-style-one .btn-arrow-left,
.btn-style-one .btn-arrow-right {
    display: none !important;
    /* Hide existing arrows if they don't fit the design */
}


/* Model Image Styling */

.light-shape-2 {
    position: absolute !important;
    right: 0 !important;
    bottom: -1px !important;
    /* Align with banner bottom */
    width: 30% !important;
    z-index: 15 !important;
    /* Move back to front */
    display: flex !important;
    justify-content: flex-end !important;
    top: auto !important;
    transform: none !important;
}

.light-shape-2 img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3)) !important;
    /* Subtle shadow for depth */
}


/* Circular Badge Styling */

.circle-box {
    position: absolute !important;
    bottom: 170px !important;
    left: 300px !important;
    width: 130px !important;
    height: 130px !important;
    z-index: 20 !important;
    /* Move back to front */
}

.circle-box .ani-circle {
    width: 100% !important;
    animation: rotateBadge 15s linear infinite !important;
}

.circle-box .arrow-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

.circle-box .arrow-icon img {
    width: 30px !important;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(-45deg);
    /* Make it red/orange */
}

@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Header Styling - Pill Style with Underline Hover */

.main-header.header-style-one {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: transparent !important;
    z-index: 100000 !important;
    padding: 15px 0 !important;
}

.main-header .main-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.main-header .logo img {
    max-height: 50px !important;
}


/* Desktop nav only — mobile menu also uses .navigation inside .main-header */

.main-header .nav-outer .main-menu .navigation {
    background: #ffffff !important;
    padding: 8px 30px !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.main-header .nav-outer .main-menu .navigation>li {
    padding: 0 !important;
}

.main-header .nav-outer .main-menu .navigation>li>a {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    padding: 10px 15px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}


/* Hover Underline Effect for Main and Sub Menus */

.main-header .nav-outer .main-menu .navigation>li>a::after,
.main-header .nav-outer .main-menu .navigation li ul li a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 15px !important;
    right: 15px !important;
    height: 2px !important;
    background-color: #e60023 !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
    transform-origin: center !important;
}

.main-header .nav-outer .main-menu .navigation>li:hover>a::after,
.main-header .nav-outer .main-menu .navigation>li.current>a::after,
.main-header .nav-outer .main-menu .navigation li ul li:hover>a::after {
    transform: scaleX(1) !important;
}


/* Submenu Specific Styling */

.main-header .nav-outer .main-menu .navigation li ul {
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    padding: 10px 0 !important;
    width: 340px !important;
}

.main-header .nav-outer .main-menu .navigation li ul li a {
    color: #333333 !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    position: relative !important;
    display: block !important;
}


/* Ensure no color change on hover for submenus too */

.main-header .nav-outer .main-menu .navigation li ul li:hover>a {
    color: #333333 !important;
}

.main-header .nav-outer .main-menu .navigation li ul li a::after {
    bottom: 8px !important;
    left: 25px !important;
    right: 25px !important;
}


/* No color change on hover as requested */

.main-header .nav-outer .main-menu .navigation>li:hover>a,
.main-header .nav-outer .main-menu .navigation>li.current>a {
    color: #333333 !important;
}


/* Header CTA flip — base layout (colors in new.css) */

.main-header .contact-btn {
    display: inline-flex !important;
}

.main-header .search-btn {
    color: #ffffff !important;
}


/* Responsive Fixes */

@media (min-width: 1200px) {
    .main-header.header-1 .mobile-nav-toggler {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .main-header.header-1 .mobile-nav-toggler {
        display: block !important;
    }
    .main-header .nav-outer .main-menu .navigation {
        display: none !important;
    }
    .main-header .nav-outer {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: auto !important;
    }
    .main-header .outer-box {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 30px !important;
        width: auto !important;
        flex-wrap: nowrap !important;
    }
    .main-header .ui-btn-outer {
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .hero-section.hero-1 {
        padding: 140px 0 80px !important;
        text-align: center !important;
    }
    .hero-content {
        margin: 0 auto !important;
    }
    .hero-section.hero-1 .light-shape-2 {
        display: none !important;
    }
    .hero-section.hero-1 .circle-box {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        width: 120px !important;
        height: 120px !important;
        margin: 32px auto 0 !important;
        z-index: 12 !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section.hero-1 {
        min-height: auto !important;
        padding: 108px 0 56px !important;
        overflow: hidden !important;
    }
    .hero-section.hero-1 .container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .hero-section.hero-1 .hero-content .hero-title {
        font-size: clamp(1.65rem, 6.8vw, 2rem) !important;
        line-height: 1.35 !important;
        max-width: 100% !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
        text-shadow: none !important;
    }
    .hero-section.hero-1 .hero-title .fw-lighter {
        display: block;
        margin-bottom: 0.4rem;
    }
    .hero-section.hero-1 .hero-title br {
        display: none;
    }
    .hero-section.hero-1 .hero-title .hero-title-line {
        display: block;
    }
    /* If SplitText ran before resize, keep letters inline as normal words */
    .hero-section.hero-1 .hero-title .char {
        display: inline !important;
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        width: auto !important;
    }
    .hero-section.hero-1 .hero-text {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        padding: 0 4px;
    }
    .hero-section.hero-1 .line-ani {
        display: none !important;
    }
    .hero-section.hero-1 .light-shape-2 {
        display: none !important;
    }
    .hero-section.hero-1 .circle-box {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        width: 110px !important;
        height: 110px !important;
        margin: 28px auto 0 !important;
        z-index: 12 !important;
    }
    .hero-section.hero-1 .circle-box .ani-circle {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .hero-section.hero-1 .hero-content .hero-title {
        font-size: clamp(1.5rem, 6.2vw, 1.85rem) !important;
    }
    .hero-text {
        font-size: 0.92rem !important;
    }
}


/* Banner Divider */

.banner-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #f6f6f6 0%, rgba(246, 246, 246, 0.98) 10%, transparent 100%) !important;
    z-index: 5;
    /* Place behind images */
    pointer-events: none;
}

@media only screen and (min-width: 1024px) {
    .main-header .contact-btn {
        margin-right: 85px !important;
    }
}