/* Custom CSS for OrangeMantra Website */

:root {
    /* Color Variables based on the React theme */
    --orange-lightest: #fff4ed;
    --orange-lighter: #ffedd5;
    --orange-lighterer: #ffb399;
    --orange-medium: #fb923c;
    --orange-primary: #ea580c;
    --orange-light: #fb923c;
    --orange-dark: #c2410c;
    --charcoal-primary: #000;
    --charcoal-light: #34495e;
    --charcoal-dark: #000;
    --grey-medium: #6b7280;
    --grey-light: #f3f4f6;
    --text-on-orange: #ffffff;
    --text-on-charcoal: #ffffff;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-200: oklch(.925 .084 155.995);
    --color-green-400: oklch(.792 .209 151.711);
    --color-green-500: oklch(.723 .219 149.579);
    --color-green-600: oklch(.627 .194 149.214);
    /* --charcoal-primary: #233042; */
    --bs-bg-opacity: 1;
}
html{
    overflow-x: hidden;
}
.text-muted {
  color: #233042 !important;
}
.animate-pulse {
    animation: var(--animate-pulse);
}

.redgreen {
    background-color: #00ff00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.redRound {
    background-color: red;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

/* Global Styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 16px;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li,
a {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


input:focus,
select:focus,
textarea:focus {
    border: none !important;
    box-shadow: none !important;
}

.text-charcoal-primary {
    color: var(--charcoal-primary)
}

.bg-charcoal-primary {
    background-color: var(--charcoal-primary);
}

.mobile-version {
    display: none !important;
}

.new-banner-section {
    width: 100%;
    display: inline-block;
    background: #fef8f4 url(/wp-content/uploads/home-new-images/banner-bg.png) left top no-repeat;
    background-size: 100%;
    padding: 80px 40px 30px;
    /*margin-top: 60px;*/
}

.banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.banner-left {
    flex: 1;
    max-width: 44%;
}

.text-orange-lighterer {
    color: var(--orange-lighterer) !important;
}

.banner-left p {
    color: #404040;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 12px 0px;
}

.accelerate-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 1px;
    background: rgb(247, 105, 2);
    display: inline-block;
    height: 51px;
    padding: 0px 24px;
    border-radius: 12px;
    line-height: 44px;
    border: 2px solid rgb(255, 174, 148);
    text-decoration: none;
        cursor: auto;
}

.accelerate-title:hover {
    color: #fff;
    text-decoration: none;
}

.digital-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #222;
}

.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52%;
}

.banner-right img {
    max-width: 100%;
}

.banner-search-form {
    display: flex;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid rgba(247, 105, 2, 0.4);
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
    padding: 5px 6px 5px 15px;
    box-sizing: border-box;
}

.banner-search-form .form-control {
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 12px 16px;
    font-size: 16px;
}

.banner-search-form button {
    background: rgb(247, 105, 2);
    color: #fff;
    border: none;
    border-radius: 32px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 500;
}

.banner-search-form button:hover {
    background-color: #e45c00;
}

.banner-left .avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px #f5c7b2;
    object-fit: cover;
    margin-right: -12px;
}

.banner-left .avatars span {
    display: inline-block;
    background: #ef5523;
    color: #fff;
    font-weight: 700;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-left: 8px;
}

.banner-left .stats {
    margin-left: 18px;
}

.banner-left .stats .number {
    font-size: 22px;
    font-weight: 700;
    color: #ef5523;
}

.banner-left .stats .label {
    font-size: 15px;
    color: #555;
    margin-left: 3px;
}

.banner-left .cta-btn {
    background: #ef5523;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 2px 12px #f5c7b2;
}


.text-flip-box {
    width: 100%;
    height: 84px;
    overflow: hidden;
    border: 1px dashed #45187E;
    border-radius: 15px;
    padding: 0px 15px;
    font-weight: bold;
    font-size: 38px;
    color: #F76902;
    background-color: #fff0e9;
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    position: relative;
}


.flip-section {
    position: relative;
}

/*
.flip-section:after{content: '';
  background: url(/wp-content/uploads/home-new-images/blue-arro.svg) left center no-repeat;
    background-size: auto;
  right: -14px;
  bottom: -20px;
  background-size: 100%;
  position: absolute;
  width: 18px;
  height: 18px;}
*/
/*
.flip-section:before{content: 'Start';
  background: #fff;
  padding: 4px 10px;
  font-size: 12px;
  color: #000;
  right: -55px;
  bottom: -43px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  border-radius: 6px;}
*/



.text-wrapper {
    display: flex;
    flex-direction: column;
    animation: slideText 3.3s infinite;
}

.text-line {
    height: 84px;
    line-height: 84px;
    text-align: left;
}

@keyframes slideText {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-84px);
    }

    75% {
        transform: translateY(-84px);
    }

    100% {
        transform: translateY(0);
    }
}

a.connect-with-us {
    background: rgb(247, 105, 2);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0px 36px;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    cursor: pointer;
}

a.connect-with-us:hover {
    background-color: #e45c00;
    color: #fff;
}

.transformation-box {
    margin-left: 18px;
}

.transformation-box span.count {
    font-size: 22px;
    font-weight: 700;
    color: #ef5523;
    display: block;
    line-height: 22px;
}

.transformation-box span.count-text {
    font-size: 17.5px;
    font-weight: 400;
    color: rgb(64, 64, 64);
}

.transformation-section {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.transformation-img-section {
    display: flex;
}

.transformation-img-section img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px #f5c7b2;
    object-fit: cover;
    margin-right: -12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transformation-img-section img:hover {
    transform: scale(1.06);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.transformation-img-section image-rendering:last-child {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px #f5c7b2;
    object-fit: cover;
}

.plus-trans {
    display: flex;
    background: #fff;
    color: rgb(247, 105, 2);
    font-weight: 700;
    width: 38px;
    height: 38px;
    line-height: 38px;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    align-items: center;
    overflow: hidden;
}

.plus-trans:hover svg {
    transform: scale(1.06);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* --- Trusted Section Styles --- */
.trusted-section {
    background: #fef8f4;
    margin: 0px 0 0 0;
    padding: 16px 72px 40px 72px;
    position: relative;
    text-align: center;
}

.trusted-top-line,
.trusted-bottom-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(239, 85, 35, 1) 0%, rgba(156, 163, 175, 0) 29.47%, rgba(156, 163, 175, 0) 50%, rgba(156, 163, 175, 0) 72.51%, rgba(239, 85, 35, 1) 100%);
    margin: 0 auto 12px auto;
    border-radius: 2px;
}

.trusted-bottom-line {
    margin: 24px auto 8px auto;
}

.trusted-heading,
.trusted-bottom-heading {
    font-size: 14px;
    color: rgba(107, 114, 128, 1);
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 0;
    top: 27px;
    width: max-content;
    background: #fef8f4;
    display: inline-block;
    transform: translateX(-50%)
}

.trusted-bottom-heading {
    top: inherit;
    bottom: 16px;
}

.trusted-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.trusted-logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 0 18px;
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

.trusted-logo img {
    max-height: 70px;
    width: auto;
    max-width: 169px;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.trusted-logo:hover img {
    transform: scale(1.08);
}


p,
span {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
}

/* Header Styles */
#header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.tech-integrations .nav-link {
    font-weight: 500;
    color: var(--charcoal-primary) !important;
    transition: color 0.2s ease;
    position: relative;
}

.tech-integrations .nav-link:hover {
    color: var(--orange-primary) !important;
}

.tech-integrations .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--orange-primary);
    border-radius: 1px;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 10%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.hero-section h1 {
    font-size: 70px;
}

.hero-section .heromain {
    font-size: 20px;
    font-weight: 600;
}

.hero-section form.search-form input {
    font-weight: 600;
    padding: 16px 15px 15px 39px;
    font-size: 17px;
    border-radius: 10px;
}

.hero-section button {
    font-size: 16px;
}

.hero-section button.connectus {
    padding: 15px;
}

.hero-section .heroblocks h5 {
    font-size: 18px;
}

.heroblocks .blocks {
    border-radius: 10px;
}

.badge {
    padding: 14px;
    font-size: 13px;
}

/* Hero Feature Cards with Advanced Hover Animations */
.hero-feature-card {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.hero-feature-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.1);
}

.hero-feature-card:hover::before {
    left: 100%;
}


