/*
Theme Name: Gitakshmi Technologies
Theme URI: https://gitakshmitechnologies.com/
Author: Gitakshmi Technologies Team
Author URI: https://gitakshmitechnologies.com/
Description: A premium, modern, high-performance IT Solutions & Technology WordPress Theme built with state-of-the-art web aesthetics, glassmorphism, responsive grids, dynamic micro-animations, and full WordPress customization support.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gitakshmi-technologies
Tags: custom-colors, custom-logo, custom-menu, featured-images, grid-layout, one-column, two-columns, full-width-template, portfolio, blog, e-commerce, rtl-language-support, theme-options, translation-ready
*/

/* ==========================================================================
   GLOBAL FONT & TYPOGRAPHY STANDARDIZATION (Unified Font Styles & Sizes)
   ========================================================================== */
:root {
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --color-primary: #0033A0;
    --color-secondary: #2E8EFF;
    --color-dark: #0B0F19;
}

body,
p,
span,
li,
a,
input,
textarea,
button,
select {
    font-family: var(--font-body) !important;
    font-weight: 400 !important;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6,
.weight600,
.weight700,
.weight800 {
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Front Page Styles */

/* ==========================================================================
   UNIVERSAL ZERO MARGIN & PADDING RESET (Fixes all top & left gaps/margins)
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
}

body {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

ul,
ol,
li {
    list-style: none !important;
    list-style-type: none !important;
}

ul::marker,
ol::marker,
li::marker {
    display: none !important;
    content: "" !important;
}

/* ==========================================================================
   ESSENTIAL GRID & DISPLAY UTILITIES (Replaces deleted Bootstrap utility CSS)
   ========================================================================== */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .d-md-block {
        display: none !important;
    }

    .d-md-none {
        display: block !important;
    }
}

/* Container & Row Base */
.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }
}

/* ==========================================================================
   PREMIUM NEXT-GEN INTERACTIVE HERO SLIDER (.premium-hero-section)
   ========================================================================== */
.bento-hero-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    background: #050d1a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding: 60px 0;
    /* Clean vertical spacing below About section */
}

/* Background Ambient Glows & Grid Pattern */
.bento-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bento-hero-bg::before {
    content: '';
    position: absolute;
    top: -15%;
    left: 10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(5, 13, 26, 0) 70%);
    filter: blur(80px);
    animation: bentoPulse 9s infinite alternate ease-in-out;
}

.bento-hero-bg::after {
    content: '';
    position: absolute;
    bottom: -15%;
    right: 10%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.15) 0%, rgba(5, 13, 26, 0) 70%);
    filter: blur(90px);
    animation: bentoPulse 11s infinite alternate-reverse ease-in-out;
}

.bento-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 45px 45px;
    opacity: 0.8;
}

/* Swiper Main Wrapper - Tightened padding for exact visual fit on laptop screens */
.bento-hero-swiper {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 10px 0 16px 0;
}

.bento-slide {
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: stretch;
}

.bento-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 25px;
}

/* 4-Column x 3-Row Compact Bento Grid (Exact 1 Screen Fit) */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 132px);
    gap: 14px;
    width: 100%;
}

/* Base Bento Modular Box - Sleek Glassmorphic Gradient */
.bento-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(20, 31, 53, 0.85) 0%, rgba(9, 16, 29, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 18px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.bento-box:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.6), 0 0 24px rgba(56, 189, 248, 0.18);
}

.bento-box.border-gold:hover {
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.6), 0 0 24px rgba(251, 191, 36, 0.22);
}

.bento-box.border-purple:hover {
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.6), 0 0 24px rgba(192, 132, 252, 0.22);
}

/* Background Image inside boxes */
.bento-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-box:hover .bento-img-bg {
    transform: scale(1.08);
}

.bento-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(6, 14, 28, 0.95) 15%, rgba(6, 14, 28, 0.4) 60%, rgba(6, 14, 28, 0.15) 100%);
    z-index: 1;
}

.bento-overlay-strong {
    background: linear-gradient(0deg, rgba(6, 14, 28, 0.96) 25%, rgba(6, 14, 28, 0.65) 70%, rgba(6, 14, 28, 0.3) 100%);
}

/* Box Content Placement */
.bento-content {
    position: relative;
    z-index: 2;
}

/* Grid Spans with Refined Compact Padding */
.bento-span-2x2 {
    grid-column: span 2;
    grid-row: span 2;
    padding: 24px 26px;
}

.bento-span-2x1 {
    grid-column: span 2;
    grid-row: span 1;
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 22px;
}

.bento-span-1x3 {
    grid-column: span 1;
    grid-row: span 3;
    padding: 20px 18px;
    justify-content: space-between;
}

/* Left Column Wrapper for Slide 1 (Spans 2 columns, 3 rows) */
.bento-span-2x3-left {
    grid-column: span 2;
    grid-row: span 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    height: 100%;
}

.bento-span-2x3-left .bento-span-2x2 {
    grid-column: auto;
    grid-row: auto;
    flex: 1;
    min-height: 260px;
}

.bento-span-2x3-left .bento-span-2x1 {
    grid-column: auto;
    grid-row: auto;
    flex-shrink: 0;
    min-height: 56px;
    height: auto;
}

/* Right Column Wrapper for Slide 1 (Spans 2 columns, 3 rows exactly matching left side height) */
.bento-span-2x3-right {
    grid-column: span 2;
    grid-row: span 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    height: 100%;
}

/* Compact Division Header Box */
.bento-divisions-header {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    flex-shrink: 0;
    padding: 10px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(15, 24, 43, 0.95)) !important;
    border-color: rgba(56, 189, 248, 0.38) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

.bento-div-icons-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.div-icon-pill {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.div-icon-pill:hover {
    transform: translateY(-3px) scale(1.12);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 14px currentColor;
}

/* 4 Core Divisions 2x2 Grid inside the Right Wrapper */
.bento-divisions-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
    height: 100%;
}

/* Individual Division Cards inside 2x2 Grid */
.bento-div-card {
    padding: 15px 17px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 156px;
}

.bento-div-card.border-gold {
    border-color: rgba(251, 191, 36, 0.36) !important;
}

.bento-div-card.border-emerald {
    border-color: rgba(52, 211, 153, 0.36) !important;
}

.bento-div-card.border-blue {
    border-color: rgba(56, 189, 249, 0.36) !important;
}

.bento-div-card.border-cyan {
    border-color: rgba(56, 189, 249, 0.36) !important;
}

.bento-div-card.border-purple {
    border-color: rgba(192, 132, 252, 0.36) !important;
}

.div-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.div-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 5.5px;
    padding: 3px 9.5px;
    background: rgba(4, 13, 26, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.div-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 6px 0 10px;
}

.div-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div-action-btn {
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6.5px 11px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.div-action-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.bento-div-card:hover .div-action-btn {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

.bento-div-card:hover .div-action-btn i {
    transform: translateX(5px);
}

.div-action-btn.gold-btn:hover {
    background: rgba(251, 191, 36, 0.22);
    color: #fbbf24 !important;
}

.div-action-btn.emerald-btn:hover {
    background: rgba(52, 211, 153, 0.22);
    color: #34d399 !important;
}

.div-action-btn.blue-btn:hover {
    background: rgba(56, 189, 249, 0.22);
    color: #38BDF9 !important;
}

.div-action-btn.cyan-btn:hover {
    background: rgba(56, 189, 249, 0.22);
    color: #38BDF9 !important;
}

.div-action-btn.purple-btn:hover {
    background: rgba(192, 132, 252, 0.22);
    color: #c084fc !important;
}


.bento-span-1x1-top {
    grid-column: span 1;
    grid-row: span 1;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(15, 24, 43, 0.92));
    border-color: rgba(56, 189, 248, 0.35);
    justify-content: center;
    padding: 15px 16px;
}

.bento-span-1x1-mid {
    grid-column: span 1;
    grid-row: span 1;
    padding: 15px 16px;
}

.bento-span-1x1-bot {
    grid-column: span 1;
    grid-row: span 1;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border-color: rgba(56, 189, 248, 0.45);
    padding: 15px 16px;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.bento-span-1x1-bot.bg-gold {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 8px 20px rgba(217, 119, 6, 0.35);
}

.bento-span-1x1-bot.bg-purple {
    background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
    border-color: rgba(192, 132, 252, 0.45);
    box-shadow: 0 8px 20px rgba(147, 51, 234, 0.35);
}

.bento-span-1x1-bot.bg-emerald {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: rgba(52, 211, 153, 0.45);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.35);
}

.bento-span-1x1-bot.bg-blue {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border-color: rgba(56, 189, 249, 0.45);
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.bento-span-1x1-bot.bg-cyan {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border-color: rgba(56, 189, 249, 0.45);
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.bento-span-1x2 {
    grid-column: span 1;
    grid-row: span 2;
    padding: 20px 18px;
    justify-content: space-between;
}

.bento-span-3x1 {
    grid-column: span 3;
    grid-row: span 1;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 22px;
}

.bento-grid-header-row {
    grid-template-rows: 64px 166px 166px !important;
}

.bento-span-4x1 {
    grid-column: span 4;
    grid-row: span 1;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 22px;
}

/* Typography inside Bento Boxes (Balanced for Sleek Compact Cards) */
.bento-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: 10px;
    width: fit-content;
    backdrop-filter: blur(8px);
}

.bento-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.4px;
}

.bento-subtitle {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    margin-bottom: 14px !important;
    font-weight: 400;
}

.bento-small-title {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin: 0 0 3px !important;
    line-height: 1.3 !important;
}

.bento-small-desc {
    font-size: 11.5px !important;
    color: rgba(255, 255, 255, 0.74) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Highlights inside 2x1 box */
.bento-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.bento-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.bento-highlight-item i {
    font-size: 15px;
}

/* Vertical 1x3 Top Badge */
.bento-vertical-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.bento-pill-badge {
    background: rgba(4, 13, 26, 0.88);
    border: 1px solid #38bdf8;
    color: #38bdf8;
    padding: 6px 13px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

/* Buttons */
.bento-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8.5px 18px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none !important;
    width: fit-content;
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(2, 132, 199, 0.65);
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
    color: #ffffff !important;
}

.bento-btn.btn-gold {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    box-shadow: 0 6px 16px rgba(217, 119, 6, 0.4);
}

.bento-btn.btn-gold:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    box-shadow: 0 10px 22px rgba(217, 119, 6, 0.65);
}

.bento-btn.btn-purple {
    background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
    box-shadow: 0 6px 16px rgba(147, 51, 234, 0.4);
}

.bento-btn.btn-purple:hover {
    background: linear-gradient(135deg, #c084fc 0%, #9333ea 100%);
    box-shadow: 0 10px 22px rgba(147, 51, 234, 0.65);
}

.bento-action-link,
.bento-action-link:visited,
.bento-action-link:hover,
.bento-action-link span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
}

.bento-action-link i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
}

