/* Start custom CSS for html, class: .elementor-29 .elementor-element.elementor-element-8e4c522 */
/* ==========================================================================
   TABANI GROUPE - SERVICES HERO BANNER STYLING
   ========================================================================== */

.services-hero-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 140px 0 100px 0; /* Deep padding for a spacious, high-end feel */
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* 85% opacity Navy Blue overlay to create maximum text contrast */
.services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(27, 46, 90, 0.92) 0%, rgba(15, 27, 54, 0.85) 100%);
    z-index: 1;
}

.services-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2; /* Sits above the dark overlay */
}

.services-hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px; /* Clean, modern spacing without breaks */
}

/* Breadcrumbs style */
.services-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-link {
    color: #7A8394 !important; /* Steel Gray */
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #FFFFFF !important;
}

.breadcrumb-separator {
    color: #7A8394;
}

.breadcrumb-current {
    color: #FFFFFF;
}

/* Typography Matrix */
.services-preheading {
    display: inline-block;
    color: #7A8394; /* Steel Gray secondary accents */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.services-main-title {
    color: #FFFFFF !important;
    font-family: 'Montserrat', 'Barlow', sans-serif;
    font-size: 46px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    max-width: 850px;
    margin: 0 0 20px 0;
}

.services-subtext {
    color: #E2E8F0 !important; /* Soft premium off-white text tint */
    font-family: 'Inter', sans-serif;
    font-size: 18px !important;
    line-height: 1.6 !important;
    max-width: 700px;
    margin: 0;
}

/* Lower Operational Badges styling */
.services-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.hero-badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.badge-dot {
    width: 6px;
    height: 6px;
    background-color: #7A8394; /* Steel Gray accent dot */
    border-radius: 50%;
}

.badge-label {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   RESPONSIVE LAYOUT RESPONSES (MOBILE BREAKPOINTS)
   ========================================================================== */
@media (max-width: 768px) {
    .services-hero-section {
        padding: 100px 0 70px 0;
    }
    
    .services-main-title {
        font-size: 32px !important;
    }
    
    .services-subtext {
        font-size: 16px !important;
    }
    
    .services-hero-badges {
        gap: 12px;
    }
}
/* End custom CSS */
/* Start custom CSS for e-flexbox, class: .elementor-29 .elementor-element.elementor-element-eb50afc */
/* End custom CSS */
/* Start custom CSS for html, class: .elementor-29 .elementor-element.elementor-element-4b839f1 */
/* ==========================================================================
   TABANI GROUPE - ALTERNATING SERVICES GRID STYLING
   ========================================================================== */

.services-grid-section {
    background-color: #FFFFFF;
    padding: 120px 0;
}

.services-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 100px; /* Generous breathing room between service rows */
}

.service-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Switches position of text and image for perfect symmetrical rhythm */
.service-row.row-reverse {
    flex-direction: row-reverse;
}

.service-col-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-col-image {
    flex: 1;
}

/* Structural Detail Typography */
.service-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1B2E5A; /* TABANI Navy */
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.service-title {
    font-family: 'Montserrat', 'Barlow', sans-serif;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #111827 !important; /* Dark Slate Title */
    line-height: 1.25 !important;
    margin: 0 0 15px 0;
}

.service-decorator {
    width: 50px;
    height: 3px;
    background-color: #1B2E5A;
    margin-bottom: 25px;
}

.service-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #4B5563 !important; /* Subtle corporate gray text */
    margin: 0 0 25px 0;
}

/* Premium Custom Checklists */
.services-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-features-list li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #111827;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

/* Custom premium checkmark icon */
.services-features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: #1B2E5A;
    font-weight: 700;
    font-size: 16px;
}

/* Image framing with modern shadow depth */
.image-inner-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background-color: #F3F4F6;
    aspect-ratio: 4 / 3;
}

.image-inner-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-inner-frame:hover img {
    transform: scale(1.04); /* Ultra smooth premium hover interaction */
}

/* ==========================================================================
   RESPONSIVE LAYOUT (TABLET & MOBILE STACKING)
   ========================================================================== */
