.services-hero-section {
    padding-top: 106px;
    padding-left: 25px;
    padding-right: 25px;
}

.services-hero-content-container {
    background: linear-gradient(180deg, rgba(203, 233, 255, 0.5) 0%, rgba(255, 255, 255, 0) 72.62%);
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px 20px 0 0;
}

.services-hero-section .careers-hero-content {
    max-width: 674px;
    display: flex;
    align-items: center;
    height: 100%;
}

.services-hero-section .careers-hero-content .services-hero-content-inner h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.8px;
    color: #112954;
    margin: 0 0 0 0;
    width: 100%;
}

.services-hero-section .careers-hero-content .services-hero-content-inner p {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #374151;
    width: 100%;
}

.services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.56px;
    color: #112954;
    margin-top: 8px;
    width: 100%;
}

.services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #374151;
    margin: 40px 0 0 0;
    width: 100%;
    max-width: 1034px;
}

.services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description-2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.18px;
    color: #374151;
    margin: 40px 0 0 0;
    width: 100%;
}

.services-hero-buttons {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

/* .services-hero-buttons .btn {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.18px;
    padding: 12px 20px;
    min-width: 175px;
} */

.careers-hero-image {
    min-height: 456px;
    height: 100%;
    width: 100%;
}

.height-100-no-min-height {
    min-height: auto;
}

.careers-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.services-trusted-section {
    margin-top: 100px;
}

.services-states-content-wrapper {
    overflow: hidden;
    margin-top: 60px;
}

.services-states-content {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
}

.services-states-content-item {
    border-left: 2px solid;
    border-image: linear-gradient(180deg, #F4FAFF 0%, #69DFCA 50%, #F4FAFF 100%) 1;
    padding: 16px 0 40px 20px;
    min-width: 260px;
    height: 100%;
}

.services-states-content-item .stat-number {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 700;
    color: #112954;
    margin-bottom: 20px;
}

.services-states-content-item .stat-label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    color: #112954;
    margin-bottom: 0;
}

/* Product Suite 2 Section */
.product-suite-section-2 {
    background: #00032C;
    color: var(--text-primary);
    padding: 80px 0;
}

.product-suite-2-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #9DCFF3;
    text-align: center;
}

.product-suite-2-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 16px;
    letter-spacing: -0.64px;
    text-align: center;
}

/* Product Suite Section */
.product-suite-section {
    background: linear-gradient(180deg, #112954 -13.26%, #00032C 64.99%);
    color: var(--text-primary);
    padding: 80px 0;
}

.product-suite-content-header {
    margin-bottom: 80px;
}

.product-suite-subtitle {
    color: #9DCFF3;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 16px;
}

.product-suite-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.64px;
}

.padding-b-24 {
    padding-bottom: 24px !important;
}

.product-suite-tab-content-key-card-section .col-md-6.padding-b-24 {
    padding-bottom: 0 !important;
}

.product-suite-content-item {
    padding: 24px;
    border: 1px solid #114277;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 268px;
    position: relative;
    overflow: hidden;
}

.product-suite-content-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #112954 0%, #111030 100%);
    border-radius: 8px;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.product-suite-content-item:hover::after {
    opacity: 1;
}

.product-suite-content-item.conversational_ai_1 .product-suite-content-item-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.26px;
}

.product-suite-content-item.conversational_ai_2 {
    flex-direction: row;
}

.product-suite-content-item.conversational_ai_2 .product-suite-content-item-icon {
    width: 100%;
    min-width: 300px;
}

.product-suite-content-item.conversational_ai_2 .product-suite-content-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-suite-content-item.conversational_ai_2 .product-suite-content-item-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: hsla(207, 100%, 98%, 1);
}

/* Disable hover effects for carousel items */
.product-suite-tab-content-carousel {
    margin-top: 24px;
}

.product-suite-tab-content-carousel .product-suite-content-item:hover::after {
    opacity: 0;
}

.product-suite-tab-content-carousel .product-suite-content-item:hover .product-suite-content-item-description {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
}

