﻿:root {
            --primary-orange: #d48e28;
            --primary-dark: #8b1e12;
            --text-dark: #222;
            --text-muted: #666;
            --bg-light: #fdfdfd;
            --bg-gray: #f9f9f9;
            --border-color: #eee;
        }

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

        body {
            font-family: "Poppins", sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            background-color: #f7f7f7;
            overflow-x: clip;
        }

        html,
        body {
            overflow-x: clip !important;
            overflow-y: visible !important;
        }

        .main-wrapper {
            width: 100%;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .main-wrapper-head{
            background-image: url(/wp-content/uploads/2026/09/TOP-1.png);
            background-repeat: no-repeat;
            background-position-y: top;
            background-position-x: center;
            background-size: 1645px 185px;
        }

        section {
            padding: 100px 0;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-tag {
            text-transform: uppercase;
            font-size: 13px;
            font-weight:500;
            color:#941202;
            letter-spacing:4%;
            display: block;
            margin-bottom: 14px;
            line-height: 100%;
        }

        .AI-Build{
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing:0%;
            line-height:36px;
            color:#000000;
        }

        .sub-desc {
           
            max-width: 750px;
            margin: 0 auto;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            font-weight: 400;
            color:#585858;
        }

        .btn {
            display: inline-block;
            padding: 12px 25px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
            font-size: 14px;
            cursor: pointer;
        }

        /* .btn-primary {
            background-color: var(--primary-orange);
            color: white;
            border: 1px solid var(--primary-orange);
        } */


        .btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #D48C14 !important;
    border-color: transparent !important;
    color: white;
}


        .btn-outline {
    background-color: transparent;
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}
        .btn-dark-red {
            background-color: var(--primary-dark);
            color: white;
            border: 1px solid var(--primary-dark);
        }

        /* --- Hero Section --- */
        .hero-section {
            display: flex;
            align-items: center;
            padding: 125px 0 120px 0;
            position: relative;
            /* background-image: url('assets/TOP-1.png'); */
            /* background-repeat: repeat; */
        }

        .hero-section::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(212, 142, 40, 0.05) 0%, transparent 70%);
            z-index: -1;
        }

        .hero-content {
            flex: 1.2;
            padding-right: 60px;
            z-index: 2;
        }

        .hero-image {
            flex: 1.4;
            text-align: right;
            position: relative;
            z-index: 1;
            transform: scale3d(1.1, 1.2, 2.5);
        }

        .hero-image img {
            width: 100%;
            height: auto;
            /* filter: drop-shadow(0 20px 50px rgba(0,0,0,0.1)); */
        }

        .blob-bg {
            position: absolute;
            z-index: -1;
            opacity: 0.05;
        }

        .blob-1 { top: 100px; left: -100px; width: 400px; }
        .blob-2 { bottom: 100px; right: -100px; width: 500px; }
        .blob-3 { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; }


        .hero-tag {
            color:#941202;
            text-transform: uppercase;
            font-weight:500;
            font-size: 13px;
            margin-bottom: 15px;
            display: block;
            letter-spacing:4%;
            line-height: 100%;
        }

        .hero-title {
            font-size: 46px;
            font-weight: 700;
            line-height: 54px;
            letter-spacing:0%;
            color:#000000;
            margin-bottom: 25px;
        }

        .hero-title span {
            color:#D48C14;
        }

        .hero-desc {
            color: #626262;
            font-size: 19px;
            margin-bottom: 35px;
            line-height:28px;
            font-weight: 400;
            letter-spacing: 0%;
        }

        .hero-btns {
            display: flex;
            gap: 15px;
        }

        .contact-section .hero-btns {
            gap: 11px;
        }

        .contact-section .hero-btns .btn {
            min-height: 39px;
            padding: 13px 18px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 21px;
            white-space: nowrap;
            font-weight: 500;
        }

        .contact-section .cta-primary {
            background: #ffffff;
            color: #D48C14;
            border: 1px solid #ffffff;
        }

        .contact-section .cta-secondary {
            background: transparent;
            color: #ffffff;
            border: 1px solid #ffffff;
        }

        /* --- Services Section --- */
        .services-section {
            position: relative;
            overflow: visible;
        }

        .services-pattern {
            position: absolute;
            z-index: 0;
            left: 0;
            bottom: 0;
            width: min(34vw, 450px);
            max-width: none;
            mix-blend-mode: multiply;
            pointer-events: none;
        }

        .services-section .main-wrapper {
            position: relative;
            z-index: 1;
        }

        .services-grid {
            display: flex;
            gap: 50px;
            align-items: flex-start;
        }

        .services-intro {
            flex: 1;
            position: sticky;
            top: 130px;
            align-self: flex-start;
        }

        .accordion-list {
            flex: 1.5;
            min-width: 0;
        }

        .accordion-item {
            border-bottom: 1px solid #DEDEDE;
            margin-bottom: 15px;
            border-top: 1px solid #DEDEDE;
        }

        .accordion-header {
            
            display: flex;
            justify-content: space-between;
            padding: 20px 0;
            cursor: pointer;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color:#000000;
            letter-spacing: 0%;
        }

        .accordion-header span:first-child {
            margin-right: 20px;
            color:#000000;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .accordion-content {
            padding: 0 0 20px 40px;
            display: none;
            color: var(--text-muted);
            font-size: 14px;
        }

        .accordion-item.active .accordion-content {
            display: block;
        }

        .accordion-item.active .accordion-header i {
            transform: rotate(180deg);
        }

        .accordion-content ul {
            list-style:disc;
            margin-top: 15px;
            margin-left: 0px;
            padding-left: 0px;
        }

        .accordion-content ul li {
            position: relative;
            letter-spacing: 2%;
            margin-bottom: 8px;
            font-size: 15px;
            font-weight: 400;
            color:#626262;
        }

        .accordion-content ul li::before {
            
            position: absolute;
            left: 0;
            color: var(--primary-orange);
        }

        .accordion-content p{
            
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0%;
            color:#626262;
        }

        /* --- Engagement Models --- */
        .models-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 50px;
        }

        .model-card {
            background: white;
            padding: 30px;
            border-radius: 14px;
            border: 1px solid #E8E8E8;
            position: relative;
            transition: all 0.3s ease;
        }

        .model-card.featured {
            border: 2px solid #D48C14;
            /* box-shadow: 0 10px 30px rgba(212, 142, 40, 0.1); */
        }
        tbody{
            background: white;
        }

        .featured-tag {
            position: absolute;
            top: -14px;
            left: 70%;
            transform: translateX(-50%);
            background:#D48C14;
            color: white;
            font-size: 12px;
            padding: 5px 14px;
            border-radius: 20px;
            font-weight:500;
            text-transform: uppercase;
            white-space: nowrap;
            letter-spacing: 1%;
        }

        .model-duration {
            font-size: 13px;
            font-weight:500;
            color:#941202;
            margin-bottom: 8px;
            display: block;
            text-transform: uppercase;
        }

        .model-title {
            font-weight:600;
          color:#000000;
            margin-bottom: 15px;
            font-size:16px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .model-desc {
            font-size: 15px;
            color:#626262;
            line-height: 24px;
            margin-bottom: 25px;
            font-weight: 400;
            letter-spacing: 0%;
        }

        .model-list {
            list-style: disc;
            font-size: 13px;
            color: #626262;
            margin-left: 0px;
            padding-left: 0px;
            line-height:24px;
        }

        .model-list li {
            margin-bottom: 10px;
            padding-left:0px;
            position: relative;
            font-weight: 400;
            font-size: 14px;
        }

        .model-list li::before {
           
            position: absolute;
            left: 0;
            color: var(--primary-orange);
        }

        /* --- Comparison Table --- */
        .comparison-table-wrapper {
               /* overflow-x: auto; */
            margin-top: 50px;
            /* background: white; */
            /* border-radius: 10px; */
            
        }

        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
            border-radius: 14px;
        }

        th {
            background-color:#941202;
            color: white;
            text-align: left;
            padding: 25px 20px;
            font-weight:400;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing:4%;
            line-height: 100%;
        }

        th:last-child {
            background-color:#D48C14;
        }

        td {
            padding: 18px 20px;
            border-bottom: 1px solid #f2f2f2;
            vertical-align: middle;
            color: #454545;
            line-height: 24px;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0%;

        }

        td:first-child {
            font-weight:400;
            color:#626262;
            /* background-color: #fafafa; */
            width: 200px;
            /* text-transform: uppercase; */
            font-size: 14px;
            line-height: 24px;
        }

        td:last-child {
            background: #D48C1414;
            color:#363636;
            font-weight:500;
            font-size: 14px;
            line-height: 22px;
        }

        /* --- Process Steps --- */
        .process-steps {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            position: relative;
        }

        .step-item::before {
            content: "";
            position: absolute;
            top: 22px;
            height: 2px;
            background:#D48C14;
            z-index: 1;
            width:12%;
        }
        .item-1::before {
            left: 72px;
            
        }
       .item-2::before {
            left: 300px;
           
        }

          .item-3::before {
            left: 530px;
           
        }

        .item-4::before {
            left: 757px;
            
        }

        .item-5::before {
            width:0px;
        }

        
        .step-item {
            text-align: left;
            width: 18%;
            z-index: 2;
        }

        .step-number {
            width: 52px;
            height: 52px;
            background: #D48C14;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-bottom: 20px;
            /* border: 4px solid #fff; */
            /* box-shadow: 0 0 0 1px #eee; */
            position: relative;
            z-index: 5;
            font-size: 20px;
        }

        .step-title {
            font-weight: 600;
            font-size: 17px;
            margin-bottom: 15px;
            line-height: 24px;
            letter-spacing: 0%;
            color:#000000;
        }

        .step-desc {
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0%;
            color:#626262;
        }

        /* --- Case Studies --- */
        .case-studies-section {
            position: relative;
            overflow: hidden;
        }

        .case-studies-section .main-wrapper {
            position: relative;
            z-index: 1;
        }

        .case-studies-art {
            position: absolute;
            left: -4%;
            bottom: -8%;
            width: 520px;
            height: 380px;
            object-fit: cover;
            object-position: center;
            opacity: 0.85;
            pointer-events: none;
            z-index: 0;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-bottom: 40px;
        }

        .card {
            background: #fff;
            border: 1px solid #E8E8E8;
            padding: 28px 29px 10px;
            border-radius: 15px;
            text-align: left;
        }

        .card-label {
            display: inline-block;
            background: #f7e9e7;
            color:#941202;
            font-size: 12px;
            font-weight: 600;
            padding: 4px 13px;
            border-radius: 18px;
            margin-bottom: 15px;
            text-transform: uppercase;
            line-height: 18px;
            letter-spacing: 0;
        }

        .card-label::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            margin: 0 8px 3px 0;
            border-radius: 50%;
            background: currentColor;
        }

        .card-label.product {
            background: #fff9f0;
            color: var(--primary-orange);
        }

        .card-subtitle {
            font-size: 13px;
            text-transform: uppercase;
            color: #D48C14;
            font-weight:500;
            letter-spacing: 0.04em;
            margin-bottom: 10px;
            display: block;
            line-height: 1.2;
        }

        .card-title {
            font-weight:600;
            line-height: 1.3;
            color:#000000;
            letter-spacing: 0%;
            font-size: 16px;
            margin: 0 0 8px;
            text-align: left !important;
        }

        .card-desc {
            font-size: 15px;
            line-height:24px;
            
            letter-spacing: 0%;
            color:#626262;
            text-align: left;
            font-weight: 400;
        }

        .products-grid .card {
            padding: 25px 26px 24px;
            border-radius: 14px;
        }

        .products-grid .card-label {
            display: inline-block;
            width: fit-content;
            max-width: 100%;
            white-space: nowrap;
            padding: 6px 16px;
            margin-bottom: 14px;
            line-height: 17px;
        }

        .products-grid .card-title {
            margin-bottom: 7px;
        }

        .products-grid .card-desc {
            line-height: 24px;
        }

        .center-btn {
            text-align: center;
            margin-top: 30px;
        }

        /* --- Industries --- */
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .industry-card {
            background: rgba(255, 255, 255, 0.85);
            padding: 35px;
            border-radius: 8px;
            border: 1px solid #ece7df;
            box-shadow: 0 8px 18px rgba(0,0,0,0.02);
        }

        .industry-icon {
            font-size: 24px;
            color: var(--primary-orange);
            margin-bottom: 20px;
            background: #fff8ef;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
        }

        .industry-title {
            font-weight: 600;
            font-size: 17px;
            line-height: 100%;
            letter-spacing: 0%;
            margin-bottom: 15px;
        }

        .industry-desc {
            font-size:15px;
            font-weight: 400;
            line-height: 25px;  
            letter-spacing: 0%;
            color:#626262;
        }

        /* --- Technologies --- */
        .tech-tabs {
            display: flex;
            justify-content: center;
            gap:0px;
            border-bottom: 1px solid #eee;
             margin: 43px auto;
             width:80%;
            
        }

        .tab {
            padding: 15px 25px;
            font-weight:500;
            font-size: 16px;
            cursor: pointer;
            color:#000000;
            border-bottom: 2px solid transparent;
        }

        .tab.active {
            color:#D48C14;
            border-bottom: 2px solid #D48C14
        }

        .tech-logos {
            display: flex;
            justify-content: center;
            gap:40px;
            flex-wrap: wrap;
        }

        .tech-logo-item {
            text-align: center;
        }

        .tech-logo-item img {
            height: 50px;
            margin-bottom: 10px;
            /* filter: grayscale(1);
            opacity: 0.7;
            transition: all 0.3s; */
        }

        /* .tech-logo-item:hover img {
            filter: grayscale(0);
            opacity: 1;
        } */

        .tech-logo-item span {
            display: block;
            font-size: 14px;
            font-weight:500;
            color:#000000;
        }

        /* --- Testimonials --- */
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .testimonial-card {
            background: white;
            padding: 40px;
            border: 1px solid #eee;
            border-radius: 8px;
        }

        .stars {
            color:#F59E0B;
            font-size: 12px;
            margin-bottom: 20px;
        }

        .testimonial-text {
            font-style: italic;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 24px;
            color:#626262;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            width: 40px;
            height: 40px;
            background: #007bff;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 14px;
        }

        .author-info h4 {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .author-info p {
            font-size: 12px;
            font-weight: 400;
            color:#979797;
            line-height: 100%;
            letter-spacing: 0%;
        }

        /* --- Contact Section --- */
        .contact-section {
            background-color: #d58d14;
            background-image: linear-gradient(90deg, rgba(213, 141, 20, 0.78), rgba(236, 183, 28, 0.68)), url('assets/Banner image-2.png');
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;

            padding: 80px 0;
            border-radius: 15px;
            margin: 60px 0;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .contact-section::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(90deg, rgba(148, 18, 2, 0.06), rgba(255, 255, 255, 0.04));
            opacity: 1;
        }

        .contact-container {
            display: flex;
            gap: 90px;
            /* align-items: center; */
            padding: 0 60px;
            position: relative;
            z-index: 2;
        }

        .contact-text {
            flex: 1;
        }

        .contact-text h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px;
            color:#ffffff !important;
            line-height: 37px;
            letter-spacing: 0%;
        }

        .contact-text p {
            font-size: 16px;
            font-weight: 400;
            /* opacity: 0.9; */
            margin-bottom: 35px;
            line-height: 1.8;
        }

        .contact-form-wrapper {
            flex: 1.1;
            background: white;
            padding: 30px;
            border-radius: 14px;
            color: var(--text-dark);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 11px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #999;
        }

        .form-group input, .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #DADADA;
            border-radius: 4px;
            font-family: inherit;
            font-size: 13px;
            font-weight: 400;
        }

        .form-full {
            grid-column: span 2;
        }

        .form-btn {
            width: 100%;
            padding: 13px;
            background: #941202;
            color: white;
            border: none;
            border-radius: 6px;
            font-weight:500;
            cursor: pointer;
            /* text-transform: uppercase; */
            font-size: 14px;
        }

        /* --- FAQ --- */
        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            border: 1px solid #eee;
            margin-bottom: 25px;
            border-radius: 14px;
        }

        .faq-header {
           padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 700;
            font-size: 16px;
            color:#333333 !important;
        }
        .active .faq-header {
            padding: 20px 20px 0px;
        }
        .faq-content {
            padding: 10px 20px 20px 20px;
            display: none;
            font-size: 15px;
            font-weight: 400;
            line-height: 25px;
            color:#585858;
            letter-spacing: 0%;
            /* border-top: 1px solid #eee; */
            /* padding-top: 20px; */
        }

        .faq-item.active .faq-content {
            display: block;
        }

        /* --- Footer/Utilities --- */
        .bg-gray-sec {
            background-color:#f4f3f1;
        }

        .comparison-section {
            position: relative;
            overflow: hidden;
        }

        .comparison-pattern {
            position: absolute;
            right: -6%;
            top: -8%;
            width: min(36vw, 560px);
            max-width: none;
            opacity: 0.72;
            pointer-events: none;
            z-index: 0;
            transform: scale(1.04);
            mix-blend-mode: multiply;
        }

        .comparison-section .main-wrapper {
            position: relative;
            z-index: 1;
        }

        .industries-section {
            position: relative;
            overflow: hidden;
            background: #f4f3f1;
        }

        .industries-pattern {
            position: absolute;
            right: -6%;
            top: -8%;
            width: min(36vw, 560px);
            max-width: none;
            opacity: 0.72;
            pointer-events: none;
            z-index: 0;
            transform: scale(1.04);
            mix-blend-mode: multiply;
        }

        .industries-section .main-wrapper {
            position: relative;
            z-index: 1;
        }

        @media (max-width: 1024px) {
            .hero-section { flex-direction: column; text-align: center; }
            .hero-content { padding-right: 0; margin-bottom: 50px; }
            .hero-btns { justify-content: center; }
            .models-container { grid-template-columns: repeat(2, 1fr); }
            .industry-grid { grid-template-columns: repeat(2, 1fr); }
            .process-steps { flex-direction: column; align-items: flex-start; gap: 30px; }
            .process-steps::before { display: none; }
            .step-item { width: 100%; display: flex; align-items: center; gap: 20px; }
            .step-number { margin-bottom: 0; }
            .contact-container { flex-direction: column; padding: 0 20px; }
        }

        @media (max-width: 768px) {
            .services-section { overflow: hidden; }
            .services-pattern { display: none; }
            .services-grid { flex-direction: column; }
            .services-intro { position: static; }
            .models-container { grid-template-columns: 1fr; }
            .industry-grid { grid-template-columns: 1fr; }
            .cards-grid { grid-template-columns: 1fr; }
            .testimonial-grid { grid-template-columns: 1fr; }
            .form-grid { grid-template-columns: 1fr; }
            .form-full { grid-column: span 1; }
            .hero-title { font-size: 36px; }
        }

