/* ==========================================
   Hero  Styles
   ========================================== */
h1.hero-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
p.hero-description {
 font-size: 16px;
line-height: 25px;
}
p{
font-size: 15px;
line-height: 25px;
font-family: 'Inter', sans-serif;
font-weight: 400;
}
.feature-item {
    font-size: 16px;
    line-height: 25px;
}
.hero-button a {
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    background: #2b48b3;
    font-weight: 600;
    margin: 30px 10px;
}

.fa-chevron-right:before {
    content: "\f054";
    font-size: 16px;
    color: #2b48b3;
    margin-right: 10px;
}

ul.services-pointer.text-white {
    margin-left: 0;
    padding-left: 15px;
}
/* Quality Section Styles */
.quality-section {
        padding: 16px 0;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    background: linear-gradient(to left, #f2f2f26b 0%, #fef6f973 30.33%, #fad4e538 72.33%, #fef6fa4a 100.66%, #f2f2f2d9 70.66%, #f2f2f280 100%);
    position: relative;
    overflow: hidden;
}

.quality-content {
    padding-left: 40px;
}

.quality-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
        line-height: 44px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.quality-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 20px;
    margin-top: 25px;
}

.quality-description {
    font-family: 'Inter', sans-serif;
    font-size:15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-muted);
}

/* Quality Illustration Styles */
/* .quality-illustration {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.tech-network-bg {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
}

.tech-network-img {
        /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    filter: brightness(0.8) contrast(1.2);
}

/* Network Overlay Effects */
.network-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(74, 144, 226, 0.2) 0%, rgba(80, 200, 120, 0.2) 100%);
}

.network-node {
    position: absolute;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #4a90e2, #50c878);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(74, 144, 226, 0.6);
    animation: pulse 2s ease-in-out infinite;
}

.node-1 { top: 15%; left: 20%; animation-delay: 0s; }
.node-2 { top: 25%; right: 15%; animation-delay: 0.5s; }
.node-3 { bottom: 30%; left: 25%; animation-delay: 1s; }
.node-4 { bottom: 20%; right: 20%; animation-delay: 1.5s; }
.node-5 { top: 50%; left: 50%; animation-delay: 2s; }

.connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #4a90e2 50%, transparent 100%);
    opacity: 0.7;
    animation: flow 3s ease-in-out infinite;
}

.line-1 {
    top: 20%;
    left: 22%;
    width: 60%;
    transform: rotate(15deg);
    animation-delay: 0s;
}

.line-2 {
    top: 35%;
    left: 15%;
    width: 70%;
    transform: rotate(-20deg);
    animation-delay: 1s;
}

.line-3 {
    bottom: 35%;
    left: 20%;
    width: 50%;
    transform: rotate(45deg);
    animation-delay: 2s;
}

.line-4 {
    bottom: 25%;
    left: 30%;
    width: 45%;
    transform: rotate(-30deg);
    animation-delay: 3s;
}

.glow-effect {
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: glow 4s ease-in-out infinite;
}

.glow-1 { top: 20%; left: 15%; animation-delay: 0s; }
.glow-2 { top: 60%; right: 20%; animation-delay: 2s; }
.glow-3 { bottom: 25%; left: 40%; animation-delay: 4s; }

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

@keyframes flow {
    0% { opacity: 0; transform: translateX(-20px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: translateX(20px); }
}

@keyframes glow {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}


/* Services Section Styles */

.services-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

.services-header {
    margin-bottom: 60px;
}

.services-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.975rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3052d1;
    margin-bottom: 15px;
}
.service-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

.services-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.services-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Services Grid */
.services-grid {
    background-color: #f0f8ff; /* Alice blue background for the row */
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-radius: 50px;
    border: 1px solid #d1d5db;

}

.services-grid > [class*="col-"] {
    padding: 0;
    margin: 0;
    border-right: 1px solid #d1d5db; /* Light grey border between columns */
    border-bottom: 1px solid #d1d5db; /* Light grey border between rows */
}

.services-grid > [class*="col-"]:nth-child(3n) {
    border-right: none; /* Remove right border from last column in each row */
}

.services-grid > [class*="col-"]:nth-last-child(-n+3) {
    border-bottom: none; /* Remove bottom border from last row */
}

.service-card {
    background: transparent; /* Remove individual card background */
    border: none; /* Remove individual card border */
    border-radius: 0;
    padding: 35px;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /* min-height: 250px;  */
}

