/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
 .page-title h1{
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-title  b{
    color: var(--accent-color);
}
.service-details{
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 20px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 24px;
  border-radius: 10px;
}
.service-details .service-left-box {
  padding: 0px 30px;
}

.service-details .service-left-box .box-1 {
  background-image: linear-gradient(to right, var(--accent-color) , #6F87BC);
}
.service-details .service-left-box .box-2 {
  background: #E7F5D6;
}
.service-details .service-left-box .box-3 {
  background: #DAF1FE;
}
.service-details .box-bg {
  padding: 24px 0;
  border-radius: 10px;
  margin-bottom: 20px;
transition: all 0.3s ease;
}
.service-details .box-bg:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-details .box-1 h4{
  color: #FFFFFF;   
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: var(--nav-font);
    margin-bottom: 8px;
}
.service-details .box-2 h4, .service-details .box-3 h4{
  color: #1E3A8A;   
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: var(--nav-font);
    margin-bottom: 8px;
}
.service-details .box-1 p{
  color: #FFFFFF;   
    font-size: 17px;
    text-align: center;
    font-family: var(--default-font);
    margin-bottom: 0;
}
.service-details .box-2 p, .service-details .box-3 p{
  color: #4B5563;   
    font-size: 17px;
    text-align: center;
    font-family: var(--default-font);
    margin-bottom: 0;
}
.service-details .services-list a {
      display: block;
    line-height: 1;
    text-align: center;
    border: 1px solid #CFD2D8;
    padding: 25px 10px;
    border-radius: 10px;
    font-size: 17px;
    margin: 15px 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--accent-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .gif-image {
 margin: 0 auto;
 display: block;
 width: 85%;
}

/* .service-details h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: var(--nav-font);
  color:  var(--heading-color);
} */

.service-details h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--nav-font);
  color: var(--heading-color);
}

.service-details p {
  font-size: 17px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}
.about-service{
  padding-bottom: 60px;
}
.about-service .sub-page-heading{
    margin-bottom: 0;
}

@media (max-width: 768px){
  .service-details .services-list {
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  section, .section{
    padding: 40px 0;
  }
  .page-title h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* .service-details h3{
    font-size: 28px;
} */
.service-details h4{
    overflow-wrap: break-word;
    font-size: 18px;
}

}




/* =====================================================
   APP DEVELOPMENT EXPERTISE - CUSTOM STYLES
   ===================================================== */

/* =====================================================
   1. CSS RESET & BASE STYLES
   ===================================================== */


/* =====================================================
   2. EXPERTISE SECTION LAYOUT
   ===================================================== */

.expertise-section {
    padding: 80px 0;
    background-color: #F9FAFB;
}

/* Reduce padding on mobile */
@media (max-width: 767px) {
    .expertise-section {
        padding: 50px 0;
    }
}

/* =====================================================
   3. SECTION TITLE
   ===================================================== */

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}

/* Responsive title sizing */
@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
}

/* =====================================================
   4. SERVICE CARD COMPONENT
   ===================================================== */

