:root {
    --bg-color: #f8f9fa;
    --text-color: #1a1a1a;
    --text-secondary: #444;
    --header-bg: #fff;
    --header-shadow: rgba(0, 0, 0, 0.05);
    --header-top-bg: linear-gradient(90deg, #d7942e, #e8b923);
    --header-top-text: #fff;
    --nav-link: #1a1a1a;
    --nav-link-hover: #d7942e;
    --dropdown-bg: #fff;
    --dropdown-hover: #f5f5f5;
    --hero-bg: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
    --hero-circle: rgba(215, 148, 46, 0.15);
    --hero-gradient: rgba(215, 148, 46, 0.1);
    --floating-card-bg: #fff;
    --brands-bg: #f9f9fb;
    --brands-text: #444;
    --feature-item-hover: #fff4e6;
    --feature-shadow: rgba(215, 148, 46, 0.1);
    --features-dark-bg: linear-gradient(135deg, #1a1a1a, #2c3e50);
    --features-dark-text: #fff;
    --counter-text: #ccc;
    --benefit-active-bg: #d7942e;
    --benefit-active-text: #fff;
    --pricing-bg: #f9f9fb;
    --pricing-card-bg: #fff;
    --pricing-card-shadow: rgba(0, 0, 0, 0.15);
    --contact-bg: linear-gradient(135deg, #f9f9fb 0%, #e6e9f0 100%);
    --form-control-bg: #fff;
    --form-control-text: #1a1a1a;
    --form-control-shadow: rgba(0, 0, 0, 0.05);
    --cta-bg: linear-gradient(135deg, #d7942e 0%, #e8b923 100%);
    --cta-text: #fff;
    --footer-bg: linear-gradient(135deg, #1a1a1a, #2c3e50);
    --footer-text: #fff;
    --footer-links: #ccc;
    --footer-bottom-border: rgba(255, 255, 255, 0.1);
    --footer-bottom-text: #999;
    --policy-bg: linear-gradient(135deg, #f9f9fb 0%, #e6e9f0 100%);
    --policy-card-bg: #fff;
    --policy-hero-bg: linear-gradient(135deg, #d7942e 0%, #e8b923 100%);
    --gt-header3: #d7942e;
    --card-border: #e0e0e0;
    --card-hover-shadow: rgba(215, 148, 46, 0.2);
    --button-hover-bg: #b3771e;
    --button-hover-text: #fff;
}

[data-theme="dark"] {
    --bg-color: #1a1a1a;
    --text-color: #ffffff;
    --text-secondary: #d1d1d1;
    --header-bg: #2c2c2c;
    --header-shadow: rgba(0, 0, 0, 0.3);
    --header-top-bg: linear-gradient(90deg, #b3771e, #d7942e);
    --header-top-text: #ffffff;
    --nav-link: #ffffff;
    --nav-link-hover: #e8b923;
    --dropdown-bg: #333;
    --dropdown-hover: #444;
    --hero-bg: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    --hero-circle: rgba(232, 185, 35, 0.2);
    --hero-gradient: rgba(232, 185, 35, 0.15);
    --floating-card-bg: #333;
    --brands-bg: #2a2a2a;
    --brands-text: #ffffff;
    --feature-item-hover: #3a3a3a;
    --feature-shadow: rgba(232, 185, 35, 0.2);
    --features-dark-bg: linear-gradient(135deg, #2c2c2c, #3e3e3e);
    --features-dark-text: #ffffff;
    --counter-text: #d1d1d1;
    --benefit-active-bg: #e8b923;
    --benefit-active-text: #ffffff;
    --pricing-bg: #2a2a2a;
    --pricing-card-bg: #333;
    --pricing-card-shadow: rgba(0, 0, 0, 0.3);
    --contact-bg: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    --form-control-bg: #444;
    --form-control-text: #ffffff;
    --form-control-shadow: rgba(0, 0, 0, 0.3);
    --cta-bg: linear-gradient(135deg, #b3771e 0%, #d7942e 100%);
    --cta-text: #ffffff;
    --footer-bg: linear-gradient(135deg, #2c2c2c, #3e3e3e);
    --footer-text: #ffffff;
    --footer-links: #d1d1d1;
    --footer-bottom-border: rgba(255, 255, 255, 0.2);
    --footer-bottom-text: #d1d1d1;
    --policy-bg: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    --policy-card-bg: #3a3a3a;
    --policy-hero-bg: linear-gradient(135deg, #b3771e 0%, #d7942e 100%);
    --gt-header3: #e8b923;
    --card-border: #444;
    --card-hover-shadow: rgba(232, 185, 35, 0.3);
    --button-hover-bg: #8c5e17;
    --button-hover-text: #ffffff;
}

/* Enhanced Dark Mode Text Colors */
[data-theme="dark"] .contact-form .card-title,
[data-theme="dark"] .contact-info .card-title,
[data-theme="dark"] .policy-content h3.card-title,
[data-theme="dark"] .policy-content p,
[data-theme="dark"] .policy-content ul,
[data-theme="dark"] .policy-content li,
[data-theme="dark"] .policy-content a,
[data-theme="dark"] .terms-content h3.card-title,
[data-theme="dark"] .terms-content p,
[data-theme="dark"] .terms-content a,
[data-theme="dark"] .hero-title,
[data-theme="dark"] .hero-subtitle {
    color: var(--text-color);
}

[data-theme="dark"] .contact-details p,
[data-theme="dark"] .contact-details a {
    color: var(--text-secondary);
}

/* CTA Section Subtitle (Get Started Today) */
.cta-section .section-subtitle {
    color: #ffffff !important;
}

[data-theme="dark"] .cta-section .section-subtitle {
    color: var(--cta-text);
}

/* Hamburger Menu in Dark Mode */
[data-theme="dark"] .navbar-toggler {
    border-color: var(--nav-link-hover);
    background-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .navbar-toggler-icon {
    filter: invert(1);
}

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: clip;
}

/* Parallax Background */
.parallax-bg {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Header Styles */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
}

.header-top {
    background: var(--header-top-bg);
    color: var(--header-top-text);
    padding: 10px 0;
    text-align: center;
}

.header-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.header-top a {
    color: var(--header-top-text);
    text-decoration: none;
    font-weight: 500;
}

.header-top a:hover {
    text-decoration: underline;
}

.navbar {
    padding: 12px 0;
}

/* Logo styling for the header */
.brand-logo {
    height: 48px;
    width: auto;
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.05);
}

/* Responsive logo size for smaller screens */
@media (max-width: 767px) {
    .brand-logo {
        height: 36px;
    }
}

@media (max-width: 576px) {
    .brand-logo {
        height: 32px;
    }
}

/* Ensure navbar-brand aligns the logo properly */
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-brand .brand-text {
    font-size: 28px;
    font-weight: 700;
    color: #d7942e;
    line-height: 1.2;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--nav-link);
    margin: 0 15px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--nav-link-hover);
}

.dropdown-menu:not(.mega-dropdown-menu) {
    background: var(--dropdown-bg);
    border: none;
    box-shadow: 0 4px 10px var(--header-shadow);
    border-radius: 10px;
}

.dropdown-item:not(.mega-dropdown-menu .dropdown-item) {
    font-size: 14px;
    font-weight: 500;
    color: var(--nav-link);
    padding: 10px 20px;
    transition: background 0.3s ease;
}

.dropdown-item:not(.mega-dropdown-menu .dropdown-item):hover {
    background: var(--dropdown-hover);
    color: var(--nav-link-hover);
}

.header-buttons .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.header-buttons .btn-primary {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff;
}

.header-buttons .btn-primary:hover {
    background: var(--button-hover-bg);
    border-color: var(--button-hover-bg);
    color: #ffffff;
}

.header-buttons .btn-outline-secondary,
.header-buttons .btn-outline-primary {
    border: 1px solid var(--nav-link);
    color: var(--nav-link);
}

.header-buttons .btn-outline-secondary:hover,
.header-buttons .btn-outline-primary:hover {
    background: var(--nav-link-hover);
    color: #ffffff;
}

/* ===== GLASSMORPHISM NAVBAR ===== */
.glass-navbar {
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    padding: 12px 0;
}

.glass-navbar.scrolled {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

[data-theme="dark"] .glass-navbar {
    background: rgba(30, 30, 30, 0.65) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .glass-navbar.scrolled {
    background: rgba(30, 30, 30, 0.85) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ===== MEGA DROPDOWN ===== */
.mega-dropdown {
    position: static;
}

.mega-dropdown-menu {
    width: auto;
    min-width: 600px;
    max-width: 700px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(-10px);
    padding: 0;
    border: none;
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mega-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Glassmorphism for dropdown */
.glass-dropdown {
    background: rgba(255, 255, 255, 0.959) !important;
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

[data-theme="dark"] .glass-dropdown {
    background: rgb(30, 30, 30) !important;
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.mega-dropdown-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 24px 30px;
    max-width: 100%;
    margin: 0 auto;
}

.mega-col {
    padding: 10px 20px;
    border-right: 1px solid rgba(215, 148, 46, 0.15);
}

.mega-col:last-child {
    border-right: none;
}

.mega-col-title {
    font-size: 14px;
    font-weight: 700;
    color: #d7942e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(215, 148, 46, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.mega-col-title i {
    font-size: 16px;
    color: #d7942e;
}

[data-theme="dark"] .mega-col-title {
    color: #e8b923;
    border-bottom-color: rgba(232, 185, 35, 0.2);
}

[data-theme="dark"] .mega-col-title i {
    color: #e8b923;
}

.mega-dropdown-menu .dropdown-item {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--nav-link);
    border-radius: 8px;
    transition: all 0.25s ease;
    background: transparent;
    margin-bottom: 2px;
}

.mega-dropdown-menu .dropdown-item:hover {
    background: rgba(215, 148, 46, 0.12);
    color: #d7942e;
    transform: translateX(5px);
    padding-left: 17px;
}

[data-theme="dark"] .mega-dropdown-menu .dropdown-item {
    color: #d1d1d1;
}

[data-theme="dark"] .mega-dropdown-menu .dropdown-item:hover {
    background: rgba(232, 185, 35, 0.15);
    color: #e8b923;
}

/* Nav link active indicator */
.glass-navbar .nav-link {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px !important;
    margin: 0 2px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.glass-navbar .nav-link:hover {
    background: rgba(215, 148, 46, 0.1);
    color: #d7942e;
}

.glass-navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d7942e;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

.glass-navbar .nav-link:hover::before {
    width: 60%;
}

/* Override Bootstrap dropdown-toggle caret for mega dropdown */
.mega-dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 6px;
}

.mega-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Responsive mega dropdown */
@media (max-width: 991px) {
    .mega-dropdown {
        position: relative;
    }

    .mega-dropdown-inner {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .mega-col {
        border-right: none;
        border-bottom: 1px solid rgba(215, 148, 46, 0.15);
        padding: 10px 0;
    }

    .mega-col:last-child {
        border-bottom: none;
    }

    .mega-dropdown-menu {
        position: static !important;
        border-radius: 12px;
        margin-top: 5px;
        opacity: 1;
        visibility: visible;
        transform: none !important;
        pointer-events: auto;
        display: none;
        min-width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

    .mega-dropdown-menu.show {
        display: block;
    }

    .industries-mega {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .industries-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .glass-navbar {
        background: rgba(255, 255, 255, 0.9) !important;
    }

    [data-theme="dark"] .glass-navbar {
        background: rgba(30, 30, 30, 0.9) !important;
    }

    .glass-dropdown {
        background: rgba(255, 255, 255, 0.6) !important;
        backdrop-filter: blur(40px) saturate(180%);
        -webkit-backdrop-filter: blur(40px) saturate(180%);
    }

    [data-theme="dark"] .glass-dropdown {
        background: rgba(30, 30, 30, 0.6) !important;
        backdrop-filter: blur(40px) saturate(180%);
        -webkit-backdrop-filter: blur(40px) saturate(180%);
    }
}

/* ===== INDUSTRIES MEGA DROPDOWN ===== */
.industries-mega {
    min-width: 480px !important;
    max-width: 650px !important;
}

.industries-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 100% !important;
    padding: 20px 24px !important;
    gap: 4px 12px !important;
}

.industries-item {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--nav-link) !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    white-space: nowrap;
}

.industries-item i {
    width: 22px;
    text-align: center;
    margin-right: 8px;
    font-size: 14px;
    color: #d7942e;
}

[data-theme="dark"] .industries-item i {
    color: #e8b923;
}

[data-theme="dark"] .industries-item {
    color: #d1d1d1 !important;
}

.industries-item:hover {
    background: rgba(215, 148, 46, 0.12) !important;
    color: #d7942e !important;
    transform: translateX(4px) !important;
}

[data-theme="dark"] .industries-item:hover {
    background: rgba(232, 185, 35, 0.15) !important;
    color: #e8b923 !important;
}

@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }
}

/* Prevent dropdown from overflowing viewport on desktop */
@media (min-width: 992px) {
    .mega-dropdown-menu {
        max-width: calc(100vw - 40px);
    }
}

/* ===== END GLASSMORPHISM NAVBAR ===== */

/* Hero Section Enhancements */
.policy-hero,
.contact-hero {
    padding: 120px 0;
    background: var(--policy-hero-bg);
    position: relative;
    z-index: 1;
}

.policy-hero .hero-bg-elements,
.contact-hero .hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-circle {
    width: 300px;
    height: 300px;
    background: var(--hero-circle);
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.hero-dots {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.3)"/></svg>') repeat;
    opacity: 0.3;
}

.hero-gradient-overlay {
    background: var(--hero-gradient);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--cta-text);
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--cta-text);
    opacity: 0.9;
}

/* Dark Mode Hero Adjustments */
[data-theme="dark"] .hero-title,
[data-theme="dark"] .hero-subtitle {
    color: var(--cta-text);
}

/* Original Hero Section */
.gt-hero-3 {
    position: relative;
    padding: 120px 0 0;
    z-index: 9;
    margin: 0;
    overflow: hidden;
    background: var(--hero-bg);
}

.gt-hero-3::after {
    width: 1350px;
    height: 1350px;
    content: "";
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--hero-gradient);
    z-index: 1;
    position: absolute;
}

@media (max-width: 1399px) {
    .gt-hero-3::after {
        display: none;
    }
}

@media (max-width: 1600px) {
    .gt-hero-3 {
        margin: 0;
    }
}

@media (max-width: 1399px) {
    .gt-hero-3 {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .gt-hero-3 {
        margin: 0;
    }
}

.gt-hero-3 .hero-circle-shape {
    position: absolute;
    left: 10.5%;
    z-index: -1;
    top: 50px;
    animation: cir36 30s linear infinite;
}

@media (max-width: 1600px) {
    .gt-hero-3 .hero-circle-shape {
        display: none;
    }
}

.gt-hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* border-radius: 20px; */
    background: var(--header-top-bg);
    height: calc(100% - 300px);
    z-index: -1;
}

@media (max-width: 1199px) {
    .gt-hero-3::before {
        height: 100%;
    }
}

.gt-hero-3 .gt-hero-content {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.gt-hero-3 .gt-hero-content h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 117%;
    font-family: "Manrope", sans-serif;
    color: var(--text-color);
}

@media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .gt-hero-3 .gt-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .gt-hero-3 .gt-hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    .gt-hero-3 .gt-hero-content h1 {
        font-size: 34px;
    }
}

.gt-hero-3 .gt-hero-content p {
    color: var(--text-secondary);
    margin-top: 15px;
}

.gt-hero-3 .gt-hero-content form {
    max-width: 550px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}

.gt-hero-3 .gt-hero-content form input {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 6px;
    background: var(--form-control-bg);
    padding: 22px 30px;
    line-height: 1;
    color: var(--form-control-text);
    height: 55px;
}

.gt-hero-3 .gt-hero-content form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.gt-hero-3 .gt-hero-content form .gt-theme-btn {
    border: none;
    color: #fff;
    text-transform: capitalize;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: var(--nav-link-hover);
}

.gt-hero-3 .gt-hero-content form .gt-theme-btn::after {
    display: none;
}

.gt-hero-3 .gt-hero-content form .gt-theme-btn::before {
    background: var(--nav-link-hover);
}

.gt-hero-3 .gt-hero-content ul {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

@media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-content ul {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.gt-hero-3 .gt-hero-content ul li {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 14px;
}

.gt-hero-3 .gt-hero-content ul li i {
    margin-right: 5px;
    color: var(--nav-link-hover);
}

.gt-hero-3 .gt-hero-image {
    max-width: 1010px;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
}

.gt-hero-3 .gt-hero-image img {
    width: 100%;
    height: 100%;
}

.gt-hero-3 .gt-hero-image .gt-hero-left {
    position: absolute;
    max-width: 210px;
    top: 65px;
    left: -95px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    z-index: -1;
}

@media (max-width: 1399px) {
    .gt-hero-3 .gt-hero-image .gt-hero-left {
        left: -20px;
    }
}

@media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-image .gt-hero-left {
        display: none;
    }
}

.gt-hero-3 .gt-hero-image .gt-hero-right {
    position: absolute;
    max-width: 210px;
    top: 65px;
    right: -95px;
    transform: rotate(0deg);
    z-index: -1;
    transition: transform 0.5s ease;
}

@media (max-width: 1399px) {
    .gt-hero-3 .gt-hero-image .gt-hero-right {
        right: -20px;
    }
}

@media (max-width: 1199px) {
    .gt-hero-3 .gt-hero-image .gt-hero-right {
        display: none;
    }
}

/* Dark Mode Adjustments for Hero Section */
[data-theme="dark"] .gt-hero-3 {
    background: var(--hero-bg);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content h1 {
    color: var(--text-color);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content p {
    color: var(--text-secondary);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content form input {
    background: var(--form-control-bg);
    color: var(--form-control-text);
    border-color: var(--form-control-shadow);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content form .gt-theme-btn {
    background: var(--nav-link-hover);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content form .gt-theme-btn::before {
    background: var(--nav-link-hover);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content ul li {
    color: var(--text-secondary);
}

[data-theme="dark"] .gt-hero-3 .gt-hero-content ul li i {
    color: var(--nav-link-hover);
}

/* Brands Section */
.brands-section {
    background: var(--brands-bg);
    padding: 3.125rem 0;
    overflow: hidden;
}

.brands-section>.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.brands-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--brands-text);
    text-align: center;
    margin-bottom: 1.875rem;
}

.brands-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.brands-slider .brands-track {
    display: flex;
    animation: smoothScroll 30s linear infinite;
    will-change: transform;
}

.brands-slider .brands-track:hover {
    animation-play-state: paused;
}

@keyframes smoothScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brands-slider .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 2rem;
}

.brands-slider .brand-item img {
    width: 9.375rem;
    height: 5rem;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease, transform 0.3s ease;
}

.brands-slider .brand-item img:hover {
    filter: grayscale(0);
    transform: scale(1.05);
}

/* About Section */
.about-section {
    padding: 5rem 0;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #d7942e;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.625rem;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.section-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 1.875rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
    background: var(--bg-color);
    padding: 1.25rem;
    border-radius: 0.625rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.feature-item:hover {
    background: var(--feature-item-hover);
    transform: translateY(-0.3125rem);
}

.feature-icon {
    font-size: 1.5rem;
    color: #d7942e;
    margin-right: 1.25rem;
}

.feature-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.3125rem;
}

.feature-content p {
    font-size: 1rem;
    color: var(--text-secondary);
}

.about-image img {
    max-width: 100%;
    border-radius: 0.9375rem;
    margin-top: 2.5rem;
}

/* About Section - Feature Item Border Boxes */
.feature-item.about-step {
    border: 2px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
    background: var(--bg-color);
    transition: all 0.4s ease;
    opacity: 0.5;
    transform: translateY(0.5rem);
}

.feature-item.about-step.active {
    border-color: #d7942e;
    background: var(--feature-item-hover);
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 20px var(--feature-shadow);
}

[data-theme="dark"] .feature-item.about-step {
    border-color: #444;
}

[data-theme="dark"] .feature-item.about-step.active {
    border-color: #e8b923;
    background: var(--feature-item-hover);
    box-shadow: 0 4px 20px rgba(232, 185, 35, 0.2);
}

/* About Section - Sticky Image */
.about-sticky-image {
    position: sticky;
    top: 10rem;
    width: 100%;
    max-width: 600px;
    height: 380px;
    overflow: hidden;
    border-radius: 0.9375rem;
    box-shadow: 0 0.5rem 1.5rem var(--pricing-card-shadow);
    background: var(--pricing-card-bg);
}

.about-sticky-image img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: fill;
    object-position: center;
    border-radius: 0.9375rem;
    transition: opacity 0.4s ease-in-out;
}

.about-sticky-image img.fade-out {
    opacity: 0;
}

/* Responsive for About Sticky Image */
@media (max-width: 991px) {
    .about-sticky-image {
        position: static !important;
        margin-bottom: 1.875rem;
        height: auto;
        max-width: 100%;
    }

    .about-sticky-image img {
        height: auto;
        object-fit: cover;
    }

    .feature-item.about-step {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .about-sticky-image {
        height: 220px;
    }

    .about-sticky-image img {
        height: 100%;
    }
}

/* Features Section */
.features-section {
    padding: 5rem 0 0;
}

.features-dark {
    background: #ffffff;
    padding: 5rem 0;
    color: #1a1a1a;
}

.features-image img {
    max-width: 100%;
    border-radius: 0.9375rem;
}

.features-content .section-subtitle {
    color: #d7942e;
}

.features-content .section-title {
    color: #1a1a1a;
}

/* Override Bootstrap text-white class inside features-dark for light mode */
.features-dark .text-white {
    color: #1a1a1a !important;
}

.counter-items {
    display: flex;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}

.counter-item h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
}

.counter-item p {
    font-size: 1rem;
    color: #444;
}

/* Dark Mode - Features Section */
[data-theme="dark"] .features-dark {
    background: var(--features-dark-bg);
    color: #ffffff;
}

[data-theme="dark"] .features-content .section-subtitle {
    color: #e8b923;
}

[data-theme="dark"] .features-content .section-title {
    color: #ffffff;
}

[data-theme="dark"] .features-dark .text-white {
    color: #ffffff !important;
}

[data-theme="dark"] .counter-item h2 {
    color: #ffffff;
}

[data-theme="dark"] .counter-item p {
    color: #d1d1d1;
}

.btn-group .btn {
    margin-right: 0.625rem;
    padding: 0.625rem 1.875rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.btn-group .btn:hover {
    transform: scale(1.05);
}

/* Smart Automation Section Button Styles */
.features-dark .features-content .btn-group .btn-primary {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff;
    border-radius: 20px;
}

.features-dark .features-content .btn-group .btn-primary:hover {
    background: var(--button-hover-bg);
    border-color: var(--button-hover-bg);
    color: #ffffff;
    transform: scale(1.05);
}

.features-dark .features-content .btn-group .btn-outline-light {
    border-color: var(--nav-link-hover);
    color: var(--nav-link-hover);
    border-radius: 20px;
}

.features-dark .features-content .btn-group .btn-outline-light:hover {
    background: var(--nav-link-hover);
    color: #ffffff;
    transform: scale(1.05);
}

/* Pricing Section Button Styles */
.pricing-section .pricing-card .btn-primary {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff;
    border-radius: 20px;
}

.pricing-section .pricing-card .btn-primary:hover {
    background: var(--button-hover-bg);
    border-color: var(--button-hover-bg);
    color: #ffffff;
    transform: scale(1.05);
}

/* Pricing Toggle Button Styles */
.pricing-section .pricing-toggle .btn-check:checked+.btn {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff;
}

.pricing-section .pricing-toggle .btn-outline-primary {
    border-color: var(--nav-link-hover);
    color: var(--nav-link-hover);
}

.pricing-section .pricing-toggle .btn-outline-primary:hover {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff;
    transform: scale(1.05);
}

/* CTA Section Button Styles */
.cta-section .cta-buttons .btn-primary {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff !important;
}

.cta-section .cta-buttons .btn-primary:hover {
    background: var(--button-hover-bg);
    border-color: var(--button-hover-bg);
    color: #ffffff !important;
    transform: scale(1.05);
}

.cta-section .cta-buttons .btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff !important;
}

.cta-section .cta-buttons .btn-outline-primary:hover {
    background: var(--nav-link-hover);
    border-color: var(--nav-link-hover);
    color: #ffffff !important;
    transform: scale(1.05);
}

[data-theme="dark"] .cta-section .cta-buttons .btn-primary {
    color: #ffffff;
}

[data-theme="dark"] .cta-section .cta-buttons .btn-primary:hover {
    color: #ffffff;
}

[data-theme="dark"] .cta-section .cta-buttons .btn-outline-primary {
    color: #ffffff;
}

[data-theme="dark"] .cta-section .cta-buttons .btn-outline-primary:hover {
    color: #ffffff;
}

/* Pricing Section */
.pricing-section {
    padding: 5rem 0;
    background: var(--pricing-bg);
}

.pricing-toggle .btn {
    font-weight: 600;
    padding: 0.625rem 1.875rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.pricing-card {
    background: var(--pricing-card-bg);
    border-radius: 0.9375rem;
    padding: 1.875rem;
    text-align: center;
    box-shadow: 0 0.25rem 1.25rem var(--pricing-card-shadow);
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-0.625rem);
}

.pricing-card.featured {
    border: 2px solid var(--nav-link-hover);
}

.pricing-header .plan-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--nav-link-hover);
    margin-bottom: 0.625rem;
    display: block;
}

.pricing-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.25rem;
}

.pricing-header h2 sup {
    font-size: 1.25rem;
    top: -1em;
}

.pricing-header h2 sub {
    font-size: 1rem;
    bottom: 0;
}

.pricing-features {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    color: var(--text-secondary);
    text-align: left;
}

.pricing-features li {
    margin: 0.625rem 0;
}

.pricing-features i.fa-check {
    color: #28a745;
    margin-right: 0.625rem;
}

.pricing-features i.fa-times {
    color: #dc3545;
    margin-right: 0.625rem;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: var(--cta-bg);
    color: var(--cta-text);
    text-align: center;
}

.cta-wrapper .section-title {
    color: var(--cta-text);
}

.cta-wrapper p {
    font-size: 1.125rem;
    color: var(--cta-text);
    opacity: 0.9;
    margin-bottom: 1.875rem;
}

.cta-buttons .btn {
    margin: 0 0.625rem;
    padding: 0.75rem 1.875rem;
    font-weight: 600;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: scale(1.05);
}

.cta-features {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    color: var(--cta-text);
    opacity: 0.9;
}

.cta-features li {
    margin: 0.625rem 0;
}

.cta-features i {
    color: #fff;
    margin-right: 0.625rem;
}

/* Footer */
.main-footer {
    background: #ffffff;
    color: #1a1a1a;
    padding: 4rem 0 0;
    position: relative;
}

[data-theme="dark"] .main-footer {
    background: #000000;
    color: #ffffff;
}

/* Footer Top Section */
.footer-top-section {
    padding-bottom: 2.5rem;
}

/* Footer Brand Widget */
.footer-brand-widget .footer-logo-link {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.footer-brand-widget .footer-logo-img {
    height: 60px;
    width: auto;
    /* filter: brightness(0); */
}

/* [data-theme="dark"] .footer-brand-widget .footer-logo-img {
    filter: brightness(0) invert(1);
} */

.footer-brand-widget .footer-tagline {
    font-size: 0.9375rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 280px;
}

[data-theme="dark"] .footer-brand-widget .footer-tagline {
    color: #999999;
}

/* Footer Social Links */
.footer-social-links {
    display: flex;
    gap: 0.75rem;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: #555555;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

[data-theme="dark"] .footer-social-links a {
    background: rgba(255, 255, 255, 0.08);
    color: #cccccc;
}

.footer-social-links a:hover {
    background: #d7942e;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Footer App Store Badges */
.footer-app-badges {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.footer-app-badges .app-badge-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-app-badges .app-badge-link:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.footer-app-badges .app-badge-img {
    height: 40px;
    width: auto;
    border-radius: 6px;
}

@media (max-width: 576px) {
    .footer-app-badges {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-app-badges .app-badge-img {
        height: 36px;
    }
}

/* Footer Widget Title */
.footer-widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem;
    position: relative;
}

[data-theme="dark"] .footer-widget-title {
    color: #ffffff;
}

.footer-widget h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
}

[data-theme="dark"] .footer-widget h3 {
    color: #ffffff;
}

.footer-widget p {
    font-size: 0.9375rem;
    color: #666666;
    margin-bottom: 1.25rem;
}

[data-theme="dark"] .footer-widget p {
    color: #999999;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #555555;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

[data-theme="dark"] .footer-links a {
    color: #999999;
}

.footer-links a:hover {
    color: #d7942e;
    padding-left: 4px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0;
    margin-top: 0;
}

[data-theme="dark"] .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #555555;
    margin: 0;
}

[data-theme="dark"] .footer-bottom p {
    color: #999999;
}

/* Legacy footer classes kept for compatibility */
.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

[data-theme="dark"] .footer-logo {
    color: #ffffff;
}

.social-links a {
    color: #555555;
    font-size: 1.125rem;
    margin-left: 0.9375rem;
    transition: color 0.3s ease;
}

[data-theme="dark"] .social-links a {
    color: #999999;
}

.social-links a:hover {
    color: #d7942e;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .main-footer {
        padding: 3rem 0 0;
    }

    .footer-brand-widget .footer-tagline {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .main-footer {
        padding: 2.5rem 0 0;
    }

    .footer-top-section {
        padding-bottom: 1.5rem;
    }

    .footer-widget {
        margin-bottom: 0.5rem;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-md-start,
    .footer-bottom .text-md-end {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .footer-social-links {
        margin-bottom: 1rem;
    }
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    width: 3.125rem;
    height: 3.125rem;
    background: var(--nav-link-hover);
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50%;
    text-align: center;
    line-height: 3.125rem;
    font-size: 1.25rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: scale(1.1);
}

/* Privacy and Terms Section Enhancements */
.privacy-section,
.terms-section {
    padding: 5rem 0;
    background: var(--policy-bg);
}

.policy-content.card,
.terms-content.card {
    background: var(--policy-card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.policy-content.card:hover,
.terms-content.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px var(--card-hover-shadow);
}

.policy-content .card-body,
.terms-content .card-body {
    padding: 2rem;
}

.policy-content h3.card-title,
.terms-content h3.card-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gt-header3);
}

.policy-content p,
.terms-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.policy-content ul,
.terms-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.policy-content li,
.terms-content li {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.policy-content a,
.terms-content a {
    color: var(--nav-link-hover);
    text-decoration: none;
    transition: color 0.3s ease;
}

.policy-content a:hover,
.terms-content a:hover {
    color: var(--button-hover-bg);
    text-decoration: underline;
}

.policy-content .btn-primary,
.terms-content .btn-primary {
    background: var(--nav-link-hover);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.policy-content .btn-primary:hover,
.terms-content .btn-primary:hover {
    background: var(--button-hover-bg);
    color: #ffffff;
    transform: scale(1.05);
}

/* Contact Section Enhancements */
.contact-section {
    padding: 5rem 0;
    background: var(--contact-bg);
}

.contact-info.card,
.contact-form.card {
    background: var(--policy-card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info.card:hover,
.contact-form.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px var(--card-hover-shadow);
}

.contact-info .card-body,
.contact-form .card-body {
    padding: 2rem;
}

.contact-info .card-title,
.contact-form .card-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--gt-header3);
    margin-bottom: 1.5rem;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--nav-link-hover);
    margin-right: 1rem;
}

.contact-item h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-item p,
.contact-item a {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin: 0;
}

.contact-item a:hover {
    color: var(--button-hover-bg);
    text-decoration: underline;
}

.contact-form .form-control {
    background: var(--form-control-bg);
    color: var(--form-control-text);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--nav-link-hover);
    box-shadow: 0 0 5px var(--card-hover-shadow);
    outline: none;
}

.contact-form .btn-primary {
    background: var(--nav-link-hover);
    border: none;
    padding: 0.75rem;
    font-weight: 500;
    border-radius: 8px;
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-form .btn-primary:hover {
    background: var(--button-hover-bg);
    color: #ffffff;
    transform: scale(1.05);
}

.social-links a {
    font-size: 1.25rem;
    margin: 0 0.5rem;
    color: var(--footer-links);
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
    color: var(--nav-link-hover);
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        margin-top: 1.25rem;
    }

    .header-buttons {
        text-align: center;
        margin-top: 1.25rem;
    }

    .gt-hero-3 {
        padding: 3.75rem 0;
    }

    .gt-hero-3 .gt-hero-content h1 {
        font-size: 2.25rem;
    }

    .gt-hero-3 .gt-hero-content p {
        font-size: 1.125rem;
    }

    .gt-hero-image {
        margin-top: 1.875rem;
    }

    .features-image,
    .about-image {
        margin-top: 1.875rem;
    }

    /* Features section: image below content on mobile */
    .features-dark .features-image {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .features-dark .features-content {
        margin-bottom: 0;
    }

    /* Completely disable all animations on mobile - show everything instantly */
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* WOW.js elements - show instantly on mobile */
    .wow {
        visibility: visible !important;
        animation: none !important;
        opacity: 1 !important;
    }

    /* Timeline steps - show instantly on mobile */
    .step {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* About steps - show instantly on mobile */
    .feature-item.about-step {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    /* Char animation - show instantly on mobile */
    .char-animation {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .counter-items {
        flex-direction: column;
        text-align: center;
    }

    .pricing-card {
        margin-bottom: 1.875rem;
    }

    .policy-hero,
    .contact-hero {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .privacy-section,
    .terms-section,
    .contact-section {
        padding: 3rem 0;
    }

    .contact-info.card,
    .contact-form.card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .gt-hero-3 {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 0.875rem;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
    }

    .feature-icon {
        margin-bottom: 0.625rem;
        margin-right: 0;
    }

    .cta-buttons .btn {
        display: block;
        margin: 0.625rem auto;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-logo,
    .social-links {
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .social-links {
        text-align: center !important;
    }

    .policy-hero,
    .contact-hero {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .policy-content h3.card-title,
    .terms-content h3.card-title,
    .contact-info .card-title,
    .contact-form .card-title {
        font-size: 1.5rem;
    }

    .policy-content p,
    .terms-content p,
    .contact-item p,
    .contact-item a {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .gt-hero-3 {
        padding: 2.5rem 0;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 0.75rem;
    }

    .gt-hero-3 .gt-hero-content form .form-control {
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
    }

    .gt-hero-3 .gt-hero-content form .btn-primary {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .policy-hero,
    .contact-hero {
        padding: 40px 0;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .policy-content .card-body,
    .terms-content .card-body,
    .contact-info .card-body,
    .contact-form .card-body {
        padding: 1.5rem;
    }
}

/* Animation for hero-circle-shape */
@keyframes cir36 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Animation for Floating Effect */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ===== FEAT CTA SECTION (Banner Style) ===== */
.feat-cta {
    padding: 100px 0;
    background: var(--cta-bg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.feat-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    z-index: 0;
}

.feat-cta::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    z-index: 0;
}

.feat-cta-wrapper {
    position: relative;
    z-index: 1;
}

.feat-cta-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.feat-cta h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    font-family: "Manrope", sans-serif;
}

.feat-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 550px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.feat-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.feat-btn-cta-primary {
    background: #fff !important;
    color: #d7942e !important;
    border: 2px solid #fff !important;
    padding: 14px 40px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.feat-btn-cta-primary:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    transform: scale(1.05) !important;
}

.feat-btn-cta-outline {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    background: transparent !important;
    padding: 14px 40px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.feat-btn-cta-outline:hover {
    background: #fff !important;
    color: #d7942e !important;
    border-color: #fff !important;
    transform: scale(1.05) !important;
}

.feat-cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.feat-cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}

.feat-cta-trust span i {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 767px) {
    .feat-cta h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .feat-cta h2 {
        font-size: 26px;
    }

    .feat-cta-trust {
        flex-direction: column;
        gap: 12px;
    }
}