* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

/* Header/Top Strip */
.logoWrapper {
    padding: 20px 0;
}

.logoWrapper img {
    height: 45px;
    width: auto;
}

.topStripRight {
    gap: 30px;
}

.phoneWrapper a,
.emailWrapper a {
    color: #ffffff;
    text-decoration: none;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.phoneWrapper a:hover,
.emailWrapper a:hover {
    color: #ff8c3c;
}

.phoneWrapper img,
.emailWrapper img {
    width: 18px;
    height: 18px;
}

.numberFont {
    font-family: 'Roboto', sans-serif;
}

/* Banner Section */
.banner-section {
    min-height: 100vh;
    background: url('../images/aeo-banner-bg.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Animated Bubbles */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubbles span {
    position: absolute;
    bottom: -50px;
    background: rgba(255, 140, 60, 0.15);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(255, 140, 60, 0.2);
    animation: animate 15s linear infinite;
}

.bubbles span:nth-child(even) {
    background: rgba(251, 146, 60, 0.12);
    box-shadow: 0 0 20px rgba(251, 146, 60, 0.15);
}

.bubbles span:nth-child(1) {
    width: 8px;
    height: 8px;
    left: 10%;
    animation-duration: 11s;
}

.bubbles span:nth-child(2) {
    width: 4px;
    height: 4px;
    left: 20%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubbles span:nth-child(3) {
    width: 5px;
    height: 5px;
    left: 35%;
    animation-duration: 10s;
    animation-delay: 4s;
}

.bubbles span:nth-child(4) {
    width: 6px;
    height: 6px;
    left: 50%;
    animation-duration: 14s;
    animation-delay: 0s;
}

.bubbles span:nth-child(5) {
    width: 4px;
    height: 4px;
    left: 55%;
    animation-duration: 11s;
    animation-delay: 3s;
}

.bubbles span:nth-child(6) {
    width: 7px;
    height: 7px;
    left: 65%;
    animation-duration: 13s;
    animation-delay: 7s;
}

.bubbles span:nth-child(7) {
    width: 3px;
    height: 3px;
    left: 75%;
    animation-duration: 9s;
    animation-delay: 2s;
}

.bubbles span:nth-child(8) {
    width: 5px;
    height: 5px;
    left: 80%;
    animation-duration: 12s;
    animation-delay: 5s;
}

.bubbles span:nth-child(9) {
    width: 5px;
    height: 5px;
    left: 15%;
    animation-duration: 10s;
    animation-delay: 1s;
}

.bubbles span:nth-child(10) {
    width: 4px;
    height: 4px;
    left: 85%;
    animation-duration: 15s;
    animation-delay: 6s;
}

.bubbles span:nth-child(11) {
    width: 3px;
    height: 3px;
    left: 25%;
    animation-duration: 13s;
    animation-delay: 3s;
}

.bubbles span:nth-child(12) {
    width: 7px;
    height: 7px;
    left: 42%;
    animation-duration: 11s;
    animation-delay: 8s;
}

.bubbles span:nth-child(13) {
    width: 5px;
    height: 5px;
    left: 60%;
    animation-duration: 14s;
    animation-delay: 1s;
}

.bubbles span:nth-child(14) {
    width: 4px;
    height: 4px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 4s;
}

.bubbles span:nth-child(15) {
    width: 8px;
    height: 8px;
    left: 5%;
    animation-duration: 10s;
    animation-delay: 2s;
}

.bubbles span:nth-child(16) {
    width: 5px;
    height: 5px;
    left: 90%;
    animation-duration: 13s;
    animation-delay: 5s;
}

.bubbles span:nth-child(17) {
    width: 8px;
    height: 8px;
    left: 30%;
    animation-duration: 11s;
    animation-delay: 7s;
}

.bubbles span:nth-child(18) {
    width: 2px;
    height: 2px;
    left: 45%;
    animation-duration: 15s;
    animation-delay: 3s;
}

.bubbles span:nth-child(19) {
    width: 4px;
    height: 4px;
    left: 95%;
    animation-duration: 12s;
    animation-delay: 6s;
}

.bubbles span:nth-child(20) {
    width: 5px;
    height: 5px;
    left: 12%;
    animation-duration: 14s;
    animation-delay: 4s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-120vh) rotate(720deg);
        opacity: 0;
    }
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 140, 60, 0.15) 0%, transparent 50%);
    pointer-events: none;
}