.product-suite-content-item-icon {
    position: relative;
    z-index: 1;
}

.product-suite-content-item-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.product-suite-content-item-content {
    position: relative;
    z-index: 1;
    height: fit-content;
}

.product-suite-content-item-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.24px;
}

.product-suite-content-item-description {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: -0.18px;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.4s ease, max-height 0.4s ease, margin-top 0.4s ease;
}

.product-suite-content-item:hover .product-suite-content-item-description,
.product-suite-tab-content-carousel .owl-item.is-active .product-suite-content-item .product-suite-content-item-description {
    opacity: 1;
    max-height: 200px;
    margin-top: 16px;
}

.product-suite-tab-content-carousel .owl-item.is-active .product-suite-content-item::after {
    opacity: 1;
}

.product-suite-tab-content-carousel .owl-item {
    transition: transform 0.3s ease;
    padding: 12px !important;
    /* Add padding to accommodate scaling */
    box-sizing: border-box;
}

.product-suite-tab-content-carousel .owl-item.is-active {
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 0.3s ease;
    z-index: 10;
    position: relative;
}

.product-suite-tab-content-carousel .owl-item:not(.is-active) {
    transform: scale(1);
}

.product-suite-tab-content-carousel-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    letter-spacing: -0.64px;
    color: var(--text-primary);
    margin-top: 24px;
    margin-bottom: 0%;
    max-width: 671px;
}

.product-suite-tab-content-carousel-title span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.martin-t-80 {
    margin-top: 80px;
}

/* Remove overflow from parents when item is active */
.product-suite-tab-content-carousel-section:has(.owl-item.is-active),
.product-suite-tab-content-carousel-section:has(.owl-item.is-active) .owl-stage-outer,
.product-suite-tab-content-carousel-section:has(.owl-item.is-active) .owl-stage,
.product-suite-tab-content-carousel-section:has(.owl-item.is-active) .product-suite-tab-content-carousel {
    overflow: visible !important;
}

/* Ensure carousel container allows overflow for scaling */
.product-suite-tab-content-carousel-section {
    overflow: visible;
}

.product-suite-tab-content-carousel-section .features-grid {
    margin-top: 24px;
}

.product-suite-tab-content-carousel .owl-stage-outer {
    overflow: visible;
}

.product-suite-tab-content-carousel .owl-stage {
    overflow: visible;
}

.product-suite-content-item-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-suite-content-item-description ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.product-suite-content-item-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 11px;
    background-image: url('../images/list-bullet-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Industry We Serve Section */
.industry-we-serve-section {
    background: linear-gradient(180deg, #00032C 0%, #112954 100%);
    color: var(--text-primary);
    padding: 80px 0;
}

.industry-we-serve-content-header {
    margin-bottom: 60px;
}

.industry-we-serve-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #25A3FF;
}

.industry-we-serve-subtitle span {
    color: #69DFCA;
}

.industry-we-serve-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
}

.industry-we-serve-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 24px;
    letter-spacing: -0.2px;
    color: #9CA3AF;
}

.industry-we-serve-solutions-carousel {
    width: 100%;
}

.industry-we-serve-solutions-carousel .owl-stage-outer {
    padding: 12px 0 0;
}

.industry-we-serve-solutions-carousel .owl-item {
    width: fit-content !important;
    padding: 0;
}

.industry-we-serve-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.industry-nav-btn {
    width: 77px;
    height: 55px;
    border-radius: 50px;
    border: 1.4px solid #1181D0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.industry-nav-btn svg path {
    fill: #1181D0;
}

.industry-nav-btn:hover {
    border-color: #CBE9FF;
}

.industry-nav-btn svg path {
    transition: fill 0.2s ease;
}

.industry-nav-btn:hover svg path {
    fill: #CBE9FF;
}

.industry-we-serve-solutions-slider-item {
    padding: 0 12px;
}

.industry-we-serve-solutions-slider-item-content img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    aspect-ratio: 380/394;
    border: 6px solid #FFFFFF0F;
}

