/*
Theme Name: Trading Academy
Theme URI: https://maskwel.com/trading-academy
Description: A custom WordPress theme for Trading Academy website
Author:Maskwel 
Author URI: https://maskwel.com
Text Domain: trading-academy
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
*/
@font-face {
    font-family: "Proxima Nova";
    src: url("./assets/fonts/ProximaNova-Semibold.woff2") format("woff2"),
        url("./assets/fonts/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
body {
    font-family: "Inter", sans-serif;
    background-color: #000;
}
/* Heading styles with Proxima Nova */
h1, h2, h3, h4, h5, h6 {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-style: normal;
}
::selection {
    color: #2a2e3a;
    background: hsla(0, 0%, 100%, .3);
}
* {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    color: #fff;
}
:after, :before, :not(svg):not(use) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button, fieldset, figure, input, legend, optgroup, select, textarea {
    color: inherit;
    resize: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    background: hsla(0, 0%, 100%, 0);
}
:active, :focus, :hover, a:active, a:hover {
    outline: none;
}
path, svg, use {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
svg {
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}
.headerFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 19px;
    gap: 20px;
}
.header {
    border-bottom: 2px solid #c8c8c840;
}
.headerBtn {
    overflow: hidden;
    transition: 0.3s;
}
.headerBtn:hover {
    transition: 0.3s;
}
.headerBtn a {
    font-size: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 9px 20px 11px;
    color: #FFCD05;
    border: 2px solid #FFCD05;
    display: block;
}
.hero {
    overflow: hidden;
    position: relative;
}
.hero:after {
    content: '';
    position: absolute;
}
.hero .container {
    position: relative;
    padding-top: 45px;
    padding-bottom: 100px;
}
.hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 72px;
    letter-spacing: 0.6px;
    max-width: 574px;
    font-weight: 500;
    margin-bottom: 10px;
}
.hero .subtitle {
    color: #FFCD05;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: 500;
}
.heroBottom {
    margin-top: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heroBottom p {
    line-height: 24px;
    letter-spacing: 0.8px;
    font-size: 18px;
    color: #fff;
    max-width: 411px;
}
.heroBtn {
    background-color: #FFCD05;
    color: #000;
    padding: 18px 28px 20px 28px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.hero video {
    position: absolute;
    top: -3%;
    right: 3%;
    height: 830px;
    z-index: -1;
    object-fit: cover;
    z-index: -1;
}
.course {
    padding-top: 65px;
    padding-bottom: 80px;
}
.courseBacks {
    border-radius: 20px;
    padding: 36px 20px 41px 20px;
    background-image: url('./assets/img/Rectangle.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: relative;
}
.courseLeft img {
    position: absolute;
}
.courseBlock {
    display: flex;
}
.courseBlock > div {
    width: 50%;
}
.course .container > h3 {
    color: #fff;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 0.2px;
    line-height: 58px;
    font-weight: 600;
}
.courseRight span {
    color: #FFCD05;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 700;
}
.courseRight h3 {
    margin-top: 16px;
    margin-bottom: 42px;
    line-height: 35px;
    color: #fff;
    letter-spacing: -0.8px;
    font-size: 32px;
    max-width: 454px;
}
.btnAll {
    background-color: #FFCD05;
    color: #000;
    padding: 18px 20px 20px 20px;
    border-radius: 10px;
    font-size: 16px;
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-weight: 600;
}
.courseLeft img {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
}
.insights {
    padding-top: 80px;
    overflow: hidden;
}
.articleAll {
    display: none;
}
/* Constrain insight slider width on desktop */
.insightAll,
.articleAll {
    max-width: 1280px;
    margin: 0 auto;
}
.insightSlider {
    max-width: 100%;
}
.insigthsControlWrap {
    overflow: hidden;
    border-radius: 16px 20px 16px 20px;
    width: max-content;
    margin: 0 auto 25px;
}
.insigthsControl {
    display: flex;
    gap: 6px;
    padding: 8px;
    margin: 0 auto;
    border: 1px solid #ffffff3d;
    width: max-content;
    border-radius: 16px;
}
.insigthsControl span {
    display: block;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px;
    min-width: 370px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.instBtnWrap {
    overflow: hidden;
    border-radius: 16px;
    border-radius: 16px 20px 16px 20px;
    width: max-content;
}
.insigthsControl span:hover:not(.active) {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.02);
}
.insigthsControl span.active {
    color: #FFCD05;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid #ffffff3d;
    cursor: default;
}
.insightsFlex > h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 44px;
    line-height: 58px;
    margin-bottom: 20px;
    font-size: 44px;
    letter-spacing: 0.2px;
}
.insightsFlex > p {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 26px;
    max-width: 790px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 45px;
}
.itWorks {
    padding-bottom: 80px;
}
.itWorksFlex {
    display: flex;
    gap: 20px;
}
.itWorksLeft {
    border-radius: 20px;
    background-color: #0D0D11;
    padding: 35px 40px 30px 40px;
    width: 60%;
}
.itWorksLeft h4 {
    color: #FFCD05;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}
.itWorksRight {
    width: 40%;
    border-radius: 20px;
    background-color: #0D0D11;
    padding: 35px 40px 40px 40px;
}
.itWorksRight h4 {
    color: #FFCD05;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.stepItem {
    border-radius: 12px 16px 12px 16px;
    overflow: hidden;
    margin-bottom: 10px;
}
.stepItemWrap {
    border-radius: 12px 0px 12px 0px;
    border: 1px solid #ffffff3d;
    padding: 25px 16px;
    background-color: #16161A;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
}
.stepItemWrap {
    display: flex;
    align-items: center;
    gap: 22px;
}
.stepItemWrap span {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.15px;
    line-height: 24px;
    font-weight: 500;
}
.stepItemWrap h5 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.itWorksRight .btnAll {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.itWorksRight h3 {
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.3px;
}
.worksStep {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
    align-items: center;
}
.worksStep span {
    text-transform: uppercase;
    letter-spacing: -0.1px;
    line-height: 15px;
    padding: 5px 12px;
    color: #FFCD05;
    border-radius: 20px;
    background-color: #ffcd051a;
    font-size: 11px;
    font-weight: 600;
    min-width: 63px;
}
.worksStep h5 {
    color: #fff;
    letter-spacing: -0.8px;
    font-size: 18px;
}
.insightItem p {
    color: #fff;
}
.insightItem {
    border-radius: 20px;
    background-image: url('./assets/img/baccc.png');
    background-size: cover;
    background-position: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.insightItem img {
    border-radius: 20px 20px 0px 0px;
    height: 172px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 35px;
    flex-shrink: 0;
}
.insightItem h3 {
    padding: 0px 25px 0px 25px;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    min-height: 58px;
    margin-bottom: 5px;
}
.insightItem p {
    padding: 0px 25px 30px 25px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 22px;
    flex-grow: 1;
    margin-top: 0;
}
/* Fix for article slider layout */
.articleAll .owl-stage-outer {
    overflow: hidden;
}
.articleAll .insightSlider {
    min-height: 400px;
}
/* Ensure proper spacing for single article */
.articleAll .owl-item:only-child .insightItem {
    max-width: 400px;
    margin: 0 auto;
}
.insights {
    padding-bottom: 80px;
}
.insights .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    opacity: 1 !important;
    visibility: visible !important;
}
.insights .owl-prev,
.insights .owl-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0px !important;
    background-color: #FFCD05 !important;
    background-position: center !important;
    background-size: 8px !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.insights .owl-prev {
    background-image: url('./assets/img/left.svg') !important;
}
.insights .owl-next {
    background-image: url('./assets/img/right.svg') !important;
}
.insights .owl-prev:hover,
.insights .owl-next:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
/* Ensure nav is always visible even with disabled state */
.insights .owl-nav.disabled {
    display: flex !important;
    opacity: 0.6 !important;
}
.insights .owl-nav .disabled {
    opacity: 0.4 !important;
    cursor: default !important;
}
.insights .owl-nav .disabled:hover {
    transform: none;
}
.sponsor {
    padding-bottom: 80px;
}
.sponsorFlex {
    display: flex;
    gap: 18px
}
.sponsorFlex > div {
    width: 50%;
    padding: 47px 36px;
    border: 1px solid #ffffff3d;
    border-radius: 20px 16px 20px 16px; /* top-left, top-right, bottom-right, bottom-left */
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sponsorFlex > div:hover {
    transform: translateY(-2px);
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.08);
}
.sponsorFlex h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.3px;
    line-height: 29px;
    margin-bottom: 18px;
    text-align: center;
}
.sponsorFlex p {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 26px;
    font-weight: 300;
}
.sponsorFlex img {
    display: block;
    margin: 0 auto 14px;
}
.whyUs {
    padding-top: 65px;
    padding-bottom: 120px;
}
.whyUsFlex > h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 44px;
    line-height: 58px;
    font-size: 44px;
    letter-spacing: 0.2px;
}
.reasonsAll {
    display: flex;
    gap: 18px;
}
.reasonsAll > div {
    position: relative;
    border-radius: 20px;
    padding: 30px 33px;
}
.reasonsAll > div h4 {
    font-size: 22px;
    color: #fff;
    line-height: 29px;
    letter-spacing: -0.1px;
    margin-bottom: 6px;
}
.reasonsAll > div p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.22);
    line-height: 26px;
    font-weight: 300;
}
.reason1 {
    width: 25%;
    background-image: url('./assets/img/back1-1.png');
    background-position: bottom center;
    background-size: cover;
    min-height: 430px;
    background-repeat: no-repeat;
}
.reason1 h4 {
    text-align: center;
}
.reason1 p {
    text-align: center;
}
.reasonsAll > div.reason2 {
    padding: 0px;
    border-radius: 0px;
}
.reason2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.reason2 > div {
    border-radius: 20px;
    padding: 30px 33px;
    min-height: 207px;
}
.reason2 > div:first-child {
    background-image: url('./assets/img/back4.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.reason2 > div:last-child {
    background-image: url('./assets/img/back5.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.reason3 {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url('./assets/img/back2.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.reason2 h4 {
    max-width: 280px;
}
.cta {
    padding-top: 120px;
    padding-bottom: 180px;
    position: relative;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ctaFlex {
    max-width: 520px;
    margin: 0 auto;
}
.ctaFlex h3 {
    color: #fff;
    font-size: 73px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ctaFlex .btnAll {
    margin: 35px auto 25px;
}
.ctaFlex p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: rgba(255, 255, 255, 0.8);
}
.ctaFlex span {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: rgba(255, 255, 255, 0.8);
}
.cta video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cta .container {
    position: relative;
    z-index: 5;
}
@media(max-width:1440px) {
    .hero video {
        right: 0px;
        height: 55vw;
    }
}
@media(max-width:1140px) {
    .hero video {
        right: -4vw;
        height: 50vw;
        top: 4%;
    }
    .itWorksRight, .itWorksLeft {
        padding: 30px 30px 35px 30px;
    }
    .itWorksRight h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .stepItemWrap {
        padding: 23px 16px;
    }
    .itWorksLeft h4 {
        margin-bottom: 22px;
    }
    .stepItemWrap h5 {
        font-size: 16px;
    }
    .itWorksLeft, .itWorksRight {
        width: 50%;
    }
}
@media(max-width:991px) {
    .hero h1 {
        max-width: 100%;
    }
    .hero video {
        right: -4vw;
        height: 50vw;
        top: 4%;
    }
    .hero h1 {
        font-size: 54px;
        line-height: 62px;
    }
    .hero video {
        right: auto;
        height: 500px;
        top: 240px;
        left: 0;
    }
    .heroBottom {
        margin-top: 500px;
    }
    .ctaFlex h3 {
        font-size: 52px;
    }
    .course .container > h3, .whyUsFlex > h3 {
        margin-bottom: 34px;
        font-size: 38px;
    }
    .insightsFlex > h3 {
        font-size: 38px;
    }
    .btnAll {
        padding: 16px 18px 18px 18px;
    }
    .heroBtn {
        padding: 16px 24px 18px 24px;
    }
    .courseRight h3 {
        margin-top: 14px;
        margin-bottom: 28px;
        font-size: 28px;
        font-weight: 700;
    }
    .sponsorFlex > div {
        padding: 30px 20px;
    }
    .itWorks {
        padding-bottom: 50px;
    }
    .hero .container {
        padding-bottom: 40px;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .stepItemWrap {
        padding: 12px 16px;
    }
    .sponsor {
        padding-bottom: 20px;
    }
    .whyUs {
        padding-bottom: 80px;
    }
    .cta {
        padding-top: 80px;
        padding-bottom: 140px;
    }
    .reason2 {
        order: 1;
        width: 100%;
    }
    .reason1, .reason3 {
        width: 48%;
    }
    .reasonsAll {
        flex-wrap: wrap;
    }
    .logo {
        max-width: 320px;
    }
    .logo img {
        width: 100%;
    }
    .insigthsControl span {
        min-width: 1px;
    }
}
@media(max-width: 767px) {
    .hero video {
        position: inherit;
        width: 100%;
        margin-bottom: -36px;
    }
    .heroBottom {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .heroBottom .btnAll {
        width: 100%;
        text-align: center;
    }
    .hero .container {
        padding-top: 16px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero h1 {
        font-size: 44px;
        line-height: 49px;
    }
    .hero .subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    .heroBottom p {
        font-size: 15px;
        line-height: 22px;
    }
    .heroBtn {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .course {
        padding-top: 14px;
    }
    .courseLeft img {
        position: inherit;
        max-width: 100%;
        height: max-content;
    }
    .courseBlock {
        flex-direction: column;
    }
    .courseBacks {
        padding: 0px;
        background-image: url('./assets/img/mask-1.png');
        background-size: cover;
    }
    .courseRight {
        width: 100%;
        padding: 60px 20px 20px 20px;
    }
    .courseBlock > div {
        width: 100%;
        height: 360px;
    }
    .courseRight h3 {
        max-width: 100%;
    }
    .sponsorFlex {
        flex-direction: column;
        gap: 0px;
    }
    .sponsorFlex > div {
        width: 100%;
        margin-bottom: 22px;
    }
    .sponsorFlex h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    /* Fix CTA video on mobile */
    .cta {
        min-height: 400px;
        position: relative;
        overflow: visible;
        background: #000;
    }
    .cta video {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100%;
        min-height: 400px;
        object-fit: cover;
        z-index: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
        pointer-events: none;
    }
    .itWorksFlex {
        flex-direction: column;
    }
    .itWorksLeft, .itWorksRight {
        width: 100%;
        padding: 27px 16px;
    }
    .itWorks {
        padding-bottom: 80px;
    }
    .worksStep {
        margin-bottom: 16px;
    }
    .itWorksRight .btnAll {
        margin-top: 32px;
    }
    .itWorksRight h3 {
        font-size: 29px;
        max-width: 360px;
        margin-bottom: 24px;
    }
    .insightsFlex > h3 {
        font-size: 28px;
        line-height: 38px;
        text-align: left;
        padding-right: 15px;
    }
    .worksStep h5 {
        font-size: 16px;
    }
    .btnAll {
        font-size: 15px;
    }
    .course .btnAll {
        width: 100%;
        text-align: center;
    }
    .stepItemWrap {
        padding: 18px 16px;
    }
    .stepItemWrap h5 {
        font-size: 15px;
    }
    .headerBtn a {
        padding: 5px 19px 6px;
        font-size: 13px;
    }
    .logo {
        max-width: 220px;
    }
    .headerFlex {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .course .container > h3, .whyUsFlex > h3 {
        line-height: 38px;
        margin-bottom: 23px;
        font-size: 28px;
    }
    .reason1 {
        min-height: 360px;
        background-image: url('./assets/img/mask22.png');
        background-position: right;
    }
    .reason1, .reason3 {
        width: 100%;
        min-height: 207px;
    }
    .reason1 h4, .reason1 p {
        text-align: left;
    }
    .reason3 {
        justify-content: flex-start;
        background-image: url('./assets/img/maxk12.png');
        background-position: right;
    }
    .reasonsAll > div h4 {
        font-size: 18px;
        margin-bottom: 2px;
        line-height: 24px;
    }
    .reason2 > div:last-child {
        background-image: url('./assets/img/nas.png');
    }
    .reason2 > div:first-child {
        background-image: url('./assets/img/nas2.png');
    }
    .sponsor {
        padding-bottom: 20px;
    }
    .ctaFlex h3 {
        font-size: 42px;
    }
    .whyUs {
        padding-bottom: 0px;
    }
    .cta {
        padding-bottom: 80px;
    }
    .reasonsAll > div, .reason2 > div {
        padding: 23px 17px;
    }
    .insightsFlex > p {
        text-align: left;
        padding-right: 15px;
    }
    .insights {
        padding-top: 20px;
    }
    .insights .owl-stage-outer {
        overflow: visible;
    }
    .insights .owl-stage {
        transform: translateX(-40px) !important;
    }
    .insights .container {
        padding-right: 0px;
    }
    /* Fix navigation arrows on mobile */
    .insights .owl-nav {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 9999 !important;
        position: relative !important;
    }
    .insights .owl-prev,
    .insights .owl-next,
    .insights button.owl-prev,
    .insights button.owl-next {
        display: flex !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        z-index: 9999 !important;
        min-width: 44px !important;
        min-height: 44px !important;
        width: 44px !important;
        height: 44px !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        cursor: pointer !important;
        position: relative !important;
        border: none !important;
        outline: none !important;
    }
    /* Ensure buttons are on top */
    .insights .owl-carousel {
        position: relative !important;
    }
    .insights .owl-carousel .owl-nav {
        position: relative !important;
        z-index: 10000 !important;
    }
    /* Remove any blocking overlays */
    .insights .owl-stage-outer::after,
    .insights .owl-stage-outer::before,
    .insights .owl-stage::after,
    .insights .owl-stage::before {
        pointer-events: none !important;
    }
    /* Make sure hidden carousels don't interfere */
    .insightAll:not(:visible) .owl-nav,
    .articleAll:not(:visible) .owl-nav {
        display: none !important;
    }
    /* Override disabled state on mobile */
    .insights .owl-nav.disabled {
        display: flex !important;
        opacity: 0.8 !important;
        pointer-events: all !important;
    }
    .insights .owl-nav.disabled button {
        pointer-events: all !important;
        opacity: 0.6 !important;
    }
    .insigthsControl {
        padding: 0px;
        border: 0px;
    }
    .insigthsControl span {
        font-size: 11px;
        padding: 9px;
    }
    .headerBtn a {
        border-width: 1px;
    }
}
@media(max-width: 390px) {
    .hero h1 {
        font-size: 34px;
    }
    .headerBtn a {
        padding: 6px 10px 7px;
    }
}
.index-body {
    background-color: #f5f5f5;
    background-size: cover;
}
.site-title-bg {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    text-align: center;
}
.site-title h1,
.site-title p {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0 5px 5px;
    margin: 0;
}
.site-title h1 a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.custom-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}
#colophon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    color: #333;
    background-color: rgba(241, 241, 241, 0.4);
}
#colophon a {
    text-decoration: none;
    color: #333;
}
/* Registration Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url('./assets/img/pop-up-overlay.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    display: none;
    /* Initially hidden */
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.popup-container {
    position: relative;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid #ffffff3d;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    padding: 50px 30px 40px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.popup-overlay.active .popup-container {
    transform: scale(1);
}
.popup-close {
    position: absolute;
    top: -50px;
    right: -10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    line-height: 1;
    padding: 0;
}
.popup-close:hover {
    transform: rotate(90deg);
    opacity: 0.8;
}
.popup-content {
    text-align: center;
}
.popup-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}
.popup-subtitle {
    color: #FFCD05;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 35px 0;
    line-height: 1.4;
}
.register-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.form-group {
    position: relative;
    width: 100%;
    max-width: 440px;
}
.form-group input {
    width: 100%;
    height: 56px;
    padding: 16px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    font-family: inherit;
    transition: box-shadow 0.3s ease;
    box-sizing: border-box;
}
.form-group input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #FFCD05;
}
.form-group input[type="date"] {
    color: rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group input[type="date"]:focus,
.form-group input[type="date"]:valid {
    color: #000;
}
/* Fix date input on mobile */
.form-group input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}
.form-group input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    cursor: pointer;
}
.phone-group {
    display: flex;
    gap: 8px;
}
.country-code {
    background-color: #ffffff;
    border-radius: 4px;
    height: 56px;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    box-sizing: border-box;
}
.country-code .flag {
    font-size: 18px;
}
.country-code .code {
    font-size: 15px;
}
.phone-group input {
    flex: 1;
}
.form-submit-btn {
    width: 100%;
    max-width: 440px;
    height: 64px;
    min-width: 168px;
    padding: 20.5px 20px;
    background-color: #FFCD05;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: inherit;
    margin-top: 8px;
    gap: 4px;
    box-sizing: border-box;
}
.form-submit-btn:hover {
    background-color: #ffc000;
    transform: translateY(-2px);
}
.register-popup-trigger {
    cursor: pointer;
}
/* Button cursor pointer */
.btnAll, .register-trigger, .register-popup-btn, button {
    cursor: pointer;
}
/* Thank you message styles */
.thank-you-message {
    display: none;
    text-align: center;
    padding: 40px 20px;
}
.thank-you-icon {
    font-size: 60px;
    color: #FFCD05;
    margin-bottom: 20px;
}
.thank-you-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.thank-you-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.5;
}
/* Responsive styles for popup */
@media (max-width: 767px) {
    .popup-overlay {
        padding: 10px;
    }
    .popup-container {
        padding: 30px 15px;
        width: calc(100% - 20px);
        max-width: calc(100vw - 20px);
        margin: 0;
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .popup-close {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }
    .popup-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .popup-subtitle {
        font-size: 10px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .form-group {
        width: 100%;
        max-width: 100%;
    }
    .form-group input {
        padding: 12px 14px;
        font-size: 14px;
        height: 48px;
    }
    .phone-group {
        width: 100%;
        gap: 6px;
    }
    .country-code {
        padding: 12px 10px;
        height: 48px;
    }
    .form-submit-btn {
        padding: 14px 20px;
        font-size: 14px;
        height: 52px;
        max-width: 100%;
    }
    .register-form {
        gap: 8px;
    }
    .thank-you-title {
        font-size: 22px;
    }
    .thank-you-text {
        font-size: 14px;
    }
}
@media(max-width: 390px) {
    .hero h1 {
        font-size: 34px;
        line-height: 41px;
    }
}
.logo {
    max-width: 200px;
}
.headerFlex {
    gap: 10px;
    font-size: 13px;
    line-height: 1.4em;
    margin: 0;
}
.index-body {
    background-color: #f5f5f5;
    background-size: cover;
}
.site-title-bg {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    text-align: center;
}
.site-title h1,
.site-title p {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0 5px 5px;
    margin: 0;
}
.site-title h1 a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.custom-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}
#colophon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    color: #333;
    background-color: rgba(241, 241, 241, 0.4);
}
#colophon a {
    text-decoration: none;
    color: #333;
}