.service-card a {
    color: #2b48b3;
    font-size: 0.9rem;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-blue);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}



.service-content {
    flex: 1;
    width: 100%;
}

.service-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 8px;
    margin-top: 0;
}

.service-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #6b7280;
    margin-bottom: 0;
}



/* Benefits Section Styles */
.benefits-section {
    padding: 60px 0;
    background: linear-gradient(90deg, #a5b7f85c 0%, #f0f8ff 40%, #ffffff 100%);
    position: relative;
}

.benefits-content {
    padding-right: 40px;
}

.benefits-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.benefits-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 20px;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #e8ecf4;
    border-radius: 12px;
    padding: 24px 20px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* .benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-blue);
} */

.benefit-number {
    width: 40px;
    height: 40px;
    background: #2b48b329;
    color: #2b48b3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 8px;
    margin-top: 0;
}

.benefit-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 0;
    flex-grow: 1;
}
.dotted-image {
    position: absolute;
    bottom: 10px;
    left: 30px;
}


/* Technologies Section Styles */
.technologies-section {
       padding-top: 50px;
    background: #e3edfa;
    position: relative;
    padding-bottom: 30px;
}

.technologies-header {
    text-align: left;
    margin-bottom: 50px;
}

.technologies-label {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0707ae;
    margin-bottom: 15px;
}

.technologies-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: black;
    margin-bottom: 20px;
    text-align:center;
}

.technologies-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: black;
    margin-bottom: 0;
    text-align:center;
}

/* Technology Tabs */
.tech-tabs {
    margin-bottom: 60px;
    background: white;
    align-items: center;
    justify-content: center;
    display: flex;
}

.tech-nav-pills {
    border: none;
    border-bottom: 1px solid #e5e7eb;
    gap: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: none;
    justify-content: center;
}

.tech-nav-pills .nav-item {
    margin-bottom: 0;
}

.tech-nav-pills .nav-link {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #6b7280;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 16px 24px 12px 24px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    margin-right: 8px;
}

.tech-nav-pills .nav-link:hover {
    background: transparent;
    border-bottom-color: #cbd5e1;
    color: var(--text-dark);
}

.tech-nav-pills .nav-link.active {
    background: transparent;
    border-bottom-color: var(--primary-blue);
    color: var(--primary-blue);
    font-weight: 600;
    box-shadow: none;
}

/* Technology Content */
.tech-tab-content {
    min-height: 200px;
}