.industry-we-serve-solutions-slider-item-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.28px;
    max-width: 500px;
}

.industry-we-serve-solutions-slider-item-title.height-64 {
    min-height: 64px;
}

.industry-we-serve-solutions-slider-item-image-container {
    position: relative;
    border: 6px solid #FFFFFF0F;
    border-radius: 20px;
    overflow: hidden;
}

.industry-we-serve-solutions-slider-item-image-container img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    object-fit: cover;
    border: none;
}

.industry-we-serve-solutions-slider-item-image-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #112954 0%, #111030 100%);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.industry-we-serve-solutions-slider-item-image-container:hover .industry-we-serve-solutions-slider-item-image-container-overlay {
    opacity: 1;
    transform: translateY(0);
}

.industry-we-serve-solutions-slider-item-image-container-overlay-text {
    margin: 0;
    color: hsla(216, 12%, 84%, 1);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
    text-align: left;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0 0;
}

.faq-content {
    border: 1px solid #9DCFF3;
    border-radius: 12px;
    padding: 60px 40px 20px;
}

.faq-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -0.64px;
    color: #112954;
    margin-bottom: 0;
}

/* Bootstrap Accordion Custom Styles */
.faq-section .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: #114277;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    margin-top: 24px;
}

.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CBE9FF;
}

.faq-section .accordion-item:first-of-type {
    border-top: 1px solid #CBE9FF;
}

.faq-section .accordion-item:last-of-type {
    border-bottom: none;
}

.faq-section .accordion-button {
    color: #114277;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.24px;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-shadow: none;
    position: relative;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    padding-bottom: 16px;
}

.faq-section .accordion-button::after {
    display: none;
}

.faq-section .accordion-chevron {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #1181D0;
    transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) .accordion-chevron {
    transform: rotate(180deg);
}

.faq-section .accordion-body {
    color: #374151;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 25px 0;
    margin-top: 0;
}

/* Why Partner with Us Section */
.why-partner-with-us-section {
    padding: 80px 25px;
}

.why-partner-with-us-inner {
    position: relative;
    border-radius: 12px;
    padding-top: 75px;
    background: transparent;
}

.why-partner-with-us-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #25A3FF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
    height: 80%;
}

.why-partner-with-us-content-header {
    max-width: 500px;
}

.why-partner-with-us-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 0;
}

.why-partner-with-us-content-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 40px;
    letter-spacing: -0.2px;
    color: #6B7280;
}

.why-partner-with-us-content-description span {
    color: #1181D0;
}

.why-partner-with-us-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-partner-with-us-list-item {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #CBE9FF;
}

.why-partner-with-us-list-item-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-partner-with-us-list-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.why-partner-with-us-list-item-content {
    width: calc(100% - 54px);
}

.why-partner-with-us-list-item-content p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: -0.24px;
    color: #114277;
}

/* Product Suite Tabs */
.product-suite-content-tabs {
    margin-top: 24px;
}

.product-suite-tabs {
    border-bottom: none;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
}

.product-suite-tabs .nav-item {
    flex: 1;
}

.product-suite-tabs .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 20px;
    border: none;
    border-bottom: 1px solid #112954;
    border-radius: 0;
    background-color: transparent;
    color: #9CA3AF;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.56px;
    position: relative;
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
}

.product-suite-tabs .nav-link:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #112954;
}

.product-suite-tabs .nav-link.active {
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.product-suite-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 41, 84, 1) 0%, rgba(105, 223, 202, 1) 50%, rgba(17, 41, 84, 1) 100%);
    transition: left 0.3s ease, right 0.3s ease;
}

.product-suite-tabs .nav-link.active::after {
    left: 0;
    right: 0;
}

