: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;
}

/* 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 {
    background: var(--header-bg);
    box-shadow: 0 4px 10px var(--header-shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.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: 15px 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 {
    background: var(--dropdown-bg);
    border: none;
    box-shadow: 0 4px 10px var(--header-shadow);
    border-radius: 10px;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: var(--nav-link);
    padding: 10px 20px;
    transition: background 0.3s ease;
}

.dropdown-item:hover {
    background: var(--dropdown-hover);
    color: var(--nav-link-hover);
}

.header-buttons .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 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;
}

/* 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 60px;
    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 40px;
    }
}

@media (max-width: 1399px) {
    .gt-hero-3 {
        margin: 0 30px;
    }
}

@media (max-width: 1199px) {
    .gt-hero-3 {
        margin: 0 20px;
    }
}

.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: flex;
    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;
}

.brands-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--brands-text);
    text-align: center;
    margin-bottom: 1.875rem;
}

.brands-slider .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brands-slider .brand-item img {
    max-width: 9.375rem;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}

.brands-slider .brand-item img:hover {
    filter: grayscale(0);
}

/* 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;
}

/* Features Section */
.features-section {
    padding: 5rem 0;
}

.features-dark {
    background: var(--features-dark-bg);
    padding: 5rem 0;
    color: var(--features-dark-text);
}

.features-image img {
    max-width: 100%;
    border-radius: 0.9375rem;
}

.features-content .section-subtitle {
    color: #e8b923;
}

.features-content .section-title {
    color: var(--features-dark-text);
}

.counter-items {
    display: flex;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}

.counter-item h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--features-dark-text);
}

.counter-item p {
    font-size: 1rem;
    color: var(--counter-text);
}

.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;
}

.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);
}

.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;
}

.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;
    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);
}

.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;
    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: var(--footer-bg);
    color: var(--footer-text);
    padding: 3.75rem 0 1.25rem;
}

.footer-widget h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-widget p {
    font-size: 1rem;
    color: var(--footer-links);
    margin-bottom: 1.25rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.625rem;
}

.footer-links a {
    color: var(--footer-links);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e8b923;
}

.app-buttons .app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.625rem;
    margin-top: 0.625rem;
    padding: 0.75rem 1.5rem;
    background: var(--nav-link-hover);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.3s ease;
}

.app-buttons .app-btn i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
}

.app-buttons .app-btn:hover {
    background: var(--button-hover-bg);
    transform: scale(1.05);
}

@media (max-width: 576px) {
    .app-buttons .app-btn {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }

    .app-buttons .app-btn i {
        font-size: 1rem;
    }
}

.footer-bottom {
    border-top: 1px solid var(--footer-bottom-border);
    padding-top: 1.25rem;
    margin-top: 2.5rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--nav-link-hover);
    text-decoration: none;
}

.footer-bottom p {
    font-size: 0.875rem;
    color: var(--footer-bottom-text);
    margin: 0;
}

.social-links a {
    color: var(--footer-links);
    font-size: 1.125rem;
    margin-left: 0.9375rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--nav-link-hover);
}

/* 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-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;
    }

    .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);
    }
}

/* Specific Image Border in Hero Section */
.gt-hero-3 .gt-hero-image img[src="./Images/Dashboard.png"][alt="CRM Dashboard"] {
    border: 6px solid #000000;
    border-radius: 10px;
}