.tech-logos-grid {
        display: flex;
    flex-flow: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.tech-logo-item {
   display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    text-align: center;
    width: 13%;
    margin-bottom: 30px;
}

.tech-logo {
    width: 60px;
    height: 60px;
    /* background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); */
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-logo i {
    font-size: 1.8rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.tech-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.4;
}


/* Process Section Styles */
.process-section {
      background-color: #2f3c8a;
      color: white;
    }

  .section-heading {
      text-align: center;
          font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    }

    .section-subheading {
      text-align: center;
      color: #d0d5ff;
      margin: 0 auto 50px auto;
    }

    .process-wrapper {
      position: relative;
      /* padding: 40px 0; */
    }

    .step-box {
      position: relative;
      text-align: center;
      padding: 30px 20px;
      margin-bottom: 60px;
      margin: auto;
    }

    .step-icon {
      width: 60px;
      height: 60px;
      background: white;
      color: #2f3c8a;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      margin: 0 auto 15px auto;
      position: relative;
      z-index: 2;
    }

    .step-title {
      font-weight: bold;
      margin-bottom: 10px;
          font-size: 1.2rem;
    }

    .step-box p {
      color: #d0d5ff;
      font-size: 15px;
      line-height: 25px;
    }

    .secondchild::after {
content: '';
width: 925px;
height: 240px;
border: 3px dotted #ffffff;
border-radius: 193px 0 0 193px;
border-right: 0;
position: absolute;
top: 55px;
left: -26px;
pointer-events: none;
z-index: 1;
}

   .firstchild::after {
content: '';
width: 955px;
height: 275px;
border: 3px dotted #ffffff;
border-radius: 0 193px 193px 0;
border-left: 0;
position: absolute;
top: 42px;
left: 80px;
pointer-events: none;
z-index: 1;
}
a:hover {
    color: #007bff;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #007bff;
}
/* Case Studies Section Styles */
    .case-study-section {
      padding: 50px 0;
      text-align: center;
    }

    .case-study-section h2 {
    font-size: 34px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    line-height:44px;
    letter-spacing: -0.01em;
    }

    .case-study-section p {
        font-size: 15px;
    line-height: 25px;
    color: #555;
    margin: 0 auto 10px;
    }

    .case-card {
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      color: #fff;
      transition: transform 0.3s ease;
          height: 100%;
    }

    .case-card:hover {
      transform: translateY(-5px);
    }

    .case-card .card-img-top {
      object-fit: cover;
      height: 230px;
      width: 100%;
      border: none;
      display: block;
    }

    .case-card-content {
      background-color: #fff;
      color: #000;
      padding: 20px;
      text-align: left;
      border: 2px solid #f2f2f2;
      height: 100%;
    }
    .case-card-content ul {
    margin-left: 0;
    color: #606865;
    padding-left: 16px;
}

    .case-card-content h3{
   font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

    .case-card-content a {
      color: #007bff;
      font-weight: 500;
      font-size: 14px;
      text-decoration: none;
    }
    a.case-btn{
        color: #ffffff;
        background: #2b48b3;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        padding: 12px 19px;
        border-radius: 35px;
    }
    .case-card-content a:hover {
      text-decoration: underline;
    }

    /* .gradient-tv {
      background: linear-gradient(to top, #000, #4a148c);
    }

    .gradient-donor {
      background: linear-gradient(to top, #000, #c2185b);
    }

    .gradient-pvr {
      background: linear-gradient(to top, #000, #ff6f00);
    } */

/* ===== CLIENTS SECTION ===== */
.clients-section {
    background: #f8faff;
    padding: 50px 0;
    overflow: hidden;
}

.clients-header {
    margin: 0 auto 30px auto;
    text-align: center;
}

.clients-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 25px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.clients-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 850px;
    margin: 0 auto;
}
.clients-logos {
       display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 70px;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    background: white;
    padding: 2% 22px;
}
.clients-logos li {
    list-style: none;
}
/* .client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
} */

.client-logo:hover {
    transform: translateY(-8px);
    opacity: 0.8;
}

.clients-logos img {
    max-height: 60px;
    max-width: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.7);
    transition: filter 0.3s ease; */
}

.client-logo:hover .client-logo-img {
    filter: grayscale(0%) opacity(1);
}
ul.hpbrand-slider.owl-carousel.owl-loaded.owl-drag {
    padding-left: 0;
    margin-left: 0;
}
 

/* ===== ENGAGEMENT MODELS SECTION ===== */
.engagement-section {
    background: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}

.engagement-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.engagement-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.engagement-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 25px;
    margin-bottom: 0;
    max-width: 700px;
    margin: 0 auto;
}

.engagement-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 30px;
}

.engagement-tab {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: #2b48b3fc;
    border-color: #2b48b3;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.engagement-tab:hover {
     background: #2d4ab4;
    border-color: #2b48b3;
    transform: translateX(4px);
}

.engagement-tab.active {
    background: #fcfcfc;
    border-color: #2b48b3;

    transform: translateX(6px);
}

.engagement-tab.active .tab-title {
    color: #2b48b3;
}

/* .engagement-tab.active.tab-content {
    color:#4f46e5;
}

.engagement-tab.active.tab-icon i{
    background:#4f46e5;
} */

.tab-icon {
        width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
}

/* .engagement-tab.active .tab-icon {
    background: rgba(255, 255, 255, 0.15);
} */

/* .tab-icon i {
    font-size: 1.75rem;
    color: #090909ff;
} */

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
    content: "\f0a9";
       color: #ffffff;
}

.engagement-tab.active .fa-arrow-circle-right:before,
.engagement-tab.active .fa-circle-arrow-right:before {
    content: "\f0a9";
     color: #2b48b3;
}

.tab-content {
    flex: 1;
}

.tab-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 22px;
}
/* .engagement-tab.active .tab-title {
    color: #0f3fee;
} */

.tab-arrow {
    margin-left: 12px;
    opacity: 0.4;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.engagement-tab.active .tab-arrow {
    opacity: 0.8;
    transform: translateX(2px);
}

.tab-arrow i {
    font-size: 1.75rem;
    color: #0a0a0a;
}

.engagement-tab.active .tab-arrow i {
    color: #0f3fee;
}

.engagement-content {
    position: relative;
    min-height: 400px;
}

.engagement-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
}

