/* ============================================
   RESPONSIVE STYLES FOR SERVICES PAGE
   Mobile-first approach with breakpoints:
   - Mobile: max-width: 767px
   - Tablet: 768px - 991px
   - Desktop: 992px+
   ============================================ */

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */

@media (min-width: 768px) and (max-width: 991px) {

    /* Services Hero Section */
    .services-hero-section {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .services-hero-content-container {
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 16px 16px 0 0;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.5px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 24px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-subtitle {
        font-size: 22px;
        line-height: 28px;
        margin-top: 16px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description-2 {
        font-size: 15px;
        line-height: 18px;
        margin-top: 24px;
    }

    .services-hero-buttons {
        gap: 16px;
        margin-top: 32px;
        flex-wrap: wrap;
    }

    .careers-hero-image {
        min-height: 300px;
        margin-top: 24px;
    }

    .services-trusted-section {
        margin-top: 60px;
    }

    /* Stats Section */
    .services-states-content-wrapper {
        margin-top: 40px;
    }

    .services-states-content {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(105, 223, 202, 0.3) transparent;
    }

    .services-states-content-item {
        min-width: 200px;
    }

    .services-states-content-item .stat-number {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .services-states-content-item .stat-label {
        font-size: 16px;
        line-height: 20px;
    }


    /* cloud solutions section */

    /* Product Suite Section */
    .product-suite-section {
        padding: 60px 0;
    }

    .product-suite-content-header {
        margin-bottom: 48px;
    }

    .product-suite-subtitle {
        font-size: 28px;
        line-height: 36px;
    }

    .product-suite-title {
        font-size: 36px;
        line-height: 44px;
    }

    .product-suite-content-item {
        min-height: 220px;
        padding: 20px;
    }

    /* Product Suite 2 Section (services-2.html) */
    .product-suite-section-2 {
        padding: 60px 0;
    }

    .product-suite-2-subtitle {
        font-size: 28px;
        line-height: 36px;
    }

    .product-suite-2-title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 12px;
    }

    .product-suite-tabs .nav-item {
        flex: unset;
    }

    .product-suite-2-content-header {
        margin-bottom: 48px;
    }

    /* Product Suite Tab Content Carousel */
    .product-suite-tab-content-carousel-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .product-suite-tab-content-carousel .owl-item {
        padding: 8px !important;
    }

    .product-suite-tab-content-carousel .owl-item.is-active {
        transform: scale(1.05);
    }

    /* Product Suite Tab Content Image Text Section */
    .product-suite-tab-content-image-text-section {
        flex-direction: column;
        margin-top: 32px;
    }

    .product-suite-tab-content-image-text-content {
        width: 100%;
        padding: 24px;
    }

    .product-suite-tab-content-image-text-image {
        width: 100%;
    }

    .product-suite-tab-content-image-text-title {
        font-size: 28px;
        line-height: 36px;
    }

    .product-suite-tab-content-image-text-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
    }

    .product-suite-tab-content-image-text-description {
        margin-top: 16px;
        font-size: 15px;
        line-height: 20px;
    }

    .tab-button-carousel {
        margin-top: 20px;
        padding: 10px 18px;
        font-size: 15px;
    }

    /* Features Grid */
    .features-grid {
        gap: 20px;
        margin-top: 40px;
    }

    .feature-card {
        min-width: calc(50% - 10px);
        min-height: 100px;
    }

    .feature-card .feature-icon-wrapper {
        width: 28px;
        height: 28px;
    }

    .feature-title {
        font-size: 16px;
        line-height: 20px;
    }

    .martin-t-80 {
        margin-top: 60px;
    }

    /* Product Suite Tab Content Key Card Section */
    .product-suite-tab-content-key-card-section {
        margin-top: 32px;
    }

    /* 
    .product-suite-tab-content-key-card-section .product-suite-content-item {
        margin-bottom: 20px;
    } */

    .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: hidden !important;
    }

    .product-suite-content-item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .product-suite-content-item-description {
        font-size: 15px;
        line-height: 18px;
    }

    /* Industry We Serve Section */
    .industry-we-serve-section {
        padding: 60px 0;
    }

    .industry-we-serve-content-header {
        margin-bottom: 40px;
    }

    .industry-we-serve-subtitle {
        font-size: 28px;
        line-height: 36px;
    }

    .industry-we-serve-title {
        font-size: 36px;
        line-height: 44px;
    }

    .industry-we-serve-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
    }

    /* Industry Carousel - Tablet Fix */
    .industry-we-serve-solutions-carousel {
        width: 100%;
        overflow: hidden;
    }

    .industry-we-serve-solutions-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .industry-we-serve-solutions-carousel .owl-stage {
        display: flex !important;
        align-items: stretch;
    }

    .industry-we-serve-solutions-carousel .owl-item {
        width: auto !important;
        float: none !important;
        display: flex;
        align-items: stretch;
    }

    .industry-we-serve-solutions-slider-item {
        padding: 0 4px;
        width: 100%;
        height: 100%;
    }

    .industry-we-serve-solutions-slider-item-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .industry-we-serve-solutions-slider-item-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .industry-we-serve-solutions-slider-item-content img {
        width: 100%;
        max-width: 380px;
        height: auto;
        border-radius: 10px;
        border: 5px solid #FFFFFF0F;
        aspect-ratio: 380/394;
        object-fit: cover;
    }

    .industry-we-serve-nav {
        margin-top: 40px;
        gap: 16px;
    }

    .industry-nav-btn {
        width: 65px;
        height: 48px;
    }

    .industry-nav-btn svg {
        width: 22px;
        height: auto;
    }

    /* Why Partner Section */
    .why-partner-with-us-section {
        padding: 60px 16px;
    }

    .why-partner-with-us-inner {
        padding-top: 48px;
    }

    .why-partner-with-us-title {
        font-size: 36px;
        line-height: 44px;
    }

    .why-partner-with-us-content-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 24px;
    }

    .why-partner-with-us-list-item {
        padding: 20px 0;
    }

    .why-partner-with-us-list-item-content p {
        font-size: 18px;
        line-height: 22px;
    }

    /* FAQ Section */
    .faq-section {
        padding: 60px 0 0;
    }

    .faq-content {
        padding: 40px 24px 16px;
    }

    .faq-title {
        font-size: 36px;
        line-height: 44px;
    }

    .faq-section .accordion-button {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 0;
    }

    .faq-section .accordion-body {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 20px 0;
    }
}