.service-card {
    background: #fafbff;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Card hover effect */
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.service-cards-row{
    row-gap: 0px!important;
}

/* Responsive card padding */
@media (max-width: 575px) {
    .service-card {
        padding: 32px 24px;
    }
}

/* =====================================================
   5. CARD ICON SECTION
   ===================================================== */

.service-card__icon-wrapper {
    margin-bottom: 24px;
}

.service-card__icon {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
}

/* Icon hover effect */
.service-card:hover .service-card__icon {
    background: linear-gradient(135deg, #DFE4FF 0%, #E8ECFF 100%);
    transform: scale(1.05);
}

.service-card__icon img {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

/* =====================================================
   6. CARD TEXT CONTENT
   ===================================================== */

.service-card__title {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 8px;
    font-family: var(--nav-font);
    text-align: center;
}

.service-card__description {
    font-size: 1rem;
    font-weight: 400;
    color: var(--default-color);
    line-height: 1.65;
    margin-bottom: 0;
    text-align: center;
}

/* Responsive text sizing */
@media (max-width: 575px) {
    .service-card__title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
    
    .service-card__description {
        font-size: 0.9375rem;
    }
}

/* =====================================================
   7. GRID SPACING & ALIGNMENT
   ===================================================== */

/* Bootstrap row gap override for consistent spacing */
.row.g-4 {
    row-gap: 1.5rem;
}

@media (min-width: 768px) {
    .row.g-4 {
        row-gap: 2rem;
    }
}

/* Center alignment for bottom row on large screens */
@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}

/* =====================================================
   8. ACCESSIBILITY ENHANCEMENTS
   ===================================================== */

/* Focus styles for keyboard navigation */
.service-card:focus-within {
    outline: 2px solid #6B7FFF;
    outline-offset: 4px;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .service-card,
    .service-card__icon {
        transition: none;
    }
    
    .service-card:hover {
        transform: none;
    }
}

/* =====================================================
   9. UTILITY CLASSES
   ===================================================== */

/* Container max-width override for better content width */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Text color utilities matching design */
.text-primary-dark {
    color: #1A1A1A;
}

.text-secondary-gray {
    color: #5C5C5C;
}



/* ========================================
   WHY CHOOSE SECTION
   ======================================== */
.why-choose-section {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.service-details .why-choose-section .gif-image{
    width: 100%;
}
.why-choose-section  .sub-page-heading{
    margin-bottom: 0;
}

/* Section Header Styles */
.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ========================================
   DIAMOND DECORATIVE ELEMENT
   ======================================== */
.diamond-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diamond {
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

/* Diamond positioning */
.diamond-top {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: 4;
}

.diamond-left {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 3;
}

.diamond-right {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    z-index: 3;
}

.diamond-bottom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: 2;
}

/* Diamond hover effects */
.diamond-container:hover .diamond-top {
    transform: translate(-50%, -10px) rotate(45deg);
}

.diamond-container:hover .diamond-bottom {
    transform: translate(-50%, 10px) rotate(45deg);
}

.diamond-container:hover .diamond-left {
    transform: translate(-10px, -50%) rotate(45deg);
}

.diamond-container:hover .diamond-right {
    transform: translate(10px, -50%) rotate(45deg);
}

/* ========================================
   FEATURES LIST
   ======================================== */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Feature icon styles */
.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f4ff 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 24px;
    color: #667eea;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background: linear-gradient(to right, #cdd8f0 0%, #77c8d6  51%, #a7beee  100%);
    background-size: 200% auto;
}

.feature-item:hover .feature-icon i {
    color: #ffffff;
}

/* Feature content styles */
.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 20px;
    font-family: var(--nav-font);
    /* font-weight: 600; */
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.feature-description {
    font-size: 0.9375rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}



/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablets and below */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .diamond-container {
        max-width: 350px;
        margin-bottom: 40px;
    }

    .diamond {
        width: 160px;
        height: 160px;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .why-choose-section {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 0.9375rem;
    }

    .diamond-container {
        max-width: 280px;
    }

    .diamond {
        width: 120px;
        height: 120px;
    }

    .features-list {
        gap: 16px;
    }

    .feature-item {
        padding: 20px;
        flex-direction: column;
        text-align: left;
    }

    .feature-icon {
        width: 44px;
        height: 44px;
    }

    .feature-icon i {
        font-size: 20px;
    }

    .feature-title {
        font-size: 1.125rem;
    }

    .feature-description {
        font-size: 0.875rem;
    }
}

/* Small mobile devices */
@media (max-width: 575px) {
    .section-title {
        font-size: 1.5rem;
    }

    .diamond-container {
        max-width: 240px;
    }

    .diamond {
        width: 100px;
        height: 100px;
    }

    .feature-item {
        padding: 16px;
    }
}

/* ========================================
   ACCESSIBILITY ENHANCEMENTS
   ======================================== */

/* Focus states for keyboard navigation */
.feature-item:focus-within {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .diamond-container:hover .diamond {
        transform: none;
    }

    .feature-item:hover {
        transform: none;
    }
}



/* ═══════════════════════════════════════════════════════════════════════════════
   2. OUR EXPERTISE SECTION
   ═══════════════════════════════════════════════════════════════════════════════ */

.our-expertise-section {
    padding: 80px 0;
    position: relative;
}
.our-expertise-section img{
    width: 85%;
}

.our-expertise-section .sub-page-heading{
    margin-bottom: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════════
   2. INDUSTRIES WE SERVE SECTION
   ═══════════════════════════════════════════════════════════════════════════════ */

.industries-section {
    padding: 80px 0;
    background: #F2F2FD;
    position: relative;
}

/* Industry Card */
.industry-card {
    padding: 20px 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
    background-color: #F5F8FB;
    flex-direction: column;
    height: 100%;
}

.industry-card:hover {
    transform: translateY(-8px);
}

/* Industry Icon Wrapper */
.industry-icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--color-white);
    color: var(--accent-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px 0px rgb(66 133 244 / 7%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card:hover .industry-icon-wrapper {
    background: linear-gradient(135deg, #4285f4 0%, #5f9aff 100%);
    box-shadow: 0 8px 24px rgba(66, 133, 244, 0.3);
    transform: scale(1.08);
    color: var(--contrast-color);
}

/* Industry Icon */
.industry-icon {
    font-size: 2.25rem;
    color: var(--color-primary-blue);
    transition: color 0.3s ease;
}

.industry-card:hover .industry-icon {
    color: var(--color-white);
}

/* Industry Title */
.industry-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-dark-text);
    line-height: 1.4;
    margin: 0;
}


/* ═══════════════════════════════════════════════════════════════════════════════
   4. CTA SECTION - LET'S BUILD TOGETHER
   ═══════════════════════════════════════════════════════════════════════════════ */

.cta-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: url('../img/services/build-together-bg.jpg') no-repeat center center/cover;

}
.cta-section .sub-page-heading{
    margin-bottom: 0;
}
.cta-section h3{
    color: var(--contrast-color);
}

.cta-background-pattern {
    position: absolute;
    
}

/* CTA Content */
.cta-content {
    position: relative;
    z-index: 2;
}

/* CTA Title */
.cta-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

/* CTA Description */
.cta-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 40px;
}

/* CTA Button */
.btn-cta {
    padding: 16px 48px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--accent-color);
    background: var(--contrast-color);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: var(--color-primary-blue);
    background: #f8f9fa;
}