.engagement-panel.active {
    background: linear-gradient(to bottom, #ffffff 15%, /* White top */ #fbf6ff 59%, /* Light purple middle */ #f0edfd 100% /* Deep purple bottom */);
    padding: 40px 30px;
    border-radius: 10px;
    border-top-left-radius: ;
    border-top-right-radius: ;
    border-bottom-right-radius: ;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.panel-content {
    flex: 1;
}

.panel-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 24px;
    line-height: 1.3;
}

.panel-section {
    margin-bottom: 20px;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    line-height: 1.4;
}

.section-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 25px;
    margin: 0;
}

.panel-illustration {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-placeholder {
    /* width: 120px;
    height: 120px;
    background: rgba(79, 70, 229, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(79, 70, 229, 0.3); */
    position: absolute;
    bottom: 20px;
}

.illustration-placeholder i {
    font-size: 2.5rem;
    color: #4f46e5;
    opacity: 0.7;
}




/* ===== INDUSTRIES SECTION ===== */
section.industries-section {
    padding: 50px 0;
}
.industries-header {
    /* max-width: 800px; */
    margin: 0 auto 40px auto;
    text-align: center;
}

.industries-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.industries-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 25px;
    margin-bottom: 0;
    /* max-width: 700px; */
    margin: 0 auto;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 200px);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.industry-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
}

/* Grid Layout Positioning */
.industry-card.large-card:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.industry-card.medium-card:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.industry-card.medium-card:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

.industry-card.small-card:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.industry-card.small-card:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.industry-card.large-card:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.industry-card.medium-card:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.industry-card.medium-card:nth-child(8) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.industry-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.industry-card:hover .industry-bg {
    transform: scale(1.05);
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgb(0 0 0 / 3%) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    z-index: 2;
}

.industry-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #2563eb 100%);
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

/* .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.95) 0%, rgba(124, 58, 237, 0.9) 50%, rgba(37, 99, 235, 0.95) 100%);
    z-index: 1;
} */

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-content {
    padding-right: 40px;
}

.cta-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 22px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* .cta-button {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
        color: #080808!important;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
} */
.cta-button  {
    display: inline-block;
    background: linear-gradient(135deg, #bdcbff, #25d4ff);
    border: 1px solid #2c48b3;
    color: #040404 ! Important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgb(172 205 255 / 17%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse-glow 2s infinite;
}
.cta-button:hover {
    background: #ffffff;
    color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.2);
}
.cta-button:hover {
  animation: bounce 0.6s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.cta-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.cta-img:hover {
    transform: scale(1.02);
}



/* ===== FAQ SECTION ===== */
.faq-section {
        background: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}

.faq-header {
    margin-bottom: 50px;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-size:34px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.faq-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 600px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
   border: 1px solid #dcf5fd;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.faq-question {
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #eefafe6e;
    border: none;
    width: 100%;
}

.faq-question:hover {
    background: #f8fafc;
}

.faq-question:not(.collapsed) {
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.question-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.5;
    text-align: left;
    flex: 1;
    margin-right: 20px;
}

.faq-icon {
    font-size: 0.875rem;
    color: #6b7280;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
    color: #4f46e5;
}

.faq-answer {
    padding: 20px 24px 20px 24px;
    background: #ffffff;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.faq-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}
.faq-section ul {
    color: #64748b;
    margin-left: 0px;
    padding-left: 20px;
}
/* 
.question-bubble {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.3);
    animation: float 3s ease-in-out infinite;
} */

/* .question-bubble::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
    border-radius: 50% 0 50% 50%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
} */

/* .question-bubble i {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 600;
} */


/* ===== WHY CHOOSE US SECTION ===== */
.why-choose-us-section {
        background: #f7f7f7a6;
    padding: 50px 20px;
    overflow: hidden;
}

.why-choose-header {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.why-choose-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-us-section  ul {
    margin-left: 0;
    padding-left: 15px;
        color: #64748b;
        font-size: 15px;
}

.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
}

.why-choose-grid .col-lg-4,
.why-choose-grid .col-md-6,
.why-choose-grid .col-12 {
    display: flex;
    justify-content: center;
    flex: 0 1 auto;
}

.why-choose-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 430px;
    border: 1px solid #f1f5f9;
    height: auto;
    display: flex;
    flex-direction: column;
}

.why-choose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #e2e8f0;
}

