h2{color: var(--v-black-light);font-size: 48px;font-weight: 600;line-height: 58px;}
h2 span{color: var(--v-orange);}
.orange-button{box-shadow: 0px 8px 20px 0px #B75D2670;}
.mb-img{display: none;}
.mb-br{display: none;}

.banner{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-banner.webp) left top no-repeat;background-size: cover;padding: 133px 0 131px;overflow: hidden;}
.banner .inner{max-width: 1626px;display: flex;justify-content: space-between;align-items: center;padding-left: 198px;position: relative;}
.banner .text-box {max-width: 530px;margin-top: 10px;}
.banner .text-box h2{margin-bottom: 16px;}
.banner .text-box p{color: var(--v-black);font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 24px;}
.banner .text-box .tnc{font-size: var(--fs-18);line-height: 20px;}
.banner .text-box .tnc a{text-decoration: underline;}
.banner .text-box .orange-button{line-height: 23px;padding: 16px 36px;}
.banner .img-box{position: absolute;right: 2px;bottom: -131px;}

.row1{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row1-bg.webp) left top no-repeat;background-size: cover;padding: 96px 0 86px;overflow: hidden;}
.row1 .inner{max-width: 1626px;display: flex;position: relative;padding-left: 198px;}
.row1 .text-box{max-width: 700px;position: relative;}
.row1 .text-box h2{margin-bottom: 4px;}
.row1 .text-box h3{color: var(--v-white);font-size: 28px;font-weight: 500;line-height: 36px;margin-bottom: 16px;}
.row1 .text-box ul{margin-bottom: 22px;}
.row1 .text-box ul li{color: rgb(255 255 255 / 80%);font-size: var(--fs-20);font-weight: 500;line-height: 26px;padding-left: 30px;position: relative;}
.row1 .text-box ul li::before{content: '';display: block;width: 6px;height: 6px;background: rgb(255 255 255 / 80%);border-radius: 50%;position: absolute;left: 12px;top: 8px;}
.row1 .text-box p{color: rgb(255 255 255 / 80%);font-size: var(--fs-16);font-weight: 500;line-height: 22px;margin-bottom: 24px;}
.row1 .text-box .orange-button{line-height: 23px;padding: 16px 36px;}
.row1 .text-box .icon-box{width: 197px;height: 201px;background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row1-circle-new.webp) left top no-repeat;background-size: cover;position: absolute;right: 81px;bottom: -37px;display: flex;justify-content: center;align-items: center;}
.row1 .text-box .icon-box p{color: var(--v-white);font-size: 13px;line-height: 15px;font-weight: 600;text-align: center;transform: rotate(16deg);margin-bottom: 0;}
.row1 .text-box .icon-box p b{display: inline-block;font-size: 28px;margin-bottom: 14px;}
.row1 .img-box{position: absolute;right: 183px;bottom: -97px;}

.row2{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row2-bg.webp) left top no-repeat;background-size: cover;padding: 96px 0;}
.row2 h2{margin-bottom: 56px;text-align: center;}
.row2 ul{display: flex;justify-content: center;gap: 24px;}
.row2 ul li{width: 380px;background: #ECEEF0;border-radius: 8px;overflow: hidden;}
.row2 ul li .text-box{padding: 32px;text-align: center;}
.row2 ul li .text-box p{color: var(--v-black-light);font-size: var(--fs-18);font-weight: 600;line-height: 22px;margin-bottom: 0;}

.row3{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row3-bg.webp) left top no-repeat;background-size: cover;padding: 96px 0;}
.row3 .inner{max-width: 1440px;}
.row3 h2{margin-bottom: 59px;text-align: center;}
.row3 .con{display: flex;align-items: center;gap: 70px;}
.row3 .con .text-box{max-width: 613px;}
.row3 .con h3{color: var(--v-orange);font-size: var(--fs-32);font-weight: 600;line-height: 38px;margin-bottom: 16px;}
.row3 .con h3 span{color: var(--v-orange);}
.row3 .con h4{color: rgb(0 0 0 / 70%); font-size: 28px;font-weight: 500;line-height: 36px;margin-bottom: 32px;}
.row3 .con .orange-button{line-height: 23px;padding: 16px 76px;}