.product-suite-tabs .nav-link .tab-icon-active,
.product-suite-tabs .nav-link .tab-icon-default {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.product-suite-tabs .nav-link .tab-icon-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.product-suite-tabs .nav-link .tab-icon-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.product-suite-tabs .nav-link .tab-icon-default {
    position: relative;
    opacity: 1;
}

.product-suite-tabs .nav-link:hover .tab-icon-active,
.product-suite-tabs .nav-link.active .tab-icon-active {
    opacity: 1;
    pointer-events: auto;
}

.product-suite-tabs .nav-link:hover .tab-icon-default,
.product-suite-tabs .nav-link.active .tab-icon-default {
    opacity: 0;
}

.product-suite-tabs .nav-link span {
    flex: none;
    text-align: center;
}

.product-suite-tab-content {
    margin-top: 60px;
}

.product-suite-tab-content .tab-content-inner {
    padding: 20px 0;
    color: #FFFFFF;
}

.product-suite-tab-content-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.36px;
    color: var(--text-primary);
}

.product-suite-tab-content-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: #9CA3AF;
    margin-top: 24px;
}

.product-suite-tab-content-description span {
    color: hsla(207, 100%, 98%, 1);
}

.product-suite-tab-content-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    height: fit-content;
    position: relative;
}

.product-suite-tab-content-image-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.product-suite-tab-content-image-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    display: block;
    border: 6px solid #FFFFFF0F;
    box-sizing: border-box;
}

.desktop-image {
    display: block !important;
}

.mobile-image {
    display: none !important;
}

.padding-t-24 {
    padding-top: 24px;
}

.product-suite-tab-content-key-card-section {
    margin-top: 40px;
}

/* Padding removed to allow space for scaled items - now handled by .product-suite-tab-content-carousel .owl-item */

.product-suite-tab-content-image-text-section {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-color: #1181D0;
    border-radius: 12px;
    overflow: hidden;
}

.product-suite-tab-content-image-text-content {
    width: 50%;
    padding: 30px;
}

.product-suite-tab-content-image-text-image {
    width: 50%;
}

.product-suite-tab-content-image-text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-suite-tab-content-image-text-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
    color: var(--text-primary);
}

.product-suite-tab-content-image-text-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
    color: var(--text-primary);
    margin-top: 8px;
}

.product-suite-tab-content-image-text-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
    color: var(--text-primary);
}

.tab-button-carousel {
    margin-top: 24px;
}

/* Vertical Card Opening Section */
.vartical-card-opening-section {
    padding: 80px 0;
}

.vartical-card-opening-section-content-heading-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #25A3FF;
}

.vartical-card-opening-section-content-heading-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.64px;
    font-weight: 500;
    margin-bottom: 0;
    color: #112954;
    margin-top: 16px;
}

.vartical-card-opening-section-content-cards {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    --card-count: 6;
    /* Update this if number of cards changes */
    --non-extended-width: 100px;
    --gap-size: 16px;
    --non-extended-count: calc(var(--card-count) - 1);
    --total-gaps: calc(var(--card-count) - 1);
    --total-fixed-width: calc(var(--non-extended-count) * var(--non-extended-width) + var(--total-gaps) * var(--gap-size));
    --extended-max-width: calc(100% - var(--total-fixed-width));
    pointer-events: auto;
}