.banner-section.thank-you {
    min-height: 0vh;
    background: url('../images/aeo-banner-bg.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-section.thank-you::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 140, 60, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

/* Logo */
.logo {
    position: relative;
    z-index: 10;
}

.logo-img {
    height: 50px;
    width: auto;
}

/* Badge Tag */
.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(30, 20, 15, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 146, 60, 0.3);
    border-radius: 30px;
    padding: 10px 24px;
    color: #FB923C;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
}

.badge-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Banner Content */
.banner-content {
    padding: 40px 0;
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    z-index: 10;
}

.banner-heading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 25px;
}

.highlight-text {
    color: #FF6600;
    font-weight: 700;
}

.banner-description {
    font-size: 18px;
    color: #FFF;
    line-height: 1.6;
    font-weight: 300;
}

/* CTA Button */
.btn-cta-orange {
    background: linear-gradient(180deg, #F97316 0%, #EA580C 50%, #C2410C 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: none;
}

.btn-cta-orange:hover {
    background: linear-gradient(180deg, #ff8c3c 0%, #F97316 50%, #EA580C 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

.btn-cta-orange .arrow-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-cta-orange:hover .arrow-icon {
    transform: translateX(5px);
}

/* Clutch Rating */
.clutch-rating {
    display: flex;
    align-items: center;
}

.clutch-rating img {
    height: auto;
    max-height: 50px;
    width: 70%;
}

/* Testimonial Quote */
.testimonial-quote {
    background: url('../images/testimonial-quote-bg.png') no-repeat left;
    background-size: contain;
    border: none;
    padding: 30px 30px 30px 20px;
    position: relative;
    max-width: 550px;
    height: auto;
    margin-top: 20px;
}

.quote-icon-top {
    position: absolute;
    top: -10px;
    left: 60px;
    /* background: #ffffff; */
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-icon-top img{
    width: 45px;
    height: 45px;
    /* object-fit: cover; */
}
.quote-content {
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.quote-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 300;
}

.quote-text strong {
    font-weight: 700;
    color: #ffffff;
}

.quote-author {
    color: #FF6B35;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.quote-author strong {
    font-weight: 600;
    color: #FF6B35;
}

.quote-icon-bottom {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background: transparent;
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

/* Hero Image */
.banner-hero {
    position: relative;
    z-index: 10;
    align-items: flex-end !important;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin-right: -230px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .hero-image-wrapper {
        margin-right: -100px;
    }
}

@media (max-width: 991px) {
    .hero-image-wrapper {
        margin-right: 0;
        margin-top: 40px;
    }
}

.hero-image-wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Floating Platform Logos */
.floating-logo {
    position: absolute;
    z-index: 15;
    animation: floatAnimation 3s ease-in-out infinite;
}

.floating-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
.floating-logo.logo-5 img{
    width: 80px;
    height: 80px;
}
/* Logo Positions */
.logo-1 {
    top: -5%;
    left: 10%;
    animation-delay: 0s;
}

    .logo-2 {
        top: -2%;
        right: 30%;
        animation-delay: 0.5s;
    }

.logo-3 {
    top: 11%;
    right: 15%;
    animation-delay: 1s;
}

.logo-4 {
    bottom: 62%;
    right: 4%;
    animation-delay: 1.5s;
}

    .logo-5 {
        top: 55%;
        left: 8%;
        animation-delay: 0.5s;
    }
    .logo-6 {
    top: 70%;
    left: 23%;
    animation-delay: 0.2s;
    }
    .logo-7 {
        bottom: 5%;
        left: 0%;
        animation-delay: 0.5s;
    }
    .logo-8 {
        bottom: 6%;
    left: 40%;
        animation-delay: 0.5s;
    }

/* Float Animation */
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(2deg);
    }
    50% {
        transform: translateY(-15px) rotate(-2deg);
    }
    75% {
        transform: translateY(-10px) rotate(1deg);
    }
}

.banner-form{
    margin-top: 40px;   
}
/* Scroll Indicator */
.scroll-indicator {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px !important;
}

.scroll-icon {
    width: 40px;
    height: 60px;
    /* border: 2px solid rgba(255, 255, 255, 0.3); */
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    animation: scrollBounce 2s infinite;
    cursor: pointer;
}

.scroll-icon span {
    font-size: 20px;
    opacity: 0.6;
}

@keyframes scrollBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: rgba(40, 30, 25, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    /* max-width: 450px; */
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Header Contact Info */
.header-contact {
    text-align: center;
}

.header-contact h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
}

.contact-icon {
    font-size: 16px;
}

.contact-text {
    font-weight: 400;
}

/* Form Styling */
.contact-form .form-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ff8c3c;
    box-shadow: 0 0 0 3px rgba(255, 140, 60, 0.1);
    color: #ffffff;
    outline: none;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group.has-error .form-control,
.contact-form .form-group.has-danger .form-control {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.contact-form .help-block.with-errors {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    min-height: 18px;
    font-weight: 500;
}

/* Submit Button */
.btn-submit {
    background: linear-gradient(135deg, #ff8c3c 0%, #ff6b1a 100%);
    border: none;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 140, 60, 0.3);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #ff9d52 0%, #ff7a2f 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 140, 60, 0.4);
}

.btn-submit:active {
    transform: translateY(0);
}

.arrow-icon {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.btn-submit:hover .arrow-icon {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .banner-content {
        padding: 40px 30px;
        text-align: center;
    }
    
    .banner-heading {
        font-size: 42px;
    }
    
    .badge-tag {
        margin: 0 auto;
    }
    
    .contact-form-wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .scroll-indicator {
        justify-content: center;
    }
    
    .topStripRight {
        margin-top: 15px;
    }
    
    /* .floating-logo {
        display: none;
    } */
    
    .clutch-rating img {
        width: 100%;
        max-width: 200px;
    }
}

/* Tablet View - Center align CTA and Clutch Rating */
@media (min-width: 768px) and (max-width: 991px) {
    .d-flex.align-items-center.gap-4.mb-4 {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 1.5rem !important;
    }
    
    .btn-cta-orange {
        margin: 0 auto;
    }
    
    .clutch-rating {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .banner-section {
        min-height: auto;
        padding: 20px 0;
    }
    .banner-heading {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .banner-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .d-flex.align-items-center.gap-4.mb-4 {
        flex-wrap: wrap;
        gap: 1rem !important;
        justify-content: center;
    }
    
    .btn-cta-orange {
        padding: 12px 32px;
        font-size: 16px;
        width: 100%;
        max-width: 280px;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .clutch-rating {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .clutch-rating img {
        max-width: 200px;
        height: auto;
    }
    
    .testimonial-quote {
        background-size: cover;
        background-position: center;
        padding: 25px 20px;
        margin-top: 30px;
        max-width: 100%;
    }
    
    .quote-content {
        padding: 0 10px;
    }
    
    .quote-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .quote-icon-top {
        left: 20px;
        top: -8px;
    }
    
    .quote-icon-top img {
        width: 35px;
        height: 35px;
    }
    
    .quote-icon-bottom {
        width: 20px;
        height: 35px;
        bottom: 8px;
        right: 10px;
    }
    
    .logoWrapper img {
        height: 35px;
    }
    
    .floating-logo img {
        width: 40px;
        height: 40px;
    }
    
    .floating-logo.logo-5 img {
        width: 40px;
        height: 40px;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .topStripRight {
        gap: 15px;
    }
    
    .phoneWrapper a,
    .emailWrapper a {
        font-size: 12px;
    }
}

/* Why SEO Alone Section */
.why-seo-section {
    padding: 60px 0;
    background: url('../images/why-seo-section-bg.webp') no-repeat center center;
    background-size: cover;
}

@media (max-width: 575px) {
    .why-seo-section .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.highlight-orange {
    background: linear-gradient(90deg, #F97316 0%, #C2410C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 400;
}

/* AEO Image */
.aeo-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

.aeo-image-wrapper:hover {
    box-shadow: 0 0 30px rgba(255, 140, 60, 0.6),
                0 0 60px rgba(255, 140, 60, 0.4),
                0 0 90px rgba(255, 140, 60, 0.2);
    transform: translateY(-5px);
}

.aeo-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease;
}

.aeo-image-wrapper:hover img {
    filter: brightness(1.1);
}

/* Content */
.content-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.content-description {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.7;
    font-weight: 400;
}

/* Comparison Cards */
.comparison-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

/* SEO Card */
.seo-card {
    border: 1px solid #e5e7eb;
}

/* AEO Card */
.aeo-card {
    background: linear-gradient(135deg, #ff8c3c 0%, #ff6b1a 100%);
    color: #ffffff;
}

/* Card Header */
.card-header-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.seo-card .card-icon {
    background: #f3f4f6;
}

.aeo-card .card-icon {
    background: rgba(255, 255, 255, 0.2);
}

.card-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.seo-card .card-label {
    color: #9ca3af;
}

.aeo-card .card-label {
    color: rgba(255, 255, 255, 0.9);
}

.card-title {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
}

.seo-card .card-title {
    color: #0A0A0A;
}

.aeo-card .card-title {
    color: #ffffff;
}

/* Card Body */
.card-body-custom {
    padding-top: 20px;
}

.card-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.seo-card .card-tag {
    background: #f3f4f6;
    color: #000;
}

.aeo-card .card-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.feature-list li:hover {
    transform: translateX(5px);
}

.feature-list li:last-child {
    margin-bottom: 0;
}

.list-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.feature-list li:hover .list-icon {
    transform: scale(1.2);
}

.seo-card .list-icon {
    background: #fee2e2;
    color: #dc2626;
}

.seo-card .feature-list li:hover .list-icon {
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(220, 38, 38, 0.6),
                0 0 30px rgba(220, 38, 38, 0.4),
                0 0 45px rgba(220, 38, 38, 0.2);
}

.aeo-card .list-icon {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.aeo-card .feature-list li:hover .list-icon {
    background: rgba(255, 140, 60, 0.9);
    box-shadow: 0 0 15px rgba(255, 140, 60, 0.8),
                0 0 30px rgba(255, 140, 60, 0.5),
                0 0 45px rgba(255, 140, 60, 0.3);
}

.seo-card .feature-list li span:last-child {
    color: #4b5563;
}

.aeo-card .feature-list li span:last-child {
    color: rgba(255, 255, 255, 0.95);
}

/* Responsive for Why SEO Section */
/* Responsive for Section Titles - Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .section-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .content-heading {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .content-description {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 991px) {
    .why-seo-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 42px;
    }
    
    .content-heading {
        font-size: 24px;
    }
    
    .content-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .why-seo-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 36px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .highlight-orange {
        display: inline;
        word-wrap: break-word;
    }
    
    .section-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .content-heading {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
        word-wrap: break-word;
    }
    
    .content-description {
        font-size: 15px;
        text-align: center;
    }
    
    .comparison-card {
        padding: 24px;
        margin-bottom: 20px;
    }
    
    .card-title {
        font-size: 18px;
    }
    
    .feature-list li {
        font-size: 14px;
    }
}

/* Reality for E-commerce Brands Section */
.reality-section {
    padding: 60px 0;
    background: url('../images/reality-sec-bg.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.reality-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(255, 140, 60, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.reality-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

.reality-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    position: relative;
    z-index: 10;
}

/* Reality Cards */
.reality-card {
    /* background: rgba(40, 30, 25, 0.6); */
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0px;
    padding: 12px 24px;
    padding-left: 28px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.reality-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #F97316;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 30% 100%, 0 100%);
    z-index: 1;
}

.reality-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
        rgba(255, 140, 60, 0.15) 0%, 
        transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    pointer-events: none;
}

.reality-card:hover::after {
    opacity: 1;
    animation: wave-pulse 1.5s ease-in-out infinite;
}

.reality-card:hover {
    background: rgba(40, 30, 25, 0.8);
    border-color: rgba(255, 140, 60, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 140, 60, 0.2);
}

@keyframes wave-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.reality-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.reality-card-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    margin-right: 30px;
}

.reality-card-label {
    font-size: 12px;
    color: #F97316;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.reality-card-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.reality-card-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* .reality-card-dark {
    background: rgba(20, 15, 12, 0.8);
    border: 1px solid rgba(255, 140, 60, 0.3);
} */

.reality-card-dark:hover {
    background: rgba(30, 20, 15, 0.9);
}

.reality-cta-text {
    font-size: 13px;
    color: #F97316;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Highlight Box */
.reality-highlight-box {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25) 0%, rgba(234, 88, 12, 0.25) 100%);
    border: 1px solid rgba(251, 146, 60, 0.3);
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
}

.highlight-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 140, 60, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-text-content {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

/* Reality CTA Button */
.btn-reality-cta {
    background: linear-gradient(135deg, #ff8c3c 0%, #ff6b1a 100%);
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 140, 60, 0.3);
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.btn-reality-cta:hover {
    background: linear-gradient(135deg, #ff9d52 0%, #ff7a2f 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 140, 60, 0.4);
    color: #ffffff;
}

.btn-reality-cta:active {
    transform: translateY(0);
}

.btn-reality-cta .arrow-icon {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.btn-reality-cta:hover .arrow-icon {
    transform: translateX(5px);
}

/* Reality Scroll Indicator */
.reality-scroll-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
}

.reality-scroll-icon {
    width: 40px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    animation: scrollBounce 2s infinite;
    cursor: pointer;
}

.reality-scroll-icon span {
    opacity: 0.8;
}

.reality-scroll-icon img {
    width: 24px;
    height: auto;
}

/* Responsive for Reality Section */
@media (max-width: 991px) {
    .reality-section {
        padding: 60px 0;
    }
    
    .reality-title {
        font-size: 32px;
    }
    
    .reality-subtitle {
        font-size: 16px;
    }
    
    .reality-card {
        padding: 24px 20px;
    }
    
    .reality-highlight-box {
        padding: 20px 24px;
    }
    
    .highlight-text-content {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .reality-section {
        padding: 50px 0;
    }
    
    .reality-title {
        font-size: 24px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .reality-subtitle {
        font-size: 15px;
    }
    
    .reality-card {
        padding: 24px 20px;
        margin-bottom: 20px;
        min-height: 180px;
        display: flex;
        flex-direction: column;
    }
    
    .reality-card-title {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .reality-card-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .reality-card-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .reality-highlight-box {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        margin-top: 20px;
    }
    
    .highlight-text-content {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .btn-reality-cta {
        padding: 14px 32px;
        font-size: 15px;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }
}

/* AEO Services Section */
.aeo-services-section {
    padding: 60px 0;
    background: #ffffff;
}

.services-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.services-subtitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
}

/* Service Cards */
.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 25px 25px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    border-color: #ff8c3c;
    box-shadow: 0 12px 32px rgba(255, 140, 60, 0.12);
    transform: translateY(-4px);
}

.service-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #F97316 0%, #C2410C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.6s ease;
}

.service-card:hover .service-number::before {
    left: 100%;
}

.service-card:hover .service-number {
    background: linear-gradient(135deg, #ff8c3c 0%, #F97316 100%);
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.6),
                0 0 40px rgba(249, 115, 22, 0.4);
    transform: scale(1.1) rotate(360deg);
}

.service-icon {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    background: #fff5f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(255, 140, 60, 0.4) 0%, 
        transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: wave-rotate 3s linear infinite;
}

.service-card:hover .service-icon::before {
    opacity: 1;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #FFE4D6 0%, #FFCDB3 100%);
    box-shadow: 0 4px 15px rgba(255, 140, 60, 0.3);
    transform: scale(1.1);
}

@keyframes wave-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.3;
}

.service-description {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* Responsive for AEO Services Section */
@media (max-width: 991px) {
    .aeo-services-section {
        padding: 50px 0;
    }
    
    .services-title {
        font-size: 32px;
    }
    
    .services-subtitle {
        font-size: 16px;
    }
    
    .service-card {
        padding: 28px 24px;
    }
    
    .service-number {
        width: 44px;
        height: 44px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .service-icon {
        top: 24px;
        right: 24px;
        width: 44px;
        height: 44px;
    }
    
    .service-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .aeo-services-section {
        padding: 40px 0;
    }
    
    .services-title {
        font-size: 22px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .services-subtitle {
        font-size: 15px;
    }
    
    .service-card {
        padding: 24px 20px;
        margin-bottom: 20px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
    }
    
    .service-number {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-bottom: 18px;
    }
    
    .service-icon {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    
    .service-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .service-title {
        font-size: 16px;
        padding-right: 50px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .service-description {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    .aeo-services-section .col-lg {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Leading Answer Engines Section */
.answer-engines-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0A0A0A 0%, #1A1A1A 100%);
}

.engines-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

/* Platform Cards */
.answer-engines-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.answer-engines-section .col-md-2,
.answer-engines-section .col-4 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
}

.platform-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 35px 10px;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 155px;
    max-width: 155px;
    width: 155px;
    position: relative;
    overflow: hidden;
}

.platform-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #ff8c3c 0%, 
        #ff6b1a 25%, 
        #F97316 50%, 
        #ff6b1a 75%, 
        #ff8c3c 100%);
    border-radius: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background-size: 300% 300%;
    animation: border-run 3s linear infinite;
}

.platform-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    z-index: -1;
}

.platform-card:hover::before {
    opacity: 1;
}

.platform-card:hover {
    background: transparent;
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(255, 140, 60, 0.15);
}

@keyframes border-run {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.platform-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Responsive for Answer Engines Section - Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
    .answer-engines-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 18px !important;
    }
    
    .answer-engines-section .col-4,
    .answer-engines-section .col-md-2 {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }
    
    .platform-card {
        padding: 32px 10px !important;
        min-width: 145px !important;
        max-width: 145px !important;
        width: 145px !important;
    }
    
    .platform-icon {
        width: 70px;
        height: 70px;
    }
    
    .platform-icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .platform-name {
        font-size: 14px;
    }
}

/* Responsive for Answer Engines Section */
@media (max-width: 991px) {
    .answer-engines-section {
        padding: 60px 0;
    }
    
    .engines-title {
        font-size: 32px;
    }
    
    .answer-engines-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
    }
    
    .answer-engines-section .col-4,
    .answer-engines-section .col-md-2 {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }
    
    .platform-card {
        padding: 30px 22px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        width: 140px !important;
    }
    
    .platform-icon {
        width: 65px;
        height: 65px;
    }
    
    .platform-icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .platform-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .answer-engines-section {
        padding: 50px 0;
    }
    
    .engines-title {
        font-size: 24px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .answer-engines-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .answer-engines-section .col-6,
    .answer-engines-section .col-md-2 {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }
    
    .platform-card {
        padding: 20px 5px !important;
        min-width: 105px !important;
        max-width: 105px !important;
        width: 105px !important;
        margin-bottom: 0 !important;
        border-radius: 12px !important;
    }
    
    .platform-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 8px;
    }
    
    .platform-icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .platform-name {
        font-size: 12px;
        line-height: 1.3;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .answer-engines-section .row {
        gap: 10px;
    }
    
    .platform-card {
        padding: 18px 10px;
        min-width: 95px;
        max-width: 95px;
    }
    
    .platform-icon {
        width: 44px;
        height: 44px;
    }
    
    .platform-name {
        font-size: 11px;
    }
}

/* Expert Consultation Section */
.expert-consultation-section {
    padding: 50px 0;
    background: url('../images/expert-consultation-section-bg.webp') center center/cover no-repeat;
    background-color: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.15), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.15), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.1), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255, 255, 255, 0.1), transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(255, 255, 255, 0.15), transparent),
        radial-gradient(1px 1px at 33% 50%, rgba(255, 255, 255, 0.1), transparent),
        radial-gradient(1px 1px at 75% 80%, rgba(255, 255, 255, 0.1), transparent);
    background-size: 200% 200%;
    background-position: 0% 0%;
    pointer-events: none;
    opacity: 0.6;
}

.particles-bg::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid rgba(255, 255, 255, 0.1);
    transform: rotate(15deg);
}

.particles-bg::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 8%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.08);
    transform: rotate(-25deg);
}

.expert-content {
    padding-right: 20px;
}

.expert-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 40px;
}

.btn-schedule {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 50px;
    background: #F97316;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #F97316;
}

.btn-schedule:hover {
    background: #ea6a0f;
    border-color: #ea6a0f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
    color: #ffffff;
}

.btn-schedule svg {
    transition: transform 0.3s ease;
}

.btn-schedule:hover svg {
    transform: translateX(4px);
}

.expert-profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.expert-image-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 8px solid #ffffff; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    position: relative;
}

.expert-image-circle::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), transparent);
    z-index: -1;
}

.expert-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.expert-info {
    margin-top: 0;
}

.expert-name {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.expert-role {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

/* Responsive for Expert Consultation Section */
@media (max-width: 991px) {
    .expert-consultation-section {
        padding: 60px 0;
    }
    
    .expert-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .expert-title {
        font-size: 28px;
    }
    
    .expert-image-circle {
        width: 240px;
        height: 240px;
    }
    
    .expert-name {
        font-size: 28px;
    }
    
    .expert-role {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .expert-consultation-section {
        padding: 50px 0;
    }
    
    .expert-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .expert-image-circle {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    
    .expert-name {
        font-size: 24px;
    }
    
    .expert-role {
        font-size: 14px;
    }
    
    .btn-schedule {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* AEO Audit Section */
.aeo-audit-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.audit-card {
    background: url('../images/aeo-audit-card-bg.webp') center center/cover no-repeat;
    border-radius: 24px;
    padding: 60px 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.audit-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.audit-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.whats-included-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #F97316;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Audit Features */
.audit-feature {
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
    min-height: 150px;
    position: relative;
    overflow: hidden;
}

.audit-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(90deg, 
        transparent 0%,
        transparent 25%, 
        #F97316 50%, 
        transparent 75%,
        transparent 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    background-size: 200% 100%;
    animation: border-slide 2s linear infinite;
}

.audit-feature:hover::before {
    opacity: 1;
}

.audit-feature:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.15);
}

@keyframes border-slide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

.audit-feature-icon {
    width: 56px;
    height: 56px;
    background: rgba(249, 115, 22, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.audit-feature-content {
    flex: 1;
}

.audit-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.audit-feature-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.5;
}

.audit-bottom-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-audit-cta {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

.btn-audit-cta:hover {
    background: linear-gradient(135deg, #EA580C 0%, #C2410C 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.4);
    color: #ffffff;
}

.btn-audit-cta .arrow-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-audit-cta:hover .arrow-icon {
    transform: translateX(5px);
}

/* Responsive for Banner Section - Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section {
        min-height: 90vh;
    }
    
    .banner-heading {
        font-size: 42px;
        line-height: 1.2;
    }
    
    .banner-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .btn-cta-orange {
        padding: 14px 28px;
        font-size: 16px;
    }
    
    .clutch-rating img {
        max-width: 180px;
    }
    
    .testimonial-quote {
        padding: 28px 24px;
        max-width: 100%;
    }
    
    .quote-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .quote-author {
        font-size: 13px;
    }
}

/* Responsive for AEO Audit Section */
@media (min-width: 992px) and (max-width: 1199px) {
    .audit-feature {
        padding: 20px;
        gap: 16px;
        min-height: 140px;
    }
    
    .audit-feature-icon {
        width: 48px;
        height: 48px;
    }
    
    .audit-feature-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .audit-feature-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .audit-feature-desc {
        font-size: 13px;
    }
    
    .btn-audit-cta {
        padding: 15px 36px;
        font-size: 15px;
    }
    
    .btn-audit-cta .arrow-icon {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .aeo-audit-section {
        padding: 60px 0;
    }
    
    .audit-card {
        padding: 50px 40px;
    }
    
    .audit-title {
        font-size: 32px;
    }
    
    .audit-subtitle {
        font-size: 15px;
    }
    
    .audit-feature-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .aeo-audit-section {
        padding: 50px 0;
    }
    
    .audit-card {
        padding: 40px 30px;
        border-radius: 16px;
    }
    
    .audit-title {
        font-size: 28px;
    }
    
    .audit-subtitle {
        font-size: 14px;
    }
    
    .whats-included-label {
        font-size: 13px;
    }
    
    .audit-feature-icon {
        width: 40px;
        height: 40px;
    }
    
    .audit-feature-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .audit-feature-title {
        font-size: 16px;
    }
    
    .audit-feature-desc {
        font-size: 13px;
    }
    
    .audit-bottom-text {
        font-size: 14px;
    }
    
    .btn-audit-cta {
        padding: 14px 20px;
        font-size: 12px;
    }
}

/* Why TCS for AEO Section */
.why-tcs-section {
    padding: 80px 0;
    background: url('../images/why-tcs-audit-sec-bg.webp') center center/cover no-repeat;
}

.why-tcs-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.why-tcs-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Stat Cards */
.stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 220px;
    height: 100%;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(249, 115, 22, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(255, 140, 60, 0.15);
}

.stat-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.stat-number {
    font-size: 28px;
    font-weight: 600;
    color: #F97316;
    margin-bottom: 12px;
    line-height: 1;
    min-height: 50px;
}

.stat-label {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 30px;
}

.stat-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles for Why TCS Section */
@media (max-width: 991px) {
    .why-tcs-title {
        font-size: 36px;
    }
    
    .stat-card {
        min-width: 200px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .stat-label {
        font-size: 16px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .why-tcs-section {
        padding: 60px 0;
    }
    
    .why-tcs-title {
        font-size: 28px;
    }
    
    .why-tcs-subtitle {
        font-size: 14px;
    }
    
    .stat-card {
        padding: 32px 24px;
        min-width: 100%;
    }
    
    .stat-icon {
        width: 48px;
        height: 48px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 15px;
    }
    
    .stat-description {
        font-size: 13px;
    }
}

/* Case Study Section */
.case-study-section {
    padding: 80px 0;
    background: #ffffff;
}

.case-study-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Case Study Cards */
.case-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.case-card:hover {
    border-color: #ff8c3c;
    box-shadow: 0 12px 32px rgba(255, 140, 60, 0.12);
    transform: translateY(-4px);
}

.case-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-image img {
    transform: scale(1.05);
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-name {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.case-content {
    padding: 28px 24px;
}

.case-company {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.case-metrics {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.metric-label {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    flex: 1;
}

.metric-value {
    font-size: 16px;
    font-weight: 700;
    color: #F97316;
    margin-left: 12px;
    flex-shrink: 0;
}

/* Responsive Styles for Case Study Section */
@media (max-width: 991px) {
    .case-study-title {
        font-size: 36px;
    }
    
    .case-image {
        height: 180px;
    }
    
    .case-name {
        font-size: 24px;
    }
    
    .case-company {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .case-study-section {
        padding: 60px 0;
    }
    
    .case-study-title {
        font-size: 28px;
    }
    
    .case-image {
        height: 160px;
    }
    
    .case-name {
        font-size: 20px;
    }
    
    .case-content {
        padding: 24px 20px;
    }
    
    .case-company {
        font-size: 17px;
        margin-bottom: 16px;
    }
    
    .case-metrics {
        gap: 14px;
    }
    
    .metric-label {
        font-size: 13px;
    }
    
    .metric-value {
        font-size: 15px;
    }
}

/* Testimonials Section */
.testimonials-section {
    background: #000000;
}

.testimonial-row {
    display: flex;
    min-height: 500px;
    /* border-bottom: solid 2px #514e4e; */
}

.testimonial-row .col-lg-6 {
    display: flex;
    align-items: center;
}

.testimonial-content {
    background: rgba(26, 26, 26, 0.95);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.quote-icon {
    margin-bottom: 24px;
}

.star-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 32px;
    font-weight: 400;
}

/* .testimonial-author {
    margin-top: auto;
} */

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.author-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
}

.company-highlight {
    color: #F97316;
    font-weight: 600;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Styles for Testimonials Section */
@media (max-width: 991px) {
    .testimonial-row {
        min-height: 400px;
    }
    
    .testimonial-content {
        padding: 60px 40px;
        min-height: 400px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .testimonial-image {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .testimonial-row {
        min-height: auto;
        flex-direction: column-reverse;
    }
    
    .testimonial-content {
        padding: 30px 20px;
        min-height: auto;
        margin: 20px;
    }
    
    .quote-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .star-rating svg {
        width: 100px;
        height: 20px
    }
    
    .testimonial-text {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 24px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .author-title {
        font-size: 13px;
    }
    
    .testimonial-image {
        min-height: 250px;
    }
}

/* ==========================================
   FAQ Section
   ========================================== */
.faq-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 0;
}

.accordion-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    background: #ffffff;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 28px;
    border: none;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #1a1a1a;
    color: #ffffff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
    background-color: #F97316;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8H13' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.accordion-button.collapsed::after {
    width: 32px;
    height: 32px;
    background-color: #E6E6E6;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8H12' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 4V12' stroke='%23666666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.accordion-body {
    padding: 0 28px 24px 28px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.accordion-collapse {
    border: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .faq-title {
        font-size: 38px;
    }
    
    .accordion-button {
        font-size: 15px;
        padding: 20px 24px;
    }
    
    .accordion-body {
        padding: 0 24px 20px 24px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 24px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accordion-button {
        font-size: 14px;
        padding: 18px 20px;
        line-height: 1.4;
    }
    
    .accordion-button::after,
    .accordion-button.collapsed::after {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }
    
    .accordion-body {
        padding: 0 18px 16px 18px;
        font-size: 14px;
    }
}

/* ==========================================
   Contact Form Section
   ========================================== */
.contact-form-section {
    padding: 50px 0;
    background: url('../images/footer-sec-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 50px 45px;
    backdrop-filter: blur(10px);
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.contact-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

/* .aeo-form {
    margin-top: 40px;
} */

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    display: block;
}

.form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    height: auto;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    color: #ffffff;
    outline: none;
}

.form-group {
    margin-bottom: 0;
}

.form-group.has-error .form-control,
.form-group.has-danger .form-control {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.help-block.with-errors {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    min-height: 18px;
    font-weight: 500;
}

.btn-submit-form {
    width: 50%;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    border: none;
    border-radius: 30px;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-top: 12px;
    cursor: pointer;
}

.btn-submit-form:hover {
    background: linear-gradient(135deg, #EA580C 0%, #DC2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.3);
}

.btn-submit-form svg {
    transition: transform 0.3s ease;
}

.btn-submit-form:hover svg {
    transform: translateX(4px);
}

/* ==========================================
   Footer
   ========================================== */
.site-footer {
    background: #0a0a0a;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    text-align: center;
}

.footer-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 400;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #F97316;
}

/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-submit-form {
        padding: 16px 30px;
        font-size: 15px;
        width: 60%;
    }
}

@media (max-width: 991px) {
    .contact-form-section {
        padding: 60px 0;
    }
    
    .contact-form-wrapper {
        padding: 40px 35px;
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    .contact-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .contact-form-section {
        padding: 50px 0;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-title {
        font-size: 24px;
    }
    
    .contact-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .form-label {
        font-size: 13px;
    }
    
    .form-control {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .btn-submit-form {
        padding: 16px 28px;
        font-size: 15px;
        width: 100%;
    }
    
    .footer-text {
        font-size: 12px;
    }
}

.aeo-optimization .owl-theme .owl-nav {
    margin-top: 0px;
    background: #FFF;
    margin-bottom: 20px;
    padding-top: 20px;
}

.aeo-optimization .owl-theme .owl-nav [class*=owl-]{
    color: #FFF;
    font-size: 13px;
    margin: 5px;
    padding: 4px 12px;
    background: #F44336;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
}