/* Legacy Builder Section */
.background-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.background-animation::before {
    content: '';
    position: absolute;
    top: 35%;
    left: 36%;
    width: 420px;
    height: 477px;
    background: radial-gradient(circle, rgb(234 88 12 / 18%) 0%, transparent 78%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.legacy-builder .container.position-relative {
    z-index: 2;
}

.background-animation::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(107, 114, 128, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite reverse;
}

section#legacy-builder {
    padding: 20px 0;
}

.legacy-builder h2,
.legacy-builder h2 span {
    font-size: 40px;
    text-align: center;
}

.left-legacy.aos-init.aos-animate span.text-charcoal-primary {
    color: #233042 !important;
}

.left-legacy.aos-init.aos-animate p,
.left-legacy.aos-init.aos-animate p span {
    color: #233042 !important;
    font-size: 17px !important;
}

.col-lg-6.left-legacy.aos-init.aos-animate p strong {
    color: #233042 !important;
    font-size: 30px;
}

.legacy-builder .badge {
    border-radius: 12px;
    background-color: #1e293b !important;
}

.legacy-builder .badge svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/*
.legacy-builder p
{
    font-size: 14px;
}
*/
.legacy-builder button {
    font-size: 17px;
    padding: 7px 16px;
    margin-bottom: 30px;
    border-radius: 14px !important;
    color: #fff;
    background: rgb(247, 105, 2);;
    border: 0px;
}

.btn.bg-charcoal-primary.btn-lg.cta-button.power-my a:hover {
    color: #fff;
}

.legacy-builder button:hover {
    background: #fff;
    background: rgb(226, 97, 3);;
    transform: scale(1.05);
}

.power-my:hover,
.power-my:hover i {
    background: background: rgb(226, 97, 3) !important;
    color: #fff !important;
}

.legacy-builder button a {
    color: #fff;
    text-decoration: none;
}

/*
.legacy-builder button a:hover {
    color: #000000;
}

.legacy-builder button:hover i {
    color: #000000;
}
*/

.left-legacy .two-cards {
    border-radius: 14px;
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.legacy-builder .bg-icon-legacy {
    border-radius: 12px;
}

.legacy-builder .achievement-item .card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin: 0 5px;
}

.text-charcoal-primary {
    color: var(--charcoal-primary) !important;
}

.legacy-builder .metric-card .stat {
    border-radius: 10px;
}

.legacy-builder .metric-card .h4 {
    font-size: 16px;
}

.legacy-builder .achievement-card .card-header {
    border-radius: 12px 12px 0 0;
    background-color: #45187E !important;
    padding: 14px 20px !important;
}

.legacy-builder .achievement-card .card-header h3 {
    font-weight: 600;
    font-size: 20px;
}

.achievement-item .h3 {
    font-size: 20px;
}

.legacy-builder .card-footer:last-child {
    border-radius: 0 0 12px 12px;
    background-color: #45187E !important;
}

.legacy-builder .card-footer {
    padding-bottom: 0px !important;
}

/* Services Section */
.services-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.services-background::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 25%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(254, 215, 170, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite;
}

.mainservices .container.position-relative {
    z-index: 1;
}

.mainservices button svg {
    width: 12px;
}

.services-background::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: 25%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(253, 186, 116, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 14s ease-in-out infinite reverse;
}

.mainservices .badge {
    padding: 14px 42px;
    font-size: 15px;
    border-radius: 24px;
    background-color: var(--charcoal-dark) !important;
}

.mainservices .mainservice-orange {
    color: var(--orange-primary);
}

.mainservices h2,
.mainservices h2 span,
.mainservices h2 span.text-muted {
    font-size: 4.5rem;
}

.mainservices h2 span.text-muted {
    color: #4a5565 !important;
}

.mainservices .card-header {
    padding: 27px 20px;
    border-radius: 18px 18px 0 0;
}

.mainservices .card-header h3,
.mainservices .card-header h3 span {
    font: 2.25rem 'Inter', sans-serif;
    font-weight: 700;
    color: #fff;
}

.mainservices .card-header h3 span {
    color: var(--orange-lighterer) !important;
}

.mainservices .card-header p.small {
    font-size: 17px;
}

.mainservices p.lead {
    font-size: 22px;
    font-weight: 500;
}

.mainservices .card-body ul li {
    font-size: 18px;
}

.mainservices li.text-muted {
    width: 200px;
}

.mainservices button {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 14px !important;
}

.mainbullets svg {
    margin-right: 10px;
}

.bg-orange-dark-gradient {
    background: linear-gradient(to right, #ff6a00, #e65c00) !important;
}

.text-orange-light {
    color: var(--orange-light) !important;
}

.text-orange-primary {
    color: var(--orange-primary) !important;
}

.mainservices i.bi.bi-trophy {
    font-size: 40px;
    color: var(--orange-lighterer);
}

.to-orange-dark {
    background: linear-gradient(to right,
            var(--orange-dark) 0%,
            var(--orange-dark) 100%);
}

.from-orange-primary-5 {
    border-top: 4px solid #ea580c;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.mainservices .text-muted {
    font-size: 14px;
}

.p-2.bg-white.shadow-sm.border.text-center {
    border-radius: 12px !important;
}

.via-orange-lightest {
    background: linear-gradient(to right,
            #f6f6f6,
            /* from (light orange) */
            #fdf2e3 50%,
            /* via (lightest orange at middle) */
            #f6f6f6
            /* to (darker orange) */
        );
}

.mainrightservices .metric-icon-sm {
    background: var(--orange-lighter);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 1px 3px #0000000d, 0 1px 2px #00000005;
    border: 1px solid var(--orange-light)
}

.mainrightservices .metric-item .h3 {
    font-size: 20px;
}

.mainrightservices .background-animation-new {
    position: relative;
    width: 100%;
    height: 100%;
}



.mainrightservices .moving-rectangle {
    position: absolute;
    top: -26px;
    width: 49%;
    /* Rectangle width */
    height: 160px;
    /* box-shadow: 0 0 60px 30px rgba(0,0,0,0.5) inset;  */
    animation: moveRect 4s ease-in-out infinite alternate;
    z-index: 1;
    background-image: radial-gradient(circle at 3px 3px, rgb(251 146 60 / 11%) 2px, transparent 0px),
        /* dots */
        linear-gradient(to right, #c2410c17, #9333ea03);
    /* base gradient */
    background-size: 20px 20px, cover;
    /* dot spacing , gradient size */
    background-repeat: repeat, no-repeat;
}

.z-index-3 {
    z-index: 3;
}

@keyframes moveRect {
    0% {
        left: 0;
    }

    100% {
        left: 52%;
    }

    /* Moves so it stays within screen */
}

.mainrightservices {
    position: relative;
    overflow: visible;
}

.mainrightservices .industryleader {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--orange-lighterer);
    border-radius: 20px;
    position: absolute;
    top: -40px;
    left: 0px;
    animation: upDown 3s ease-in-out infinite;
    color: #000;
    font-size: 12px;
    padding: 7px 10px;
}

.mainrightservices .futureready {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--orange-lighterer);
    border-radius: 20px;
    position: absolute;
    bottom: -10px;
    right: 0px;
    animation: upDown 3s ease-in-out infinite;
    color: #000;
    font-size: 12px;
    padding: 7px 10px;
}

.mainrightservices .industryleader span,
.mainrightservices .futureready span {
    font-size: 12px;
    color: var(--orange-primary);
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    /* move up */
    100% {
        transform: translateY(0);
    }
}

.bg-orange-dark {
    background: linear-gradient(to right, #ea580c, #ffb347) !important;
}

.mainrightservices .progress {
    width: 100%;
}

.mainrightservices .bi.bi-trophy {
    animation: swing 2s ease-in-out infinite;
}

@keyframes swing {
    2% {
        transform: rotate(10deg);
    }

    15% {
        transform: scale(1.3);
    }
}

.mainrightservices .progress-bar.bg-orange-dark {
    background: linear-gradient(to right, #ea580c, #ffb347) !important;
}

.text-orange-dark {
    color: var(--orange-primary);
}

.bg-orange-lightest {
    background-color: var(--orange-lightest);
}

.bg-dark-or {
    background-color: var(--orange-primary);
}

.to-orange-lightest {
    background: linear-gradient(to right, #fff4ed,
            /* lightest orange start */
            #fff7ed
            /* lightest orange end */
        );
}

.to-orange-light {
    background: linear-gradient(to right,
            #ffd27f,
            /* light orange start */
            #ffb347
            /* light orange end */
        );
}

/* Enhanced Block Icon Animations */
.blocks {
    border-radius: 12px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hero-feature-card:hover .blocks {
    transform: rotate(360deg) scale(1.3);
    background: #ffffff !important;
    border: 2px solid #000000 !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.blocks i {
    transition: all 0.5s ease;
    font-size: 1.2rem;
    z-index: 3;
    position: relative;
}

.hero-feature-card:hover .blocks i {
    color: #000000 !important;
    text-shadow: none;
    transform: scale(1.1);
}

/* Text Animations on Hover */
.hero-feature-card h5 {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.hero-feature-card:hover h5 {
    color: #1f2937 !important;
    transform: translateY(-3px);
    font-weight: 800 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-feature-card p {
    transition: all 0.4s ease;
    opacity: 0.8;
    z-index: 2;
    position: relative;
}

.hero-feature-card:hover p {
    color: #374151 !important;
    opacity: 1;
    transform: translateY(-2px);
    font-weight: 500;
}

.mainservices .bottom-card-cta .badge {
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 7px;
    background: #fff;
    background-color: #ffffff !important;
    color: var(--orange-primary);
    border: 1px solid var(--orange-primary);
}

.mainservices .bottom-card-cta button {
    padding: 9px 22px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 20px !important;
}

.mainservices .bottom-card-cta button a {
    color: var(--orange-primary);
    text-decoration: none;
}

.mainservices .bottom-card-cta button:hover a {
    color: #fff;
}

.mainservices .ctabottomtext span {
    font-size: 14px;
}

.mainservices .card {
    border-radius: 0 0 12px 12px;
}

.orange-primary {
    background: linear-gradient(178deg, rgba(234, 88, 12, 1) 36%, rgba(255, 179, 153, 1) 61%);
     !important;
}

.mainservicesom .mainheadingser h2,
.mainservicesom .mainheadingser h2 span {
    font-size: 40px;
}

.mainservicesom {
    margin-top: 50px;
}
.mainservicesom .container > .row {
    /* text-align: center; */
    justify-content: center;
}
.mainservicesom p.lead {
    font-weight: 500;
    font-size: 17px;
    min-height: 95px;
}

.mainservicesom .service-card .service-icon {
    transition: all 0.3s ease;
    background: #f2f2f2;
    padding: 12px;
    border-radius: 12px;
    font-size: 20px;
}

.mainservicesom .service-card button svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.mainservicesom .service-card button {
    border-radius: 20px !important;
    padding: 7px 20px;
    font-size: 14px;
    background: rgb(247, 105, 2);
    color: #fff;
    border: 0px;
}

.mainservicesom .service-card button .cta_a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 0px;
}

.mainservicesom .service-card button:hover .cta_a, .mainservicesom .service-card button:hover   {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
     background: rgb(226, 97, 3);;
}

.mainservicesom .service-card button .cta_a:hover {
    color: #fff;
}

.mainservicesom .service-card button svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.mainservicesom .service-card button span {
    font-size: 15px;
}

.mainservicesom .service-card h3,
.mainservicesom .service-card h3 span {
    font-size: 30px;
}

.mainservicesom .service-card h6,
.mainservicesom .service-card h6 span {
    font-size: 14px;
}

.bg-gray-100 {
    background-color: var(--color-gray-100);
}

.mainservicesom .service-card p.lead {
    font-weight: 400;
}

.mainservicesom .service-card .badge {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    border-radius: 20px;
    padding: 10px;
    background: #f3f4f6 !important;
    color: #364153 !important;
}

.mainservicesom .servicepoints span {
    font-size: 14px;
}

.mainservicesom .pt-3.border-top {
    padding-top: 20px !important;
}

.bg-orange-lightest {
    background-color: var(--orange-lightest);
}

.digitalarena h4,
.digitalarena h4 span {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 0 !important;
}

.digitalarena .arsenal-cta p.lead,
.digitalarena .arsenal-cta p.lead span {
    font-size: 16px;
    font-weight: 500;
}

.digitalarena h4 + p {
    font-size: 14px;
    margin-left: 4px;
}

.digitalarena .arsenal-icon {
    padding: 15px;
    border-radius: 12px;
}

.digitalarena .arsenal-icon i {
    font-size: 22px;
}

.digitalarena .categories,
.digitalarena .categories span {
    font-size: 15px;
    font-weight: 500;
}

.digitalarena .category-preview,
.digitalarena .category-preview div {
    font-size: .875rempx;
    border-radius: 12px !important;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.category-preview.text-center.p-3.bg-white.border.rounded-2:hover {
    transform: scale(1.05);
}

.digitalarena .category-preview i {
    font-size: 25px;
}

.digitalarena .arsenal-cta {
    border-radius: 20px !important;
}

.digitalarena .category-preview div.text-solution {
    font-size: 14px;
}

/* Pulse Animation for Icons */
@keyframes pulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.hero-feature-card:hover .blocks {
    animation: pulseRing 2s infinite;
}

/* Floating Animation for Cards */
@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

.hero-feature-card:nth-child(odd) {
    animation: floatCard 6s ease-in-out infinite;
}

.hero-feature-card:nth-child(even) {
    animation: floatCard 6s ease-in-out infinite reverse;
}

.hero-feature-card:hover {
    animation-play-state: paused;
}

/* Glow Effect on Hover */
.hero-feature-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #e5e7eb, #f3f4f6, #ffffff, #f9fafb);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    filter: blur(8px);
}

.hero-feature-card:hover::after {
    opacity: 0.6;
}

/* Enhanced Connect Button */
.connectus {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.connectus::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: left 0.6s ease;
}

.connectus:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #1f2937, #374151) !important;
}

.connectus:hover::before {
    left: 100%;
}

/* Search Form Enhanced Effects */
.search-form .form-control {
    border: 2px solid #374151;
    transition: all 0.3s ease;
}

.search-form .form-control:focus {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25) !important;
    transform: translateY(-2px);
}

.search-form .btn {
    transition: all 0.3s ease;
}

.search-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #374151, #1f2937) !important;
}

.search-form input:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
}

/* Legacy Builder Section */
.background-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.background-animation::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(107, 114, 128, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite reverse;
}

/* Services Section */
section#services {
    padding-bottom: 10px !important;
    padding-top: 35px !important;
    margin-bottom: 10px;
}