@media(max-width:1540px) {
    .row1 .img-box{right: 10px;}
}
@media(max-width:1440px) {
    .banner{padding: 100px 0;}
    .banner .inner,
    .row1 .inner{padding-left: 65px;}

    .row3 .con .text-box{max-width: 50%;}
}
@media(max-width:1290px) {
    html[lang='en-IN'] .row1 .text-box{max-width: 55%;}
}
@media(max-width:1240px) {
    h2{font-size: var(--fs-40);line-height: 1.22;}

    .banner{padding: 120px 0;background-position: center;}
    .banner .text-box{max-width: 55%;margin-top: 0;}
    .banner .text-box h2 br{display: none;}
    .banner .img-box{right: -190px;bottom: -120px;}
    .banner .img-box img{width: 90%;}

    .row1{background-position: center;}
    .row1 .text-box{max-width: 55%;}
    .row1 .text-box .icon-box{right: 30px;}
    .row1 .img-box{right: -70px;}
    .row1 .img-box img{width: 90%;}
}
@media(max-width:1130px) {
    html[lang='en-IN'] .row1 .text-box .icon-box{right: -37px;z-index: 10;}
}
@media(max-width:1024px) {
    .banner{padding: 100px 0;}
    .banner .inner,
    .row1 .inner{padding-left: 40px;}
    .banner .img-box{right: -250px;bottom: -100px;}
    .banner .img-box img{width: 80%;}

    .row1{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row1-bg-mobile.webp) left bottom no-repeat;background-size: cover;padding: 70px 0 0;}
    .row1 .inner{flex-direction: column;align-items: center;}
    .row1 .text-box{max-width: 100%;margin-bottom: 82px;}
    .row1 .img-box{position: static;}
    .row1 .img-box img{width: 100%;}

    html[lang='en-IN'] .row1 .text-box{max-width: 100%;}

    .row2{padding: 70px 0;}
    .row2 h2{margin-bottom: 32px;}

    .row3{padding: 70px 0;}
    .row3 h2{margin-bottom: 32px;}
    .row3 .con{gap: 30px;}
    .row3 .con h4{font-size: 22px;line-height: 1.22;}
}
@media(max-width:920px) {
    .row2 ul{flex-wrap: wrap;justify-content: flex-start;}
    .row2 ul li{width: 47%;}
}
@media(max-width:768px) {
    .banner{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-banner-mobile-new.webp) left bottom no-repeat;background-size: cover;padding: 64px 0 0;}
    .banner .inner{flex-direction: column;padding: 0;}
    .banner .text-box{max-width: 100%;padding: 0 40px;text-align: center;}
    .banner .img-box{position: static;text-align: center;}
    .banner .img-box img{width: 100%;}

    .row1 .text-box .icon-box{width: 164px;height: 167px;right: 10px;}
    .row1 .text-box .icon-box p{font-size: 12px;}
    .row1 .text-box .icon-box p b{font-size: 22px;margin-bottom: 10px;}

    .row2{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row2-bg-mobile.webp) left bottom no-repeat;background-size: cover;}

    .row3{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/academy-seminars-row3-bg-mobile.webp) left bottom no-repeat;background-size: cover;}
    .row3 .con{flex-direction: column-reverse;}
    .row3 .con .text-box{max-width: 100%;text-align: center;}
}
@media(max-width:520px) {
    html[lang='en-IN'] .row1 .text-box .icon-box{right: -44px;}
}
@media(max-width:510px) {
    .mb-br{display: block;}

    .pc-img{display: none;}
    .mb-img{display: block;}

    .banner{padding: 32px 0 0;}
    .banner .text-box{padding: 0 20px;margin-bottom: 41px;}
    .banner .text-box h2{font-size: 28px;line-height: 34px;}
    .banner .text-box h2 br{display: block;}
    .banner .text-box p{line-height: 23px;margin-bottom: 16px;}
    .banner .text-box .orange-button{padding: 12px 24px;line-height: 21px;}

    .row1{padding: 32px 0 0;}
    .row1 .inner{padding: 0;}
    .row1 .text-box{padding: 0 20px;text-align: center;margin-bottom: 76px;}
    .row1 .text-box h2{font-size: 28px;line-height: 34px;text-align: center;}
    .row1 .text-box h3{font-size: 16px;line-height: 21px;text-align: center;}
    .row1 .text-box ul{margin-bottom: 17px;}
    .row1 .text-box ul li{font-size: 14px;font-weight: 400;line-height: 20px;text-align: left;padding-left: 22px;}
    .row1 .text-box ul li::before{width: 3px;height: 3px;}
    .row1 .text-box p{font-size: 12px;line-height: 17px;margin-bottom: 14px;text-align: left;}
    .row1 .text-box .orange-button{padding: 12px 24px;line-height: 21px;}
    .row1 .text-box .icon-box{width: 120px;height: 120px;right: 22px;bottom: 10px;}
    .row1 .text-box .icon-box p{font-size: 8px;line-height: 10px;}
    .row1 .text-box .icon-box p b{font-size: 15px;margin-bottom: 6px;}

    html[lang='en-IN'] .row1 .text-box .icon-box{right: 22px;}

    .row2{padding: 32px 0;}
    .row2 h2{margin-bottom: 24px;}
    .row2 ul{gap: 8px;justify-content: center;}
    .row2 ul li{width: 172px;}
    .row2 ul li .text-box{padding: 16px 8px;}
    .row2 ul li .text-box p{line-height: 17px;}

    .row3{padding: 32px 0;}
    .row3 h2{font-size: 20px;line-height: 24px;margin-bottom: 24px;}
    .row3 .con{gap: 24px;}
    .row3 .con h3{color: var(--v-black-light);font-size: 20px;line-height: 24px;margin-bottom: 4px;}
    .row3 .con h4{color: var(--v-black-light);font-size: 14px;line-height: 18px;margin-bottom: 24px;}
    .row3 .con .orange-button{font-size: 16px;padding: 12px 48px;line-height: 21px;}
}
@media(max-width:420px) {
    html[lang='en-IN'] .row1 .text-box p{width: 56%;}
    html[lang='en-IN'] .row1 .text-box .icon-box{bottom: 50px;}
    html[lang='en-IN'] .row1 .text-box .icon-box p{width: 100%;}
}
@media(max-width:400px) {
    .row1 .text-box .icon-box{bottom: 30px;}   
}
@media(max-width:393px) {
    .row2 ul{justify-content: flex-start;}
}
@media(max-width:392px) {
    .row2 ul{justify-content: center;}
}
@media(max-width:370px) {
    .row1 .text-box .icon-box{right: 0;}
}
@media(max-width:350px) {
    .row1 .text-box .icon-box{right: -20px;}
}

/* # vantagemarekts|2025-11-05 09:58:00 */