@media (max-width: 991px) {
    .services-grid-container {
        gap: 70px;
    }
    .service-row, .service-row.row-reverse {
        flex-direction: column;
        gap: 40px;
    }
    .service-title {
        font-size: 26px !important;
    }
}
/* End custom CSS */
/* Start custom CSS for e-flexbox, class: .elementor-29 .elementor-element.elementor-element-49afadd */
/* End custom CSS */
/* Start custom CSS for html, class: .elementor-29 .elementor-element.elementor-element-1aced8b */
/* ==========================================================================
   TABANI GROUPE - VALUE PROPOSITION SECTION STYLING
   ========================================================================== */

.services-value-section {
    background-color: #F9FAFB; /* Soft contrast off-white background */
    padding: 120px 0;
    overflow: hidden;
}

.services-value-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-value-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

.value-col-image {
    flex: 1.1;
    position: relative;
}

.value-col-content {
    flex: 1;
}

/* Image Structure & Floating Elements */
.value-image-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    aspect-ratio: 4 / 3;
}

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

.value-floating-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #1B2E5A; /* TABANI Navy */
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(27, 46, 90, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-stat {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.badge-txt {
    font-family: 'Inter', sans-serif;
    color: #7A8394; /* Steel Gray Tint */
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* Content Elements */
.value-pretitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7A8394; /* Steel Gray */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.value-main-title {
    font-family: 'Montserrat', 'Barlow', sans-serif;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.25 !important;
    margin: 0 0 15px 0;
}

.value-decorator {
    width: 60px;
    height: 3px;
    background-color: #1B2E5A;
    margin-bottom: 30px;
}

.value-lead-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px !important;
    line-height: 1.65 !important;
    color: #4B5563 !important;
    margin: 0 0 40px 0;
}

/* Core Capabilities Item List */
.value-pillars-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pillar-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.pillar-icon-box {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    flex-shrink: 0;
}

.pillar-meta {
    display: flex;
    flex-direction: column;
}

.pillar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
}

.pillar-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE LAYOUT (TABLET & MOBILE BREAKPOINTS)
   ========================================================================== */
@media (max-width: 991px) {
    .services-value-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    
    .value-main-title {
        font-size: 30px !important;
    }
    
    .value-floating-badge {
        bottom: 15px;
        right: 15px;
        padding: 15px 20px;
    }
    
    .badge-stat {
        font-size: 24px;
    }
}
/* End custom CSS */
/* Start custom CSS for e-flexbox, class: .elementor-29 .elementor-element.elementor-element-e914809 */
/* End custom CSS */
/* Start custom CSS for html, class: .elementor-29 .elementor-element.elementor-element-e6aa617 */
/* ==========================================================================
   TABANI GROUPE - CONVERSION BANNER STYLING
   ========================================================================== */

.services-cta-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax scrolling engine */
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Linear gradient overlay matrix to create deep modern depth */
.services-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(27, 46, 90, 0.95) 0%, rgba(15, 27, 54, 0.85) 100%);
    z-index: 1;
}

.services-cta-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.services-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.services-cta-content {
    flex: 1.2;
}

.services-cta-actions {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

/* Typography Elements */
.cta-main-title {
    font-family: 'Montserrat', 'Barlow', sans-serif;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0;
}

.cta-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #E2E8F0 !important; /* Premium light off-white tone */
    margin: 0;
    max-width: 620px;
}

/* Button & Direct Contact Node Elements */
.cta-btn-primary {
    display: inline-block;
    background-color: #FFFFFF;
    color: #1B2E5A !important; /* TABANI Navy */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.cta-btn-primary:hover {
    background-color: #7A8394; /* Steel Gray accent shift */
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

.cta-contact-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cta-phone-icon {
    font-size: 22px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-phone-meta {
    display: flex;
    flex-direction: column;
}

.cta-phone-meta small {
    font-family: 'Inter', sans-serif;
    color: #7A8394; /* Steel Gray text tint */
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-phone-link {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cta-phone-link:hover {
    color: #7A8394 !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN INTERFACE (STACK MATRIX)
   ========================================================================== */
@media (max-width: 991px) {
    .services-cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }
    
    .services-cta-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .cta-main-title {
        font-size: 28px !important;
    }
}
/* End custom CSS */
/* Start custom CSS for e-flexbox, class: .elementor-29 .elementor-element.elementor-element-143cdbf */
/* End custom CSS */