.services-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.services-background::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 25%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(254, 215, 170, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite;
}

.services-background::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: 25%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(253, 186, 116, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 14s ease-in-out infinite reverse;
}

.certified-card {
    background: linear-gradient(90deg, rgba(243, 244, 245, 1) 15%, rgba(254, 244, 239, 1) 36%);
}

/*
.be-disrupted, .be-disrupted span {
    font-size: 0.99rem;
}
*/
/* Tech Integrations Section */
.tech-category-btn {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.tech-category-btn:hover,
.tech-category-btn.active {
    transform: translateX(5px);
    background: var(--charcoal-primary) !important;
    color: white !important;
    border-color: var(--charcoal-primary);
}

.tech-category-btn .bi {
    transition: transform 0.3s ease;
}

.tech-category-btn:hover .bi,
.tech-category-btn.active .bi {
    transform: scale(1.1);
}

.tech-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.tech-item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tech-item .tech-icon {
    transition: all 0.3s ease;
}

.tech-item:hover .tech-icon {
    background: var(--charcoal-primary) !important;
    color: white !important;
    transform: scale(1.1);
}

.certified-card {
    border-radius: 0 0 12px 12px;
}

/* Technology Section Styles */
section#tech-integrations h2 {
    color: #000 !important;
}

.tech-domains-card {
    border-radius: 16px;
    padding: 1rem;
    height: 100%;
    border: 1px solid #e9ecef;
    border-radius: 16px 0 0 16px;
}

.tech-integrations .nav-pills .nav-link.active {
    background: #000;
    border-radius: 15px;
}

.tech-integrations .tech-nav-title {
    color: #000000;
}

.tech-integrations .badge {
    padding: 15px;
    border-radius: 12px;
    background: #000;
}

.tech-integrations .nav-pills .nav-link.active .tech-nav-title,
.tech-nav-item:hover .tech-nav-title {
    color: #fff;
}

.tech-integrations h2,
.tech-integrations h2 span {
    font-size: 40px;
}

.tech-header {
    margin-bottom: 2rem;
}

.tech-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}

.tech-subtitle {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 0;
}

.tech-nav {
    gap: 0.5rem;
}

.tech-nav-item {
    background: transparent;
    border: 0px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #374151;
    text-decoration: none;
}

.tech-nav-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    background: #000;
    border-radius: 16px;
}

.tech-nav-item.active {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
    transform: translateX(8px);
}

