h2,
h3,
section {
    margin: 0;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1200px) {

    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    body:not([class*=elementor-page-]) .site-main,
    .page-header .entry-title {
        max-width: 100vw !important;
        font-family: "Noto Sans", sans-serif !important;
    }

}


@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100vw !important;
    }
}

@media (max-width: 575px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
}

.container {
    max-width: 1440px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.section-title__gradient {
    font-size: 40px !important;
    font-weight: 600px !important;
    letter-spacing: -1px;
    text-transform: uppercase !important;
    background: #0E1525 !important;
    background: linear-gradient(127deg, var(--text-heading-primary, #0E1525) 33.96%, var(--orange-orange-500, #EF3F23) 75.42%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .section-title__gradient {
        font-size: 32px !important;
        letter-spacing: -1px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 976px;
    }

    .section-title__gradient {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 72px;
    }

    .section-title__gradient {
        font-size: 20px !important;
        line-height: 30px !important;
        letter-spacing: -0.2px;
        background: linear-gradient(129deg, var(--text-heading-primary, #0E1525) 37.7%, var(--orange-orange-500, #EF3F23) 82.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* ****************************************************** */
/* banner section */
.banner_section-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('/wp-content/uploads/2025/06/c11d0bd2dbff774138e6aecd619994bc2379c477.jpg') lightgray -3.898px -630.81px / 100% 493.408% no-repeat;
    margin-bottom: 100px;
}

.banner_section {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.banner_section span {
    color: var(--neutral-neutral-300, #DBDCDE);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.5px;
}

.banner_section h2 {
    color: var(--neutral-neutral-0, #FFF);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -2px;
}

@media (max-width: 1440px) {
    .banner_section-bg {
        margin-bottom: 80px;
        display: flex;
        padding: 88px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('/wp-content/uploads/2025/06/c11d0bd2dbff774138e6aecd619994bc2379c477.jpg') lightgray -2.922px -498.008px / 100% 493.408% no-repeat, rgba(0, 0, 0, 0.70);
    }

    .banner_section {
        padding: 30px 24px !important;
        gap: 16px;
    }

    .banner_section h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .banner_section span {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
}

@media (max-width: 1024px) {
    .banner_section-bg {
        margin-bottom: 60px;
    }

    .banner_section {
        gap: 8px;
    }

    .banner_section h2 {
        font-size: 24px;
    }

    .banner_section span {
        font-size: 16px;
        letter-spacing: -0.032px;
    }
}

@media (max-width: 767px) {
    .banner_section-bg {
        margin-bottom: 0;
        padding: 30px 24px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('/wp-content/uploads/2025/06/c11d0bd2dbff774138e6aecd619994bc2379c477.jpg') lightgray 0px -64.791px / 100% 158.108% no-repeat;
    }

    .banner_section {
        padding: 30px 24px !important;
        gap: 8px;
    }

    .banner_section h2 {
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .banner_section span {
        color: var(--neutral-neutral-300, #DBDCDE);
        font-size: 14px;
        letter-spacing: -0.1px;
    }
}

.tab-navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--neutral-neutral-0, #FFF);
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.tab-navigation.is-stuck {
  top: 90px;
}

.tab-button {
    text-align: center;
    padding: 18px 24px;
    color: var(--neutral-neutral-900, #2B313F);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.2px;
    border: none;
    text-decoration: none !important;
}

.tab-button:hover {
    color: #F2654F;
    border-bottom: 3px solid #F2654F;
    transition: all .1s ease;
}

.tab-button--active {
    color: #ef3f23;
    border-bottom: 3px solid #ef3f23;
}

.tab-button--wide {
    padding: 18px 21px;
}


/* industry section */
.industry-section {
    position: relative;
    margin: 100px 0;
}

.industry-section-left {
    width: 30%;
}

.industry-section-right {
    width: 70%;
}

.section-right-edu-tab > img:first-of-type {
  width: 100%;
}

.industry-section-bg-right-1 {
    content: "";
    position: absolute;
    top: 16%;
    left: -50%;
    width: 743px;
    height: 743px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 189, 177, 0.30) 25%, rgba(252, 217, 211, 0.00) 100%);
    z-index: -1;
}

.industry-section-bg-right-2 {
    content: "";
    position: absolute;
    top: 74%;
    left: -50%;
    width: 743px;
    height: 743px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 189, 177, 0.30) 25%, rgba(252, 217, 211, 0.00) 100%);
    z-index: -1;
}

.industry-section-bg-left {
    content: "";
    position: absolute;
    top: 58%;
    right: -50%;
    width: 743px;
    height: 743px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 189, 177, 0.30) 25%, rgba(252, 217, 211, 0.00) 100%);
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}
.industry-section-content {
    display: flex;
    padding: 48px;
    gap: 30px;
    background: var(--neutral-neutral-0, #FFF);
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.06);
    /* scroll-margin-top: 66px; */
    scroll-behavior: smooth;
}

.section-left-menu {
    position: relative;
}

.section-left-menu::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #DBDCDE;
}

.section-left-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1px;
}

.section-left-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 31px;
    margin-top: 20px;
}

.section-left-menu li {
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    color: #93969D;
    font-weight: 500;
    cursor: pointer;
    
}

.section-left-menu li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 7px;
    width: 12px;
    height: 12px;
    background-color: #DBDCDE;
    border-radius: 50%;
    z-index: 1;
}

.section-left-menu li.active {
    color: #EF3F23;
    font-weight: 500;
}

.section-left-menu li.active::before {
    background-color: #EF3F23;
}

.ar-vr-section-right {
    width: 70%;
}

.section-right-edu-tab {
    display: none;
    position: relative;
    overflow: hidden;
}

.section-right-edu-tab.active {
    display: block;
}

.section-right-tab-overlay {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.section-right-tab-title {
    color: var(--neutral-neutral-0, #FFF) !important;
    text-overflow: ellipsis;
    font-size: 21.467px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.671px;
    margin: 0;
}

.section-right-tab-desc {
    font-size: 14px;
    color: #DBDCDE;
    font-weight: 400;
    line-height: 1.6;
    padding: 6px 0 16px 0;
    margin: 0;
}

.section-right-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    color: #EF3F23;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none !important;
}

.section-right-tab-button:hover {
    color: #EF3F23;
}

@media (max-width: 1440px) {
    .industry-section {
        margin: 80px 0;
        gap: 16px;
    }

    .section-left-menu {
        position: relative;
    }

    .section-left-menu::after {
        top: 0;
    }

    .section-left-title {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    .section-left-menu {
        gap: 20px;
        margin-top: 24px;
    }

    .section-left-menu li {
        position: relative;
        padding-left: 16px;
        font-size: 16px;
        color: #93969D;
        letter-spacing: -0.032px;
        
    }

    .section-left-menu li::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 7px;
        width: 12px;
        height: 12px;
        background-color: #DBDCDE;
        border-radius: 50%;
        z-index: 1;
    }

    .section-left-menu li.active {
        color: #EF3F23;
        font-weight: 500;
    }

    .section-left-menu li.active::before {
        background-color: #EF3F23;
    }

    .ar-vr-section-right {
        width: 70%;
    }

    .section-right-tab-title {
        font-size: 20px !important;
        letter-spacing: -0.2px;
        line-height: 30px; 
    }

    .section-right-tab-desc {
        font-size: 12px;
        padding: 4px 0 12px 0;
        margin: 0;
    }

    .section-right-tab-button {
        gap: 4px;
    }

    .industry-section-bg-right-1 {
        top: 30%;
    }

    .industry-section-bg-right-2,
    .industry-section-bg-left {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .industry-section {
        padding: 0;
    }

    .tab-navigation.is-stuck {
        top: 117px;
    }

    .tab-button {
        white-space: nowrap;
    }

    .section-left-title {
        font-size: 20px;
        letter-spacing: -0.2px;
    }

    .section-left-menu {
        gap: 20px;
        margin-top: 24px;
    }

    .section-left-menu li {
        font-size: 14px;
        
    }
}

@media (max-width: 767px) {
    

    .industry-section {
        margin: 0;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }

    .industry-section::-webkit-scrollbar {
        display: none;
    }

    .tab-navigation {
        overflow-x: auto;
        scroll-behavior: smooth;
        top: -1px;
    }

    .tab-button {
        font-size: 16px;
        padding: 16px 20px;
        gap: 8px;
        line-height: 150%;
        letter-spacing: -0.032px;
        white-space: nowrap;
    }

    .content-wrapper {
        margin-top: 24px;
        padding: 0 24px;
    }

    .industry-section-content {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }

    .industry-section-left,
    .industry-section-right {
        width: 100%;
    }
    .section-left-menu {
        position: relative;
        width: 100%;
        gap: 16px;
        margin-top: 20px;
    }

    .section-left-menu::after {
        top: 0;
    }

    .tab-navigation.is-stuck {
        top: 117px;
    }

    .section-left-title {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .section-left-menu li {
        position: relative;
        padding-left: 16px;
        font-size: 14px;
        color: #93969D;
        letter-spacing: -0.032px;
        
    }

    .section-left-menu li::before {
        content: '';
        position: absolute;
        left: -4px;
        top: 7px;
        width: 8px;
        height: 8px;
        background-color: #DBDCDE;
        border-radius: 50%;
        z-index: 1;
    }

    .section-left-menu li.active {
        color: #EF3F23;
        font-weight: 500;
    }

    .section-left-menu li.active::before {
        background-color: #EF3F23;
    }

    .ar-vr-section-right {
        width: 100%;
    }

    .section-right-tab-title {
        font-size: 14px !important;
        line-height: 21px !important;
        letter-spacing: -0.2px;
        margin-bottom: 4px;
    }

    .section-right-tab-desc {
        display: none;
    }

    .section-right-tab-button {
        font-size: 14px;
        gap: 4px;
    }

    .industry-section-bg-right-1,
    .industry-section-bg-right-2,
    .industry-section-bg-left {
        display: none;
    }
}