@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
}
:root {
    --primary: #502677;
    --text: #2B262F;
    --text-light: #c2c2c2;
    --green:  #006532;
    --white: #FFFFFF;
    --orange: #E94E24;
    --dark: #191919;
}
body {
    font-family: "Roboto", sans-serif;
    color: var(--text);
    font-size: 16px;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1288px;
    padding: 0 24px;
    margin: 0 auto;
}
header {
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    padding: 24px 0;
}
header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-menu {
    display: none;
}
.toggle-menu img {
    width: 25px;
}
header .logo-group {
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu-wraper .btn {
    display: inline-block;
    background-color: var(--green);
    box-shadow: 0px 4px 12px 0px #0000000A;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    padding: 12px 24px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.menu-wraper .btn:hover {
    background: var(--primary);
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12px;
}
.row>div {
    padding: 0 12px;
}
.main-content {
    padding-top: 43px;
    background: linear-gradient(180deg, #FFF9F8 0%, #FBF8FF 47.6%, #F4FFF9 100%);
    backdrop-filter: blur(50px);
    position: relative;
}
.main-content::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: url('../images/main-bg.png') no-repeat;
    background-size: cover;
    z-index: -1;
}
.banner-sec {
    position: relative;
    background: url('../images/bg-left.png') no-repeat left 24px top 21px, url('../images/bg-right.png') no-repeat right top, #FFFFFF; 
    border-radius: 12px;
    padding: 72px 80px;
}
.banner-sec::before {
    content: "";
    width: 243px;
    height: 117px;
    position: absolute;
    bottom: 0;
    left: 46%;
    transform: translateX(-50%);
    background: url('../images/bottom-bg.png') no-repeat;
}
.banner-sec .content {
    width: 44%;
}
.banner-sec .image {
    width: 56%;
    position: relative;
}
.banner-sec .image a {
    display: block;
    text-align: right;
}
.banner-sec .image img {
    max-width: 100%;
    border-radius: 12px;
}
.banner-sec .content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -0.1px;
    margin: 0 0 16px;
}
.banner-sec .play-btn img {
    width: 30px;
    height: 30px;
}
.banner-sec .play-btn {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-sec .content p {
    margin: 0;
    line-height: 1.5;
}
.training-sec {
    padding: 34px 0 43px;
}
.training-sec h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 34px;
}
.training-sec .item {
    width: 50%;
}
.training-sec .item .item-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 34px 40px;
    background-color: var(--white);
    box-shadow: 0px 1px 3px 0px #00000026;
    text-decoration: none;
    color: var(--text);
    overflow: hidden;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease-in;
}
.training-sec .item .item-inner:before {
    content: "";
    width: 122px;
    height: 122px;
    border-radius: 100%;
    background-color: var(--green);
    position: absolute;
    left: -108px;
    top: 50%;
    transform: translateY(-50%);
}
.training-sec .item:nth-child(2) .item-inner:before {
    background-color: var(--primary);
}
.training-sec .item:nth-child(3) .item-inner:before {
    background-color: var(--orange);
}
.training-sec .item:nth-child(4) .item-inner:before {
    background-color:#0B698B;
}
.training-sec .item:nth-child(5) .item-inner:before {
    background-color:#8F4F07;
}
.training-sec .item:nth-child(6) .item-inner:before {
    background-color: #C2528B;
}
.training-sec .item:nth-child(7) .item-inner:before {
    background-color:#1D2538;
}
.training-sec .item:nth-child(8) .item-inner:before {
    background-color: #006BB9;
}
.training-sec .item:nth-child(9) .item-inner:before {
    background-color:#490B3E;
}
.training-sec .item:nth-child(10) .item-inner:before {
    background-color: #742092;
}
.training-sec .item:nth-child(11) .item-inner:before {
    background-color:#3D7C98;
}

.training-sec .item .icon {
    min-width: 57px;
    width: 57px;
}
.training-sec .item .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.training-sec .item .content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;

}
.pt-0{padding-top: 0 !important;}
.training-sec .item .arrow {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F7F4;
}
.training-sec .item .item-inner:hover {
    background: #F2F7F4;
    border-bottom-color: var(--green);
}
.training-sec .item:nth-child(2) .arrow{
    background: #F6F4F8;
}
.training-sec .item:nth-child(3) .arrow {
    background: #FEF6F4;
}



.training-sec .item:nth-child(4) .arrow {
    background: #F3F7F9;
}
.training-sec .item:nth-child(5) .arrow {
    background: #F9F6F3;
}
.training-sec .item:nth-child(6) .arrow {
    background: #FCF6F9;
}
.training-sec .item:nth-child(7) .arrow {
    background: #F4F4F5;
}
.training-sec .item:nth-child(8) .arrow {
    background: #F2F8FB;
}
.training-sec .item:nth-child(9) .arrow {
    background: #F6F3F5;
}
.training-sec .item:nth-child(10) .arrow {
    background: #F8F4FA;
}
.training-sec .item:nth-child(11) .arrow {
    background: #F5F8FA;
}

.training-sec .item:nth-child(2) .item-inner:hover {
    background: #F6F4F8;
    border-bottom-color: var(--primary);
}
.training-sec .item:nth-child(3) .item-inner:hover {
    background: #FEF6F4;
    border-bottom-color: var(--orange);
}


