/* 1. Base Helper Styles */
.titleHeading {
    color: #212121;
    font-family: "graphikbold";
    font-size: 42px;
    letter-spacing: 0;
    line-height: 56px;
    margin-bottom: 30px;
}

/* 2. Client Logos Section */
.all-Clients {
    padding: 60px 0px;
}

.all-Clients .service-heading {
    margin-bottom: 30px;
}

.service-heading h3 {
    font-size: 18px;
    line-height: 26px;
    color: #212121;
    font-family: "graphiksemibold";
    text-align: center;
    text-transform: uppercase;
}

/* 3. CTA Banners */
.doYouThinkRow {
    position: relative;
    max-width: 100%;
    display: block;
    background-color: rgba(244, 246, 249, 1);
    padding: 80px 0;
}

.gcc-issues-surface {
    background: url(../images/gcc/gcc-issues-surface-bg.png) center 0 no-repeat;
    background-size: cover;
}

.doYouThinkRow .doYouThinkBox {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}

.doYouThinkRow .doYouThinkBox h2 {
    font-size: 42px;
    line-height: 56px;
    color: #212121;
    margin-bottom: 20px;
    font-family: "graphikbold";
}

.gcc-issues-surface.doYouThinkRow .doYouThinkBox h2 {
    color: #ffffff;
}

.doYouThinkRow .doYouThinkBox p {
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    margin-bottom: 30px;
    padding: 0 100px;
}

.gcc-issues-surface.doYouThinkRow .doYouThinkBox p {
    opacity: 0.7;
    color: rgba(255, 255, 255, 1);
}

.doYouThinkRow .doYouThinkBox a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #49cc79;
    border: 1px solid #49cc79;
    padding: 14px 30px;
    font-family: "graphikmedium";
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 1px;
}

.doYouThinkRow .doYouThinkBox a img {
    max-width: 100%;
    margin-left: 10px;
}

.doYouThinkRow .doYouThinkBox a.button_button__3HGS0 polyline {
    stroke: #fff;
}

.doYouThinkRow .doYouThinkBox a.outline_button {
    border: 1px solid #49CC79;
    color: #49CC79;
    background: #fff;
}

.doYouThinkRow .doYouThinkBox a.outline_button polyline {
    stroke: #49CC79;
}

/* 4. GCC Delivery Methodology (Roadmap Steps) */
.salesforcePartnersection {
    padding: 80px 0 30px 0;
    border-top: 1px solid #e7eaf1;
}

.salesforcePartnersection h2 {
    margin-bottom: 10px;
}

.salesforcePartnersection h6 {
    color: #212121;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 42px;
}

.salesforcePartnersection ul {
    display: flex;
    gap: 12px;
    text-align: center;
    margin-top: 60px;
    align-items: flex-start;
}

.salesforcePartnersection ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
    position: relative;
}

.salesforcePartnersection ul li:hover span {
    background: #49cc79;
    color: #fff;
}

@keyframes floatDownUp {
    0% {
        transform: translateY(-7px);
    }

    50% {
        transform: translateY(7px);
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(7px);
    }

    50% {
        transform: translateY(-7px);
    }
}

.salesforcePartnersection ul li:nth-child(even) img {
    animation: floatDownUp 10s ease-in-out 1s infinite;
    transform: translateY(-7px);
}

.salesforcePartnersection ul li:nth-child(odd) img {
    animation: floatUpDown 10s ease-in-out 1.7s infinite;
    transform: translateY(7px);
}

.salesforcePartnersection ul li:nth-child(even) {
    margin-top: 54px;
}

.salesforcePartnersection ul li:nth-child(odd)::after {
    background: url(../images/services/line1.svg) 0 0 no-repeat;
    height: 26px;
    width: 87px;
    position: absolute;
    right: -56px;
    top: 30px;
    content: "";
    animation: floatDownUp 10s ease-in-out 1s infinite;
    transform: translateY(-7px);
}