.vartical-card-opening-section-content-card {
    min-height: 600px;
    height: 600px;
    background-color: #F4FAFF;
    border: 1px solid #CBE9FF;
    border-radius: 12px;
    padding: 24px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 100px;
    min-width: 0;
    max-width: 100px;
    overflow: hidden;
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        flex-grow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        flex-basis 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        flex-shrink 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

/* Hover styles removed - handled by JavaScript */
.vartical-card-opening-section-content-card.extended-card {
    z-index: 10;
}

/* Extended card base styles - JavaScript will handle transitions */
.vartical-card-opening-section-content-card.extended-card {
    border: 1px solid #CBE9FF;
    background-color: #E8F5FF;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    z-index: 10;
}

/* Collapse styles removed - handled by JavaScript */

.vartical-card-opening-section-content-card-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide content section by default for non-extended cards */
.vartical-card-opening-section-content-card:not(.extended-card) .vartical-card-opening-section-content-card-content {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    width: 0;
    min-width: 0;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
        width 0s linear 0.4s;
}

/* Show vertical text by default for non-extended cards */
.vartical-card-opening-section-content-card:not(.extended-card) .vartical-card-opening-section-content-card-content-title-none-extended {
    display: inline-block;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover styles removed - handled by JavaScript */

/* Hide vertical text in extended card */
.extended-card .vartical-card-opening-section-content-card-content-title-none-extended {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Show content in extended card */
.extended-card .vartical-card-opening-section-content-card-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
    width: auto;
    min-width: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vartical-card-opening-section-content-card-image img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover styles removed - handled by JavaScript */

.extended-card .vartical-card-opening-section-content-card-image img {
    width: 40px;
    height: 40px;
}

.vartical-card-opening-section-content-card-content-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.24px;
    color: #112954;
}

.vartical-card-opening-section-content-card-content-description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 16px;
    letter-spacing: 0;
    color: #111030;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.vartical-card-opening-section-content-card-content-description p {
    margin-bottom: 0;
}

.vartical-card-opening-section-content-card-content-description ul br {
    display: none;
}

.vartical-card-opening-section-content-card-content-title-none-extended {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.24px;
    color: #112954;
    flex: none;
    order: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 28px;
    height: auto;
    display: inline-block;
}

/* Case Studies Section */
.case-studies-section {
    padding: 80px 0 40px 0;
}

.case-studies-content {
    margin-bottom: 60px;
}

.case-studies-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #25A3FF;
}

.case-studies-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
    color: #112954;
}

.case-studies-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    margin-top: 24px;
    color: #374151;
}

.case-studies-card {
    border: 1px solid #E8F5FF;
    background: #E8F5FF;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    z-index: 10;
    min-height: 394px;
}

.case-studies-card-icon {
    height: 50px;
}

.case-studies-card-icon img {
    width: auto;
    height: 100%;
}

.case-studies-card-content-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.case-studies-card-content-tag {
    border-radius: 4px;
    background: #25A3FF;
    padding: 6px 12px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.case-studies-card-description {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.28px;
    margin-bottom: 24px;
    color: #112954;
}

.case-studies-card-read-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    color: #1181D0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Clients Say About Us Section */
.clients-say-about-us-section {
    padding: 40px 0 80px 0;
}

.clients-say-about-us-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #25A3FF;
}

.clients-say-about-us-subtitle span {
    color: #69DFCA;
}

.clients-say-about-us-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
    color: #112954;
}

.clients-say-about-us-content-carousel-wrapper {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.clients-say-about-us-content-carousel {
    display: flex;
    gap: 40px;
    will-change: transform;
}

.clients-say-about-us-content-carousel-item-content {
    height: 100%;
    border-left: 3px solid #25A3FF;
    background: #F4FAFF;
    padding: 40px;
    border-radius: 20px;
    min-width: 750px;
    min-height: 282px;
    display: flex;
    gap: 20px;
}

.clients-say-about-us-content-carousel-item-content-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clients-say-about-us-content-carousel-item-content-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: #114277;
}

.clients-say-about-us-content-carousel-item-content-footer {
    gap: 12px;
}

.clients-say-about-us-content-carousel-item-content-footer img {
    display: block;
    height: 40px;
    width: auto;
}

.clients-say-about-us-content-carousel-item-content-footer p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: #112954;
    margin-top: 12px;
}

/* Certifications Section */
.certifications-section {
    padding: 80px 0;
}

.certifications-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
    color: #112954;
    text-align: center;
}

.certifications-carousel-wrapper {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.certifications-carousel {
    display: flex;
    align-items: center;
    gap: 40px;
    will-change: transform;
}

.certifications-carousel-item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.certifications-carousel-item img {
    display: block;
    width: auto;
    height: 140px;
    object-fit: contain;
}

/* Capabilities Section */
.capabilities-section {
    padding: 80px 0;
    background: #00032C;
    color: var(--text-primary);
}

.capabilities-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
}