.btn-cta:focus {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 4px;
}

.btn-cta:active {
    transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════════════════════════════
   5. RESPONSIVE STYLES
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Large Tablets and Below (≤ 991px) */
@media (max-width: 991px) {
    :root {
        --section-padding: 60px;
        --card-padding: 32px;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2.25rem;
    }

    .cta-description {
        font-size: 1rem;
    }
}

/* Tablets and Small Tablets (≤ 768px) */
@media (max-width: 768px) {
    :root {
        --section-padding: 50px;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .industry-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .industry-icon {
        font-size: 2rem;
    }

    .industry-title {
        font-size: 0.9375rem;
    }

    .process-card {
        padding: 32px 24px;
    }

    .process-number-badge {
        width: 54px;
        height: 54px;
    }

    .process-number {
        font-size: 1.5rem;
    }

    .process-title {
        font-size: 1.125rem;
    }

    .process-description {
        font-size: 0.875rem;
    }

    .cta-section {
        padding: 80px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 0.9375rem;
    }
}

/* Mobile Devices (≤ 575px) */
@media (max-width: 575px) {
    :root {
        --section-padding: 40px;
    }

    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .industries-section .container,
    .process-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .industry-card {
        padding: 16px 8px;
    }

    .industry-icon-wrapper {
        width: 64px;
        height: 64px;
    }

    .industry-icon {
        font-size: 1.75rem;
    }

    .industry-title {
        font-size: 0.875rem;
    }

    .process-card {
        padding: 28px 20px;
    }

    .process-number-badge {
        width: 50px;
        height: 50px;
    }

    .process-number {
        font-size: 1.375rem;
    }

    .process-title {
        font-size: 1.0625rem;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .cta-description {
        font-size: 0.875rem;
        margin-bottom: 32px;
    }

    .btn-cta {
        padding: 14px 36px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
    }
}

/* Extra Small Devices (≤ 375px) */
@media (max-width: 375px) {
    .section-title {
        font-size: 1.5rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .industry-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    .industry-icon {
        font-size: 1.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   6. ACCESSIBILITY & INTERACTIONS
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Focus States for Keyboard Navigation */
.industry-card:focus,
.process-card:focus {
    outline: 3px solid var(--color-primary-blue);
    outline-offset: 4px;
    border-radius: 12px;
}

/* Ensure Interactive Elements are Accessible */
.industry-card,
.process-card {
    -webkit-tap-highlight-color: rgba(66, 133, 244, 0.1);
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .industry-card:hover,
    .process-card:hover,
    .btn-cta:hover {
        transform: none !important;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .industry-icon-wrapper {
        border: 2px solid currentColor;
    }

    .process-card {
        border-width: 2px;
    }

    .btn-cta {
        border: 2px solid var(--color-primary-blue);
    }
}

/* Print Styles */
@media print {
    .cta-section {
        background: white !important;
        color: black !important;
    }

    .cta-title,
    .cta-description {
        color: black !important;
    }

    .btn-cta {
        display: none;
    }

    .industry-card:hover,
    .process-card:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 767px){
    .section-title-head{
    margin-bottom: 32px;
}
}