.card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    order: 1;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.4;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.card-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 20px;
    margin-bottom: 0;
    flex: 1;
}

.card-image {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 16px;
    order: 2;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px;
}

.why-choose-card:hover .card-img {
    transform: scale(1.02);
}


  /* Responsive Design for All Sections

@media (max-width: 1199px) {
    .quality-title, .services-title, .benefits-title {
        font-size: 2.2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.3rem;
    }
    .quality-content, .benefits-content {
        padding-left: 30px;
    }
    .service-card, .benefit-card {
        padding: 25px 18px;
        min-height: 240px;
    }
    .service-icon, .benefit-icon {
        width: 44px;
        height: 44px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1.1rem;
    }

     
    
    .testimonials-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        min-width: 300px;
        padding: 20px;
    }
    .firstchild::after {
    content: '';
    width: 824px;
    height: 245px;
    left: 71px;
}
    .secondchild::after {
    content: '';
    width: 822px;
    height: 254px;
    left: -39px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
  .card-item {
    padding: 22px;
  }

  .card-item h5 {
    font-size: 17px;
  }

  .card-item p {
    font-size: 14px;
  }

  /* .icon-box {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-bottom: 14px;
  } */
}


 
@media (max-width: 991px) {
    .quality-section, .services-section, .benefits-section {
        padding: 50px 0;
    }
    .quality-title, .services-title, .benefits-title {
        font-size: 2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.2rem;
    }
    .quality-content, .benefits-content {
        padding-left: 0;
        margin-top: 40px;
    }
     .benefits-grid {
        height: 400px;
    }
    .service-card, .benefit-card {
        padding: 22px 16px;
        min-height: 220px;
    }
    .service-icon, .benefit-icon {
        width: 40px;
        height: 40px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1rem;
    }

     .testimonials-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .testimonials-title {
        font-size: 1.75rem;
    }
    
    .testimonial-card {
        min-width: 280px;
        padding: 18px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    h1.hero-title {
    font-size: 30px;
    }
    .quality-section, .services-section, .benefits-section {
        padding: 30px 0;
    }
    .quality-title, .services-title, .benefits-title {
        font-size: 1.8rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1rem;
    }
    .benefits-grid {
        height: 100% !important;
    }
    .service-card, .benefit-card {
        padding: 20px 16px;
        min-height: 200px;
    }
    .service-icon, .benefit-icon {
        width: 36px;
        height: 36px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.9rem;
    }

      .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 1.5rem;
    }
    
    .testimonials-container {
        gap: 16px;
    }
    
    .testimonial-card {
        min-width: 260px;
        padding: 16px;
    }
    
    .nav-btn {
        width: 36px;
        height: 36px;
    }
    .panel-content {
        flex: auto;
    }
    .card-item {
        padding: 18px;
    }

  .card-item h5 {
    font-size: 15px;
  }

  .card-item p {
    font-size: 13.5px;
  }

  .icon-box {
    width: 34px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-point p {
    font-size: 14px;
  }
  .tech-logo-item {
    width: 46%;
}
.tech-nav-pills {
    justify-content: center;
    margin-left: 6px;
}
.clients-logos img {
    max-height: 60px;
    max-width: 109px;}
    .faq-illustration{
        display: none;
    }
}

@media (max-width: 575px) {
    .quality-title, .services-title, .benefits-title {
        font-size: 1.6rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 0.95rem;
    }
    .benefits-grid {
        height: 300px;
    }
    .service-card, .benefit-card {
        padding: 18px 14px;
        min-height: 180px;
    }
    .service-icon, .benefit-icon {
        width: 32px;
        height: 32px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.8rem;
    }

    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 1.375rem;
    }
    
    .testimonial-card {
        min-width: 240px;
        padding: 14px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
    
    .author-name {
        font-size: 0.9rem;
    }
    
    .author-role {
        font-size: 0.8rem;
    }
}  


/* ==========================================
   Testimonials Section
   ========================================== */
.testimonials-section {
    padding: 50px 0;
    background-color: #FAFAFA;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.testimonials-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1F2937;
    margin: auto;
}

.testimonials-navigation {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0f0f10;
}

.nav-btn:hover {
    background-color: #F3F4F6;
    border-color: #D1D5DB;
    color: #374151;
}

.nav-btn:active {
    transform: scale(0.95);
}

.testimonials-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.testimonials-container::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    min-width: 320px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
    font-weight: 400;
}

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

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 2px 0;
}