.bento-box:hover .bento-action-link i {
    background: #ffffff !important;
    color: #050d1a !important;
    transform: translateX(4px);
}

/* Staggered Multi-Directional Entrance Animations (Ek Dum Hatke GSAP-style) */
.swiper-slide .bento-box {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Directional starting states when hidden */
.swiper-slide .bento-box[data-anim="left"] {
    transform: translateX(-65px) scale(0.95);
}

.swiper-slide .bento-box[data-anim="right"] {
    transform: translateX(65px) scale(0.95);
}

.swiper-slide .bento-box[data-anim="top"] {
    transform: translateY(-55px) scale(0.95);
}

.swiper-slide .bento-box[data-anim="bottom"] {
    transform: translateY(55px) scale(0.95);
}

.swiper-slide .bento-box[data-anim="scale"] {
    transform: scale(0.82) rotate(-2deg);
}

/* Default fallback */
.swiper-slide .bento-box:not([data-anim]) {
    transform: translateY(45px) scale(0.95);
}

/* Active slide brings everything smoothly into place */
.swiper-slide-active .bento-box {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg) !important;
    pointer-events: auto;
}

/* Staggered delays by Box index inside each slide */
.swiper-slide-active .bento-box:nth-child(1) {
    transition-delay: 0.08s;
}

.swiper-slide-active .bento-box:nth-child(2) {
    transition-delay: 0.16s;
}

.swiper-slide-active .bento-box:nth-child(3) {
    transition-delay: 0.24s;
}

.swiper-slide-active .bento-box:nth-child(4) {
    transition-delay: 0.32s;
}

.swiper-slide-active .bento-box:nth-child(5) {
    transition-delay: 0.40s;
}

.swiper-slide-active .bento-box:nth-child(6) {
    transition-delay: 0.48s;
}

/* Bento Bottom Navigation Bar */
.bento-nav-bar {
    margin-top: 20px;
    position: relative;
    z-index: 3;
    background: rgba(5, 13, 26, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    width: 100%;
}

.bento-nav-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bento-tabs {
    display: flex;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
}

.bento-tabs::-webkit-scrollbar {
    display: none;
}

.bento-tab-item {
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.bento-tab-item:last-child {
    border-right: none;
}

.bento-tab-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.bento-tab-item .tab-idx {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
}

.bento-tab-item .tab-title {
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    gap: 7px;
}

.bento-tab-item.active .tab-idx {
    color: #38BDF9;
}

.bento-tab-item.active[data-slide="1"] .tab-idx,
.bento-tab-item.active[data-slide="2"] .tab-idx,
.bento-tab-item.active[data-slide="3"] .tab-idx,
.bento-tab-item.active[data-slide="4"] .tab-idx {
    color: #38BDF9;
}

.bento-tab-item.active .tab-title {
    color: #ffffff;
}

.bento-tab-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #38BDF9;
    transition: width 0.3s linear;
}

.bento-tab-item.active[data-slide="1"] .bento-tab-progress,
.bento-tab-item.active[data-slide="2"] .bento-tab-progress,
.bento-tab-item.active[data-slide="3"] .bento-tab-progress,
.bento-tab-item.active[data-slide="4"] .bento-tab-progress {
    background: #38BDF9;
    box-shadow: 0 0 10px #38BDF9;
}

/* Prev & Next Controls */
.bento-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0 12px 20px;
}

.bento-control-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bento-control-btn:hover {
    background: #ffffff;
    color: #050d1a;
    transform: scale(1.06);
}

@keyframes bentoPulse {
    0% {
        opacity: 0.6;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1.08);
    }
}

/* Responsive Grid Adjustments */
@media (max-width: 1200px) {
    .bento-title {
        font-size: 20px !important;
    }

    .bento-grid {
        grid-template-rows: repeat(3, 155px);
        gap: 14px;
    }
}

@media (max-width: 1024px) {
    .bento-hero-section {
        padding-top: 90px;
    }

    .bento-hero-swiper {
        padding: 10px 0 20px;
    }

    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .bento-span-2x2 {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 280px;
    }

    .bento-span-2x1 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .bento-span-1x3 {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 240px;
    }

    .bento-span-1x1-top,
    .bento-span-1x1-mid,
    .bento-span-1x1-bot {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 150px;
    }

    .bento-span-2x3-left,
    .bento-span-2x3-right {
        grid-column: span 2;
        grid-row: auto;
        height: auto;
    }

    .bento-divisions-header {
        height: auto !important;
        min-height: 56px !important;
        padding: 12px 16px !important;
    }

    .bento-divisions-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 14px;
    }

    .bento-div-card {
        min-height: 165px;
    }
}

@media (max-width: 768px) {
    .bento-hero-section {
        padding-top: 80px;
        height: auto;
    }

    .bento-hero-swiper {
        padding: 10px 0 20px;
    }

    .bento-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bento-span-2x2,
    .bento-span-2x1,
    .bento-span-1x3,
    .bento-span-1x1-top,
    .bento-span-1x1-mid,
    .bento-span-1x1-bot {
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-span-2x3-left,
    .bento-span-2x3-right {
        grid-column: span 1;
        grid-row: auto;
        gap: 14px;
    }

    .bento-divisions-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        height: auto !important;
        max-height: none !important;
    }

    .bento-divisions-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 14px;
    }

    .bento-div-card {
        min-height: 160px;
    }

    .bento-span-2x2 {
        min-height: 310px;
        padding: 22px;
    }

    .bento-title {
        font-size: 22px !important;
    }

    .bento-subtitle {
        font-size: 14px !important;
        margin-bottom: 16px !important;
    }

    .bento-nav-container {
        flex-direction: column;
        align-items: stretch;
    }

    .bento-controls {
        justify-content: flex-end;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 10px 0;
    }
}

/* ==========================================================================
   EXACT ABOUT GITAKSHMI TECHNOLOGIES SECTION (.main-about-section)
   ========================================================================== */
.main-about-section {
    padding: 50px 0 50px 0 !important;
    background-color: #ffffff;
    position: relative;
}

.main-about-section .section-title {
    margin-bottom: 25px;
    position: relative;
}

.main-about-section .section-title h2 {

    font-weight: 600;

    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.main-about-section .border-btm.light-blue::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #1d78e6;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.main-about-content {
    font-size: 15px;
    line-height: 1.85;
    color: #555555;
    margin-top: 25px;
    margin-bottom: 30px;
}

.main-about-content p {
    margin-bottom: 18px;
    color: #4a4a4a;
    font-weight: 400;
}

.main-about-content p b {
    color: #111111;
    font-weight: 600;
}

.main-about-section .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 30px !important;
    border: 1.5px solid #1d78e6 !important;
    background: transparent !important;
    color: #1d78e6 !important;
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.main-about-section .button:hover {
    background-color: #1d78e6 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(29, 120, 230, 0.25) !important;
}

.main-about-section .button i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.main-about-section .button:hover i {
    transform: translateX(4px);
}

/* About Gitakshmi Timeline fallback */
.main-about-desktop {
    padding: 50px 0;
}

