/* Common CSS for mobile View */
body {
    font-family: "Epilogue-400" !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

/* Outfit Font Start Here */
@font-face {
    font-family: 'Outfit-700';
    src: url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-800';
    src: url('../fonts/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-500';
    src: url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-400';
    src: url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-600';
    src: url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Open-Sans Font Start Here */
@font-face {
    font-family: 'Open-Sans-400';
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-500';
    src: url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-600';
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-700';
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Epilogue Font Start Here */
@font-face {
    font-family: 'Epilogue-400';
    src: url('../fonts/Epilogue-Regular.woff') format('woff'),
        url('../fonts/Epilogue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue-500';
    src: url('../fonts/Epilogue-Medium.woff') format('woff'),
        url('../fonts/Epilogue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue-600';
    src: url('../fonts/Epilogue-SemiBold.woff') format('woff'),
        url('../fonts/Epilogue-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue-700';
    src: url('../fonts/Epilogue-Bold.woff') format('woff'),
        url('../fonts/Epilogue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Epilogue-800';
    src: url('../fonts/Epilogue-ExtraBold.woff') format('woff'),
        url('../fonts/Epilogue-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* KoorkinW04 Font Start Here */
@font-face {
    font-family: 'KoorkinW04-700';
    src: url('../fonts/KoorkinW04-Bold.woff') format('woff'),
        url('../fonts/KoorkinW04-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Goldplay-Alt Font Start Here */
@font-face {
    font-family: "Goldplay-Alt-400";
    src: url("../fonts/GoldplayAlt-Regular.woff") format("woff"), url("../font/GoldplayAlt-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-500";
    src: url("../fonts/GoldplayAlt-Medium.woff") format("woff"), url("../font/GoldplayAlt-Medium.woff2") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-600";
    src: url("../fonts/GoldplayAlt-SemiBold.woff") format("woff"), url("../fonts/GoldplayAlt-SemiBold.woff2") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-700";
    src: url("../fonts/GoldplayAlt-Bold.woff") format("woff"), url("../fonts/GoldplayAlt-Bold.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Common Style Start Here  */

.wrapper {
    margin: 0 auto !important;
}

.custom-container {
    padding: 0 140px;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.middle-content-wrap {
    padding-top: 140px;
}

.common-btn {
    border: none;
    border-radius: 29.44px;
    min-width: 200px;
    height: 57px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Epilogue-500';
    transition: all 400ms linear;
    background-color: #2087F0;
    border: 0.87px solid #2087F0;
    cursor: pointer;
}

.common-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.common-btn:hover svg path {
    fill: #FFFFFF;
}

.heading {
    font-size: 40px;
    font-family: "Goldplay-Alt-700";
    letter-spacing: 2px;
    color: #ffffff;
}

.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

/* Common Style Start Here  */

/*   Mastering Success Section Css Start Here  */

.mastering-success-section {
    background-color: #08080c;
    position: relative;
    background: #09B265;
    background-position: top;
    padding: 100px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}

.mastering-success-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.mastering-success-header-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.mastering-success-header-left .agroforestry-gradient-text {
    color: #004425;
}

.mastering-success-heading {
    font-size: 70px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Epilogue-500';
    color: white;


}

.mastering-success-header-left .mastering-success-subtitle {
    font-size: 30px;
    line-height: 45px;
}

.mastering-success-heading .uturnz-gradient-text {
    color: black
}

.mastering-success-heading .mastering-success-subtitle {
    font-family: 'Epilogue-400';
    font-size: 30px;
    line-height: 44px;
    color: #e0e0e0;
    margin: 0;
}

.mastering-success-header-right {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    justify-content: flex-end;
}

.uturnz-process-mockup-img {
    max-width: 100%;
    height: auto;
    transform: scale(1.1);
    transform-origin: right center;
}

/* Tab Navigation */
.mastering-success-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.mastering-success-tab {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 31px;
    padding: 15px 40px 12px 40px;
    color: #ffffff;
    font-family: 'Epilogue-500';
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mastering-success-tab:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mastering-success-tab.active {
    background: #004425;
    /* Purple active state */
    border-color: #004425;
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.4);
}

/* Tab Content Panels */
.mastering-success-panel {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    animation: uturnzFadeIn 0.5s ease forwards;
}

.mastering-success-panel.active {
    display: flex;
}

@keyframes uturnzFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mastering-success-panel-left {
    flex: 0 0 45%;
    max-width: 45%;
}

.mastering-success-panel-title {
    font-family: 'Epilogue-500';
    font-size: 48px;

    margin-bottom: 20px;
}

.mastering-success-panel-topics {
    font-family: 'Epilogue-400';
    font-size: 30px;
    color: white;
    line-height: 52px;
}

.mastering-success-panel-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.mastering-success-panel-desc {
    font-family: 'Epilogue-400';
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0;
}

/*   Mastering Success Section Css End  Here  */


/*  Client Testimonial Section Css Start Here */

.client-testimonial-section {
    background-color: #ffffff;
    padding: 80px 0 50px;
}

.client-testimonial-section-header {
    text-align: left;
    margin-bottom: 50px;
}

.client-testimonial-section-heading {
    font-family: 'Epilogue-600';
    font-size: 53px;
    color: #250119;
    line-height: 78px;
    margin-bottom: 20px;
}

.client-testimonial-section-highlight {
    color: #2851D3;
}

.client-testimonial-section-subheading {
    font-family: 'Epilogue-400';
    font-size: 20px;
    color: #434343;
    line-height: 28px;
    max-width: 1200px;
}

.client-testimonial-section-card {
    background-color: #1f232e;
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}

.client-testimonial-section-card-text {
    font-family: 'Epilogue-400';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
}

.client-testimonial-section-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sterkla-logo {
    display: flex
}

.sterkla-logo img {
    position: relative;
    top: -7px;
    margin-right: 10px;
    width: 40px;
}

.sterkla-logo {
    font-size: 20px;
    font-family: 'Epilogue-700';
    color: white;
}

.client-testimonial-section-card-author {
    font-family: 'Epilogue-600';
    font-size: 22px;
    line-height: 45px;
    color: #ffffff;
}

.client-testimonial-section-card-logo {
    height: 35px;
    width: auto !important;
    /* Overriding owl carousel 100% width default */
}

/* Owl Carousel Custom Navigation */
.client-testimonial-section-nav-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.client-testimonial-section-prev,
.client-testimonial-section-next {
    background: #1f232e !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    border: 1px solid #1f232e;
}

.client-testimonial-section-prev:hover,
.client-testimonial-section-next:hover {
    background: #ffffff !important;
    border-color: #2087F0;
}

/*  Client Testimonial Section Css End  Here */


/* --- 991px: Tablet - Stack columns vertically --- */
@media(max-width: 1800px) {
    .custom-container {
        padding: 0 120px;

    }

}

@media (max-width: 1720px) {
    .common-btn {
        height: 50px;
    }

    .mastering-success-heading {
        font-size: 60px;

    }

    .mastering-success-header-left .mastering-success-subtitle,
    .mastering-success-tab,
    .mastering-success-panel-topics {
        font-size: 24px;
        line-height: 52px;
    }

    .mastering-success-panel-title,
    .client-testimonial-section-heading {
        font-size: 40px;
    }

    .client-testimonial-section-card-author {
        font-size: 20px;
        line-height: 34px;
    }

    .client-testimonial-section-subheading {
        font-size: 18px;
        line-height: 32px;
    }

    .mastering-success-panel-desc,
    .client-testimonial-section-card-text {
        font-size: 16px;
        line-height: 28px;

    }

    .mastering-success-section {

        padding: 80px 0;

    }
}

@media(max-width: 1680px) {
    .custom-container {
        padding: 0 100px;

    }

    .mastering-success-heading {
        font-size: 55px;
    }

    .mastering-success-header-left .mastering-success-subtitle,
    .mastering-success-tab,
    .mastering-success-panel-topics {
        font-size: 22px;
        line-height: 32px;
    }

    .mastering-success-panel-title,
    .client-testimonial-section-heading {
        font-size: 38px;
        line-height: 50px;
    }

    .mastering-success-section {

        padding: 75px 0;

    }
}

@media(max-width: 1480px) {
    .custom-container {
        padding: 0 80px;

    }

    .mastering-success-section {

        padding: 70px 0;

    }

    .mastering-success-heading {
        font-size: 45px;
    }

    .mastering-success-tab {
        padding: 10px 40px 9px 40px;

    }

    .mastering-success-header-left .mastering-success-subtitle,
    .mastering-success-tab,
    .mastering-success-panel-topics {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 1380px) {
    .custom-container {
        padding: 0 75px;

    }
}

@media(max-width: 991px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .custom-container {
        padding: 0 20px;

    }

    /* Mastering Success Section */
    .mastering-success-section {
        padding: 80px 0;
    }

    .mastering-success-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0px;
    }

    .mastering-success-header-left,
    .mastering-success-header-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mastering-success-header-left {
        margin-bottom: 30px;
    }

    .mastering-success-header-right {
        justify-content: center;
    }

    .mastering-success-heading {
        font-size: 50px;
    }

    .mastering-success-subtitle {
        font-size: 24px;
    }

    .mastering-success-panel {
        flex-direction: column;
        gap: 20px;
    }

    .mastering-success-panel-left,
    .mastering-success-panel-right {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .mastering-success-panel-title {
        font-size: 38px;
    }

    /* Client Testimonial Section */
    .client-testimonial-section {
        padding: 60px 0 40px;
    }

    .client-testimonial-section-header {
        text-align: center;
    }

    .client-testimonial-section-heading {
        font-size: 36px;
    }

    .client-testimonial-section-subheading {
        margin: 0 auto;
    }
}

/* --- 767px: Mobile --- */
@media(max-width: 767px) {

    /* Mastering Success Section */
    .mastering-success-section {
        padding: 60px 0;
    }

    .mastering-success-heading {
        font-size: 30px;
        text-align: center;
    }

    .mastering-success-heading .mastering-success-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .mastering-success-tabs {
        display: flex;
        flex-wrap: nowrap;
        /* Important */
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mastering-success-tabs::-webkit-scrollbar {
        display: none;
    }

    .mastering-success-tabs .tab-item {
        flex: 0 0 auto;
        /* Important */
    }

    .mastering-success-tab {
        font-size: 18px;
        padding: 10px 20px;
    }

    .mastering-success-panel-title {
        font-size: 28px;
        line-height: 30px;
    }

    .mastering-success-panel-topics {
        font-size: 20px;
        line-height: 32px;
    }

    .mastering-success-panel-desc {
        font-size: 16px;
        line-height: 28px;
    }

    /* Client Testimonial Section */
    .client-testimonial-section {
        padding: 50px 0 30px;
    }

    .client-testimonial-section-heading {
        font-size: 24px;
        line-height: 40px;
    }

    .client-testimonial-section-card-author {
        font-size: 18px;
        line-height: 32px;
    }

    .client-testimonial-section-subheading {
        font-size: 16px;
    }

    .client-testimonial-section-card {
        padding: 25px 20px;
        min-height: auto;
    }

    .client-testimonial-section-card-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .client-testimonial-section-card-logo {
        height: 25px;
    }
}


/* Media breakpoints */
/* @media(max-width: 1800px) {}

@media (max-width: 1720px) {}

@media(max-width: 1680px) {}

@media(max-width: 1480px) {}

@media(max-width: 1380px) {}

@media(max-width: 991px) {}

@media(max-width: 767px) {} */