.author-role {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

/*----new benefits services----*/
.services-card-item {
    height: 100%;
    transition: transform 0.3s ease;
    background-color: #fff;
    padding: 25px 20px 15px;
    box-shadow: 0 0 13px -4px rgba(0, 0, 0, .17);
    border-radius: 10px;
    display: flex;
}
.services-benefit-number {
    width: 40px;
    height: 40px;
    font-size: 1.65rem;
    color: #0f3feea3;
    line-height: 25px;
    font-weight: 600;
}
.services-card-item h3{
 font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
.services-card-item h3:after  {

    content: '';
    position: absolute;
    height: 3px;
    width: 70px;
    background: #0f3fee;
    display: block;
    left: 77px;
    margin: 10px 0;
}


/*----services----*/
.services-benefits-section {
  background-color: #f9f9f9;
}
.benefits-content p {
    font-size: 15px;
    line-height: 25px;
    color: #61686e;
    font-weight: 400;
}


.card-item {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.card-item:hover {
  transform: translateY(-5px);
}

.card-item h5 {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 12px;
  font-size: 18px;
}

.card-item p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

/* .icon-box {
 background-color: #5e97ff57;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 25px;
} */
 
section.pricing-section.py-5 {
    background: #f0f8ff91;
    padding: 40px 0;
}

.pricing-section h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.pricing-card {
    background-color: #0e267c;
    color: #fff;
}

.pricing-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.pricing-point:last-child {
  margin-bottom: 0;
}

.pricing-point .icon {
  font-size: 18px;
  margin-top: 4px;
  color: #ffffff;
}

.pricing-point h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}



@media (min-width: 992px) {

.container.quality-contaner{
    background: #ffffff;
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
}

}

@media (max-width: 1199px) {
    .quality-title, .services-title, .benefits-title {
        font-size: 2.2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.3rem;
    }
    .quality-content, .benefits-content {
        padding-left: 30px;
    }
    .service-card, .benefit-card {
        padding: 25px 18px;
        min-height: 240px;
    }
    .service-icon, .benefit-icon {
        width: 44px;
        height: 44px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1.1rem;
    }

     .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        min-width: 300px;
        padding: 20px;
    }
    .firstchild::after {display: none;}
    .secondchild::after{display: none;}
}


@media (min-width: 768px) and (max-width: 991px) {
  .card-item {
    padding: 22px;
  }

  .card-item h5 {
    font-size: 17px;
  }

  .card-item p {
    font-size: 14px;
  }
/* 
  .icon-box {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-bottom: 14px;
  } */
}

@media (max-width: 991px) {
    
    .quality-title, .services-title, .benefits-title {
        font-size: 2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.2rem;
    }
    .quality-content, .benefits-content {
        padding-left: 0;
        margin-top: 20px;
    }
   
    .benefits-grid {
        height: 400px;
    }
    .service-card, .benefit-card {
        padding: 22px 16px;
        min-height: 220px;
    }
    .service-icon, .benefit-icon {
        width: 40px;
        height: 40px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1rem;
    }

     .testimonials-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .testimonials-title {
        font-size: 1.75rem;
    }
    
    .testimonial-card {
        min-width: 280px;
        padding: 18px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
}

/* @media (max-width: 767px) {
    section.hero-section {
        padding-top: 60px!important;
}
    h1.hero-title {
    font-size: 32px;
    }
    .hero-button a{
        font-size: 18px;
    }
    .quality-section, .services-section, .benefits-section, .engagement-section , .why-choose-us-section , .case-study-section , .technologies-section , .testimonials-section , .process-section , .clients-section , section.industries-section , .faq-section , .pricing-section  , .services-benefits-section {
        padding: 30px 0;
    }
    .quality-title, .services-title, .benefits-title {
        font-size: 1.8rem;
    }
    .quality-subtitle, .services-description, .benefits-content , .pricing-section h3 {
        font-size: 1rem;
    }
        .benefits-grid {
        height: 100%;
    }
    .service-card, .benefit-card {
        padding: 20px 16px;
        min-height: 200px;
    }
    .service-icon, .benefit-icon {
        width: 36px;
        height: 36px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.9rem;
    }

      .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 1.5rem;
    }
    
    .testimonials-container {
        gap: 16px;
    }
    
    .testimonial-card {
        min-width: 260px;
        padding: 16px;
    }
    
    .nav-btn {
        width: 36px;
        height: 36px;
    }

     .card-item {
    padding: 18px;
  }

  .card-item h5 {
    font-size: 15px;
  }

  .card-item p {
    font-size: 13.5px;
  }

  /* .icon-box {
    width: 34px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 12px;
  } */

  .pricing-section h3 {
    font-size: 22px;
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-point p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
    .quality-title, .services-title, .benefits-title {
        font-size: 1.6rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 0.95rem;
    }
        .benefits-grid {
        height: 100%;
    }
    .service-card, .benefit-card {
        padding: 18px 14px;
        min-height: 180px;
    }
    .service-icon, .benefit-icon {
        width: 32px;
        height: 32px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.8rem;
    }

    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 1.375rem;
    }
    
    .testimonial-card {
        min-width: 240px;
        padding: 14px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
    
    .author-name {
        font-size: 0.9rem;
    }
    
    .author-role {
        font-size: 0.8rem;
    }
}
 */

/* ==========================================
   Testimonials Section
   ========================================== */
   /* 
.testimonials-section {
    padding: 50px 0;
    background-color: #FAFAFA;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.testimonials-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1F2937;
    margin: auto;
}

.testimonials-navigation {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0f0f10;
}

.nav-btn:hover {
    background-color: #F3F4F6;
    border-color: #D1D5DB;
    color: #374151;
}

.nav-btn:active {
    transform: scale(0.95);
}

.testimonials-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.testimonials-container::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    min-width: 320px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
    font-weight: 400;
}

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

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 2px 0;
}

.author-role {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
} */




/*----services----*/
.services-benefits-section {
  background-color: #f9f9f9;
}
.services-benefits-section h2 {
    font-family: 'Inter', sans-serif;
     font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: var(--text-dark);
    margin-bottom: 20px;
}
.card-item {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.card-item:hover {
  transform: translateY(-5px);
}

.card-item h3 {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 12px;
  font-size: 20px;
}

.card-item p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

.icon-box {
  width: 50px;
  height: 50px;
     background-color: #2d6cdf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 16px;
    padding: 10px;
}


section.pricing-section.py-5 {
    background: #f0f8ff91;
    padding: 40px 0;
}

.pricing-section h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.pricing-card {
    background-color: #2b48b3;
    color: #fff;
}

.pricing-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.pricing-point:last-child {
  margin-bottom: 0;
}

.pricing-point .icon {
  font-size: 18px;
  margin-top: 4px;
  color: #ffffff;
}

.pricing-point h3 {
    font-weight: bold;
    font-size: 20px;
} 

/* Responsive for All Sections */

@media (max-width: 1199px) {
     .quality-title, .services-title, .benefits-title , .engagement-title , .why-choose-title , .case-study-section h2 , .testimonials-title , .section-heading , .clients-title ,  .industries-title , .faq-title , .cta-title , .pricing-section h2, .services-benefits-section h2{
        font-size: 2.2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.3rem;
    }
    .quality-content, .benefits-content {
        padding-left: 30px;
    }
    .service-card, .benefit-card {
        padding: 25px 18px;
        min-height: 240px;
    }
    .service-icon, .benefit-icon {
        width: 44px;
        height: 44px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1.1rem;
    }

     .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        min-width: 300px;
        padding: 20px;
    }
    .why-choose-card
 {
        max-width: 46%;
    }
}

@media (min-width: 1100px) and (max-width: 1280px) {
.firstchild::after {
    content: '';
    width: 1025px;
}
.secondchild::after {
    content: '';
    width: 1017px;
}
.why-choose-card {
    max-width: 370px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-item {
    padding: 22px;
  }

  .card-item h5 {
    font-size: 17px;
  }

  .card-item p {
    font-size: 14px;
  }

  /* .icon-box {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-bottom: 14px;
  } */
}

@media (max-width: 991px) {
    .quality-section, .services-section, .benefits-section {
        padding: 50px 0;
    }
    .quality-title, .services-title, .benefits-title {
        font-size: 2rem;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 1.2rem;
    }
    .quality-content, .benefits-content {
        padding-left: 0;
        margin-top: 40px;
    }
   
    .benefits-grid {
        height: 400px;
    }
    .firstchild::after {display: none;}
    .secondchild::after{display: none;}
    .service-card, .benefit-card {
        padding: 22px 16px;
        min-height: 220px;
    }
    .service-icon, .benefit-icon {
        width: 40px;
        height: 40px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 1rem;
    }

     .testimonials-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .testimonials-title {
        font-size: 1.75rem;
    }
    
    .testimonial-card {
        min-width: 280px;
        padding: 18px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    h1.hero-title {
    font-size: 30px;
    }
    .quality-section, .services-section, .benefits-section {
        padding: 30px 0;
    }
     .quality-title, .services-title, .benefits-title , .engagement-title , .technologies-title, .why-choose-title , .case-study-section h2 , .technologies-title , .testimonials-title , .section-heading , .clients-title ,  .industries-title , .faq-title , .cta-title , .pricing-section h2, .services-benefits-section h2{
        font-size: 28px;
        line-height: 34px;
    }
     .service-title, .services-card-item h3 , .card-title , .step-title , .engagement-tab.active .tab-title , .tab-title ,.pricing-section h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .services-grid > [class*="col-"] {
        border: none!important;
    }
    .service-card {
    border: .5px solid #d1d5db;
    }
    .quality-subtitle, .services-description, .benefits-content , .services-card-item h3{
        font-size: 1rem;
    }
    .services-grid {
        border-radius: 10px;
    }
    .benefits-grid {
        height: 350px;
    }
    .benefits-grid {
    display: block;
    padding-top: 20px;
    padding-left: 0;}

    .services-grid > [class*="col-"] {
     border-right: none
    }
    .benefit-card {
    margin-bottom: 15px;}

    .service-card, .benefit-card {
        padding: 20px 16px;
        min-height: 200px;
    }
    .service-icon, .benefit-icon {
        width: 36px;
        height: 36px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.9rem;
    }

    
    .testimonials-container {
        gap: 16px;
    }
    
    .testimonial-card {
        min-width: 260px;
        padding: 16px;
    }
    
    .nav-btn {
        width: 36px;
        height: 36px;
    }

     .card-item {
    padding: 18px;
  }

  .card-item h5 {
    font-size: 15px;
  }

  .card-item p {
    font-size: 13.5px;
  }

  /* .icon-box {
    width: 34px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 12px;
  } */

  .pricing-section h3 {
    font-size: 22px;
  }
  .process-wrapper{
    padding:0px;
  }
  .industries-grid {
    display: block;}

    .industry-card {
    height: 250px;
    margin-bottom: 20px;
  }
    .step-box {
     padding:10px;}

  .pricing-card {
    padding: 20px;
  }

  .pricing-point p {
    font-size: 14px;
  }
 
}
@media (max-width: 575px) {
    .quality-title, .services-title, .benefits-title , .engagement-title ,.technologies-title, .why-choose-title , .case-study-section h2 , .testimonials-title , .section-heading , .clients-title ,  .industries-title , .faq-title , .cta-title , .pricing-section h2, .services-benefits-section h2{
        font-size: 26px;
        line-height: 32px;
    }
    .quality-subtitle, .services-description, .benefits-content {
        font-size: 0.95rem;
    }
     
    
    .service-card, .benefit-card {
        padding: 18px 14px;
        min-height: 180px;
    }
    .service-icon, .benefit-icon {
        width: 32px;
        height: 32px;
    }
    .service-icon i, .benefit-icon i {
        font-size: 0.8rem;
    }

    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonials-title {
        font-size: 1.375rem;
    }
    
    .testimonial-card {
        min-width: 240px;
        padding: 14px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
    }
     .why-choose-card {
    max-width: 360px;
}
    .author-name {
        font-size: 0.9rem;
    }
    
    .author-role {
        font-size: 0.8rem;
    }
}


/* ==========================================
   Testimonials Section
   ========================================== */
/* .testimonials-section {
    padding: 50px 0;
    background-color: #FAFAFA;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.testimonials-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.testimonials-navigation {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0f0f10;
}

.nav-btn:hover {
    background-color: #F3F4F6;
    border-color: #D1D5DB;
    color: #374151;
}

.nav-btn:active {
    transform: scale(0.95);
}

.testimonials-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.testimonials-container::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    min-width: 320px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
    font-weight: 400;
}

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

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 2px 0;
}

.author-role {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}
 */

 
/*----services----*/
.services-benefits-section {
  background-color: #f9f9f9;
}

.card-item {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}