.main-timeline-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.main-timeline-box {
    background: #f8fafe;
    border: 1px solid #e2edf8;
    border-radius: 12px;
    padding: 25px;
    width: 320px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.timeline-content h4 {
    color: #1d78e6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.timeline-content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.timeline-content ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* INTERNAL CSS TO BYPASS CACHE ISSUES */
.it-experience-page {
    background: #ffffff !important;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.it-premium-hero {
    position: relative;
    padding: 50px 0 0px !important;
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%) !important;
    min-height: auto;
    display: block;
}

.container-git,
.layout-container-lg {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding-inline: 0px;
    position: relative;
}

.it-hero-text-block {
    text-align: center;
    margin-bottom: 30px;
}




.it-hero-h1 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 600;
    background: linear-gradient(90deg, #2E8EFF, #092EA0, #2E8EFF, #092EA0);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;

    animation: textBrandFlow 5s linear infinite;
}

@keyframes textBrandFlow {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}



@media (max-width: 768px) {
    .inner-page-header-wavy {
        height: 350px;
    }

    .wavy-page-title {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .inner-page-header-wavy {
        height: 300px;
    }

    .wavy-page-title {
        font-size: 42px;
    }
}










.it-hero-p {
    font-size: 1.2rem;
    color: #4a5568 !important;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.it-main-btn {
    display: inline-block;
    padding: 20px 45px !important;
    background: #2E8EFF !important;
    color: #1a202c !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(43, 107, 220, 0.3);
    transition: all 0.3s ease;
}

.it-hero-visual {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.it-main-image-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.it-main-image-card img {
    width: 100%;
    height: auto;
    display: block;
}

.industries-section {
    padding: 0px;
    background-color: #050505;

    color: #1a202c;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.industry-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 60px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    color: #1a202c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.industry-item:hover {
    background: rgba(255, 255, 255, 0.03);
}

.industry-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.industry-item:hover .industry-icon {
    background: #2E8EFF;
    transform: translateY(-5px);
}

.industry-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.industry-name {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.industry-item:hover .industry-name {
    opacity: 1;
}

@media (max-width: 1100px) {
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.floating-brand-bubble {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #2E8EFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 5;
}

/* GRID STYLES */
.it-services-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.it-glass-card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 25px !important;
    border: 1px solid #eee !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease;
}

.it-glass-card:hover {
    transform: translateY(-10px);
    border-color: #2E8EFF !important;
}

.it-card-icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.it-glass-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.it-capability-list {
    list-style: none;
    padding: 0;
}

.it-capability-list li {
    font-size: 0.95rem;
    color: #555;
    padding: 10px 0 10px 25px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.it-capability-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 7px;
    height: 7px;
    background: #2E8EFF;
    border-radius: 50%;
}

.purple-accent {
    border-top: 5px solid #092EA0 !important;
}

.blue-accent {
    border-top: 5px solid #2E8EFF !important;
}

.pink-accent {
    border-top: 5px solid #092EA0 !important;
}

/* ANIMATION ADAPTATION */
#halftone-grid-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}

@media (max-width: 991px) {
    .it-services-grid-wrap {
        grid-template-columns: 1fr;
    }
}

/* TRANSFORMATION SECTION (GRID LINE DESIGN) */
.it-transformation-main {
    position: relative;
    background: #fcfdfe;
    padding: 0px 0;
}

.sticky-services-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.services-content-wrapper {
    position: relative;
    margin-top: 40px;
}

.transformation-carousel-sticky {
    display: flex;
    gap: 0;
    align-items: stretch;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel_header_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
    gap: 20px;
    flex-wrap: wrap;
}

.carousel_nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.it-transformation-section .nav_btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.it-transformation-section .nav_btn:hover {
    background: #2E8EFF !important;
    border-color: #2E8EFF !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 142, 255, 0.28) !important;
}

.trans_carousel_wrap {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    padding: 15px 4px 35px 4px;
    margin: -10px -4px -25px -4px;
    cursor: grab;
    scrollbar-width: none;
}

.trans_carousel_wrap::-webkit-scrollbar {
    display: none;
}

.trans_carousel_wrap:active {
    cursor: grabbing;
}

.trans_carousel_inner {
    display: flex;
    width: max-content;
    gap: 24px;
    padding: 0 4px;
}

.trans-col {
    flex: 0 0 350px !important;
    position: relative;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    scroll-snap-align: start;
}

.card-border {
    padding: 32px 28px !important;
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.card-border:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 45px rgba(46, 142, 255, 0.12) !important;
    border-color: #2E8EFF !important;
}

.transformation-card {
    background: transparent;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    min-height: 380px !important;
    position: relative;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

/* Subtle top accent gradient bar on card hover */
.transformation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2E8EFF, #092EA0);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.transformation-card:hover::before {
    opacity: 1;
}

/* EXACT & UNIFORM ICON BOX SIZING FOR ALL CARDS */
.trans-icon {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    background: linear-gradient(135deg, rgba(46, 142, 255, 0.08), rgba(9, 46, 160, 0.04)) !important;
    border: 1px solid rgba(46, 142, 255, 0.18) !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 16px rgba(46, 142, 255, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.transformation-card:hover .trans-icon {
    background: linear-gradient(135deg, rgba(46, 142, 255, 0.15), rgba(9, 46, 160, 0.08)) !important;
    border-color: rgba(46, 142, 255, 0.4) !important;
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 10px 22px rgba(46, 142, 255, 0.18) !important;
}

/* Ensure all IMG & SVG logos inside card icons are exactly uniform (36x36px) */
.trans-icon img,
.trans-icon svg {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
    transition: transform 0.4s ease !important;
}

/* Ensure all FontAwesome <i> icons inside card icons are exactly uniform (32px) and centered */
.trans-icon i {
    font-size: 32px !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto !important;
    color: #2E8EFF !important;
    background: linear-gradient(135deg, #2E8EFF, #092EA0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.4s ease !important;
}

.trans-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.trans-content h3 {
    font-size: 1.25rem !important;

    color: #0f172a !important;
    line-height: 1.35 !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.01em !important;
    min-height: auto !important;
    height: auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease !important;
}

.transformation-card:hover .trans-content h3 {
    color: #2E8EFF !important;
}

.trans-content p {
    font-size: 0.95rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 0 24px 0 !important;
    font-weight: 400 !important;
    min-height: auto !important;
    height: auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trans-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    width: fit-content !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    letter-spacing: 0.01em !important;
}

.trans-btn span {
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

.transformation-card:hover .trans-btn {
    background: #2E8EFF !important;
    border-color: #2E8EFF !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(46, 142, 255, 0.25) !important;
}

.transformation-card:hover .trans-btn span {
    transform: translateX(4px) !important;
}

@media (max-width: 1100px) {
    .trans-col {
        flex: 0 0 320px !important;
    }

    .scrollable-card-2 .transformation-card,
    .scrollable-card-3 .transformation-card,
    .scrollable-card-4 .transformation-card,
    .scrollable-card-5 .transformation-card,
    .scrollable-card-6 .transformation-card,
    .scrollable-card-7 .transformation-card,
    .scrollable-card-8 .transformation-card,
    .scrollable-card-9 .transformation-card {
        margin-top: 0;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .tech_card {
        padding: 15px !important;
    }

    .tab-link-wrapper span {
        font-size: 20px !important;
    }

    .it-transformation-section .container-git {
        padding-inline: 10px;
    }

    .trans-col {
        flex: 0 0 80vw !important;
        max-width: 280px !important;
        scroll-snap-align: start;
    }

    .trans_carousel_wrap {
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
    }

    .trans_carousel_inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        gap: 16px;
        padding: 0 4px;
    }

    .trans-icon {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        min-height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
        margin-bottom: 18px !important;
        border-radius: 15px !important;
    }

    .trans-icon img,
    .trans-icon svg {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
    }

    .trans-icon i {
        font-size: 26px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .card-border {
        padding: 24px 20px !important;
        min-height: 340px !important;
    }
}

/* TECH STACK SECTION STYLES - REFACTORED */
.tools_tech_wrap {
    background-color: rgba(250, 242, 240, 1);

}

.heading2,
.tools_tech_wrap .heading2 {

    font-weight: 600;
    color: #1a202c;

}

.tools_tech_wrapper {
    display: flex;
    margin-top: 3rem;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 75, 154, 0.08);
}

.tools_tech_left {
    color: #fff;
    position: relative;
    padding: 40px 20px 40px 20px;
    width: 50%;
    background-color: rgba(17, 99, 251, 1);
}

.tools_tech_scroll {
    overflow-y: auto;
    height: 300px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
    overscroll-behavior: auto;
}

/* Scrollbar styling */
.tools_tech_scroll::-webkit-scrollbar {
    width: 6px;
}

.tools_tech_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tools_tech_scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.tools_tech_scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6);
}

.tools_tab_link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px 15px 70px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
}

.tools_tech_scroll_num {
    position: absolute;
    left: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.tools_tab_link.active .tools_tech_scroll_num {
    color: #fff;
}

.tools_tab_link.active {
    color: #fff;
    background: rgba(60, 128, 254, 1);
}

.tools_tab_link:hover:not(.active) {
    background: rgba(8, 83, 221, 0.3);
    color: #fff;
}

.tools_arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #fff;
}

.tools_tab_link.active .tools_arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.tools_tech_rt {
    position: relative;
    width: 60%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.tools_rt_inner {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 300px;

}

.tools_rt_inner::-webkit-scrollbar {
    width: 6px;
}

.tools_rt_inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tools_rt_inner::-webkit-scrollbar-thumb {
    background: rgba(17, 99, 251, 0.3);
    border-radius: 10px;
}

.tools_rt_inner::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 99, 251, 0.5);
}

.tools_tab_content {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.tools_tab_content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tools_tab_grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools_tab_grid ul li {
    background-color: #f7faff;
    border-radius: 16px;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.tools_tab_grid ul li:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgba(60, 128, 254, 0.2);
    transform: translateY(-3px);
}

.tools_tab_grid ul li figure {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tools_tab_grid ul li figure img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tools_tab_grid ul li span {
    margin-left: 20px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #2d3748;
}

@media (max-width: 991px) {
    .tools_tech_wrapper {
        flex-direction: column;
    }

    .tools_tech_left,
    .tools_tech_rt {
        width: 100%;
    }

    .tools_tech_left {
        color: #fff;
        padding: 20px 0;
    }

    .tools_tech_scroll {
        display: flex;
        height: auto;
        overflow-x: auto;
        padding: 10px 20px;
    }

    .tools_tab_link {
        white-space: nowrap;
        padding: 12px 25px 12px 50px;
        border-radius: 12px;
        margin-right: 10px;
    }

    .tools_tech_scroll_num {
        left: 15px;
    }

    .tools_arrow {
        display: none;
    }

    .tools_rt_inner {
        height: auto;
        padding: 30px 20px;
    }

    .tools_tab_grid ul {
        grid-template-columns: 1fr;
    }
}


.container-git,
.layout-container-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-new-bottom .layout-container-lg {
    padding: 0 30px 0 30px;
}

.title-color {
    color: #ffff !important;
    margin-bottom: 50px !important;
}

/* STATS COUNTER SECTION */
.stats-container {
    background-image: url('./assets/images/stats-section-result-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 60px 50px;
    color: #1a202c;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px 24px;
}

.item-1 {
    grid-column: 1/2;
    grid-row: 1;
}

.item-2 {
    grid-column: 2/3;
    grid-row: 1;
}

.item-3 {
    grid-column: 3/4;
    grid-row: 1;
}

.item-4 {
    grid-column: 2/3;
    grid-row: 2;
}

.item-5 {
    grid-column: 3/4;
    grid-row: 2;
}

.item-6 {
    grid-column: 4/5;
    grid-row: 2;
}

.stat-box {
    position: relative;
    padding-bottom: 24px;
}

.stat-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: background 0.3s ease;
}

.stat-box:hover:after {
    background: #fff;
}

.stat-count {
    display: flex;
    height: 85px;
    overflow: hidden;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.stat-count span {
    display: inline-block;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    /* Keep HIDDEN until GSAP starts */
    opacity: 0;
    transform: translateY(100%);
}

.stat-box p {
    opacity: 0.6;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: opacity 0.3s ease;
}

.stat-box:hover p {
    opacity: 1;
}

@media (max-width: 1440px) {
    .stat-count span {
        font-size: 60px;
    }

    .stat-count {
        height: 65px;
    }
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .item-1,
    .item-2,
    .item-3,
    .item-4,
    .item-5,
    .item-6 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .stats-container {
        padding: 40px 20px;
    }

    .stat-count span {
        font-size: 40px;
        transform: none;
        opacity: 1;
    }

    .stat-count {
        height: auto;
    }
}

/* CONSULTATION FORM SECTION */
.app_form_panel {
    background: url('./assets/images/talk-to-us-banner.webp') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0;
}

.talk_us_inner {
    width: 100%;
    position: relative;
}

.talk_us_inner .appi__head2 {
    color: #1a202c;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.talk_us_inner .appi__head5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.form_hm_panel {
    background: #0e0e1c;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    max-width: 550px;
    margin-left: auto;
}

.user_agreement_nda {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

#agreementa {
    width: 18px;
    height: 18px;
}

.user_agreement_nda label {
    font-size: 13px;
    color: #1a202c;
}

.form-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a202c;
    margin-bottom: 30px;
}

.form-captcha input {
    width: 60px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #1a202c;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}

.common__btn .btn_line {
    width: 100%;
    background: #126bfb;
    color: #1a202c;
    padding: 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.common__btn .btn_line:hover {
    background: #084fc0;
}

.our_response {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    padding: 0;
    list-style: disc;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.app_form_panel .ds_flex {
    display: flex;
    flex-wrap: wrap;
}

.app_form_panel .flex_spc_btw {
    justify-content: space-between;
}

.app_form_panel .flex_al_center {
    align-items: center;
}

.app_form_panel .col-50 {
    width: 48%;
}

@media (max-width: 1024px) {
    .app_form_panel .col-50 {
        width: 100% !important;
    }
}

/* FAQ SECTION */
.faq_gap {
    padding: 40px 0;
    background-color: #1a202c;
}

.faq_gap h2.heading2 {
    font-size: clamp(26px, 3.5vw, 36px) !important;
    margin-bottom: 40px;
    font-weight: 600;
}

.faq_grid_panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: stretch;
}

.app-faq-wrap-list {
    background: #fff;
    border-radius: 20px;
    padding: 5px 35px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.app-faq-wrap-list.active {
    border-color: #126bfb;
    box-shadow: 0 20px 50px rgba(18, 107, 251, 0.1);
}

.app-faq-wrap-list .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #1a202c !important;
    transition: color 0.3s ease;
    margin: 0;
    flex: 1;
}

.faq-content-wrap {
    padding-bottom: 25px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    display: none;
}

.arrow-link {
    color: #1a202c;
    transition: all 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
    opacity: 0.6;
}

.app-faq-wrap-list:hover .head,
.app-faq-wrap-list.active .head {
    color: #126bfb !important;
}

.app-faq-wrap-list:hover .arrow-link,
.app-faq-wrap-list.active .arrow-link {
    opacity: 1;
    color: #126bfb;
}

@media (max-width: 991px) {
    .faq_grid_panel {
        grid-template-columns: 1fr;
    }
}

/* BLOG SECTION */
.blog-sec {

    background-color: #1a202c;
}

.blog_heading .heading2 {
    color: #000;
    margin-bottom: 50px;
    font-weight: 600;
}

.blog__panel {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.blog_col {
    width: calc(33.33% - 17px);
    display: flex;
    flex-direction: column;
}

.blog_image_link {
    display: block;
    height: 280px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.blog_col:hover .blog_image_link {
    transform: translateY(-5px);
}

.blog_caption {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin: 25px 0 15px;
    display: inline-block;
    min-height: 56px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog_caption:hover {
    color: #126bfb;
}

.read_more a {
    text-decoration: none;
    color: #126bfb;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.read_more a:hover {
    gap: 12px;
}

@media (max-width: 991px) {
    .blog_col {
        width: calc(50% - 13px);
    }
}

@media (max-width: 600px) {
    .blog_col {
        width: 100%;
    }

    .why_partnering_wrapper {
        margin: 20px !important;
    }

    .why_partnering_panel {
        padding: 15px !important;
    }

    .why_partnering_head {

        font-size: 26px !important;
    }
}

.text-dark {
    color: #1a202c !important;
}

.light-bg {
    background-color: #ffffff !important;
}

.stats-container p.text-dark {
    color: #1a202c !important;
    font-weight: 600;
    opacity: 1;
}

.tech_card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tech_card figure {
    color: #2E8EFF;
}

.tech_card_head {
    color: #1a202c;
}

.part_rght_panel .heading4,
.part_rght_panel .offerings_label {
    color: #1a202c;
}

.part_rght_panel .para {
    color: #4a5568;
}

.function_card {
    background: #fcfdfe;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.function_card h4 {
    color: #1a202c;
}

.function_card .para {
    color: #4a5568;
}

.tab-link-wrapper.active span {
    color: #1a202c;
}

.tab-link-wrapper span {
    color: #4a5568;
}

.ai_head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #1a202c;
}

.stats-container p.subtitle {}

.carousel_header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}

.carousel_nav {
    display: flex;
    gap: 15px;
}

.nav_btn {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent !important;
    color: #1a202c !important;
}

.nav_btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .carousel_header_flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .portfolio-slider-wrapper {
        padding-top: 20px !important;
    }

    .curved-portfolio-section {
        min-height: auto !important;
    }
}


/* --- Curved Portfolio Slider Section --- */
.curved-portfolio-section {
    background: #050d1a;
    color: #ffffff;
    padding: 70px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 850px;
    margin-bottom: -60px;
    border-top: 1px solid rgba(56, 189, 249, 0.2);
}

.portfolio-slider-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.portfolio-slider-collection {
    position: relative;
    width: 100%;
    height: 680px;
    cursor: grab;
    overflow: hidden;
}

.portfolio-slider-collection:active {
    cursor: grabbing;
}

.gsap-curved-list {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.curved-item {
    position: absolute;
    left: calc(50% - 190px);
    top: 10px;
    width: 380px;
    height: 410px;
    transform-origin: 50% 375%;
    will-change: transform;
    pointer-events: none;
}

.curved-item a {
    pointer-events: auto;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid rgba(56, 189, 249, 0.25);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(56, 189, 249, 0.06);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.portfolio-card:hover {
    border-color: #38BDF9;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12), 0 8px 24px rgba(56, 189, 249, 0.18);
}

@media screen and (max-width: 900px) {
    .curved-item {
        width: 300px;
        left: calc(50% - 150px);
        height: 380px;
        transform-origin: center -500px !important;
    }

    .portfolio-slider-collection {
        height: 600px;
    }
}

@media screen and (max-width: 600px) {
    .curved-item {
        width: 260px;
        left: calc(50% - 130px);
        height: 320px;
        top: 20px;
        transform-origin: center -400px !important;
    }

    .portfolio-slider-collection {
        height: 500px;
    }

    .curved-portfolio-section {
        padding-top: 40px;
    }

    .portfolio-slider-nav {
        gap: 6px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 10px 20px;
    }

    .portfolio-slider-nav-slider {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        flex: 1;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 5px 0;
        scroll-snap-type: x mandatory;
    }

    .portfolio-slider-nav-slider::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .curved-item {
        width: 280px;
        left: calc(50% - 140px);
        height: 340px;
        transform-origin: 50% 320%;
        top: 0;
    }

    .portfolio-slider-collection {
        height: 380px;
    }

    .portfolio-card {
        padding: 16px;
    }
}

.drag-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.portfolio-slider-collection:hover .drag-cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.portfolio-slider-collection:active .drag-cursor {
    transform: translate(-50%, -50%) scale(0.9);
    background: rgba(255, 255, 255, 0.2);
}

.portfolio-slider-button {
    flex-shrink: 0;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portfolio-slider-button.active {
    background: #38BDF9;
    color: #ffffff;
    border-color: #38BDF9;
    box-shadow: 0 4px 14px rgba(56, 189, 249, 0.45);
}

.portfolio-slider-arrow {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08) !important;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    color: #ffffff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.portfolio-slider-arrow:hover {
    background: #38BDF9 !important;
    border-color: #38BDF9 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(56, 189, 249, 0.4) !important;
    transform: translateY(-2px);
}


/* ==========================================================================
   EXACT ROADMAP CTA SECTION (.roadmap-cta-inner) - MATCHING REFERENCE DESIGN
   ========================================================================== */
.roadmap-cta-section {
    background-color: #050d1a;

}

.roadmap-cta-inner {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #030a1c;
    border: 1px solid rgba(56, 189, 249, 0.22);
    box-shadow: 0 20px 50px rgba(3, 10, 28, 0.4);
    min-height: 420px;
    display: flex;
    align-items: center;
}

.roadmap-cta-inner .desktop-block {
    display: block !important;
}

.roadmap-cta-inner .mobile-block {
    display: none !important;
}

.roadmap-cta-img {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 52% !important;
    object-fit: cover !important;
    object-position: right center !important;
    z-index: 0 !important;
    pointer-events: none;
}

.roadmap-cta-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #030a1c 0%, #030a1c 48%, rgba(3, 10, 28, 0.65) 58%, transparent 75%);
    z-index: 1;
    pointer-events: none;
}

.roadmap-cta-content {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
    max-width: 650px;
    width: 100%;
}

.roadmap-cta-content h3.title-h6 {
    font-size: clamp(26px, 2.5vw, 28px) !important;

    color: #ffffff !important;
    line-height: 1.3 !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 16px !important;
}

.roadmap-cta-content p.fs-base {
    font-size: 16px !important;
    color: #cbd5e1 !important;
    line-height: 1.65 !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 32px !important;
    font-weight: 400 !important;
}

.roadmap-cta-content .discover-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #ffffff !important;
    color: #092EA0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 15px 32px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s ease !important;
    font-family: 'Poppins', sans-serif !important;
}

.roadmap-cta-content .discover-btn:hover {
    background: #38BDF9 !important;
    color: #030a1c !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(56, 189, 249, 0.4) !important;
}

@media (max-width: 768px) {
    .roadmap-cta-inner .desktop-block {
        display: none !important;
    }

    .roadmap-cta-inner .mobile-block {
        display: block !important;
    }

    .roadmap-cta-img {
        width: 100% !important;
        opacity: 0.5 !important;
        object-position: center !important;
    }

    .roadmap-cta-object-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 65%;
        max-width: 300px;
        z-index: 1;
        pointer-events: none;
    }

    .roadmap-cta-object {
        width: 100%;
        height: auto;
        display: block;
    }

    .roadmap-cta-inner::after {
        width: 100% !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
    }

    .roadmap-cta-content {
        padding: 45px 25px !important;
        max-width: 100% !important;
    }
}

/* INSIGHTS TITLE TRUNCATION */
.insight-title-truncate {
    display: inline-block;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .insight-title-truncate {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .insight-title-truncate {
        max-width: 180px;
    }
}


/* =========================================================================
       NEWS SECTION INLINE STYLE FIX
       ========================================================================= */

.news_section {

    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #e2e8f0;
}

@media screen and (max-width: 991px) {
    .news_section {
        padding: 60px 0;
    }
}

.container-news {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}


.news_section .news_inside .news_info {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .news_section .news_inside .news_info {
        width: 100%;
    }

    .news_section .news_inside .news_info:last-child {
        padding-top: 16px;
        text-align: left !important;
    }
}

.news_section .news_inside .news_info:last-child {
    text-align: right;
}

.news_section .reports_releases_blogs_section {
    width: 100%;
    align-items: stretch !important;
    display: flex;
    gap: 20px;
}

.news_section .reports_releases_blogs_section .reports_inside_section {
    width: calc(50% - 10px);
    padding: 22px 24px !important;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 16px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px !important;
}

.news_section .reports_releases_blogs_section .releases_blogs_inside_section {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px !important;
}

@media screen and (max-width: 991px) {
    .news_section .reports_releases_blogs_section {
        flex-direction: column;
    }

    .news_section .reports_releases_blogs_section .reports_inside_section,
    .news_section .reports_releases_blogs_section .releases_blogs_inside_section {
        width: 100%;
    }
}

.press_releases_section {
    background-color: #ffffff;
    padding: 22px 24px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 16px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px !important;
    overflow: hidden;
}

.news_section .reports_releases_blogs_section .releases_blogs_inside_section .press_releases_section.news_blogs_section {
    background-color: #030a1c !important;
    border: 1px solid rgba(56, 189, 249, 0.22) !important;
    box-shadow: 0 15px 35px rgba(3, 10, 28, 0.3) !important;
}

.news_section .reports_releases_blogs_section .releases_blogs_inside_section .press_releases_section.news_blogs_section .text_xxs {
    color: #cbd5e1 !important;
    opacity: 0.85;
}

.news_section .reports_releases_blogs_section .releases_blogs_inside_section .press_releases_section.news_blogs_section .color_black,
.news_section .reports_releases_blogs_section .releases_blogs_inside_section .press_releases_section.news_blogs_section .color_white {
    color: #ffffff !important;
}

.news_section .press_blog_radius {
    border-radius: 12px;
}

.news_section .text_xxs {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.news_section .text_xs {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.news_section .text_xxl {
    font-size: clamp(24px, 3vw, 24px);
    font-weight: 600;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;
}

.news_section .btn_gitakshmi_underline {
    margin: 0;
    color: #092EA0;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.news_section .blogs_press .btn_gitakshmi_underline {
    color: #38BDF9;
}

.news_section .reports_info .reports_inside {
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 !important;
    gap: 12px !important;
}

.news_section .reports_info .reports_inside:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.news_section .reports_info .reports_inside:first-child {
    padding-top: 4px !important;
}

.news_section .press_blogs_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_section .press_blogs_swiper .press_blogs_info_inside {
    padding: 8px 0;
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.news_section .press_blogs_swiper .press_blogs_info_img {
    width: 74px !important;
    height: 74px !important;
    flex-shrink: 0;
    border-radius: 12px !important;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_section .press_blogs_swiper .press_blogs_info_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Smart fix: Never chop horizontal logo inside square thumbnail */
.news_section .press_blogs_swiper .press_blogs_info_img img[src*="logo.png"] {
    object-fit: contain !important;
    padding: 10px !important;
    background: #ffffff !important;
}

.news_section .reports_inside_section .section_heading,
.news_section .press_releases_section .section_heading {
    padding-bottom: 12px !important;
}

.news_section .press_blogs_swiper .press_blogs_info_text {
    width: calc(100% - 90px) !important;
    padding-left: 0 !important;
}

.news_section .press_blogs_info_inside:hover .text_xs {
    color: #092EA0 !important;
}

.news_blogs_section .press_blogs_info_inside:hover .text_xs {
    color: #38BDF9 !important;
}

/* Swiper navigation controls */
.slider-controls-simple {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 10;
}

.slider-controls-simple .swiper-button-prev,
.slider-controls-simple .swiper-button-next,
.slider-controls-simple .prev-arrow,
.slider-controls-simple .next-arrow {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #092EA0 !important;
    cursor: pointer !important;
    margin: 0 !important;
    transition: all 0.2s ease !important;
}

.slider-controls-simple .swiper-button-prev:hover,
.slider-controls-simple .swiper-button-next:hover,
.slider-controls-simple .prev-arrow:hover,
.slider-controls-simple .next-arrow:hover {
    background: #092EA0 !important;
    color: #ffffff !important;
    border-color: #092EA0 !important;
    transform: scale(1.05);
}

.slider-controls-simple .swiper-button-prev::after,
.slider-controls-simple .swiper-button-next::after,
.slider-controls-simple .prev-arrow::after,
.slider-controls-simple .next-arrow::after {
    display: none !important;
    content: none !important;
}

.slider-controls-simple .dark.swiper-button-prev,
.slider-controls-simple .dark.swiper-button-next,
.slider-controls-simple .dark.prev-arrow,
.slider-controls-simple .dark.next-arrow {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.slider-controls-simple .dark.swiper-button-prev:hover,
.slider-controls-simple .dark.swiper-button-next:hover,
.slider-controls-simple .dark.prev-arrow:hover,
.slider-controls-simple .dark.next-arrow:hover {
    background: #38BDF9 !important;
    color: #030a1c !important;
    border-color: #38BDF9 !important;
    transform: scale(1.05);
}

.f_r_a_center {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.f_w_j {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.d_f {
    display: flex;
}

.m_b_0 {
    margin-bottom: 0;
}

.m_b_10 {
    margin-bottom: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.ptb_20 {
    padding: 20px 0;
}

.fadeInUp {
    animation: fadeInUp 0.8s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   12. CUSTOM GITAKSHMI HEADER & MEGA MENU STYLES (EXACT AS DEMO SCREENSHOTS)
   ========================================================================== */

/* Product Ecosystem Dark Box on Right of Mega Menu */
.custom-gitakshmi-header .enterprise-cta-card,
.enterprise-cta-card {
    background: linear-gradient(135deg, #09152E 0%, #0F234D 100%) !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 2.5rem 2rem !important;
    width: 360px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-shadow: 0 12px 28px rgba(9, 21, 46, 0.18) !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cta-subtitle {
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    color: #60A5FA !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-subtitle::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #3B82F6;
}

.cta-title {
    font-size: 1.35rem !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-bottom: 1.75rem !important;
    line-height: 1.35 !important;
}

.btn-outline-light {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.4rem !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.25s ease !important;
    align-self: flex-start !important;
}

.btn-outline-light:hover {
    background: #ffffff !important;
    color: #09152E !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
}

/* Secondary Mega Cards (for Technology Partners, Company Overview, etc.) */
.mega-menu-main {
    display: flex;
    gap: 1.5rem;
    flex: 1;
}

.mega-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    text-decoration: none !important;
    margin-bottom: 1.25rem;
    transition: all 0.25s ease !important;
    flex: 1;
}

.mega-card:hover {
    background: #EFF6FF !important;
    border-color: #3B82F6 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.08) !important;
}

.mega-card-img img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 10px;
}

.mega-card-title {
    font-weight: 600 !important;
    color: #0F172A !important;
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
}

.mega-card-text p {
    color: #64748B !important;
    font-size: 0.85rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(20px);
    z-index: 99999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

}

.search-overlay.active {
    display: flex;
}

.search-overlay-close {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border: none;
    transition: transform 0.3s ease;
}

.search-overlay-close:hover {
    transform: rotate(90deg);
    color: #3B82F6;
}

.search-container {
    width: 100%;
    max-width: 750px;
    padding: 0 1.5rem;
}

.search-form-overlay {
    width: 100%;
    position: relative;
}

#live-search-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 2rem;
    padding: 1rem 0;
    font-weight: 600;
    outline: none;
}

#live-search-input:focus {
    border-color: #3B82F6;
}

#search-results {
    margin-top: 2rem;
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
}

.live-search-result-item {
    display: block;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.live-search-result-item:hover {
    background: rgba(51, 65, 85, 0.9);
    border-color: #3B82F6;
    transform: translateX(8px);
}

.live-search-result-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.live-search-result-excerpt {
    color: #94A3B8;
    font-size: 0.9rem;
    margin: 0;
}

.live-search-loading {
    color: #60A5FA;
    font-size: 1.1rem;
    text-align: center;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

/* ==========================================================================
   13. CUSTOM GITAKSHMI FOOTER STYLES
   ========================================================================== */
.custom-gitakshmi-footer {

    color: #94A3B8;

    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.footer-container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gitakshmi-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: 5rem;
}

.footer-col h4,
.footer-col h5 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.6rem;
}

.footer-col h4::after,
.footer-col h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3B82F6;
    border-radius: 2px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 0.8rem;
}

.footer-col ul li a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.custom-gitakshmi-form .form-group {
    margin-bottom: 1rem;
}

.custom-gitakshmi-form input,
.custom-gitakshmi-form textarea {
    width: 100%;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
}

.custom-gitakshmi-form input:focus,
.custom-gitakshmi-form textarea:focus {
    border-color: #3B82F6;
    background: rgba(30, 41, 59, 0.9);
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 50%, #10B981 100%);
    color: #ffffff !important;
    font-weight: 600;
    padding: 0.9rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
}

.office-card {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.office-card:hover {
    background: rgba(51, 65, 85, 0.8);
    border-color: #3B82F6;
    transform: translateY(-5px);
}

.footer-bottom-custom {
    background: rgba(15, 23, 42, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #3B82F6;
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .gitakshmi-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .gitakshmi-footer-grid,
    .custom-gitakshmi-footer .footer-grid,
    .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px 15px !important;
        text-align: left !important;
    }

    .custom-gitakshmi-footer .footer-col:nth-child(5) {
        grid-column: 1 / -1 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding-top: 18px !important;

    }

    .custom-gitakshmi-header .nav-menu {
        display: none;
    }

    .mega-menu-content {
        flex-direction: column;
    }
}

/* ==========================================================================
   CORPORATE HERO SECTION (ATTRACTIVE, CLEAN, ENTERPRISE-SUITED)
   ========================================================================== */
.corporate-hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050d1a;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(56, 189, 249, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(14, 116, 144, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.8) 0%, #050d1a 100%);
    overflow: hidden;
    padding: 150px 20px 60px 20px;
    z-index: 1;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: -1;
}

.corporate-hero-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.corporate-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(56, 189, 249, 0.1);
    border: 1px solid rgba(56, 189, 249, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    color: #38BDF9;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(56, 189, 249, 0.12);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-hero-badge i {
    font-size: 13px !important;
}

/* Main Heading: Poppins, font-weight 600, max 36px font size */
.corporate-hero-title {
    font-size: clamp(26px, 3.2vw, 36px) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #ffffff;
    letter-spacing: -0.3px !important;
    margin-bottom: 20px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Fix for cyan text so it matches exact font-size and font-weight without shrinking */
.corporate-hero-title .highlight-cyan,
.corporate-hero-title span.highlight-cyan,
.corporate-hero-title span {
    color: #38BDF9 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #38BDF9 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    display: inline !important;
}

/* Global fix for span elements inside h1, h2, and h3 titles across all sections and pages so they don't shrink in font size or font weight */
h1 span,
h2 span,
h3 span,
.hero h1 span,
.hero h2 span,
.hero-content h1 span,
.hero-content h2 span,
[class*="hero"] h1 span,
section[class*="hero"] h1 span,
div[class*="hero"] h1 span,
.s4-hero-section h1 span,
.ariba-hero h1 span,
.sf-hero h1 span,
.ams-hero h1 span,
.btp-hero h1 span,
.concur-hero h1 span,
.sap-hero h1 span,
.rpa-hero-banner h1 span {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}

.corporate-hero-subtitle {
    font-size: clamp(15px, 1.15vw, 17px) !important;
    color: #cbd5e1;
    line-height: 1.65 !important;
    max-width: 720px;
    margin: 0 auto 36px auto;
    font-weight: 400 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.corporate-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #38BDF9;
    color: #050d1a !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(56, 189, 249, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-btn-primary:hover {
    background: #60A5FA;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(56, 189, 249, 0.5);
    color: #050d1a !important;
}

.corporate-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    padding: 14px 32px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #38BDF9;
    transform: translateY(-3px);
    color: #ffffff !important;
}

.corporate-hero-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.corporate-metric-item {
    padding: 10px 14px;
}

.corporate-metric-num {
    font-size: clamp(24px, 2vw, 30px) !important;
    font-weight: 600 !important;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 4px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.corporate-metric-num span {
    color: #38BDF9 !important;
}

.corporate-metric-label {
    font-size: 13px !important;
    color: #94a3b8;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

@media screen and (max-width: 900px) {
    .corporate-hero-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .corporate-hero-section {
        padding: 130px 20px 50px 20px;
        min-height: auto;
    }
}

@media screen and (max-width: 600px) {
    .corporate-hero-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .corporate-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .corporate-btn-primary,
    .corporate-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive Fixes for SAP & Smart Pages */
@media (max-width: 768px) {

    /* Wrappers */
    .s4-modern-wrapper,
    .sf-page-wrapper,
    .ams-page-wrapper,
    .smart-page-wrapper,
    .concur-page-wrapper,
    .sap-sol-wrapper {
        overflow-x: hidden !important;
    }

    /* Typography Scaling */
    .s4-modern-wrapper h1,
    .sf-page-wrapper h1,
    .ams-page-wrapper h1,
    .smart-page-wrapper h1,
    .concur-page-wrapper h1,
    .sap-sol-wrapper h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .s4-modern-wrapper h2,
    .sf-page-wrapper h2,
    .ams-page-wrapper h2,
    .smart-page-wrapper h2,
    .concur-page-wrapper h2,
    .sap-sol-wrapper h2 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    .s4-modern-wrapper h3,
    .sf-page-wrapper h3,
    .ams-page-wrapper h3,
    .smart-page-wrapper h3,
    .concur-page-wrapper h3,
    .sap-sol-wrapper h3 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    /* Spacing Reduction */
    .s4-modern-wrapper section,
    .sf-page-wrapper section,
    .ams-page-wrapper section,
    .smart-page-wrapper section,
    .concur-page-wrapper section,
    .sap-sol-wrapper section {
        padding: 40px 0 !important;
    }

    .s4-modern-wrapper .s4-hero-section,
    .sf-page-wrapper .sf-hero-section,
    .ams-page-wrapper .ams-hero,
    .smart-page-wrapper .smart-hero,
    .concur-page-wrapper .concur-hero {
        padding: 60px 0 40px !important;
    }

    /* Grid & Flex layouts to stack on mobile */
    [class*="-bento-grid"],
    [class*="-stack-item"],
    [class*="-core-grid"],
    [class*="-features-grid"],
    [class*="-contact-wrapper"],
    [class*="-grid"],
    .s4-contact-wrapper,
    .smart-contact-wrapper,
    .sf-contact-wrapper,
    .ams-contact-wrapper,
    .concur-contact-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    [class*="-hero-content"],
    [class*="-stack-wrapper"] {
        flex-direction: column !important;
    }

    [class*="-hero-text"],
    [class*="-hero-image"] {
        width: 100% !important;
    }

    /* Form Responsiveness */
    form {
        width: 100% !important;
    }

    [class*="-form-group"] {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    [class*="-form-control"] {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ==========================================================================
   CENTRALIZED SERVICE PAGE COMPONENTS
   ========================================================================== */

/* --- TILEGRID CAROUSEL (ACCENTURE STYLE) --- */
.services-section {
    background: var(--bg-white);
}

.rad-tilegrid {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.rad-cards-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px 0 30px 0;
}

.rad-cards-viewport::-webkit-scrollbar {
    display: none;
}

.rad-cards-container {
    display: inline-flex;
    gap: 24px;
    padding: 0 5%;
}

.rad-card {
    width: 340px;
    height: 420px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.rad-card:hover,
.rad-card:focus-within {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.rad-card-sliding-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.rad-card-sliding-inner {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.85, 0, 0, 1);
}

.rad-card:hover .rad-card-sliding-inner,
.rad-card:focus-within .rad-card-sliding-inner {
    transform: translateX(-50%);
}

.rad-card-front,
.rad-card-back {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.rad-card-front {
    background: linear-gradient(135deg, var(--primary-blue), #0f172a);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rad-card-front img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

.rad-card-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(9, 26, 62, 0) 0%, rgba(9, 26, 62, 0.8) 100%);
    z-index: 2;
}

.rad-card-front i {
    font-size: 50px;
    color: var(--secondary-blue);
    margin-bottom: auto;
    position: relative;
    z-index: 3;
}

.rad-card-front-content {
    position: relative;
    z-index: 3;
}

.rad-card-front-content .rad-card-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #93c5fd;
}

.rad-card-front-content .rad-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0;
}

.rad-card-back {
    background: #ffffff;
    padding: 40px 30px;
}

.rad-card-back .rad-card-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: var(--text-light);
}

.rad-card-back .rad-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.rad-card-back p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

.rad-card-back-text {
    flex-grow: 1;
}

.rad-carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.rad-carousel-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--primary-blue);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.rad-carousel-nav button:hover {
    background: var(--primary-blue);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(9, 26, 62, 0.1);
}

@media (max-width: 767px) {
    .rad-card {
        width: 280px;
    }
}

/* --- TABS (APPINVENTIV STYLE) --- */
.services-tab-section {
    background-color: #0a0f1d;
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
}

.services-tab-section .title-h2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.services-tab-header-left {
    width: 50%;
}

.services-tab-header-right {
    width: 45%;
    color: #cbd5e1;
    line-height: 1.6;
}

.services-tab-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    margin-top: 40px;
}

.our-services-tab-left {
    padding: 40px;
    border-radius: 24px;
    background: #fff;
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.our-services-tab-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.our-services-tab-list {
    margin-top: 30px;
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 10px;
}

.our-services-tab-list::-webkit-scrollbar {
    width: 4px;
}

.our-services-tab-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.our-services-tab-item {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #dfdedc;
}

.our-services-tab-item:last-child {
    border-bottom: none;
}

.our-services-tab-item .title-h4 {
    color: #888886;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    margin: 0;
}

.our-services-tab-item.active .title-h4 {
    color: #000;
    font-weight: 700;
}

.service-progress-bar-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.service-progress-fill-line {
    height: 100%;
    background-color: var(--secondary-blue);
    width: 0;
    transition: width 5s linear;
}

.our-services-tab-right {
    width: 63%;
    display: flex;
    flex-direction: column;
    height: auto;
}

.tab-content {
    display: none;
    height: auto;
    animation: fadeInRight 0.5s ease forwards;
}

.tab-content.active {
    display: block;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.service-card-full {
    border-radius: 24px;
    padding: 50px;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    background: #1163fb;
}

.service-card-full::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
}

.service-card-full h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}

.service-card-full p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .services-tab-content-wrapper {
        flex-direction: column;
    }

    .our-services-tab-left {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .our-services-tab-right {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .services-tab-header-left,
    .services-tab-header-right {
        width: 100%;
        text-align: center;
    }

    .services-tab-section {
        padding-top: 40px;
    }
}

/* --- INDUSTRIES GRID --- */
.industries-section {
    background: var(--bg-white);
    padding: 80px 0;
}

.ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.ind-card {
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 25px;
    border-radius: 8px;
    transition: 0.3s;
}

.ind-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: var(--secondary-blue);
}

.ind-card h3 {
    font-size: 18px;
    color: var(--primary-blue);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ind-card h3 i {
    color: var(--secondary-blue);
    font-size: 20px;
}

.ind-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--text-light);
}

@media (max-width: 1024px) {
    .ind-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ind-grid {
        grid-template-columns: 1fr;
    }
}

/* --- RADIX STYLE TABS --- */
.industry-radix-section {
    background: var(--bg-gray);
    text-align: center;
    padding: 80px 0;
}

.industry-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-inline: auto;
}

.industry-tab-btn {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 15px;
    color: #475569;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.industry-tab-btn:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.industry-tab-btn.active {
    border-color: #8b5cf6;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.15);
    font-weight: 600;
}

.industry-tab-content-area {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    display: none;
    align-items: center;
    text-align: left;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    gap: 40px;
    animation: fadeInTab 0.5s ease forwards;
    max-width: 1000px;
    margin: 0 auto;
}

.industry-tab-content-area.active {
    display: flex;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.industry-tab-image {
    width: 45%;
    border-radius: 16px;
    overflow: hidden;
}

.industry-tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
}

.industry-tab-text {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.industry-tab-text h3 {
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 15px;
}

.industry-tab-text p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .industry-tab-content-area {
        flex-direction: column;
        padding: 30px;
    }

    .industry-tab-image,
    .industry-tab-text {
        width: 100%;
        text-align: center;
    }
}

/* --- MASTER TECH STACK (DARK THEME) --- */
.master-tech-section {
    background: #0b1121;
    padding: 80px 0;
}

.master-tech-section .section-header h2 {
    color: #ffffff;
}

.master-tech-section .section-header p {
    color: #94a3b8;
}

.tech-stack-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.tech-stack-sidebar {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 380px;
    overflow-y: auto;
    padding-right: 10px;
}

.tech-stack-sidebar::-webkit-scrollbar {
    width: 4px;
}

.tech-stack-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.tech-stack-sidebar::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 4px;
}

.tech-stack-btn {
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    padding: 14px 18px;
    font-size: 15px;
    color: #94a3b8;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-stack-btn:hover {
    background: #1e293b;
    color: #f8fafc;
}

.tech-stack-btn.active {
    background: #1e293b;
    color: #38bdf8;
    border: 1px solid #334155;
    box-shadow: inset 3px 0 0 #38bdf8;
    font-weight: 600;
}

.tech-stack-btn i {
    font-size: 13px;
    opacity: 0;
    transition: 0.3s;
    transform: translateX(-10px);
    color: #38bdf8;
}

.tech-stack-btn.active i {
    opacity: 1;
    transform: translateX(0);
}

.tech-stack-content-wrapper {
    width: calc(68% - 30px);
    background: #111827;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #1f2937;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.tech-stack-pane {
    display: none;
    animation: fadeInTab 0.4s ease forwards;
}

.tech-stack-pane.active {
    display: block;
}

.tech-stack-pane h3 {
    font-size: 24px;
    color: #f1f5f9;
    margin-bottom: 25px;
}

.tech-items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-item {
    background: #1f2937;
    border: 1px solid #374151;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
}

.tech-item:hover {
    border-color: #38bdf8;
    background: #1e293b;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.15);
    transform: translateY(-2px);
}

.tech-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0 0 5px 0;
}

.tech-item p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .tech-stack-container {
        flex-direction: column;
    }

    .tech-stack-sidebar {
        width: 100%;
        max-height: 200px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
    }

    .tech-stack-btn {
        white-space: nowrap;
    }

    .tech-stack-content-wrapper {
        width: 100%;
    }
}

/* --- TECHNOLOGY STRATEGY SECTION (VERTICAL TIMELINE) --- */
.tech-strategy-section {
    background: var(--bg-white);
    padding: 80px 0;
}

.strategy-layout {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.strategy-left {
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    height: max-content;
}

.strategy-left .section-header-left h2 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.strategy-left .section-header-left p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 16px;
}

.strategy-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.strategy-right::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(59, 130, 246, 0.2);
    z-index: 1;
}

.strategy-step {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: var(--bg-white);
    border: 2px solid var(--accent-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--accent-blue);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
    transition: transform 0.4s ease, background 0.4s ease;
}

.strategy-step:hover .step-icon {
    background: var(--accent-blue);
    color: #fff;
    transform: scale(1.1);
}

.step-content {
    background: var(--bg-white);
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    width: 100%;
}

.strategy-step:hover .step-content {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.step-content h3 {
    color: var(--primary-blue);
    margin-bottom: 12px;
    font-size: 20px;
}

.step-content p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .strategy-layout {
        flex-direction: column;
    }

    .strategy-left {
        width: 100%;
        position: static;
        margin-bottom: 30px;
        text-align: center;
    }

    .section-header-left h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .strategy-right {
        width: 100%;
    }
}

/* --- CONTACT SECTION (SIDE-BY-SIDE) --- */
.contact-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #e2e8f0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.contact-info .contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-detail-item i {
    width: 50px;
    height: 50px;
    background: rgba(46, 142, 255, 0.1);
    color: var(--secondary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-detail-item h4 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: var(--primary-blue);
}

.contact-detail-item p {
    margin: 0;
    color: var(--text-light);
}

.contact-form-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(9, 26, 62, 0.08);
}

.custom-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.custom-contact-form .form-group {
    margin-bottom: 25px;
    text-align: left;
}

.custom-contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-blue);
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: inherit;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    color: #333;
    background: #f8fafc;
    transition: 0.3s ease;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: var(--secondary-blue) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(46, 142, 255, 0.1);
}

.submit-btn {
    background: var(--secondary-blue);
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    width: 100%;
    justify-content: center;
}

.submit-btn:hover {
    background: #1d72eb;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 142, 255, 0.3);
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .custom-contact-form .form-row {
        grid-template-columns: 1fr;
    }
}

/*======================================================
  METHODOLOGY CARDS - MODERN PREMIUM REDESIGN (ORIGINAL LAYOUT)
========================================================*/
.methodology-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}

.meth-card {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
}

.meth-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.05);
}

.meth-card-left {
    flex: 3;
    padding: 50px;
    background: #ffffff;
    position: relative;
}

.meth-card:nth-child(1) .meth-card-left {
    background: linear-gradient(180deg, #ffffff 0%, rgba(56, 189, 248, 0.03) 100%);
}

.meth-card:nth-child(2) .meth-card-left {
    background: linear-gradient(180deg, #ffffff 0%, rgba(16, 185, 129, 0.03) 100%);
}

.meth-card:nth-child(3) .meth-card-left {
    background: linear-gradient(180deg, #ffffff 0%, rgba(139, 92, 246, 0.03) 100%);
}

.meth-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
}

.meth-card:hover .meth-icon {
    transform: scale(1.08) rotate(5deg);
}

.meth-card-left h3 {
    font-size: 26px;
    color: #1e293b;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.meth-card-left p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 18px;
}

.meth-card-left p:last-child {
    margin-bottom: 0;
}

.meth-card-right {
    flex: 2;
    padding: 50px;
    background: #f8fafc;
    border-left: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meth-card-right h4 {
    font-size: 16px;
    color: #334155;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.meth-card-right h4::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #94a3b8;
    margin-right: 15px;
}

.meth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.meth-list li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
    transition: all 0.3s ease;
}

.meth-list li:hover {
    color: #0f172a;
    transform: translateX(5px);
}

.meth-check {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .meth-card {
        flex-direction: column;
    }

    .meth-card-left,
    .meth-card-right {
        padding: 40px 30px;
    }

    .meth-card-right {
        border-left: none;
        border-top: 1px solid #f1f5f9;
    }
}

/* Tech Stack Showcase CSS */
.s4-tech-stack-showcase {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding: 20px 0;
}

.tech-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #2E8EFF 0%, #0b3c82 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(46, 142, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.tech-badge:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(46, 142, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #3b95ff 0%, #0d4a9e 100%);
}

.tech-badge .tech-icon {
    font-size: 22px;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

.tech-badge span {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

@media (max-width: 768px) {
    .tech-badge {
        width: 100%;
        justify-content: center;
    }
}



/* ==========================================================================
   GLOBAL MOBILE PADDING OVERRIDES 
   ========================================================================== */
@media (max-width: 768px) {

    /* 1. Global Section Reset */
    section,
    .section,
    .industries-section,
    .industry-radix-section,
    .master-tech-section,
    .s4-grid-section,
    .services-tab-section,
    .it-consulting-hero,
    .page-header-banner,
    .hero-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Extreme padding (like heroes with 150px) should be reduced */
    .corporate-hero-section,
    .page-header-banner {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
        min-height: auto !important;
    }

    /* 2. Container Padding Reset */
    .container,
    .container-git,
    .s4-container,
    .enterprise-container,
    .ams-container,
    .smart-container,
    .sap-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* 3. Card Internal Padding Reset (glass-card, etc) */
    .glass-card,
    .s4-bento-card,
    .s4-bento-solid,
    .smart-net-card,
    .ams-contact-info,
    .ams-contact-form,
    .smart-contact-info,
    .smart-contact-form,
    .tech-stack-content-wrapper,
    .c-card-left,
    .c-card-right,
    article.glass-card {
        padding: 25px 10px !important;
    }

    /* Target inline rem/px paddings in elements to avoid excessive whitespace */
    .page-template-default .container,
    .page-template-default article,
    main>div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}



/* ==========================================================================
   REDESIGNED ABOUT GITAKSHMI TECHNOLOGIES SECTION (.main-about-section)
   ========================================================================== */
.main-about-section {
    padding: 85px 0 !important;
    background-color: #f8fafc;
    position: relative;
    overflow: clip;
    overflow-x: clip;
    overflow-y: visible;
    z-index: 1;
}

/* 95% Container Width (Matching Navbar Logo & Contact Us Button Alignment) */
.about-gt-container {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 auto !important;
}

/* Giant subtle background watermark 'g' */
.about-bg-watermark-g {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 520px;
    font-weight: 900;
    line-height: 1;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, #2563eb, #38bdf9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.04;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

/* The Main Container Showcase Card (overflow visible to allow sticky behavior inside) */
.about-gt-showcase-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: visible;
    position: relative;
    transition: box-shadow 0.4s ease;
}

.about-gt-showcase-card:hover {
    box-shadow: 0 30px 85px rgba(37, 99, 235, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Custom Bulletproof Flex Container to Prevent Wrapping */
.about-gt-showcase-card-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

/* Left Column: High-Tech 'G' Emblem & Visual Pane (40% width) */
.about-g-emblem-pane {
    width: 40%;
    flex: 0 0 40%;
    background: linear-gradient(145deg, #091e3a 0%, #0d3260 50%, #0a192f 100%);
    min-height: 100%;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: visible;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

/* Sticky Wrapper inside Emblem Pane */
.g-emblem-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    /* Fixed comfortably below navbar when scrolling */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.g-emblem-bg-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-pulse-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(56, 189, 249, 0.15);
    animation: gRingPulse 4s infinite ease-in-out;
}

.g-pulse-ring.ring-1 {
    width: 200px;
    height: 200px;
    animation-delay: 0s;
}

.g-pulse-ring.ring-2 {
    width: 280px;
    height: 280px;
    border-color: rgba(56, 189, 249, 0.1);
    animation-delay: 1.3s;
}

.g-pulse-ring.ring-3 {
    width: 360px;
    height: 360px;
    border-color: rgba(56, 189, 249, 0.06);
    animation-delay: 2.6s;
}

.g-glow-orb {
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(56, 189, 249, 0.25) 0%, transparent 70%);
    filter: blur(25px);
}

@keyframes gRingPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.06);
        opacity: 0.3;
    }
}

/* Official Logo Floating Glowing Glass Pedestal */
.g-logo-pedestal {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-pedestal-glow {
    position: absolute;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(56, 189, 249, 0.6) 0%, rgba(37, 99, 235, 0.45) 60%, transparent 80%);
    filter: blur(18px);
    z-index: 1;
    animation: pedestalGlowPulse 3s infinite ease-in-out alternate;
}

@keyframes pedestalGlowPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

.g-pedestal-card {
    position: relative;
    z-index: 2;
    width: 175px;
    height: 175px;
    background: #ffffff;
    border-radius: 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.25),
        inset 0 2px 10px rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.about-g-emblem-pane:hover .g-pedestal-card {
    transform: scale(1.06) translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45),
        0 0 30px rgba(56, 189, 249, 0.6),
        inset 0 2px 10px rgba(255, 255, 255, 1);
}

.actual-g-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(14, 66, 160, 0.2));
    transition: transform 0.4s ease;
}

.about-g-emblem-pane:hover .actual-g-logo-img {
    transform: scale(1.03);
}

.g-emblem-caption {
    position: relative;
    z-index: 2;
    width: 100%;
}

.g-brand-tagline {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #38bdf9;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-shadow: 0 0 12px rgba(56, 189, 249, 0.4);
}

.g-emblem-metrics {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.g-mini-metric {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 7px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #e2e8f0;
    font-weight: 600;
    backdrop-filter: blur(8px);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.g-mini-metric:hover {
    background: rgba(56, 189, 249, 0.15);
    border-color: rgba(56, 189, 249, 0.4);
}

.g-mini-metric .text-cyan {
    color: #38bdf9;
    font-size: 13px;
}

/* Right Column: Rich Editorial Content (60% width) */
.about-gt-content-pane {
    width: 60%;
    flex: 0 0 60%;
    padding: 55px 55px;
    text-align: left;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.about-gt-header {
    margin-bottom: 30px;
}

.about-gt-subtitle-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-gt-subtitle-pill i {
    font-size: 13px;
    color: #2563eb;
}

.about-gt-title {

    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 18px;
    letter-spacing: -0.7px;
}

.text-gradient-blue {
    background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-gt-lead-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 0;
}

.about-gt-lead-text strong {
    color: #0f172a;
    font-weight: 700;
}

/* Interactive Capability Showcase Pills */
.about-gt-capabilities {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 30px;
}

.capabilities-label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capabilities-label .text-primary {
    color: #2563eb !important;
    font-size: 15px;
}

.capabilities-pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-pill {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.tech-pill:hover {
    background: #ffffff;
    border-color: #3b82f6;
    color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 99, 235, 0.12);
}

.tech-pill i {
    font-size: 14px;
}

.text-purple {
    color: #9333ea !important;
}

.text-amber {
    color: #d97706 !important;
}

.text-cyan {
    color: #06b6d4 !important;
}

.text-blue {
    color: #2563eb !important;
}

.text-emerald {
    color: #10b981 !important;
}

.text-rose {
    color: #e11d48 !important;
}

/* Vision & Footer Section */
.about-gt-vision {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    font-style: italic;
    margin-bottom: 25px;
    border-left: 3px solid #3b82f6;
    padding-left: 16px;
}

.about-iso-banner {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.07) 0%, rgba(56, 189, 249, 0.07) 100%);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 30px;
}

.iso-icon-badge {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.iso-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.iso-heading {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.iso-standards {
    font-size: 13.5px;
    color: #334155;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.iso-standards b {
    color: #059669;
    font-weight: 700;
}

.iso-standards i {
    color: #10b981;
    margin-right: 4px;
}

.iso-sep {
    color: #cbd5e1;
    font-size: 14px;
}

/* Premium CTA Button */
.about-cta-container {
    display: flex;
    align-items: center;
}

.btn-premium-overview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 34px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.btn-premium-overview:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
}

.btn-premium-overview i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.btn-premium-overview:hover i {
    transform: translateX(6px);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .about-gt-showcase-card-inner {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .about-g-emblem-pane {
        width: 100%;
        flex: 0 0 100%;
        padding: 50px 20px;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
        border-bottom-left-radius: 0;
    }

    .g-emblem-sticky-wrapper {
        position: static;
        top: auto;
    }

    .about-gt-content-pane {
        width: 100%;
        flex: 0 0 100%;
        padding: 40px 25px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .about-gt-title {
        font-size: 30px;
    }

    .about-bg-watermark-g {
        font-size: 350px;
        right: 5%;
    }
}

@media (max-width: 575px) {
    .about-gt-content-pane {
        padding: 30px 20px;
    }

    .about-gt-title {
        font-size: 26px;
    }

    .about-iso-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .iso-standards {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .iso-sep {
        display: none;
    }

    .btn-premium-overview {
        width: 100%;
    }
}



/* ==========================================================================
   GLOBAL FORM WRAPPER MOBILE FIX (MAX-WIDTH 991PX)
   ========================================================================== */
@media (max-width: 991px) {

    .ams-contact-wrapper,
    .smart-contact-wrapper,
    .sf-contact-wrapper,
    .s4-contact-wrapper {
        padding-bottom: 30px !important;
        grid-template-columns: 1fr !important;
        margin-bottom: 20px !important;
    }

    .ams-contact-info,
    .ams-contact-form,
    .smart-contact-info,
    .smart-contact-form,
    .sf-contact-info,
    .sf-contact-form,
    .contact-form-card {
        border-radius: 0px 0px 10px 10px !important;
        padding: 40px !important;
    }

    /* Ensure the first child (info side) gets top rounded corners instead */
    .ams-contact-info,
    .smart-contact-info,
    .sf-contact-info {
        border-radius: 10px 10px 0 0 !important;
    }
}