/* ============================================
   MOBILE STYLES (max-width: 991px)
   ============================================ */

@media (max-width: 991px) {

    /* Services Hero Section */
    .services-hero-section {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .services-hero-content-container {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 12px 12px 0 0;
    }

    .services-hero-section .careers-hero-content {
        max-width: 100%;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner h1 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.4px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner p,
    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.16px;
        margin-top: 20px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-subtitle {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
        margin-top: 12px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description-2 {
        font-size: 14px;
        line-height: 17px;
        margin-top: 20px;
    }

    .services-hero-buttons {
        gap: 12px;
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .services-trusted-section {
        margin-top: 40px;
    }

    .trusted-card {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        gap: 16px;
    }

    .services-trusted-section .trusted-card {
        padding-top: 0;

    }

    .services-hero-buttons .btn {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 16px;
        min-width: 120px;
    }

    .careers-hero-image {
        min-height: 250px;
        margin-top: 0;
    }

    .careers-hero-image img {
        margin-top: 24px;
        border-radius: 12px;
    }

    /* Stats Section */
    .services-trusted-section {
        margin-top: 60px;
    }

    /* .services-states-content-wrapper {
        margin-top: 32px;
    } */

    .services-states-content {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(105, 223, 202, 0.3) transparent;
        gap: 16px;
    }

    .services-states-content-item {
        min-width: 180px;
        padding: 12px 0 24px 16px;
    }

    .services-states-content-item .stat-number {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .services-states-content-item .stat-label {
        font-size: 14px;
        line-height: 18px;
    }

    /* Product Suite Section */
    .product-suite-section,
    .product-suite-section-2 {
        padding: 48px 0;
    }

    .product-suite-content-header {
        margin-bottom: 32px;
    }

    .product-suite-subtitle,
    .product-suite-2-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .product-suite-title,
    .product-suite-2-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .product-suite-section .col-md-4 {
        padding-bottom: 16px !important;
    }

    .product-suite-content-item {
        min-height: 200px;
        padding: 20px;
        gap: 16px;
    }

    .product-suite-content-item-icon img {
        width: 28px;
        height: 28px;
    }

    .product-suite-content-item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .product-suite-content-item-description {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }

    /* Mobile: Active card state (initially first card, then on touch) */
    .product-suite-content-item.mobile-active::after {
        opacity: 1 !important;
    }

    .product-suite-content-item.mobile-active .product-suite-content-item-description {
        opacity: 1 !important;
        max-height: 200px !important;
        margin-top: 12px !important;
    }

    /* Mobile: Add cursor pointer to indicate clickable */
    .product-suite-content-item {
        cursor: pointer;
    }

    /* Mobile: First card default active state (CSS-only fallback) */
    /* Only for services.php - not for services-2.php key-card-section */
    .product-suite-content .col-12:first-of-type .product-suite-content-item::after,
    .product-suite-content .padding-b-24:first-child .product-suite-content-item::after {
        opacity: 1;
    }

    .product-suite-content .col-12:first-of-type .product-suite-content-item .product-suite-content-item-description,
    .product-suite-content .padding-b-24:first-child .product-suite-content-item .product-suite-content-item-description {
        opacity: 1;
        max-height: 200px;
        margin-top: 12px;
    }

    /* Product Suite Tab Content Carousel (services-2.html) */
    .product-suite-tab-content-carousel-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .product-suite-tab-content-carousel .owl-item {
        padding: 6px !important;
    }

    .product-suite-tab-content-carousel .owl-item.is-active {
        transform: scale(1);
    }

    /* Product Suite Tab Content Image Text Section (services-2.html) */
    .product-suite-tab-content-image-text-section {
        flex-direction: column;
        margin-top: 24px;
        border-radius: 8px;
    }

    .product-suite-tab-content-image-text-content {
        width: 100%;
        padding: 20px;
    }

    .product-suite-tab-content-image-text-image {
        width: 100%;
    }

    .product-suite-tab-content-image-text-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-suite-tab-content-image-text-subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .product-suite-tab-content-image-text-description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 18px;
    }

    .product-suite-tab-content-image-text-description ul {
        padding-left: 20px;
    }

    .product-suite-tab-content-image-text-description ul li {
        margin-bottom: 8px;
    }

    .tab-button-carousel {
        margin-top: 16px;
        padding: 8px 16px;
        font-size: 14px;
        min-height: unset;
    }

    /* Features Grid (services-2.html) */
    .features-grid {
        gap: 16px;
        margin-top: 32px;
    }

    .feature-card {
        min-width: 100%;
        min-height: 80px;
    }

    .feature-card .feature-icon-wrapper {
        width: 24px;
        height: 24px;
    }

    .feature-content {
        padding-left: 32px;
    }

    .feature-title {
        font-size: 14px;
        line-height: 18px;
    }

    .martin-t-80 {
        margin-top: 48px;
    }

    /* Product Suite Tab Content Key Card Section (services-2.html) */
    .product-suite-tab-content-key-card-section {
        margin-top: 24px;
    }

    /*     .product-suite-tab-content-key-card-section .product-suite-content-item {
        margin-bottom: 16px;
    } */

    .product-suite-tab-content-key-card-section .col-md-6.padding-b-24 {
        padding-bottom: 24px !important;
    }

    .product-suite-tab-content-key-card-section .product-suite-content-item-description ul {
        padding-left: 20px;
    }

    .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: hidden !important;
    }

    /* Product Suite Tabs */
    .product-suite-tabs {
        flex-direction: column;
        gap: 0;
    }

    .product-suite-tabs .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 16px;
        height: auto;
        justify-content: flex-start;
        gap: 12px;
    }

    .product-suite-tabs .nav-link .tab-icon-wrapper,
    .product-suite-tabs .nav-link .tab-icon-active,
    .product-suite-tabs .nav-link .tab-icon-default {
        width: 24px;
        height: 24px;
    }

    .product-suite-tab-content {
        margin-top: 32px;
    }

    .product-suite-tab-content-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-suite-tab-content-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
    }

    .product-suite-tab-content-image-section {
        height: 300px;
        max-height: 300px;
        margin-top: 24px;
    }

    .product-suite-tab-content-image-wrapper {
        max-height: 300px;
    }

    .product-suite-tab-content-image-section img {
        max-height: 300px;
        border-radius: 8px;
        border: 4px solid #FFFFFF0F;
    }

    .product-suite-tab-content-key-card-section {
        margin-top: 24px;
    }

    .martin-t-80 {
        margin-top: 48px;
    }

    .product-suite-tab-content-carousel-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }

    /* Industry We Serve Section */
    .industry-we-serve-section {
        padding: 48px 0;
    }

    .industry-we-serve-content-header {
        margin-bottom: 32px;
    }

    .industry-we-serve-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .industry-we-serve-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .industry-we-serve-description {
        font-size: 15px;
        line-height: 19px;
        margin-top: 16px;
    }

    /* Industry Carousel - Mobile Fix */
    .industry-we-serve-solutions-carousel {
        width: 100%;
        overflow: hidden;
    }

    .industry-we-serve-solutions-carousel .owl-stage-outer {
        overflow: hidden;
        padding: 12px 0;
    }

    .industry-we-serve-solutions-carousel .owl-stage {
        display: flex !important;
        align-items: stretch;
    }

    .industry-we-serve-solutions-carousel .owl-item {
        width: 100% !important;
        max-width: 100%;
        float: none !important;
        display: flex;
        align-items: stretch;
    }

    .industry-we-serve-solutions-slider-item {
        padding: 0 4px;
        width: 100%;
        height: 100%;
    }

    .industry-we-serve-solutions-slider-item-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .industry-we-serve-solutions-slider-item-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .industry-we-serve-solutions-slider-item-content img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        border: 4px solid #FFFFFF0F;
        aspect-ratio: 380/394;
        object-fit: cover;
    }

    .industry-we-serve-nav {
        margin-top: 32px;
        gap: 16px;
    }

    .industry-nav-btn {
        width: 60px;
        height: 45px;
    }

    .industry-nav-btn svg {
        width: 20px;
        height: auto;
    }

    /* Why Partner Section */
    .why-partner-with-us-section {
        padding: 48px 16px;
    }

    .why-partner-with-us-inner {
        padding-top: 32px;
    }

    .why-partner-with-us-content-header {
        max-width: 100%;
    }

    .why-partner-with-us-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
    }

    .why-partner-with-us-content-description {
        font-size: 15px;
        line-height: 19px;
        margin-top: 20px;
    }

    .why-partner-with-us-list {
        padding-top: 24px;
    }

    .why-partner-with-us-list-item {
        padding: 16px 0;
        gap: 16px;
    }

    .why-partner-with-us-list-item-icon {
        width: 24px;
        height: 24px;
    }

    .why-partner-with-us-list-item-content {
        width: calc(100% - 40px);
    }

    .why-partner-with-us-list-item-content p {
        font-size: 16px;
        line-height: 20px;
    }

    /* FAQ Section */
    .faq-section {
        padding: 48px 0 0;
    }

    .faq-content {
        padding: 32px 16px 12px;
        border-radius: 8px;
    }

    .faq-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
    }

    .faq-section .accordion {
        margin-top: 20px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 0;
        gap: 12px;
    }

    .faq-section .accordion-button:not(.collapsed) {
        padding-bottom: 12px;
    }

    .faq-section .accordion-chevron {
        width: 20px;
        height: 20px;
    }

    .faq-section .accordion-body {
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 16px 0;
    }

    /* Vertical Card Opening Section - Mobile Accordion Style */
    .vartical-card-opening-section {
        padding: 48px 16px;
    }

    .vartical-card-opening-section-content-heading {
        padding: 0;
        margin-bottom: 32px;
    }

    .vartical-card-opening-section-content-heading-subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .vartical-card-opening-section-content-heading-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 8px;
    }

    .vartical-card-opening-section-content-cards {
        flex-direction: column;
        gap: 16px;
        margin-top: 0;
    }

    .vartical-card-opening-section-content-card {
        min-height: auto;
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        flex: none !important;
        padding: 20px !important;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }

    .vartical-card-opening-section-content-card-image {
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        height: auto !important;
        width: 100%;
    }

    .vartical-card-opening-section-content-card-image img {
        width: 24px !important;
        height: 24px !important;
        flex-shrink: 0;
        order: 2;
    }

    .vartical-card-opening-section-content-card-content-title-none-extended {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        width: auto !important;
        height: auto !important;
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 600;
        color: #112954;
        flex: 1;
        order: 1;
        opacity: 1 !important;
        transform: none !important;
    }

    .vartical-card-opening-section-content-card.extended-card .vartical-card-opening-section-content-card-content-title-none-extended {
        display: none !important;
    }

    /* Content hidden by default on mobile - accordion style */
    .vartical-card-opening-section-content-card-content {
        display: none !important;
        opacity: 0;
        transform: translateY(-10px);
        width: 100%;
        margin-top: 16px;
        transition: all 0.3s ease;
    }

    /* Show content when card is extended/active */
    .vartical-card-opening-section-content-card.extended-card .vartical-card-opening-section-content-card-content {
        display: block !important;
        opacity: 1;
        transform: translateY(0);
    }

    .vartical-card-opening-section-content-card-content-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #112954;
        margin-bottom: 12px;
    }

    .vartical-card-opening-section-content-card-content-description {
        font-size: 14px;
        line-height: 20px;
        color: #374151;
        margin-top: 0;
    }

    .vartical-card-opening-section-content-card-content-description ul {
        margin-top: 12px;
        padding-left: 20px;
        list-style: disc;
    }

    .vartical-card-opening-section-content-card-content-description ul li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 18px;
        color: #374151;
    }

    /* Extended card behavior on mobile - accordion style */
    .vartical-card-opening-section-content-card.extended-card {
        flex: none !important;
        max-width: 100% !important;
        padding: 20px !important;
    }

    /* Ensure proper stacking on mobile */
    .vartical-card-opening-section-content-card * {
        max-width: 100%;
    }

    /* Case Studies Section */
    .case-studies-section {
        padding: 48px 0 24px 0;
    }

    .case-studies-content {
        margin-bottom: 32px;
    }

    .case-studies-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .case-studies-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .case-studies-description {
        font-size: 15px;
        line-height: 19px;
        margin-top: 16px;
    }

    .case-studies-section .col-md-6 {
        padding-bottom: 16px;
    }

    .case-studies-card {
        padding: 20px;
        border-radius: 12px;
        min-height: auto;
        height: 100%;
    }

    .case-studies-card-icon {
        height: 40px;
    }

    .case-studies-card-content-tags {
        gap: 6px;
        margin-bottom: 12px;
    }

    .case-studies-card-content-tag {
        font-size: 12px;
        line-height: 16px;
        padding: 4px 8px;
    }

    .case-studies-card-description {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .case-studies-card-read-more {
        font-size: 14px;
        line-height: 18px;
    }

    /* Clients Say Section */
    .clients-say-about-us-section {
        padding: 24px 0 48px 0;
    }

    .clients-say-about-us-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .clients-say-about-us-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .clients-say-about-us-content-carousel-wrapper {
        margin-top: 32px;
    }

    .clients-say-about-us-content-carousel {
        gap: 24px;
    }

    .clients-say-about-us-content-carousel-item-content {
        min-width: calc(50vw - 32px);
        min-height: auto;
        padding: 24px;
        border-radius: 12px;
        flex-direction: column;
        gap: 16px;
    }

    .clients-say-about-us-content-carousel-item-content-description {
        font-size: 16px;
        line-height: 20px;
    }

    .clients-say-about-us-content-carousel-item-content-footer img {
        height: 32px;
    }

    .clients-say-about-us-content-carousel-item-content-footer p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    /* Certifications Section */
    .certifications-section {
        padding: 48px 0;
    }

    .certifications-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .certifications-carousel-wrapper {
        margin-top: 32px;
    }

    .certifications-carousel {
        gap: 24px;
    }

    .certifications-carousel-item {
        height: 100px;
    }

    .certifications-carousel-item img {
        height: 100px;
    }

    /* Capabilities Section */
    .capabilities-section {
        padding: 48px 0;
    }

    .capabilities-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .capabilities-content .features-grid {
        margin-top: 32px;
    }

    .capabilities-content .feature-content {
        margin-top: 24px;
        height: calc(100% - 24px);
    }

    .capabilities-content .feature-title {
        font-size: 20px;
        line-height: 24px;
    }

    .capabilities-content .feature-description {
        font-size: 14px;
        line-height: 19px;
        margin-top: 12px;
    }

    .capabilities-content-aws {
        height: auto;
        min-height: 250px;
        margin-top: 48px;
        border-radius: 12px;
    }

    .capabilities-content-aws img {
        border-radius: 12px;
    }

    .capabilities-content-aws-content {
        padding: 24px;
    }

    .capabilities-content-aws-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .capabilities-content-aws .btn {
        margin-top: 16px;
    }

    /* We Have It All Section */
    .we-have-it-all-section {
        padding: 48px 0;
    }

    .we-have-it-all-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .we-have-it-all-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.4px;
        margin-top: 12px;
    }

    .we-have-it-all-carousel {
        margin-top: 32px;
    }

    .we-have-it-all-carousel .product-suite-content-item-title {
        font-size: 24px;
        line-height: 32px;
        width: calc(100% - 40px);
    }

    .we-have-it-all-carousel .product-suite-content-item {
        min-height: 300px;
    }

    .we-have-it-all-carousel .product-suite-content-item:hover {
        scale: 1;
    }

    .we-have-it-all-carousel .product-suite-content-item-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    /* Mobile: Active carousel item shows description (like services-2.php) */
    .we-have-it-all-carousel .owl-item.center .product-suite-content-item::after {
        opacity: 1 !important;
    }

    .we-have-it-all-carousel .owl-item.center .product-suite-content-item .product-suite-content-item-description {
        opacity: 1 !important;
        max-height: 300px !important;
        margin-top: 20px !important;
    }

    /* Non-center items should not show description */
    .we-have-it-all-carousel .owl-item:not(.center) .product-suite-content-item::after {
        opacity: 0 !important;
    }

    .we-have-it-all-carousel .owl-item:not(.center) .product-suite-content-item .product-suite-content-item-description {
        opacity: 0 !important;
        max-height: 0 !important;
        margin-top: 0 !important;
    }

    .we-have-it-all-carousel .product-suite-content-item .product-suite-content-item-icon-title svg {
        width: 30px;
        height: 30px;
    }

    .we-have-it-all-nav {
        margin-top: 32px;
        gap: 16px;
    }

    .we-have-it-all-nav-btn {
        width: 60px;
        height: 45px;
    }

    .we-have-it-all-nav-btn svg {
        width: 20px;
        height: auto;
    }

    /* Product Suite Carousel Navigation - Mobile (767px) */
    .product-suite-carousel-nav {
        margin-top: 40px;
        gap: 16px;
    }

    .product-suite-carousel-nav-btn {
        width: 65px;
        height: 48px;
    }

    .product-suite-carousel-nav-btn svg {
        width: 22px;
        height: auto;
    }

    /* Product Suite Image Text Section */
    .product-suite-tab-content-image-text-section {
        flex-direction: column;
        gap: 0;
        margin-top: 24px;
        border-radius: 8px;
    }

    .product-suite-tab-content-image-text-content {
        width: 100%;
        padding: 24px;
    }

    .product-suite-tab-content-image-text-image {
        width: 100%;
    }

    .product-suite-tab-content-image-text-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-suite-tab-content-image-text-subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .product-suite-tab-content-image-text-description {
        font-size: 14px;
        line-height: 19px;
        margin-top: 16px;
    }

    .tab-button-carousel {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .clients-say-about-us-content-carousel-item-content {
        min-width: calc(100vw - 32px);
    }

    .desktop-image {
        display: none !important;
    }

    .mobile-image {
        display: block !important;
    }

    .product-suite-tab-content-image-wrapper,
    .product-suite-tab-content-image-section,
    .product-suite-tab-content-image-section img {
        max-height: unset;
        height: auto;
    }

    /* Product Suite Carousel Navigation - Smaller Mobile */
    .product-suite-carousel-nav {
        margin-top: 32px;
        gap: 16px;
    }

    .product-suite-carousel-nav-btn {
        width: 60px;
        height: 45px;
    }

    .product-suite-carousel-nav-btn svg {
        width: 20px;
        height: auto;
    }

    .industry-we-serve-solutions-slider-item-title.height-64 {
        min-height: 44px;
    }

    .industry-we-serve-solutions-slider-item-image-container img {
        border: none;
    }

    .industry-we-serve-solutions-slider-item-image-container-overlay {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
        opacity: 1;
        transform: unset;
        padding: 14px;
    }

    .industry-we-serve-solutions-slider-item-image-container-overlay-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 0;
    }

    .product-suite-content-item.conversational_ai_2 {
        flex-direction: column;
    }
}

/* ============================================
   VERY SMALL MOBILE (max-width: 375px)
   ============================================ */

@media (max-width: 375px) {
    .services-hero-section {
        padding-top: 16px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .services-hero-section .careers-hero-content .services-hero-content-inner p,
    .services-hero-section .careers-hero-content .services-hero-content-inner .services-hero-description {
        font-size: 15px;
        line-height: 19px;
    }

    .services-states-content-item {
        min-width: 160px;
    }

    .product-suite-title,
    .product-suite-2-title {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ============================================
   LANDSCAPE MOBILE (max-height: 500px)
   ============================================ */

@media (max-height: 500px) and (orientation: landscape) {
    .services-hero-section {
        padding-top: 16px;
    }

    .services-hero-content-container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .careers-hero-image {
        min-height: 200px;
    }

    .product-suite-section,
    .product-suite-section-2,
    .industry-we-serve-section,
    .why-partner-with-us-section,
    .faq-section {
        padding: 40px 0;
    }
}