.tech-nav-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.tech-nav-icon {
    background: #e7d9d0;
    border: 0px solid #d1d5db;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.tech-nav-item:hover .tech-nav-icon,
.tech-nav-item.active .tech-nav-icon {
    background: var(--orange-lighterer);
    border-color: #374151;
    color: #000000;
}

.tech-nav-item.active .tech-nav-icon {
   background: #f76902;
  color: #fff;
}

.tech-nav-text {
    flex-grow: 1;
}

.tech-nav-count {
    display: block;
    font-size: 12px;
    color: #000;
}

.tech-nav-item.active .tech-nav-count,
.tech-nav-item:hover .tech-nav-count {
    color: var(--orange-lighter);
}

.tech-nav-arrow {
    font-size: 0.875rem;
    color: #9ca3af;
    transition: all 0.3s ease;
}

.tech-nav-item:hover .tech-nav-arrow,
.tech-nav-item.active .tech-nav-arrow {
    color: #6b7280;
    transform: translateX(-3px);
}

.tech-nav-item.active .tech-nav-arrow {
    color: #ffffff;
}

/* Technology Content Styles */
.tech-content-card {
    background: #ffffff;
    border: 0px solid #e5e7eb;
    border-radius: 0 16px 16px 0;
    padding: 1.5rem;
    height: 100%;
}

.tech-content-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.tech-content-icon {
    background: #f76902;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.tech-content-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.tech-content-title p {
     color: #233042 !important;
    margin-bottom: 0;
    font-size: 17px;
}

/* Technology Grid */
.tech-grid {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(93px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  height: 50vh;
  overflow-y: auto;
  flex-wrap: wrap;
}

.tech-item {
background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-direction: column;
  gap: 0px;
  width: 23%;
}

.tech-item:hover {
    background: #ffffff;
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.tech-item:hover .tech-item-icon i {
    color: #fff;
}

.tech-item-icon {
    width: 45px;
    height: 45px;
    background: #f0f1f3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    font-size: 1.125rem;
    color: #6b7280;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin: 0 auto;
}

.tech-item-icon i {
    color: #000;
    font-size: 16px;
}

.tech-item:hover .tech-item-icon {
    background: #111827;
    color: #ffffff;
}

.tech-integrations .tech-item-name {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    margin-top: 8px;
    display: block;
}

/* Technology Footer */
.tech-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.footer-iconlist {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}
.footer-iconlist li {
    width: 70px;
}

.tech-count {
    font-size: 12px;
    color: #000000;
}

.tech-footer .btn {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: rgb(247, 105, 2);
    border: 0px;
}

.tech-footer .btn svg {
    margin-right: 10px;
}

.tech-footer .btn a {
    color: #fff;
}

.tech-footer .btn:hover,
.tech-footer .btn:hover a {
    transform: translateY(-1px);
}

.tech-integrations .tech-body {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}

.tech-integrations .tech-int-left {}

/* Responsive Design for Technology Section */
@media (max-width: 991.98px) {
    .tech-domains-card {
        margin-bottom: 2rem;
    }

    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .tech-content-header {
        flex-direction: column;
        text-align: center;
    }

    .tech-content-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .mobile-version {
        display: block !important;
    }

    .desktop-version {
        display: none !important;
    }

    .new-section.new-banner-section.mobile-version .banner-left {
        text-align: center;
    }

    .new-section.new-banner-section.mobile-version .flip-section:after,
    .new-section.new-banner-section.mobile-version .flip-section:before {
        display: none;
    }

    .new-section.new-banner-section.mobile-version .text-line,
    .new-section.new-banner-section.mobile-version .banner-container {
        text-align: center;
    }

    .new-section.new-banner-section.mobile-version .transformation-section {
        margin: 20px 0;
        justify-content: center;
    }

    .new-section.new-banner-section.mobile-version {
        padding: 80px 10px 30px;
    }

    .trusted-section {
        padding: 16px 5px 40px 5px;
    }

    .trusted-heading {
        top: 7px;
    }

    .trusted-bottom-heading {
        bottom: 7px;
    }

    .tech-nav-item {
        padding: 1rem;
    }

    .tech-nav-icon {
        width: 36px;
        height: 36px;
    }

    .tech-content-card {
        padding: 1.5rem;
    }

    .tech-grid {
        display: flex;
        flex-flow: wrap;
    }

    .tech-item {
        width: 47%;
    }

    .tech-footer {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .tech-content-header {
        flex-direction: row;
    }

    section#services h2,
    section#services h2 span {
        font-size: 2.5rem !important;
    }

    .mainservices .btnblack {
        font-size: 12px;
    }

    .new-banner-section {
        padding: 80px 10px;
    }

    .banner-container {
        display: block;
    }

    .banner-left,
    .banner-right {
        width: 100%;
        max-width: 100%;
    }

    .text-flip-box {
        font-size: 20px;
    }

    .flip-section:before {
        right: -4px;
        bottom: -18px;
    }

    .flip-section:after {
        right: 10px;
        bottom: 9px;
    }

    .mainservices .text-muted {
        min-height: 48px;
    }

    .digital-p {
        min-height: 40px;
    }

    .redRound,
    .redgreen {
        min-width: 10px !important;
        min-height: 9px !important;
    }

    .mainservices .bottom-card-cta .badge {
        padding: 10px 11px;
        font-size: 12px;
    }

    .mainservices .btnblack {
        background-color: #000 !important;
        padding: 12px;
        font-size: 17px !important;
    }

    .btn-primary {
        font-size: 16px !important;
        padding: 16px !important;
    }

    .digitalarena h4,
    .digitalarena h4 span {
        font-size: 25px;

    }

    .digital-arsenal-m {
        margin-bottom: 0px !important;
    }

    .web-development-s {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .digitalarena .categories span {
        text-align: left;
    }

    .digitalarena .category-preview div.text-solution {
        font-size: 12px;
    }

    .mainrightservices .futureready {
        bottom: -25px;
    }

    .tech-item-icon {
        margin: 0;
    }

    section.casestudies {
        padding-bottom: 0px !important;
    }

    .tech-domains-card {
        border-radius: 16px !important;
    }

    .tab-content {
        padding: 0px
    }

    .features1 {
        border: 0px !important;
    }

    .ready-to-join .container {
        padding: 1.5rem !important;
    }

    .casestudies .metric-category {
        padding: 0px;
    }

    .casestudies .metric-box {
        padding-right: 24px;
    }

    .casestudies .stat-item {
        border-right: 0 !important;
        justify-content: start !important;
        padding-right: 0 !important;
        width: 71%;
        margin: 0 auto;
    }

    .casestudystats {
        text-align: left;
    }

    .casestudies .container .text-center {
        margin-bottom: 0px !important;
    }

    .scale-stats {
        padding: 0px !important;
    }

    section.scale-your-pace.py-5.bg-white .row {
        margin-bottom: 20px !important;
    }

    section.scale-your-pace.py-5.bg-white {
        padding-bottom: 0px !important;
    }

    .faq-section {
        padding-top: 20px !important;
    }

    .industry-metrics .metric-item {
        display: flex;
        justify-content: space-between;
    }

    .metric-impact {
        border: 0px !important;
    }

    .mainservices i.bi.bi-trophy {
        font-size: 28px;
    }

    .mainservices .card-header ul {
        padding: 0;
    }

    .tech-content-title h3 {
        margin-right: 10px;
    }

    .scale-icon {
        margin: 0px 0 10px !important;
    }

    .story-author {
        text-align: end !important;
    }

    .faq-question::before {
        right: .8rem;
    }

    .stat-label {
        min-height: 32px;
    }

    .advantage-content {
        margin-bottom: 7rem !important;
    }

    .col-4.key-metrics-p {
        width: 50% !important;
    }

    

    .global-presence-t {
        text-align: center !important;
    }

    .client-stories-section {
        padding-bottom: 10px !important;
    }

    .client-stories-carousel {
        padding: 1rem 0 !important;
    }

    .metric-impact:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 40px;
        background: #ccc;
        left: 50%;
        top: 50%;
        z-index: 99;
        transform: translateY(-50%);
    }

    .industry-metrics {
        position: relative;
    }

    section.faq-section.py-5 .faq-badge.aos-init.aos-animate {
        display: none;
    }

    .scale-stats.aos-init.aos-animate .col-3 {
        width: 50%;
    }

    .industry-excellence .btn-explore-solutions {
        padding: 0.875rem 1rem !important;
        font-size: 1rem !important;
    }

    .scale-card-content .col-4 {
        width: 100%;
    }

    .scale-card-header {
        text-align: left;
    }
    

}

/* Enhanced Animations for Technology Section */
.tech-nav-item {
    position: relative;
    overflow: hidden;
}

.tech-nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.tech-nav-item:hover::before {
    left: 100%;
}

.tech-item {
    position: relative;
    overflow: hidden;
}

.tech-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(17, 24, 39, 0.1), transparent);
    transition: left 0.5s ease;
}

.tech-item:hover::before {
    left: 100%;
}

/* Pulse Animation for Active Technology Items */
@keyframes techPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(17, 24, 39, 0.3);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(17, 24, 39, 0);
    }
}

.tech-nav-item.active {
    animation: techPulse 2s infinite;
}