.salesforcePartnersection ul li:nth-child(even)::after {
    background: url(../images/services/line2.svg) 0 0 no-repeat;
    height: 26px;
    width: 87px;
    position: absolute;
    right: -50px;
    top: 0;
    content: "";
    animation: floatUpDown 10s ease-in-out 1.7s infinite;
    transform: translateY(7px);
}

.salesforcePartnersection ul li:last-child::after {
    display: none;
}

.salesforcePartnersection ul li span {
    background: #e7f8ee;
    padding: 9px 11px;
    color: #49cc79;
    font-family: "graphiksemibold";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-bottom: 11px;
    display: inline-block;
}

.salesforcePartnersection ul li p {
    color: #212121;
    font-family: "graphikmedium";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.salesforcePartnersection ul li .hoverImg {
    display: none;
}

.salesforcePartnersection ul li:hover .defaultImg {
    display: none;
}

.salesforcePartnersection ul li:hover .hoverImg {
    display: block;
}

/* 5. Our Range of Solutions Section */
.ourRangeSection {
    background: linear-gradient(180deg, #0025A5 0%, #011E89 100%);
    padding: 80px 0;
}

.ourRangeSection .service-heading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.ourRangeSection .service-heading h2 {
    color: #fff;
    margin-bottom: 20px;
}

.ourRangeSection .service-heading p {
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.rangeSolution {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}

.rangeSolution .rangeHeading {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    gap: 30px;
    margin-bottom: 30px;
}

.range-content {
    width: 50%;
    position: relative;
}

.range-content p {
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 16px;
}

.range-content p:last-child {
    margin-bottom: 0;
}

.range-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 50%;
    position: relative;
}

.range-content::before {
    position: absolute;
    left: -50px;
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(255 255 255 / 68%) 0%, #011E89 100%);
}

.range-tabs a {
    opacity: 0.4;
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    position: relative;
}

.range-tabs a.active {
    opacity: 1;
}

.range-tabs a.active::after {
    height: 1px;
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
}

/* 6. Ownership Models / Delivery Evidence Section */
.ownership-models-section {
    padding: 80px 0 60px 0;
    background-color: #ffffff;
}

.ownership-left {
    padding-right: 110px;
}

.ownership-left img {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
}

.ownership-right {
    padding-left: 0;
}

.gcc-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(229, 232, 241, 1);
}

.gcc-accordion-item {
    border-bottom: 1px solid rgba(229, 232, 241, 1);
    padding: 0px;
    transition: all 0.3s ease;
}

.gcc-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 20px;
    margin-bottom: 2px;
}

.gcc-accordion-header h3 {
    font-size: 20px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(72, 202, 120, 1);
    margin: 0;
    transition: color 0.3s ease;
}

.gcc-accordion-item.active .gcc-accordion-header h3 {
    color: #49cc79;
}

.gcc-accordion-header .chevron {
    width: 12px;
    height: 12px;
    border-right: 2px solid #49cc79;
    border-bottom: 2px solid #49cc79;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 8px;
    margin-top: -4px;
}

.gcc-accordion-item.active .gcc-accordion-header .chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.gcc-accordion-content {
    display: none;
    margin-top: 0;
    padding: 20px;
    padding-top: 0;
}

.card-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.card-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(235, 251, 241, 1);
    border-radius: 4px;
    flex-shrink: 0;
}

.card-icon-box svg {
    stroke: #49cc79;
}