.capabilities-content .features-grid {
    margin-top: 60px;
}

.capabilities-content .feature-content {
    margin-top: 44px;
    position: relative;
    top: unset;
    height: calc(100% - 44px);
}

.capabilities-content .feature-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.24px;
    margin-bottom: 0;
    color: var(--text-primary);
}

.capabilities-content .feature-description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #CBE9FF;
}

.capabilities-content-aws {
    position: relative;
    height: 326px;
    width: 100%;
    border-radius: 16px;
    margin-top: 80px;
    overflow: hidden;
}

.capabilities-content-aws img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    z-index: 0;
}

.capabilities-content-aws:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-87.24deg, rgba(255, 255, 255, 0) 47.03%, #1181D0 100.54%);
    z-index: 1;
}

.capabilities-content-aws-content {
    position: relative;
    z-index: 2;
    color: var(--text-primary);
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.capabilities-content-aws-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    color: var(--text-primary);
}

.capabilities-content-aws-discription {
    font-size: 16px;
    line-height: 22px;
    color: hsla(206, 100%, 95%, 1);
    margin-top: 24px;
    margin-bottom: 0;
    max-width: 481px;
}

.capabilities-content-aws .btn {
    margin-top: 24px;
}


/* We Have It All Section */
.we-have-it-all-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #112954 0%, #00032C 100%);
    overflow: hidden;
}

.we-have-it-all-subtitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
    color: #9DCFF3;
}

.we-have-it-all-subtitle span {
    color: #69DFCA;
}

.we-have-it-all-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.64px;
    margin-top: 16px;
    color: #FFFFFF;
}

/* We Have It All Carousel Navigation */
.we-have-it-all-carousel {
    margin-top: 60px;
}

.we-have-it-all-carousel .owl-item {
    padding: 0;
}

.we-have-it-all-carousel .owl-stage-outer {
    overflow: visible;
}

.we-have-it-all-carousel .product-suite-content-item-title {
    /* width: calc(100% - 60px); */
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.36px;
    margin-bottom: 0;
    color: var(--text-primary);
}

.we-have-it-all-carousel .product-suite-content-item {
    min-height: 438px;
    transition: all 0.3s ease;
}

.we-have-it-all-carousel .product-suite-content-item:hover {
    scale: 1.05;
}

.we-have-it-all-carousel .product-suite-content-item .product-suite-content-item-icon-title svg {
    transition: all 0.3s ease;
}

.we-have-it-all-carousel .product-suite-content-item:hover .product-suite-content-item-icon-title svg {
    visibility: hidden;
    opacity: 0;
}

.product-suite-content-item-icon-title {
    display: flex;
    align-items: flex-end;
}

.we-have-it-all-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 60px;
}

.we-have-it-all-nav-btn {
    width: 77px;
    height: 55px;
    border-radius: 50px;
    border: 1.4px solid #1181D0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.we-have-it-all-nav-btn svg path {
    fill: #1181D0;
    transition: fill 0.2s ease;
}

.we-have-it-all-nav-btn:hover {
    border-color: #CBE9FF;
}

.we-have-it-all-nav-btn:hover svg path {
    fill: #CBE9FF;
}

.we-have-it-all-carousel .product-suite-content-item-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: #D1D5DB;
    margin-top: 30px;
}

.case-studies-card-link {
    text-decoration: none;
}

/* Product Suite Carousel Navigation */
.product-suite-carousel-nav {
    display: flex;
    gap: 22px;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 60px;
}

.product-suite-carousel-nav-btn {
    width: 77px;
    height: 55px;
    border-radius: 50px;
    border: 1.4px solid #1181D0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-suite-carousel-nav-btn svg path {
    fill: #1181D0;
    transition: fill 0.2s ease;
}

.product-suite-carousel-nav-btn:hover {
    border-color: #CBE9FF;
}

.product-suite-carousel-nav-btn svg {
    width: 28px;
    height: 23px;
}