.training-sec .item:nth-child(4) .item-inner:hover {
    background: #F3F7F9;
    border-bottom-color: #0B698B;
}
.training-sec .item:nth-child(5) .item-inner:hover {
    background: #F9F6F3;
    border-bottom-color: #8F4F07;
}
.training-sec .item:nth-child(6) .item-inner:hover {
    background: #FCF6F9;
    border-bottom-color: #C2528B;
}
.training-sec .item:nth-child(7) .item-inner:hover {
    background: #F4F4F5;
    border-bottom-color:#1D2538;
}
.training-sec .item:nth-child(8) .item-inner:hover {
    background: #F2F8FB;
    border-bottom-color: #006BB9;
}
.training-sec .item:nth-child(9) .item-inner:hover {
    background: #F6F3F5;
    border-bottom-color:#490B3E;
}
.training-sec .item:nth-child(10) .item-inner:hover {
    background: #F8F4FA;
    border-bottom-color: #742092;
}
.training-sec .item:nth-child(11) .item-inner:hover {
    background: #F5F8FA;
    border-bottom-color: #3D7C98;
}

footer {
    background-color: var(--dark);
    color: var(--text-light);
    padding: 40px 0;
}
footer .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 47px;
}
footer .text p, footer .text a {
    color: var(--text-light);
    font-size: 14px;
    margin: 0;
}
footer .text p a {
    text-decoration: none;
}
/*------- Disclaimer Page -----------*/
.disclaimer-page {
    padding: 20px 0 40px;
}
.breadcrumb {
    padding: 13px 80px;
    border-radius: 12px;
    background: var(--white);
    margin: 0 0 20px;
}
.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.breadcrumb ul li {position: relative;}
.breadcrumb ul li a {
    text-decoration: none;
    font-size: 16px;
    color: var(--text);
}
.breadcrumb ul li span {
    font-size: 12px;
    opacity: 0.5;
}
.breadcrumb ul li:first-child::after {
    content: "";
    width: 7px;
    height: 13px;
    background: url('../images/angle-right.svg') no-repeat center;
    position: absolute;
    right: -12px;
    top: 4px;
}
.disclaimer-page .content-wraper {
    background: url('../images/disclaimer-bg.png') no-repeat left 24px top 17px, url('../images/disclaimer-bg-right.png') no-repeat right 180px top,var(--white);
    padding: 40px 80px;
    border-radius: 12px;
}
.disclaimer-page .content-wraper h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.1px;
    color: var(--primary);
    font-weight: 500;
    margin: 0 0 10px;
}
.disclaimer-page .content-wraper p {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.1px;
    margin: 0 0 10px;
}
.disclaimer-page .content-wraper p a {
    color: var(--text);
    text-decoration: none;
}
.disclaimer-page .content-wraper .list-none {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.disclaimer-page .content-wraper ul {
    margin: 0 0 10px;
}
.disclaimer-page .content-wraper ul li {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.1px;
}
.disclaimer-page .content-wraper p:last-of-type {margin: 0;}



@media (min-width: 768px) {
.training-sec>.row{
    row-gap: 24px;
}
}



@media (max-width: 991px) {
    .menu-wraper .btn {padding: 12px 15px; font-size: 14px;}
    .banner-sec {padding: 60px 40px;}
    .banner-sec .content h1 {font-size: 36px;}
    .disclaimer-page .content-wraper {padding: 40px 60px;}
    .disclaimer-page .content-wraper h1 {font-size: 36px;}
    .breadcrumb {padding: 13px 60px;}
}
@media (max-width: 991px) and (min-width: 768px) {
    .training-sec .item .arrow {width: 35px; min-width: 35px; height: 35px;}
    .training-sec .item .item-inner {gap: 12px; padding: 34px 20px;}
    .training-sec .item .content p {font-size: 14px;}
    .training-sec .item .icon img {width: 45px;}
    .training-sec .item .icon {min-width: 45px; width: 45px;}
}
@media (max-width: 767px) {
    .main-content {padding-top: 24px;}
    .toggle-menu {display: block;}
    .header-right { display: flex; justify-content: flex-end; }
    header .menu-wraper {position: absolute; top: 72px; width: 100%; padding: 30px 20px; background: #FFFFFF; z-index: 99; text-align: center; left: 0; right: 0; display: none; box-shadow: 0px 1px 3px 0px #00000026;}
    .banner-sec .image, .banner-sec .content {width: 100%;}
    .banner-sec .image {margin-top: 15px;}
    .banner-sec {padding: 24px;}
    .banner-sec .content h1 {font-size: 28px; line-height: 28px; margin: 0 0 12px;}
    header {padding: 15px 0;}
    header .logo-group {gap: 15px;}
    header .logo-group img {max-width: 120px;}
    .banner-sec .play-btn {width: 45px; height: 45px;}
    .training-sec h2 {font-size: 28px; margin: 0 0 15px;}
    .training-sec {padding: 15px 0 24px;}
    .training-sec .item {width: 100%; margin-bottom: 24px;}
    .training-sec .item:last-child {margin: 0;}
    footer {padding: 20px 0;}
    footer .text {flex-direction: column; gap: 15px;}
    footer .text p {text-align: center;}
    .disclaimer-page .content-wraper {padding: 24px;}
    .breadcrumb {padding: 13px 24px; margin: 0 0 15px;}
    .disclaimer-page .content-wraper h1 {font-size: 28px;}
    .disclaimer-page .content-wraper p, .disclaimer-page .content-wraper .list-none {margin: 0 0 5px;}
    .banner-sec .image img {width: 100%;}
}
@media (max-width: 575px) {
    .banner-sec, .disclaimer-page .content-wraper {
        background: url('../images/mob-top.png') no-repeat left top, url('../images/mob-bottom.png') no-repeat center bottom, #FFFFFF;
    }
    .banner-sec::before {display: none;}
    header .menu-wraper {padding: 15px;}
    .main-content::before {
        background: url('../images/main-bg-mob.png') no-repeat;
        background-size: cover;
    }
}
@media (max-width: 360px) {
    .training-sec .item .item-inner {padding: 24px 20px; gap: 12px;}
    header .logo-group img {max-width: 110px;}
    header .menu-wraper {top: 69px;}
}