/* TABLET RESPONSIVE */

@media (max-width: 991px) {

   #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #fff;
    }

    .experion-header-wrapper .contactus,
    .experion-header-wrapper .locations {
        display: none;
    }

    .header-logo-sec img {
        width: 150px;
    }

    .experion-banner-wrapper,
    .experion-banner-wrapper .banner-slide-item {
        height: auto;
        min-height: 60vh;
    }

    .experion-banner-wrapper .banner-content-container {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .experion-banner-wrapper .banner-title {
        font-size: 46px;
        line-height: 58px;
        max-width: 90%;
    }

    .experion-banner-wrapper .nav-label-text {
        display: none;
    }

    .experion-banner-wrapper .banner-nav-labels-row {
        margin-bottom: 40px;
        gap: 15px;
    }

    .experion-banner-wrapper .banner-footer-cards {
        position: relative;
        bottom: 0;
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .experion-banner-wrapper .f-card {
        height: 140px;
        padding: 20px;
    }

    .experion-banner-wrapper .f-text {
        font-size: 15px;
    }

    .experion-outcome-wrapper {
        padding: 60px 0;
    }

    .experion-outcome-wrapper .outcome-main-title {
        font-size: 48px;
        line-height: 56px;
    }

    .experion-outcome-wrapper .awards-right-grid {
        padding: 0;
        margin-top: 50px;
    }

    .experion-outcome-wrapper .awards-intro-text {
        max-width: 100%;
        font-size: 22px;
    }

    .experion-enterprise-wrapper {
        padding: 60px 0;
    }

    .experion-enterprise-wrapper .enterprise-title {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .experion-enterprise-wrapper .stat-number,
    .experion-enterprise-wrapper .stat-suffix {
        font-size: 42px;
    }

    .experion-enterprise-wrapper .feature-card img {
        height: 220px;
    }

    .experion-enterprise-wrapper .enterprise-client-slider-row {
        padding-top: 40px;
    }

    .experion-partners-wrapper {
        padding: 60px 0;
    }

    .experion-partners-wrapper .partners-heading {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 35px;
    }

    .experion-partners-wrapper .partners-pill-tags {
        gap: 12px;
    }

    .experion-resource-section .resource-title {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -1px;
    }

    .experion-case-study-wrapper .case-study-main-title {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .experion-case-study-wrapper .case-study-nav-box {
        display: none;  
    }

    .experion-career-wrapper .career-main-heading {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .experion-contact-wrapper .experion-title {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -1.5px;
    }

    .experion-footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }

    .experion-footer-brand {
        flex: 1 1 100%;  
        margin-bottom: 30px;
    }

    .experion-footer-links {
        display: flex;  
        flex: 3;
        flex-direction: row;  
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .experion-footer-column {
        flex: 1 1 40%; 
        margin-bottom: 25px;
    }

    .experion-footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #eee;   
        padding-top: 20px;
    }

    .experion-footer-legal {
        width: auto;
        justify-content: flex-end;
    }

    .experion-footer-legal a {
        color: #fff;
        text-decoration: none;
        margin-left: 10px;
    }
}

/* MOBILE RESPONSIVE */

@media (max-width: 767px) {

    .experion-header-wrapper .contactus,
    .experion-header-wrapper .locations {
        display: none;
    }

    .experion-banner-wrapper,
    .experion-banner-wrapper .banner-slide-item {
        height: auto;
        min-height: 110vh;
        display: block !important;
    }

    .experion-banner-wrapper .banner-bg-container video {
        object-position: 70% 50%;
        transform: rotate(180deg);
    }
    
    .experion-banner-wrapper .banner-img-bg {
        background-position: 70% 50%;
    }
    .experion-banner-wrapper .banner-dark-overlay {
        background: linear-gradient(0deg, rgb(0 0 0 / 48%) 20%, rgba(0, 0, 0, 0.4) 100%);
    }

    .experion-banner-wrapper .banner-content-container {
        padding-top: 240px;
        padding-bottom: 20px;
    }

    .experion-banner-wrapper .banner-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .experion-banner-wrapper .banner-description {
        font-size: 14px;
        line-height: 22px;
    }

    .experion-banner-wrapper .banner-nav-labels-row {
        margin-bottom: 30px;
        gap: 8px;
    }

    .experion-banner-wrapper .nav-progress-track {
        height: 3px;
    }

    .experion-banner-wrapper .btn-conversation {
        width: 100%;
        justify-content: space-between;
        padding: 16px 20px;
        font-size: 15px;
    }

    .experion-banner-wrapper .banner-footer-cards .row {
        flex-direction: column;
        gap: 12px;
    }

    .experion-banner-wrapper .f-card {
        height: auto;
        padding: 15px 20px;
        display: grid;
        grid-template-areas: 
            "tag arrow"
            "text arrow";
        grid-template-columns: 1fr 30px;
        align-items: center;
    }

    .experion-banner-wrapper .f-tag {
        grid-area: tag;
        margin-bottom: 4px;
    }

    .experion-banner-wrapper .f-text {
        grid-area: text;
        font-size: 14px;
        line-height: 1.3;
    }

    .experion-banner-wrapper .f-arrow {
        grid-area: arrow;
        justify-self: end;
        font-size: 18px;
    }

    .experion-outcome-wrapper {
        padding: 50px 0;
    }

    .experion-outcome-wrapper .outcome-main-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .experion-outcome-wrapper .outcome-lead-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .experion-outcome-wrapper .outcome-feature-list li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .experion-outcome-wrapper .outcome-feature-list li::before {
        font-size: 24px;
        top: -1px;
    }

    .experion-outcome-wrapper .awards-right-grid {
        margin-top: 40px;
    }

    .experion-outcome-wrapper .awards-intro-text {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .experion-outcome-wrapper .awards-items-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .experion-outcome-wrapper .award-single-box {
        min-height: 150px;
        padding: 15px;
    }

    .experion-outcome-wrapper .award-logo {
        max-width: 100px;
        max-height: 70px;
    }

    .experion-outcome-wrapper .award-name {
        font-size: 14px;
    }

    .experion-outcome-wrapper .view-all-link {
        font-size: 18px;
        justify-content: center;
        padding: 10px 0;
    }

    .experion-enterprise-wrapper {
        padding: 50px 0;
    }

    .experion-enterprise-wrapper .enterprise-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .experion-enterprise-wrapper .enterprise-stats-grid {
        margin-bottom: 20px;
    }

    .experion-enterprise-wrapper .stat-number,
    .experion-enterprise-wrapper .stat-suffix {
        font-size: 36px;
    }

    .experion-enterprise-wrapper .stat-label {
        font-size: 14px;
        line-height: 18px;
    }

    .experion-enterprise-wrapper .feature-card {
        margin-top: 20px;
    }

    .experion-enterprise-wrapper .feature-card img {
        height: 180px;
        margin-bottom: 10px;
    }

    .experion-enterprise-wrapper .feature-card p {
        font-size: 18px;
        line-height: 1.4;
    }

    .experion-enterprise-wrapper .client-logo-item {
        padding: 0 15px;
    }

    .experion-enterprise-wrapper .client-logo-item img {
        max-width: 160px;
    }
    
    .experion-partners-wrapper {
        padding: 50px 0;
    }

    .experion-partners-wrapper .partners-sub-label {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .experion-partners-wrapper .partners-heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    /* Gradient effect for specific words if needed */
    .experion-partners-wrapper .partners-heading span.gradient-text {
        background: linear-gradient(90deg, #6a8cff, #b67dff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .experion-partners-wrapper .partners-pill-tags {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .experion-partners-wrapper .pill-item {
        width: auto;
        padding: 12px 20px;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
    }

    .experion-partners-wrapper .partners-info-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .experion-partners-wrapper .partners-marquee-container {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: flex-start;
    }

    .experion-partners-wrapper .marquee-item img {
        max-width: 110px;
        height: auto;
    }

    .experion-partners-wrapper .partners-image-overlay {
        top: -70px;
        right: 0px;
        width: 100%;
        height: 100%;
        left: 60px;
    }

    .experion-partners-wrapper .partners-bg-glow {
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at bottom left, rgba(148, 61, 188, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
    }

    .experion-partners-wrapper .partners-image-overlay img {
        width: 140%;
    }

    .resource-mobile-footer {
        display: flex;  
    }

    .experion-resource-section {
        padding: 50px 0;
    }

    .experion-resource-section .resource-slider-container {
        padding-left: 20px;
    }

    .experion-resource-section .resource-filters {
        margin-bottom: 30px;
    }

    .experion-resource-section .resource-filter-item {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px 18px;
        font-size: 14px;
    }

    .experion-resource-section .resource-card {
        height: 380px;
    }

    .experion-resource-section .resource-card-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .experion-resource-section .resource-slide {
        padding-right: 10px;
    }

    .experion-case-study-wrapper {
        padding: 60px 0;
    }

    .experion-case-study-wrapper .case-study-main-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .experion-case-study-wrapper .case-study-slider {
        margin: 0;  
    }

    .experion-case-study-wrapper .case-study-card {
        padding: 0;
        margin-bottom: 25px;
    }

    .experion-case-study-wrapper .card-inner {
        padding: 20px;
        background-color: #121212;  
    }

    .experion-case-study-wrapper .card-image img {
        height: 220px;
        border-radius: 4px;
    }

    .experion-case-study-wrapper .card-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .experion-case-study-wrapper .card-list ul li {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }

    .experion-case-study-wrapper .read-more {
        font-size: 16px;
    }

    .case-study-mobile-footer {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .case-study-mobile-footer .view-all-btn {
        width: auto;
        border-radius: 10px;  
        padding: 12px 25px;
        font-size: 16px;
    }

    .experion-career-wrapper {
        padding: 60px 0;
    }

    .experion-career-wrapper .career-text-block {
        padding-left: 0;
        margin-top: 30px;
    }

    .experion-career-wrapper .career-main-image {
        height: auto;
        aspect-ratio: 16 / 10;
        border-radius: 4px;
    }

    .experion-career-wrapper .career-intro-label {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .experion-career-wrapper .career-feature-list li {
        font-size: 16px;
        margin-bottom: 12px;
        padding-left: 20px;
        position: relative;
    }

    .experion-career-wrapper .career-feature-list li::before {
        width: 6px;
        height: 6px;
        margin-top: 8px;
        margin-right: 0;
        position: absolute;
        left: 0;
    }

    .experion-career-wrapper .career-cta-heading {
        font-size: 26px;
        line-height: 1.3;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .experion-career-wrapper .career-list-btn {
        background-color: #ffffff;
        color: #000000;
        padding: 14px 28px;
        border-radius: 10px;  
        font-size: 16px;
        width: auto;
        display: inline-flex;
    }

    .experion-contact-wrapper {
        background-color: #fff;  
        position: relative;
    }

    
    .experion-contact-wrapper .col-lg-6:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .experion-contact-wrapper .col-lg-6:first-child {
        position: relative;
        z-index: 2;  
    }

    .experion-contact-wrapper .contact-left-content {
        padding: 60px 20px;
    }

    .experion-contact-wrapper .experion-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .experion-contact-wrapper .experion-description {
        font-size: 18px;
        line-height: 1.4;
        color: #000;
        margin-bottom: 30px;
        font-weight: 400;  
    }

    .experion-contact-wrapper .experion-btn {
        width: 100%;  
        justify-content: space-between;
        padding: 15px 25px;
        border-radius: 12px;
    }

    .experion-contact-wrapper .experion-visual-grid {
       min-height: 100%;
        opacity: 0.9;
        left: 100px;
    }
    
    
    .experion-contact-wrapper .experion-bar {
        border-right: 0px solid rgba(0,0,0,0.05);
    }

    .experion-footer-links {
        flex: 3;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .experion-footer {
        padding: 40px 10px 20px 10px;
    }

    .experion-footer-container {
        display: block;
        padding-bottom: 20px;
    }

    .experion-footer-brand {
        margin-bottom: 40px;
    }

    .experion-footer-brand img {
        max-width: 150px;
    }

    .experion-footer-links {
        display: block;
    }

    .experion-footer-column {
        margin-bottom: 35px;
    }

    .experion-footer-column h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .experion-footer-column ul li a {
        font-size: 18px;
    }

    .experion-footer-bottom {
        display: block;
        padding-top: 25px;
    }

    .experion-footer-copyright {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .experion-footer-legal {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 0;
        justify-content: flex-start;
    }

    .experion-footer-legal a {
        font-size: 14px;
        margin-left: 0;
        white-space: nowrap;
    }

    .experion-footer-legal a:not(:first-child) {
        margin-left: 15px;
    }

}

 

@media (min-width: 1400px) {
    .experion-banner-wrapper {
        height: 90vh;
    }

    .experion-banner-wrapper .banner-slide-item {
        height: 90vh;
    }
}

@media (min-width: 1800px) {
    .experion-banner-wrapper {
        height: 90vh;
    }

    .experion-banner-wrapper .banner-slide-item {
        height: 90vh;
    }
}

@media (min-width: 2500px) {
    .experion-banner-wrapper {
        height: 80vh;
    }

    .experion-banner-wrapper .banner-slide-item {
        height: 80vh;
    }
}
 


/* service section mobile view */

@media (max-width: 1100px) {
    .experion-service-wrapper-desktop {
        display: none !important;
    }

    .experion-service-wrapper-mobile {
        display: block !important;
        background-color: #000;
        padding: 50px 0;
        color: #fff;
    }

    .experion-service-wrapper-mobile .service-header-area {
        margin-bottom: 30px;
    }

    .experion-service-wrapper-mobile .service-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    .experion-service-wrapper-mobile .service-heading {
        font-size: 38px;
        line-height: 1.3;
        font-weight: 500;
        margin: 0;
    }

    .experion-service-wrapper-mobile .mobile-accordion-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .experion-service-wrapper-mobile .mobile-accordion-item {
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

    .experion-service-wrapper-mobile .accordion-header {
        height: 85px;
        position: relative;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        z-index: 10;
    }

    .experion-service-wrapper-mobile .header-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .experion-service-wrapper-mobile .header-content {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
        height: 100%;
        pointer-events: none;
    }

    .experion-service-wrapper-mobile .mob-number {
        font-size: 20px;
        opacity: 0.6;
        margin-right: 15px;
        font-weight: 300;
    }

    .experion-service-wrapper-mobile .mob-title {
        font-size: 19px;
        margin: 0;
        flex-grow: 1;
        font-weight: 600;
    }

    .experion-service-wrapper-mobile .accordion-content {
        background-color: var(--accent-mob);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .experion-service-wrapper-mobile .mobile-accordion-item.is-active .accordion-content {
        max-height: 1200px;
    }

    .experion-service-wrapper-mobile .content-inner {
        padding: 30px 20px;
    }

    .experion-service-wrapper-mobile .mob-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .experion-service-wrapper-mobile .mob-description ul {
        list-style: none;
        padding: 0;
        margin: 15px 0;
    }

    .experion-service-wrapper-mobile .mob-description li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .experion-service-wrapper-mobile .mob-description li::before {
        content: "•";
        position: absolute;
        left: 0;
    }

    .experion-service-wrapper-mobile .mob-readmore {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        margin-top: 20px;
        font-weight: 500;
        padding-bottom: 4px;
    }
}

@media (min-width: 1101px) {
    .experion-service-wrapper-mobile {
        display: none !important;
    }
}

/* service section mobile view */