/* Case Studies Section */
.casestudies {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.casestudies .badge {
    padding: 15px 24px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.casestudies .badge svg {
    vertical-align: bottom;
}

.casestudies .display-4 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.casestudies .lead {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 710px;
    margin: 0 auto;
    color: oklch(.373 .034 259.733) !important;
}

.casestudystats {
    max-width: 700px;
    margin: 0 auto;
}

.casestudies h2,
.casestudies h2 span {
    font-size: 40px;
    font-weight: 700 !important;
    color: #111827;
    margin-bottom: 1rem;
}

/* Stats Section */
.casestudies .stat-item {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    vertical-align: text-bottom;
    border-right: 1px solid #dddddd;
    justify-content: center;
    padding-right: 30px;
    line-height: normal;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.casestudystats .col-md-4:last-child .stat-item {
    border-right: none;
}

.casestudies .stat-item:hover {
    transform: translateY(-5px);
}

.casestudies .stat-icon {
    font-size: 2rem;
}

.casestudies .stat-icon span {
    display: inline-block;
    vertical-align: text-top;
}

.casestudies .stat-number {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0 6px 5px;
}

.casestudies .stat-label {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Case Study Cards */
.casestudies .case-study-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.casestudies .case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

/* Case Image Container */
.casestudies .case-image-container {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.casestudies .case-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.casestudies .case-study-card:hover .case-image {
    transform: scale(1.05);
}

.casestudies .case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.casestudies .case-study-card:hover .case-overlay {
    opacity: 1;
}

.casestudies .case-badges {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.casestudies .case-badges .featured-badge-container {
    align-self: flex-start;
}

.casestudies .case-badges .bottom-badges {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    align-self: stretch;
}

.casestudies .case-badges .badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: fit-content;
    backdrop-filter: none;
}

.casestudies .featured-badge {
    background: #ea580c !important;
    color: white !important;
    top: auto;
    right: auto;
}

.casestudies .duration-badge {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #374151 !important;
}

.casestudies .category-badge {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #374151 !important;
}

/* Case Content */
.casestudies .case-content {
    padding: 1.5rem;
}

.casestudies .case-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.casestudies .case-title {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.casestudies .case-arrow {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.3s ease;
}

.casestudies .case-arrow a {
    color: #6b7280;
    text-decoration: none;

}

.casestudies .case-study-card:hover .case-arrow {
    background: var(--orange-primary);
    color: white;
    transform: translateX(5px);
}

.casestudies .case-study-card:hover .case-arrow a {
    color: #fff;
}

.casestudies .case-meta {
    margin-bottom: 1.5rem;
}

.casestudies .case-status {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.casestudies .case-status svg {
    margin-right: 5px;
}

.text-green-500 {
    color: var(--color-green-500);
}

.casestudies .case-status span {
    font-size: 13px;
}

.casestudies .case-description {
    font-style: italic;
    color: var(--orange-primary);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.casestudies .case-details {
    color: #233042 !important;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Case Metrics */
.casestudies .case-metrics {
    margin-bottom: 1.5rem;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 12px;
}

.casestudies .metric-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e3e3e3;
    text-align: center;
}

.casestudies .metric-icon {
    width: 40px;
    height: 40px;
    /* background: var(--orange-primary); */
    color: var(--orange-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 19px;
}

.casestudies .metric-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--orange-primary);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.casestudies .metric-label {
    font-size: 10px;
    font-weight: 500;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.casestudies .metric-category {
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.casestudies .category-icon {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    color: var(--orange-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: auto; */
    /* margin-bottom: 0.75rem; */
    font-size: 16px;
}

.casestudies .category-text {
    font-size: 12px;
    FONT-WEIGHT: 200;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Case Action */
.casestudies .case-action {
    margin-top: auto;
}

.casestudies .view-case-btn {
    padding: 0.875rem 1.5rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #e5e7eb;
    color: #374151;
    border-radius: 31px !important;
    font-size: 17px;
}

.casestudies .view-case-btn a {
    color: #fff;
    text-decoration: none;
    text-align: CENTER;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.casestudies .col-lg-4 .view-case-btn {
   background: rgb(247, 105, 2);
}

.casestudies .view-case-btn svg {
    width: 14px;
    margin-right: 7px;
}

.casestudies .col-lg-4:hover .view-case-btn {
   background: rgb(226, 97, 3);
    color: white;
}



.casestudies .view-case-btn:hover {
    background: rgb(226, 97, 3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.casestudies .view-case-btn:hover a {
    color: #fff;
}

.casestudies .view-case-btn .fa-arrow-right {
    transition: transform 0.3s ease;
}

.casestudies .view-case-btn:hover .fa-arrow-right {
    transform: translateX(5px);
}

/* Responsive Design for Case Studies */
@media (max-width: 991.98px) {
    .casestudies .display-4 {
        font-size: 2.5rem;
    }

    .casestudies .case-image-container {
        height: 200px;
    }

    .casestudies .case-content {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .casestudies .stat-number {
        font-size: 1rem;
    }

    .casestudies .case-image-container {
        height: 180px;
    }

    .casestudies .case-content {
        padding: 1.25rem;
    }

    .casestudies .case-title {
        font-size: 1.25rem;
    }

    .casestudies .metric {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .casestudies .metric-icon {
        align-self: center;
    }

    /*
    div#offcanvasRight {
        position: absolute;
        width: 100%;
        top: 111%;
        left: 0;
        background: #fff;
    }
*/
    .offcanvas-backdrop {
        z-index: -9;
        opacity: 1 !important;
    }

    .trusted-bottom-line {
        margin: 0px !important;
    }

    .owl-dots {
        bottom: -30px !important;
    }

    .digitalarena .category-preview,
    .digitalarena .category-preview div {
        font-size: 12px;
    }

    .story-featured {
        margin-left: 0 !important;
    }
}

/* Animation for Case Studies */
@keyframes caseSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.casestudies .case-study-card {
    animation: caseSlideUp 0.6s ease-out;
}

.casestudies .case-study-card:nth-child(1) {
    animation-delay: 0.1s;
}

.casestudies .case-study-card:nth-child(2) {
    animation-delay: 0.2s;
}

.casestudies .case-study-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* Hover Effects for Enhanced Interactivity */
.casestudies .case-study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(234, 88, 12, 0.02), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.casestudies .case-study-card:hover::before {
    opacity: 1;
}

/* Case Studies Section */
.case-studies-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0.05;
}

.case-studies-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 2px 2px, #ea580c 1px, transparent 0);
    background-size: 60px 60px;
}

.case-study-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.case-study-card .card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.case-study-card:hover .card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

.case-study-card .case-study-image {
    transition: transform 0.5s ease;
}

.case-study-card:hover .case-study-image {
    transform: scale(1.05);
}

.metric-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.achievement-card {
    transition: all 0.3s ease;
}
.achievement-card .card-body {
   display: flex;
}
.achievement-item {
    transition: all 0.3s ease;

}

.achievement-item .text-drak {
    color: #233042 !important;
}

.achievement-item:hover {
    transform: translateX(5px);
}

.cta-button {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Animation Keyframes */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    33% {
        transform: translateY(-20px) translateX(10px);
    }

    66% {
        transform: translateY(-10px) translateX(-10px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Animation Classes */
.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.slide-in-left {
    animation: slideInLeft 0.8s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.8s ease-out;
}

.pulse-animation {
    animation: pulse 2s ease-in-out infinite;
}

.bounce-animation {
    animation: bounce 2s infinite;
}

/* Button Enhancements */
.btn {
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px !important;
}

.btn-dark {
    background-color: var(--charcoal-primary);
    border-color: var(--charcoal-primary);
}

.btn-dark:hover {
    background-color: var(--charcoal-dark);
    border-color: var(--charcoal-dark);
    transform: translateY(-1px);
    background-color: var(--orange-primary);
    border-color: var(--orange-primary);
}

.btn-outline-primary {
    color: var(--orange-primary);
    border-color: var(--orange-primary);
}

.btn-outline-primary:hover {
    background-color: var(--orange-primary);
    border-color: var(--orange-primary);
    color: white;
}

.btn-primary {
    background-color: var(--orange-primary);
    border-color: var(--orange-primary);
}

.btn-primary:hover {
    background-color: var(--orange-dark);
    border-color: var(--orange-dark);
    transform: translateY(-1px);
}

.btn-primary:hover a {
    color: #fff;
}

.btn-primary a {
    color: #fff;
    text-decoration: none;
}

/* Card Enhancements */
.card {
    transition: all 0.3s ease;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Badge Styles */
.badge {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.fsize-24 {
    font-size: 24px;
}

/* Section Spacing */
section {
    position: relative;
}

/* Background Gradients */
.bg-gradient-orange {
    background: linear-gradient(135deg, var(--orange-light) 0%, var(--orange-dark) 100%);
}

.bg-gradient-charcoal {
    background: linear-gradient(135deg, var(--charcoal-light) 0%, var(--charcoal-dark) 100%);
}

/* Service Card Styles */
.service-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
}

.service-card .service-icon {
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    /* background: var(--charcoal-primary) !important; */
    color: white !important;
    border: 1px solid var(--charcoal-primary) !important;
}

.service-technologies .badge {
    transition: all 0.3s ease;
}

.service-technologies .badge:hover {
    transform: scale(1.05);
    background: var(--charcoal-primary) !important;
    color: white !important;
}

/* Featured styles */
.featured-card {
    border: 2px solid var(--orange-light) !important;
    position: relative;
}

.featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--orange-primary), var(--orange-light));
    border-radius: 0.375rem 0.375rem 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
        text-align: center;
    }

    .display-1 {
        font-size: 2.5rem;
    }

    .display-3 {
        font-size: 2rem;
    }

    .search-form .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .search-form input {
        max-width: 100% !important;
    }

    .services-background::before,
    .services-background::after {
        width: 200px;
        height: 200px;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Progress Bar */
#progress-bar {
    z-index: 9999;
}

#progress-fill {
    background: linear-gradient(90deg, var(--orange-primary) 0%, var(--orange-dark) 100%);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--orange-primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--orange-dark);
}

/* Loading animations */
.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Intersection Observer Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll.slide-left {
    transform: translateX(-30px);
}

.animate-on-scroll.slide-left.visible {
    transform: translateX(0);
}

.animate-on-scroll.slide-right {
    transform: translateX(30px);
}

.animate-on-scroll.slide-right.visible {
    transform: translateX(0);
}

/* Enhanced hover effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Icon animations */
.icon-spin {
    transition: transform 0.3s ease;
}

.icon-spin:hover {
    transform: rotate(360deg);
}

.icon-bounce {
    animation: bounce 2s infinite;
}

/* Focus styles for accessibility */


/* Print styles */
@media print {

    .navbar,
    .btn,
    #progress-bar {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .container {
        max-width: 100% !important;
    }
}

/* Ready to Join Section */
.ready-to-join {
    background: transparent;
    color: white;
    padding: 0 0 5rem;
}

.ready-to-join .container {
    background: linear-gradient(90deg, rgba(16, 24, 40, 1) 21%, rgba(0, 0, 0, 1) 43%);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
}

.ready-to-join .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(234, 88, 12, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.ready-content {
    position: relative;
    z-index: 2;
}

.ready-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.ready-icon i {
    font-size: 2.5rem;
    color: #ea580c;
}

.ready-to-join .ready-title,
.ready-to-join .ready-title span {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.ready-title .text-orange {
    color: #ea580c;
}

.ready-description {
    font-size: 18px;
    line-height: 1.4;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.ready-to-join .btn-orange {
    background: #ea580c;
    border: none;
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 20px !important;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.3);
}

.ready-to-join .btn-orange a {
    color: white;
    text-decoration: none;

}

.btn-orange:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.4);
    color: white;
}

.ready-features {
    max-width: 560px;
    margin: 3rem auto 0;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0px;
}

.features1 {
    border-right: 1px solid #ccc;
}

.features1.last {
    border-right: 0px;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-dot-blue {
    background: #3b82f6;
}

.feature-dot-orange {
    background: #ea580c;
}

.ready-to-join .feature-text {
    font-size: 13px;
    font-weight: 500;
    color: #e2e8f0;
}

/* Responsive Design for Ready to Join */
@media (max-width: 768px) {
    .ready-to-join {
        padding: 3rem 0;
    }

    .ready-to-join .container {
        padding: 3rem 1.5rem;
    }

    .ready-title {
        font-size: 2rem;
    }

    .ready-description {
        font-size: 16px;
    }

    .btn-orange {
        padding: 0.875rem 1.5rem;
        font-size: 16px;
    }

    .ready-icon {
        width: 60px;
        height: 60px;
    }

    .ready-icon i {
        font-size: 2rem;
    }

    .feature-item {
        justify-content: flex-start;
        margin-bottom: 0.75rem;
    }
}

/* The Unfair Advantage Section */
.unfair-advantage {
    background: #ffffff;
    padding: 0 !important;
}

.advantage-content {
    padding-right: 2rem;
}

.advantage-badge .badge {
    font-size: 12px;
    border-radius: 20px;
    padding: 12px 24px;
}
.advantage-title{
     color: #111827;  
}
.advantage-title,
.advantage-title span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
 
}


.advantage-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #233042 !important;
}

.advantage-points {
    margin-top: 2rem;
}

.advantage-point {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0.6rem 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
}

/* .advantage-point:hover {
    background: #f9fafb;
    border-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.15);
} */

.point-icon {
    width: 50px;
    height: 50px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.point-icon:hover {
    box-shadow: 0 4px 6px #0000000d, 0 2px 4px #00000005;
    background: #e9eaed;
}

/* .advantage-point:hover .point-icon {
    background: #ea580c;
    color: white;
} */

.point-icon i {
    font-size: 1.25rem;
    color: #6b7280;
}

/* .advantage-point:hover .point-icon i {
    color: white;
} */

.point-content {
    flex: 1;
}

.point-title {
    font-size: 22px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0.5rem;
}

.point-description {
    font-size: 17px;
    color: #374151;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.point-subtitle {
    font-size: 16px;
    color: #9ca3af;
    font-style: italic;
    margin-bottom: 0;
}

.point-arrow {
    color: #d1d5db;
    transition: all 0.3s ease;
}

/* .advantage-point:hover .point-arrow {
    color: #ea580c;
    transform: translateX(5px);
} */

/* Visual Section */
.advantage-visual {
    padding-left: 2rem;
    position: relative;
}

.visual-container {
    border-radius: 12px;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.excellence-badge {
    position: absolute;
    top: 20px;
    left: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #111827;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.excellence-badge i {
    color: #10b981;
}

.stats-cards {
    position: absolute;
    bottom: -49px;
    left: 20px;
    right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.2rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.25rem;
    border-radius: 8px;
    text-align: center;
}

.advantage-visual .stat-card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}

.stat-card .stat-icon {
    margin-bottom: 0.5rem;
}

.stat-card .stat-icon i {
    font-size: 1.5rem;
}

.stat-card-1 .stat-icon i {
    color: #10b981;
}

.stat-card-2 .stat-icon i {
    color: #f59e0b;
}

.stat-card-3 .stat-icon i {
    color: #3b82f6;
}

.stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.stat-subtitle {
    font-size: 10px;
    color: #454c58;
    line-height: 1.2;
    font-weight: 500;
}

/* Responsive Design for Unfair Advantage */
@media (max-width: 991px) {
    .advantage-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .advantage-visual {
        padding-left: 0;
    }

    .advantage-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .unfair-advantage {
        padding: 3rem 0;
    }

    .advantage-title {
        font-size: 2rem;
    }

    .advantage-point {
        gap: 1rem;
        padding: 1.25rem;
        margin-bottom: 1rem;
    }

    .point-icon {
        width: 40px;
        height: 40px;
    }

    .point-icon i {
        font-size: 1rem;
    }

    .point-title {
        font-size: 18px;
        font-weight: bold;
    }

    .point-description {
        font-size: 16px;
    }

    .point-subtitle {
        font-size: 16px;
    }

    .stats-cards {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .stat-card {
        padding: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }
}

/* ====================================
   Industry-Specific Excellence Section
   ==================================== */

.industry-excellence {
    position: relative;
    overflow: hidden;
}

.industry-excellence p {
   font-size: 17px;
  color: #233042 !important;
  font-weight: normal;
}

.industry-excellence::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(234, 88, 12, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(35, 48, 66, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.industry-card {
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 3px solid #d1d5db;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.industry-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
}

.industry-card.featured {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 3px solid #000;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.industry-card.featured::before {
    display: none;
}

.industry-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
}

.industry-excellence .badge {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 12px;
}

.industry-excellence .featured-badge {
    background: #000;
    color: white;
}

.industry-excellence h2,
.industry-excellence h2 span {
    font-size: 40px;
}

.industry-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.industry-card.featured .industry-icon {
    background: #000;
}

.industry-card.featured .industry-icon i {
    color: #fff;
}

.industry-icon i {
    font-size: 1.5rem;
    color: #000;
}

.industry-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--charcoal-primary);
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.industry-category {
    font-size: 18px;
    color: var(--grey-medium);
    font-weight: 500;
}

.featured-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--charcoal-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0 12px 0 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    animation: pulse 2s infinite;
}

.industry-highlight {
    background: rgba(234, 88, 12, 0.1);
    border: 1px solid rgba(234, 88, 12, 0.2);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.industry-highlight svg {
    margin-right: 5px;
}

.industry-description {
    color: #233042 !important;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
    font-size: 14px;
}

.industry-metrics {
    margin-bottom: 0.5rem;
}

.metric-item {
    padding: 0.5rem 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.industry-excellence .metric-item {
    background: rgba(234, 88, 12, 0.1);
    border-radius: 12px;
}

.metricscard {
    border-radius: 13px;
}

.mainrightservices .metric-item {
    padding: 1.5rem;
    display: flex;
    grid-template-columns: 1fr auto;
    gap: 0;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    justify-content: center;
    transition: .2s all;
}

.mainrightservices .metric-item:hover .metric-icon-sm {
    transform: scale(1.1);
    transition: .2s all;
}

.mainrightservices .metric-item:hover .text-orange-dark {
    transform: scale(1.1);
    transition: .2s all;
}

.metric-item::before {
    display: none;
}

.industry-card:hover .metric-item {
    background: #fff4ed;
    border-color: #d1d5db;
}

/* ====================================
   Metric Impact Section Styles
   ==================================== */

.metric-impact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.2rem;
    border-right: 1px solid #cbcbcb;
}

.metric-impact i {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.metric-impact .metric-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--charcoal-primary);
    line-height: 1;
}

.metric-impact .metric-label {
    font-size: 12px;
    color: var(--grey-medium);
    font-weight: 600;
    margin-top: 0.25rem;
}

/* ====================================
   Metric Timeline Section Styles
   ==================================== */

.metric-timeline {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
}

.metric-timeline i {
    color: var(--grey-medium);
    margin-bottom: 0.25rem;
}

.metric-timeline span {
    font-size: 14px;
    font-weight: 600;
    color: var(--charcoal-primary);
    line-height: 1;
}

.metric-timeline .timeline-label {
    font-size: 12px;
    color: var(--grey-medium);
    font-weight: 600;
    margin-top: 0.25rem;
}

.industry-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.4rem;
}

.explore-text {
    color: var(--charcoal-primary);
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
}

.industry-card.featured .explore-text a,
.explore-text a {
    background: #f76902;
    border: 1px solid #f76902;
    padding: 5px 10px 8px;
    border-radius: 10px;
    color: #fff;
    line-height: normal;
    display: block;
}

.explore-text a:hover {
   background: rgb(226, 97, 3) !important;
    color: #fff !important;
}

.btn-learn-more {
    background: #fff;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    display: flex;
    align-items: center;
    border: 1px solid var(--charcoal-primary);
}

.industry-card:hover .btn-learn-more {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    color: var(--charcoal-primary);
}

.industry-card.featured .btn-learn-more {
    background: var(--orange-primary);
}

.industry-card.featured .btn-learn-more a {
    color: #fff;

}

.btn-learn-more a {
    color: var(--charcoal-primary);
    text-decoration: none;
}

.btn-learn-more:hover a {
    color: #fff;
}

.btn-learn-more:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: var(--charcoal-primary);
}

.industry-card.featured .btn-learn-more:hover {
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

/* Animations */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.industry-card:hover .industry-icon {
    animation: float 3s ease-in-out infinite;
    background-color: #000;
    color: #fff;
}

.industry-card:hover .industry-icon i {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .industry-card {
        padding: 1.5rem;
    }

    .industry-title h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .industry-excellence {
        padding: 3rem 0;
        margin-top: 30px;
    }

    .industry-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .industry-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .featured-badge {
        position: static;
        align-self: flex-start;
        border-radius: 8px;
    }

    .industry-icon {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .industry-icon i {
        font-size: 1rem;
    }

    .industry-title h3 {
        font-size: 1.25rem;
    }

    .metric-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        text-align: center;
    }

    .metric-item::before {
        display: none;
    }

    /* Responsive Metric Impact Styles */
    .metric-impact {
        justify-content: flex-start;
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .metric-timeline {
        align-items: center;
    }

    .industry-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .btn-learn-more {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        align-self: flex-start;
    }
}

@media (max-width: 576px) {
    .industry-card {
        padding: 1rem;
    }

    .industry-highlight {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }

    .industry-description {
        font-size: 0.9rem;
    }
}

/* ====================================
   Industry Leadership CTA Section
   ==================================== */

.industry-excellence .industry-leadership-cta {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.industry-excellence .industry-leadership-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');*/
    opacity: 0.3;
}

.industry-excellence .leadership-header {
    position: relative;
    z-index: 2;
}

.industry-excellence .leadership-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.industry-excellence .leadership-icon {
    font-size: 1.5rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.industry-excellence .leadership-text {
    text-align: left;
}

.industry-excellence .leadership-title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.industry-excellence .leadership-subtitle {
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 0;
    line-height: 1.2;
}

.industry-excellence .leadership-content {
    position: relative;
    z-index: 2;
}

.industry-excellence .leadership-question {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.industry-excellence .leadership-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    color: #fff !important;
}

.industry-excellence .leadership-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.industry-excellence .btn-explore-solutions {
    background: rgb(247, 105, 2);
    color: #fff;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

.industry-excellence .btn-explore-solutions a {
    color: #fff;
    text-decoration: none;
}

.industry-excellence .btn-explore-solutions:hover {
     background: rgb(226, 97, 3);;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.industry-excellence .btn-success-stories {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.industry-excellence .btn-success-stories:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

/* Responsive Styles for Leadership CTA */
@media (max-width: 768px) {
    .industry-excellence .industry-leadership-cta {
        padding: 2rem 1.5rem;
    }

    .industry-excellence .leadership-header-content {
        gap: 0.75rem;
    }

    .industry-excellence .leadership-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .industry-excellence .leadership-title {
        font-size: 1.25rem;
    }

    .industry-excellence .leadership-subtitle {
        font-size: 0.8rem;
    }

    .industry-excellence .leadership-question {
        font-size: 1.5rem;
    }

    .industry-excellence .leadership-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .industry-excellence .btn-explore-solutions,
    .industry-excellence .btn-success-stories {
        width: 100%;
        /* max-width: 300px; */
        margin-right: 0 !important;
    }
}

/* ====================================
   Scale at Your Pace Section
   ==================================== */

.scale-your-pace {
    background-color: #fff;
}

/* Header Styles */
.scale-badge {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.scale-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--charcoal-primary);
    margin-bottom: 1rem;
}
.scale-title span{
  font-size: 40px;  
}
.scale-underline {
    width: 60px;
    height: 3px;
    background: var(--orange-primary);
    border-radius: 2px;
}

.scale-description {
    font-size: 17px;
    color: #000;
    max-width: 600px;
    margin: 0 auto;
}

/* Scale Cards */
.scale-card.featured-top {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
}

/*
.scale-card {

    display: flex;
    align-items: center;
    gap: 2rem;
}
*/
.row.scale-data {
  display: flex !important;
  flex-wrap: nowrap !important;
justify-content: center;
}
.row.scale-data .row.mb-4 {
  width: 33.33%;
}
.scale-card .btn {
    font-size: 16px;
    background: rgb(247, 105, 2);
    border: 0px;
}

.scale-card .btn a {
    color: #fff;
    text-decoration: none;
}

.scale-card.featured-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--orange-primary);
}

.scale-card.featured-top:first-child {
    border: 1px solid #e5e7eb;
}

.scale-card.featured-top:first-child:hover {
    transform: translateY(-3px);
    border: 1px solid var(--orange-primary);
}

/* Card Layout */
.scale-card-left {
    flex: 0 0 650px;
}

.scale-card-right {
    flex: 1;
/*    display: flex;*/
    align-items: center;
    gap: 2rem;
    justify-content: right;
}

.scale-card-content {
    flex: 1;
}

.scale-card-metrics-button {
    flex: 0 0 400px;
    text-align: center;
}

/* Card Header */
.scale-card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
    min-height: 85px;
}

.scale-icon {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.scale-card-title h3 {
    margin-top: 5px;
}

.scale-card.featured .scale-icon {
    background: var(--orange-primary);
}

.scale-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.scale-card-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--charcoal-primary);
    margin-bottom: 0.25rem;
}

.scale-tagline {
    font-size: 17px;
    color: var(--orange-primary);
    font-style: italic;
    margin-bottom: 0;
}

.popular-badge {
    position: relative;
    top: inherit;
    left: inherit;
    background: var(--orange-primary);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Card Content */
.scale-description-text {
    font-size: 17px;
    color: #233042 !important;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.scale-features {
    margin-bottom: 1.5rem;
    min-height: 180px;
}

.scale-feature-list i:before {
    display: none;
}

.scale-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scale-feature-list li {
    font-size: 16px;
    color: var(--charcoal-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.scale-feature-list i {
    font-size: 0.5rem;
}

/* Metrics */
.scale-metrics {
    background: var(--orange-lightest);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.scale-metrics .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.scale-metrics .metric-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.scale-metrics .metric-item i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
    color: var(--charcoal-primary);
}

.scale-metrics .metric-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--charcoal-primary);
    line-height: 1.2;
    margin: 0;
}

/* Bottom Stats */
.scale-stats {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}

.pt-proj span {
    display: block;
}

.stat-item {
    text-align: center;
    margin-bottom: 0;
}

.stat-card {
    background: #fef3e7;
    border-radius: 7px;
    padding: 1rem 0.5rem;
    margin: 0 0.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    font-size: 1.5rem;
    color: #ea6b1c;
    display: block;
    margin-bottom: 0rem;
}

.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: var(--charcoal-primary);
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.stat-label {
    font-size: 10px;
    color: var(--grey-medium);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .scale-title {
        font-size: 2rem;
    }

    .scale-card {
        padding: 1.5rem;
        display: block;
    }

    .scale-card.featured {
        transform: none;
    }

    .scale-card.featured:hover {
        transform: translateY(-5px);
    }

    .scale-card-header {
        flex-direction: column;
        text-align: center;
    }

    .scale-icon {
        margin: 0 auto 1rem auto;
    }

    .popular-badge {
        position: static;
        display: inline-block;
        margin-top: 0.5rem;
    }

    .scale-stats {
        padding: 2rem 0;
    }

    .stat-card {
        margin: 0.5rem 0;
        padding: 1.5rem 1rem;
    }

    .stat-icon {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .scale-card-right {
        display: block;
    }
}

/* ========================================
   FAQ Section
======================================== */

.faq-section {
    background: #ffffff;
    position: relative;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #000;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.faq-badge i {
    font-size: 1rem;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.faq-title span{
   font-size: 40px; 
}
.faq-subtitle {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

.faq-accordion {
    border: none;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.4s ease-in-out, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
    border-color: var(--orange-primary);
    box-shadow: 0 4px 15px rgba(234, 107, 28, 0.1);
    transform: translateY(-2px);
    border: 1px solid var(--orange-primary);
}

.faq-item:hover .accordion-collapse {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.faq-item .accordion-collapse {
    display: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateY(-15px);
}

.faq-item:first-child .accordion-collapse {
    opacity: 1;
    transform: translateY(0);
}

.faq-question {
    background: transparent;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 20px;
    font-weight: 600;
    color: var(--charcoal-primary);
    text-align: left;
    width: 100%;
    position: relative;
    transition: all 0.4s ease;
    pointer-events: none;
}

.faq-question:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000000;
    border: 1px solid #efefef;
    transition: all 0.4s ease;
}

.faq-item:hover .faq-question {
    background: transparent;
    color: var(--charcoal-primary);
    transform: scale(1.01);
}

.faq-item:first-child .faq-question {
    background: transparent;
}

.faq-question:after {
    display: none;
}

.faq-question::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--orange-primary);
    font-size: 1rem;
    transition: all 0.4s ease;
}

.faq-item:hover .faq-question::before {
    content: '\f068';
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}

/*
.faq-item:first-child .faq-question::before {
    content: '\f068';
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}
*/

.faq-answer {
    padding: 1rem 2rem 1.5rem 2rem;
    font-size: 17px;
    color: #233042 !important;
    line-height: 1.7;
    background: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-title {
        font-size: 2rem;
    }

    .faq-subtitle {
        font-size: 1rem;
    }

    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .faq-question::before {
        right: 1.5rem;
    }

    .faq-answer {
        padding: 0 1.5rem 1.25rem 1.5rem;
        font-size: 0.925rem;
    }

    .faq-item {
        margin-bottom: 0.75rem;
    }
}

/* ========================================
   Client Success Stories Section
======================================== */

.client-stories-section {
    background: #f9fafb;
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 50px !important
}

.stories-badge {
    display: inline-flex;
    align-items: center;
    background: var(--orange-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.client-stories-section .stories-badge.aos-init.aos-animate span {
    font-size: 12px;
}

.client-stories-section .stories-badge.aos-init.aos-animate {
    border-radius: 10px;
}

section.client-stories-section.py-5 h2.stories-title.aos-init.aos-animate, section.client-stories-section.py-5 h2.stories-title.aos-init.aos-animate span, .stories-title span {
    font-size: 40px;
}

section.client-stories-section p.stories-subtitle span {
    color: #ea580c;
}

.stories-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--charcoal-primary);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.stories-subtitle {
    font-size: 20px;
    color: var(--grey-medium);
    margin-bottom: 0;
    line-height: 1.6;
}

.client-stories-carousel {
    padding: 2rem 0;
}

.carousel-slide {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
}

.bottom-cards-row {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.bottom-cards-row .story-card {
    flex: 1;
    margin: 0;
}

.story-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    height: auto;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--orange-primary);
}

.story-featured {
    border: 2px solid var(--orange-primary);
    padding: 10px 20px;
    width: 100%;
}

.story-featured:hover {
    transform: translateY(0px);
    box-shadow: 0 12px 40px rgba(234, 107, 28, 0.15);
    border-top: 4px solid #f76902;
}

.story-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.story-content p {
    font-size: 17px;
    margin-top: 15px;
    color: #233042 !important;
}

.story-rating {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.rating-score {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    position: relative;
}

.score-number {
    display: none;
}

/* All rating-score sections get quotes icon */
.rating-score::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--orange-primary);
    margin-right: 0.5rem;
}

.score-stars {
    display: flex;
    gap: 0.125rem;
}

.score-stars i {
    color: var(--orange-primary);
    font-size: 1rem;
}

.industry-tag {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fintech-tag {
    background: #1e293b;
    color: white;
}

.ecommerce-tag {
    background: #1e293b;
    color: white;
}

.story-impact {
    text-align: center;
    background: var(--orange-lightest);
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid var(--orange-lighter);
}

.impact-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--orange-primary);
    line-height: 1;
    margin-bottom: 0;
    display: inline;
}

.impact-text {
    font-size: 1.1rem;
    color: var(--orange-primary);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline;
    margin-left: 0.25rem;
}

.impact-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 0.25rem;
    display: block;
    letter-spacing: 0.5px;
}

.story-author {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.author-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--charcoal-primary);
    margin-bottom: 0.25rem;
}

.author-info p {
    font-size: 16px;
    color: var(--grey-medium);
    margin-bottom: 0.125rem;
}

.author-company {
    color: var(--orange-primary) !important;
    font-weight: 600 !important;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.75rem;
    background: var(--orange-lighter);
    border: 1px solid var(--orange-medium);
    border-radius: 5px;
    font-size: 0.75rem;
    color: #000;
    font-weight: 600;
}

.verified-badge span {
    font-size: 12px;
}

.verified-badge i {
    color: #15803d;
    font-size: 0.75rem;
}

/* Owl Carousel Custom Styles */
.owl-nav {
    text-align: center;
    margin-top: 2rem;
}

.owl-nav button {
    background: var(--orange-primary) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 0.5rem !important;
    font-size: 1.25rem !important;
    transition: all 0.3s ease !important;
}

.owl-nav button:hover {
    background: #d97706 !important;
    transform: scale(1.1) !important;
}

.owl-dots {
    text-align: center;
    margin-top: 1.5rem;
}

.owl-dot {
    display: inline-block;
    margin: 0 0.25rem;
}

.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: #d1d5db;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: var(--orange-primary);
    transform: scale(1.2);
}

.btnblack {
    background-color: rgb(247, 105, 2) !important;
    border: 0px;
}
.btnblack:hover{
    background: rgb(226, 97, 3) !important;
}
.mainservices .btnblack {
    background-color: rgb(247, 105, 2) !important;
    border: 0px;
}

.mainservices .btnblack a {
    color: #fff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .stories-title {
        font-size: 2rem;
    }

    .stories-subtitle {
        font-size: 1rem;
    }

    .story-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }

    .story-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .story-impact {
        text-align: center;
    }

    .story-author {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .score-number {
        font-size: 1.5rem;
    }

    .impact-number {
        font-size: 1.5rem;
    }

    /* Carousel Layout Mobile Styles */
    .carousel-slide {
        gap: 1.5rem;
        padding: 0 0.5rem;
    }

    .bottom-cards-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .story-featured {
        padding: 2rem;
    }

    .client-stories .section-heading {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .client-stories .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .story-card {
        padding: 1rem;
    }

    .story-featured {
        padding: 1rem;
    }

    .story-card h3 {
        font-size: 1.1rem;
    }

    .story-card p {
        font-size: 0.9rem;
    }

    .carousel-slide {
        gap: 1rem;
    }
}

/* Consultation Form Section */
.consultation-section {
    background: #f8f9fa;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 80px 0;
    position: relative;
}

.rating-section .stars-rating {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.rating-section .stars-rating i {
    color: #ea580c !important;
    font-size: 1.25rem;
    margin-right: 0.25rem;
}

.rating-text {
    font-size: 1rem;
    font-weight: 500;
    color: #6b7280;
}

.trust-heading,
.trust-heading span {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.text-orange {
    color: var(--orange-primary) !important;
}

.text-purple {
    color: #8b5cf6 !important;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-point:nth-child(1) .feature-icon {
    background: var(--orange-primary);
}

.feature-point:nth-child(2) .feature-icon {
    background: #6366f1;
}

.feature-point:nth-child(3) .feature-icon {
    background: #8b5cf6;
}

.feature-title {
    font-size: 25px;
    font-weight: 700;
    color: #1f2937;
}

.feature-desc {
    font-size: 17px;
    color: #6b7280;
}

.partners-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partner-badge {
    font-size: 1.4rem;
    font-weight: 500;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    transition: all 0.3s ease;
}


/* Microsoft Partner - Light blue background and border */
.partner-badge:nth-child(1) {
    background-color: #e7f3ff;
    border-color: #0078d4;
    color: #0078d4;
}

/* AWS Partner - Light orange background and border */
.partner-badge:nth-child(2) {
    background-color: #fff4e6;
    border-color: #ff9900;
    color: #ff9900;
}

/* Google Cloud - Light green background and border */
.partner-badge:nth-child(3) {
    background-color: #e8f5e8;
    border-color: #34a853;
    color: #34a853;
}

.consultation-form-wrapper {
    border: 1px solid #e5e7eb;
}

.banner-main-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.banner-main-form input.wpcf7-phonetext::-webkit-input-placeholder {
    position: absolute;
    left: -29%;
}

.banner-main-form input.wpcf7-phonetext::placeholder {
    position: absolute;
    left: -29%;
}

.banner-main-form input:focus {
    border: 1px solid #ccc !important;
}

.banner-main-form .submitbuttonmain input {
    width: 157px;
    height: 40px;
    background: #f76902;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: 0;
    margin-top: 16px;
}

.form-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.guarantee-text {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.form-control {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--orange-primary);
    box-shadow: 0 0 0 0.2rem rgba(234, 88, 12, 0.1);
}

.form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.upload-area {
    background: #f9fafb;
    border-color: #d1d5db !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover {
    background: #f3f4f6;
    border-color: var(--orange-primary) !important;
}

.captcha-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.bg-orange {
    background: var(--orange-primary) !important;
}

.bg-purple {
    background: #8b5cf6 !important;
}

.captcha-input {
    text-align: center;
    font-weight: 600;
}

.security-badges .badge {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

.consultation-form .btn-dark {
    background: #1f2937;
    border-color: #1f2937;
    font-weight: 600;
    transition: all 0.3s ease;
}

.consultation-form .btn-dark:hover {
    background: #111827;
    border-color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(31, 41, 55, 0.3);
}

.to-charcoal-light {
    background: #45187E !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: var(--charcoal-primary) !important;
}

.colormu {
    color: var(--orange-lighterer) !important;
}

.scale-metrics .metric-item.colororange i,
.scale-metrics .metric-item.colororange .metric-value {
    color: var(--orange-primary) !important;
}

.advantage-point:hover .point-arrow {
    color: #000;
    transform: translateX(5px);
}

/* Responsive Design for Consultation Section */
@media (max-width: 768px) {
    .trust-heading {
        font-size: 2rem;
    }

    .consultation-form-wrapper {
        margin-top: 2rem;
    }

    .feature-point {
        margin-bottom: 1.5rem !important;
    }

    .partners-logos {
        flex-wrap: wrap;
    }

    .partner-badge {
        margin-bottom: 0.5rem;
    }
}



/* Demo Content */
.demo-content {
    background: #f8f9fa;
    color: #333;
    padding: 40px 0;
}

.demo-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.demo-content p {
    font-size: 1rem;
    color: #6c757d;
}