.card-text h4 {
    color: rgba(33, 33, 33, 1);
    font-family: 'graphikmedium', sans-serif;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.card-text p {
    font-size: 16px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(117, 117, 117, 1);
    margin: 0;
}

.ideal-for-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.checklist-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.checklist-row .check-item {
    color: rgba(66, 66, 66, 1);
    font-family: 'graphikregular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.check-filled-icon {
    background-image: url(../images/gcc/check-filled.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    min-width: 18px;
    min-height: 18px;
    background-position: center center;
    margin-top: 0px;
}

.ideal-label {
    font-size: 16px;
    font-family: 'graphikmedium', sans-serif;
    color: rgba(33, 33, 33, 1);
}

.ideal-badge {
    background-color: #49cc79;
    color: rgba(255, 255, 255, 1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'graphikregular', sans-serif;
    line-height: 1;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.check-item-bg {
    padding: 16px 14px;
}

.check-item {
    margin-bottom: 14px;
}

.check-item:last-child {
    margin-bottom: 0;
}

.trust-badge-wrap {
    margin-top: 40px;
}

.scheduling h5 {
    color: rgba(73, 204, 121, 1);
    font-family: 'graphikmedium', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
}

.scheduling p {
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
    font-family: 'graphikregular', sans-serif;
    font-size: 18px;
    margin: 0;
}

.primary-button.know-more-bt {
    border: 1px solid #49CC79;
    color: #49CC79;
    background: #fff;
    min-width: 155px;
}

.primary-button.know-more-bt polyline {
    stroke: #49CC79;
}

/* 7. Business Outcomes Dashboard Section */
.business-outcomes-section {
    padding: 80px 0;
    background-color: rgba(244, 246, 249, 1);
}

.outcomes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.outcomes-header h2 {
    font-size: 42px;
    font-family: 'graphikbold', sans-serif;
    margin: 0;
    background: linear-gradient(to right, #51d581 22%, #408bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outcomes-period {
    font-size: 20px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(0, 0, 0, 1);
}

.outcomes-card {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(231, 234, 241, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.outcome-stat-item {
    text-align: left;
    padding: 0 40px;
    border-left: 1px solid rgba(231, 234, 241, 1);
}

.outcome-stat-item:first-child {
    border-left: none;
}

.outcome-stat-number {
    font-size: 30px;
    font-family: 'graphikbold', sans-serif;
    line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
    background: linear-gradient(to right, #408bfa 22%, #51d581 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outcome-stat-label {
    font-size: 18px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(33, 33, 33, 1);
    line-height: 26px;
    display: block;
    text-transform: uppercase;
}

.outcomes-footnote {
    text-align: right;
    font-size: 14px;
    color: rgba(33, 33, 33, 1);
    font-family: 'graphikregular', sans-serif;
    margin-top: 15px;
    margin-bottom: -16px;
}

.industries-section,
.tech-section,
.salesforcePartnersection.new-roadmap {
    padding: 80px 0;
}

/* 8. Owned Platforms Section */
.section-top-label {
    padding: 12px 20px 9px 20px;
    text-transform: uppercase;
}

.owned-platforms-section {
    padding: 80px 0;
    background: url(../images/gcc/owned-platforms.png) 0 0 no-repeat;
    background-size: cover;
    color: #ffffff;
}

.platforms-header {
    text-align: center;
    margin-bottom: 30px;
}

.platforms-header .section-top-label {
    background-color: rgba(73, 204, 121, 0.1);
    border-color: rgba(73, 204, 121, 0.25);
    color: #49cc79;
}

.platforms-header h2 {
    font-size: 42px;
    font-family: 'graphikbold', sans-serif;
    color: #ffffff;
    max-width: 870px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 52px;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.platform-card {
    box-shadow: 0 0 0 1px rgba(114, 114, 114, 0.34);
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(57 170 98 / 18%) 0%, rgba(130, 81, 213, 0) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.platform-card-top {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
}

.platform-card-bottom {
    background: linear-gradient(109deg, rgb(57 170 98 / 6%) 0%, rgba(130, 81, 213, 0) 100%);
    padding: 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.platform-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.platform-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-card-icon img {
    width: 100%;
    height: auto;
}

.platform-card-header h3 {
    color: rgba(255, 255, 255, 1);
    font-family: "graphiksemibold";
    font-size: 18px;
    margin: 0;
}

.platform-card-desc {
    font-size: 14px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.platform-detail-group {
    margin-bottom: 0;
}

.platform-detail-label {
    font-size: 16px;
    font-family: 'graphikmedium', sans-serif;
    color: rgba(73, 204, 121, 0.6);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 22px;
    display: block;
}

.platform-detail-value {
    font-size: 14px;
    font-family: 'graphikregular', sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    display: block;
}

.platform-learn-more {
    margin-top: auto;
    font-size: 12px;
    font-family: 'graphikmedium', sans-serif;
    color: rgba(73, 204, 121, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    transition: gap 0.2s ease;
}

.platform-learn-more:hover {
    color: rgba(73, 204, 121, 1);
}

.platforms-footer-action {
    text-align: center;
}

.platforms-footer-action a {
    display: inline-flex;
}

/* 9. Technology Ecosystem Section */
.tech-section {
    background: url(../images/gcc/enterprise-ecosystem.png) 0 0 no-repeat;
    background-size: cover;
}

.tech-item-label {
    font-family: 'graphikmedium', sans-serif;
    margin-bottom: 3px;
    line-height: 26px;
}

.tech-item-partner {
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
    font-family: "graphikregular";
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

.tech-item {
    justify-content: flex-start;
    gap: 0;
    padding: 15px;
    background: linear-gradient(135deg, rgba(6, 90, 79, 0.21) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: none;
}

.tech-item-icon {
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
}

/* 10. Trust That Scales With The Center Section */
.trust-center-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(0, 37, 165, 1) 0%, rgba(1, 30, 137, 1) 100%);
    color: #ffffff;
}

.trust-header {
    text-align: center;
    margin-bottom: 36px;
}

.trust-header .section-top-label {
    background-color: rgba(73, 204, 121, 0.1);
    border-color: rgba(73, 204, 121, 0.25);
    color: #49cc79;
}

.trust-header h2 {
    font-size: 42px;
    font-family: 'graphikbold', sans-serif;
    color: #ffffff;
    margin-top: 20px;
    line-height: 52px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trust-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: rgba(51, 217, 119, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.trust-icon-box svg {
    stroke: #49cc79;
}

.trust-item h3 {
    font-size: 16px;
    font-family: "graphiksemibold";
    color: rgba(255, 255, 255, 1);
    margin: 0 0 10px 0;
}

.trust-item p {
    opacity: 0.7;
    color: rgba(255, 255, 255, 1);
    font-family: "graphikregular";
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* 11. Why Quarks Section */
.why-quarks-section {
    padding: 80px 0;
    background: url(../images/gcc/why-quarks.png) center 0 no-repeat;
    background-size: cover;
    color: #ffffff;
}

.why-quarks-left {
    padding-right: 40px;
}

.why-quarks-left .section-top-label {
    background-color: rgba(73, 204, 121, 0.1);
    border-color: rgba(73, 204, 121, 0.25);
    color: #49cc79;
}

.why-quarks-left h2 {
    font-size: 42px;
    font-family: 'graphikbold', sans-serif;
    color: #ffffff;
    margin: 20px 0 40px 0;
    line-height: 52px;
}

.quarks-features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

.quarks-feature-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: rgba(51, 217, 119, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quarks-feature-icon-box svg {
    stroke: #49cc79;
}

.quarks-feature-content h3 {
    color: rgba(255, 255, 255, 1);
    font-family: "graphiksemibold";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}

.quarks-feature-content p {
    opacity: 0.7;
    color: rgba(255, 255, 255, 1);
    font-family: "graphikregular";
    font-size: 14px;
    line-height: 22px;
}

.why-quarks-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

/* Staggered Cards Grid */
.quarks-stats-container {
    display: grid;
    grid-template-columns: repeat(2, 180px);
    gap: 24px;
}

.quarks-stat-card {
    width: 180px;
    height: 136px;
    border-radius: 4px;
    background: rgb(41 70 52);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(5px);
}

.quarks-stat-card:nth-child(3),
.quarks-stat-card:nth-child(4) {
    margin-top: 0px;
    transform: translateX(30px);
}

.quarks-stat-number {
    font-size: 36px;
    line-height: 40px;
    font-family: 'graphikbold', sans-serif;
    background: linear-gradient(to right, #408bfa 20%, #51d581 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quarks-stat-label {
    font-size: 14px;
    font-family: 'graphikmedium', sans-serif;
    color: #ffffff;
    line-height: 1.4;
}

/* 12. Redesigned GCC Hero Section Styling */
.gcc-hero-section {
    background: url(../images/gcc/gcc-banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    padding: 160px 0 80px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.gcc-hero-left {
    position: relative;
    z-index: 10;
}

.gcc-hero-badge {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 40px;
    background-color: rgba(73, 204, 121, 0.15);
    padding: 12px 20px 9px 20px;
    margin-bottom: 16px;
    color: rgba(73, 204, 121, 1);
    font-family: "graphikregular";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    min-height: 42px;
}

.gcc-hero-title {
    font-size: 52px;
    line-height: 70px;
    font-family: 'graphikbold', sans-serif;
    color: #ffffff;
    margin-bottom: 14px;
}

.gcc-hero-title span {
    background: linear-gradient(to right, #51d581 22%, #408bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gcc-hero-desc {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 30px;
    max-width: 540px;
    font-family: "graphikregular";
}

.gcc-hero-btn-wrap {
    margin-bottom: 38px;
    display: inline-block;
}

.gcc-hero-btn-wrap .btn-talk-gcc {
    background-color: #49cc79 !important;
    border: 1px solid #49cc79 !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 14px rgba(73, 204, 121, 0.2);
}

.gcc-hero-btn-wrap .btn-talk-gcc:hover {
    background-color: #3ab466 !important;
    border-color: #3ab466 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(73, 204, 121, 0.35);
}

.gcc-hero-btn-wrap .btn-talk-gcc svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.gcc-hero-btn-wrap .btn-talk-gcc:hover svg {
    transform: translateX(4px);
}

.gcc-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 50px;
}

.gcc-pill {
    border-radius: 4px;
    background-color: rgba(27, 74, 73, 1);
    padding: 10px;
    color: rgb(255 255 255 / 80%);
    font-family: "graphikregular";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.6px;
}

/* Right Panel & Diagram Wrapper */
.gcc-hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.gcc-diagram-wrapper {
    width: 100%;
    max-width: 530px;
    margin-top: 55px;
}

.gcc-diagram-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Stats Card */
.gcc-stats-card {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(110deg,
            #171717 100%,
            #090909 0%,
            #111111 0%);
    border: 2px solid transparent;
    border-radius: 10px;
    background:
        linear-gradient(#0d0d0d, #0d0d0d) padding-box,
        linear-gradient(90deg,
            #204e33,
            #000000,
            #204e33) border-box;
    box-sizing: border-box;
    display: flex;
    padding: 12px 10px;
    align-items: center;
    min-height: 95px;
}

.gcc-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.gcc-stat-value {
    font-size: 26px;
    background: linear-gradient(to right, #408bfa 22%, #51D581 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "graphikbold";
    line-height: 30px;
    margin-bottom: 8px;
    text-align: center;
}

.gcc-stat-name {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: "graphikregular";
    text-align: center;
    line-height: 26px;
}

.gcc-stat-divider {
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.4;
}

/* 13. The GCC Reality css */
.enterprise-solutions {
    padding: 80px 0;
}

.enterprise-solutions .solutions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 16px;
    width: 100%;
}

.enterprise-solutions .solutions .slutnBox {
    box-shadow: 0 0 0 1px rgba(231, 234, 241, 1);
    background-color: rgba(244, 246, 249, 1);
    flex: 1 0 24%;
    padding: 14px;
    display: flex;
    flex-direction: column;
}

.enterprise-solutions .solutions .slutnBox .slutn-icon {
    border: 1px solid rgba(231, 234, 241, 1);
    border-radius: 10px;
    background: url(../images/solutions/combined-shape.svg) center center no-repeat #ffffff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-solutions .solutions .slutnBox .iconBox {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(61, 116, 182, 0.23);
    border-radius: 8px;
    opacity: 0.98;
    background-color: rgba(234, 247, 239, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.enterprise-solutions .solutions .slutnBox .slutn-title {
    font-size: 16px;
    font-family: "graphiksemibold";
    color: rgba(0, 0, 0, 1);
    margin-top: 17px;
}

.enterprise-solutions .solutions .slutnBox p {
    font-size: 14px;
    opacity: 0.9;
    color: rgba(117, 117, 117, 1);
    line-height: 22px;
    margin-top: 10px;
}

.enterprise-solutions .solutions .slutnBox:hover {
    background-color: #b4ecc9;
    box-shadow:
        0 0 0 1px rgba(180, 236, 201, 1),
        0 2px 6px 0 rgba(0, 4, 0, 0.1);
}

.enterprise-solutions .solutions .slutnBox:hover .iconBox {
    background-color: #49cc79;
}

.enterprise-solutions .solutions .slutnBox:hover .iconBox img {
    filter: brightness(0) invert(1);
}

.business-impact {
    margin-top: auto;
    padding-top: 32px;
}

.business-impact h5 {
    color: rgba(72, 202, 120, 1);
    font-family: "graphikmedium";
    font-size: 16px;
    line-height: 18px;
}

.business-impact p {
    color: rgba(34, 34, 34, 1);
    font-family: "graphikregular";
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 18px;
    min-height: 44px;
}

/* 14. Responsive Media Queries */
@media (min-width: 1200px) {
    .container-sml {
        max-width: 940px;
    }
}

@media (max-width: 1199px) {
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .enterprise-solutions .solutions {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 991px) {
    .enterprise-solutions .solutions {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .rangeSolution {
        flex-direction: column;
        gap: 30px;
    }

    .range-tabs {
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }

    .range-tabs li {
        flex: none;
    }

    .range-content {
        width: 100%;
    }

    .titleHeading {
        font-size: 34px;
        line-height: 42px;
    }

    .doYouThinkRow .doYouThinkBox h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .salesforcePartnersection ul li:nth-child(odd)::after,
    .salesforcePartnersection ul li:nth-child(even)::after {
        width: 52px;
        background-size: 100%;
        right: -36px;
    }

    .ownership-models-section {
        padding: 60px 0;
    }

    .ownership-left {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .ownership-left img {
        margin-top: 30px;
        max-width: 80%;
    }

    .ownership-right {
        padding-left: 0;
    }

    .outcomes-header h2 {
        font-size: 30px;
    }

    .outcomes-card {
        flex-wrap: wrap;
        gap: 30px 0;
        padding: 30px 10px;
    }

    .outcome-stat-label {
        font-size: 12px;
        line-height: 20px;
    }

    .outcome-stat-item {
        padding: 0;
        padding-left: 20px;
        flex: 1;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .why-quarks-left {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .quarks-stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .quarks-stat-card:nth-child(3),
    .quarks-stat-card:nth-child(4) {
        margin-top: 0;
        transform: none;
    }

    .quarks-stat-card {
        width: 100%;
        height: auto;
    }

    .gcc-hero-section {
        padding: 100px 0 50px 0;
    }

    .gcc-hero-left {
        text-align: center;
        margin-bottom: 50px;
    }

    .gcc-hero-desc {
        margin: 0 auto 30px auto;
    }

    .gcc-hero-pills {
        justify-content: center;
    }

    .gcc-hero-right {
        margin-top: 20px;
    }

    .gcc-diagram-wrapper {
        margin: 0 auto;
    }

    .gcc-stats-card {
        margin: 0 auto;
    }

    .all-Clients,
    .gcc-issues-surface,
    .ownership-models-section,
    .doYouThinkRow,
    .ourRangeSection,
    .business-outcomes-section,
    .owned-platforms-section,
    .industries-section,
    .tech-section,
    .salesforcePartnersection.new-roadmap,
    .trust-center-section,
    .why-quarks-section,
    .enterprise-solutions {
        padding: 50px 0;
    }

    .doYouThinkRow .doYouThinkBox p {
        padding: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .range-content::before {
        display: none;
    }

    .content-panel {
        min-height: 185px;
    }

    .why-quarks-right {
        margin-top: 0;
    }

    .tab-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .doYouThinkRow .doYouThinkBox a {
        margin-right: 0;
        font-size: 11px;
    }

    .salesforcePartnersection ul {
        flex-direction: column;
    }

    .salesforcePartnersection ul li {
        width: 100%;
        margin-top: 65px !important;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .salesforcePartnersection ul li:first-child {
        margin-top: 0 !important;
    }

    .salesforcePartnersection ul li .stepContent {
        text-align: left;
    }

    .salesforcePartnersection ul li p {
        text-align: left;
        min-height: 52px;
    }

    .salesforcePartnersection ul li:nth-child(odd)::after {
        right: inherit;
        left: 0;
        top: inherit;
        bottom: -40px;
        transform: rotate(78deg) !important;
        width: 60px;
    }

    .salesforcePartnersection ul li:nth-child(even)::after {
        right: inherit;
        left: 0;
        top: inherit;
        bottom: -40px;
        transform: rotate(110deg) !important;
        width: 60px;
    }

    .salesforcePartnersection {
        padding-top: 50px;
    }

    .trust-header {
        text-align: left;
    }

    .doYouThinkRow .doYouThinkBox h2,
    .titleHeading,
    .why-quarks-left h2,
    .trust-header h2,
    .platforms-header h2,
    .ownership-left .section-top-title {
        font-size: 26px;
        line-height: 34px;
    }

    .titleHeading {
        margin-bottom: 20px;
    }

    .gcc-hero-badge {
        font-size: 12px;
        min-height: 30px;
    }

    .gcc-hero-title {
        font-size: 38px;
        line-height: 46px;
    }

    .gcc-hero-pills {
        padding-right: 0;
    }

    .gcc-accordion-header h3 {
        font-size: 16px;
    }

    .checklist-row {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .card-row {
        padding: 0;
        gap: 12px;
    }

    .ideal-badge {
        min-height: 42px;
    }

    .card-text h4 {
        font-size: 16px;
    }

    .card-text p {
        font-size: 13px;
    }

    .outcomes-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .outcomes-header h2 {
        font-size: 26px;
    }

    .outcome-stat-number {
        font-size: 32px;
    }

    .platforms-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .platform-card-top {
        padding: 24px 20px 15px 20px;
    }

    .platform-card-bottom {
        padding: 20px;
    }

    .platform-card-desc {
        min-height: auto;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .trust-item h3 {
        font-size: 18px;
    }

    .quarks-stat-number {
        font-size: 30px;
    }

    .quarks-stat-card:nth-child(3),
    .quarks-stat-card:nth-child(4) {
        margin-top: 0;
        transform: none;
    }

    .quarks-stat-card {
        width: 100%;
        height: auto;
    }

    .gcc-stats-card {
        min-height: 78px;
    }

    .gcc-stat-value {
        font-size: 20px;
        line-height: 20px;
    }

    .gcc-stat-name {
        font-size: 16px;
    }

    .gcc-stat-divider {
        height: 50px;
    }

    .gcc-hero-left {
        margin-bottom: 20px;
    }

    .all-Clients .service-heading {
        margin-bottom: 10px;
    }

    .all-Clients {
        padding-bottom: 20px;
    }

    .gcc-accordion-header {
        padding: 12px;
    }

    .gcc-accordion-content {
        padding: 12px;
        padding-top: 0;
    }

    .ourRangeSection .service-heading {
        margin-bottom: 40px;
    }

    .outcomes-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .outcome-stat-item {
        border: none;
        padding: 0;
        flex: auto;
        text-align: center;
    }

    .outcomes-footnote {
        margin-bottom: 0;
        line-height: 20px;
    }

    .content-panel {
        min-height: 224px;
    }

    .outcomes-period {
        font-size: 14px;
    }

    .doYouThinkRow .doYouThinkBox a.outline_button {
        margin-top: 20px;
    }
}

@media (max-width: 568px) {
    .business-impact p {
        min-height: inherit;
    }
}

@media (max-width: 479px) {
    .ownership-left img {
        max-width: 100%;
    }

    .ideal-for-row {
        gap: 8px;
    }

    .ideal-badge {
        padding: 5px 12px;
        font-size: 12px;
    }

    .quarks-stats-container {
        grid-template-columns: 1fr;
    }
}