@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
img { width: 100%; height: auto; object-fit: cover; }

h1, h2, h3, h4, h5, h6 { font-family: 'Lufga'; }
.container { width: 100%; max-width: 1530px; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
a { text-decoration: none; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }

.site-btn { display: inline-block; appearance: none; -webkit-appearance: none; padding: 19px 42px; background-color: #fff; color: #202020;  transition: all 0.4s; -webkit-transition: all 0.4s; font-size: 18px; font-weight: 500; border-radius: 50px; line-height: 1.5; }
.site-btn:hover { background-color: #222222 !important; color: #ffffff; }

.text-danger { color: #D92D20 !important; }
.text-success { color: #027A48 !important; }
.text-warning { color: #F79009 !important; }

.d-flex { display: flex; flex-wrap: wrap; }


/* home-banner */
.home-banner-main { border-radius: 56px; padding: 70px 70px 30px; background-image: url(../images/home-banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }
.ambassador-home-banner .home-banner-text h2 { font-size: clamp(35px, 3.333vw, 64px); font-weight: 400; color: #FFFFFF; max-width: 840px; line-height: 1.3; }
.ambassador-home-banner .home-banner-text h2 span { font-weight: 600; font-style: italic; }
.ambassador-home-banner .home-banner-text p { color: #fff; font-size: clamp(16px, 1.1vw, 18px); line-height: 1.5; font-weight: 500; padding: 25px 0 48px; }
.counter-section .counter-number { font-size: 30px; color: #FFFFFF; font-weight: 500; line-height: 1.313; }
.counter-section .counter-row { gap: 40px; padding-top: 128px; } 
.counter-section .counter-row .counter-col:nth-child(2) { padding: 0 40px; border-left: 1px solid #fff; border-right: 1px solid #fff; } 
.counter-section .counter-text { padding-top: 5px; font-size: 19px; color: #FFFFFF; font-weight: 400; line-height: 1.526; }
.counter-section .counter-row .counter-col { max-width: fit-content; width: 100%; }

/* benefit-section */
.benefit-section { padding: 100px 0; background-color: #fff; }
.benefit-section .benefit-inner { gap: 15px; flex-direction: column; justify-content: space-between; height: 100%; position: relative; padding: 30px; border-radius: 24px; background: #f5f5f5; } 
.benefit-section .benefit-box:before { content: ' '; position: absolute; left: 50%; top: 0; transform: translateX(-50%); background-color: #006495; width: calc(100% - 32px); height: 100%; z-index: 0; border-radius: 24px; } 
.benefit-section .benefit-box { position: relative; padding-bottom: 17px; overflow: hidden; height: 303px; border-radius: 26px; }
.benefit-section .benefit-icon-text img { width: 50px; height: 50px; } 
.benefit-section .benefit-icon-text h3 { font-weight: 600; font-size: 24px; color: #000; line-height: 1.316; padding-top: 16px; }
/* .benefit-section .benefit-box:after { content: ' '; width: 296px; height: 296px; position: absolute; background-color: #83C5BE; top: -140px; left: -80px; filter: blur(25px); border-radius: 50%; z-index: 1; } */
.benefit-section .benefit-heading h2,
.faq-section .faq-heading h2,
.how-it-work-section .how-it-work-heading h2,
.testimonial-section .testimonial-heading h2 { font-size: clamp(30px, 2.5vw, 48px); font-weight: 500; line-height: 1.3; margin: 0 0 65px 0; text-align: center; }
.benefit-section .benefit-content p { position: relative; z-index: 2; font-size: 16px; color: #000; line-height: 1.5; }
.benefit-section .benefit-row { gap: 18px; } 
.benefit-section .benefit-row .benefit-col { max-width: calc(33.33% - 12px); width: 100%; } 
.benefit-section .benefit-box:not(:first-child) { margin-top: 18px; }
.benefit-section .benefit-row .benefit-col:nth-child(2) img { display: block; height: 100%; border-radius: 24px; }
.benefit-section .benefit-icon-text { position: relative; z-index: 2; }
.benefit-section .benefit-row .benefit-col:nth-child(2) { padding: 10px 0; }

/* faq-section */
.faq-section .faq-heading { margin-bottom: 60px; }
.faq-section .faq-heading h2 { margin-bottom: 30px; }
.faq-section .faq-heading p { font-size: clamp(16px, 1.05vw, 20px); color: #535862; font-weight: 400; text-align: center; font-family: 'Lufga'; } 
.faq-section .faq-item .faq-question { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;  } 
.faq-section .faq-item .faq-question .plus-sign { display: flex; } 
.faq-section .faq-item .faq-question img { width: 24px; } 
.faq-section .faq-item .faq-question .minus-sign { display: none; }
.faq-section .faq-row { max-width: 768px; margin: auto; gap: 32px; flex-direction: column; }
.faq-section .faq-item .faq-question h3 { font-size: 16px; font-weight: 600; color: #181D27; } 
.faq-section .faq-row .faq-item:not(:first-child) { padding-top: 24px; border-top: 1px solid #E9EAEB; }
.faq-answer p { color: #535862; font-weight: 400; font-size: 16px; padding-top: 4px; }
.faq-section .faq-item.active .faq-question .plus-sign { display: none; } 
.faq-section .faq-item.active .faq-question .minus-sign { display: inline; }
.faq-section { padding: 100px 0; }
.faq-section .faq-item .faq-question span { display: flex; }

/* footer */
.footer { background-color: #FAFAFA; padding: 60px 0 48px; }
.footer .container { max-width: 1215px; }
.footer .footer-logo img { max-width: 290px; } 
.footer .footer-logo {justify-content: center;} 
.footer .top-footer .link-item { gap: 32px; align-items: center; justify-content: center; padding-top: 32px; padding-bottom: 64px; } 
.footer .top-footer .link-item a { color: #535862; font-weight: 600; font-size: 16px; line-height: 1.5; display: block; }
.footer .top-footer .link-item a:hover,
.footer .bottom-footer a:hover { color: #016293; }
.footer .bottom-footer p,
.footer .bottom-footer a { font-size: 16px; font-weight: 400; color: #717680; }
.footer .bottom-footer { gap: 16px; border-top: 1px solid #E9EAEB; padding-top: 32px; justify-content: space-between; align-items: center; } 
.footer .bottom-footer .contact-detail { gap: 16px; justify-content: center; }

/* How It Works */
.how-it-work-section .how-it-work-col { overflow: hidden; width: 100%; max-width: calc((100% - 30px) / 3); background-color: #fff; border-radius: 35px; box-shadow: 0 5px 4px -5px rgba(0, 0, 0, 0.2) }
.how-it-work-section .how-it-work-image img { object-fit: cover; height: auto; display: block; }
.how-it-work-section .how-it-work-content .step span { background: #fff; width: 40px; height: 40px; display: flex; border-radius: 50%; justify-content: center; align-items: center; color: #000; font-weight: 600; font-size: 18px; margin: auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
.how-it-work-section .how-it-work-content .step { padding: 0; position: absolute; left: 50%; margin: -20px 0 0 -20px; top: 0; }
.how-it-work-section .step-heading h3 { font-weight: 600; font-size: 24px; color: #2F3E46; text-align: center; margin-bottom: 12px; } 
.how-it-work-section .step-heading p { padding-top: 5px; font-size: clamp(16px, 1.05vw, 18px); font-family: 'Lufga'; text-align: center; line-height: 1.316; max-width: 250px; margin: 0 auto; } 
.step-heading { padding-top: 20px; }
.how-it-work-section .how-it-work-row { gap: 15px; justify-content: center; }
.how-it-work-section { padding: 100px 0; }
.how-it-work-content { padding: 30px 15px; position: relative; border-top: 1px dashed #D3D3D3; }
.how-it-work-section .container { max-width: 1300px; }

/* Header */
.header { padding: 20px 0; } 
.header .header-row { justify-content: space-between; gap: 30px; align-items: center; } 
.header-button .site-btn { color: #fff; background-color: #016293; padding: 15px 35px; }
.header .header-row .logo img { max-width: 290px; }
.header .logo a { display: inline-flex; vertical-align: middle; }
.header.sticky { position: fixed !important; z-index: 9999; top: 0px !important; width: 100%; background-color: #fff !important; box-shadow: 6px 6px 30px 0px #0000001f; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; border: unset !important; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease; }
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Pre-Registration */
.pre-registration-section { padding: 100px 0; background-image: url(../images/pre-registration-banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;  }
.pre-registration-section .pre-registration-cover { max-width: 750px; width: 100%; background-color: #fff; border-radius: 24px; padding: 50px; margin-left: auto; } 
.pre-registration-section .pre-registration-cover .pre-registration-head { padding-bottom: 30px; font-weight: 500; line-height: 1.3; font-size: clamp(25px, 2.5vw, 36px); }
.pre-registration-section .input-item input:not(input.site-btn) { width: 100%; color: #000; margin-top: 6px; font-family: 'Lufga'; font-weight: 400; font-size: 16px; line-height: 1.5; display: block; padding: 8px 12px; border-radius: 8px; border: 1px solid #D5D7DA; box-shadow: 0px 1px 2px 0px #0A0D120D; }
.pre-registration-section .input-item input::placeholder { color: #717680; }
.pre-registration-section .input-item input:focus-visible:not(input.site-btn) { outline: none; }
.pre-registration-section .input-item label { font-family: 'Lufga'; font-weight: 500; font-size: 14px; line-height: 1.429; padding-bottom: 30px; display: block; }
.pre-registration-section .input-item { max-width: 50%; width: 100%; padding: 0 10px; }
.pre-registration-section .input-row { margin: 0 -10px; }
.pre-registration-section .register-btn { cursor: pointer; border: 1px solid #000; font-family: "Poppins", sans-serif; font-size: 14px; color: #000000; }
.pre-registration-section .register-btn:hover { color: #fff; }
.pre-registration-section .input-item label .star { color: #7F56D9; font-size: 21px; display: inline-block; line-height: 20px; vertical-align: middle; }
.pre-registration-section .check-box input[type="checkbox"] { display: none; }
.pre-registration-section .check-box { width: fit-content; position: relative; padding-left: 25px; cursor: pointer; font-size: 16px; user-select: none; margin-bottom: 55px; }
.pre-registration-section .check-box input[type="checkbox"] + span { cursor: pointer; position: absolute; left: 0; top: 0; width: 25px; height: 25px; border: 1px solid #D9D9D9; background-color: #fff; transition: all 0.3s ease; }
.pre-registration-section .check-box input[type="checkbox"]:checked + span::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 16px; height: 16px; background: url(../images/checked.svg); background-position: center; background-size: cover; }
.pre-registration-section .check-box label { padding-left: 18px; cursor: pointer; font-family: 'Lufga'; font-weight: 400; font-size: 16px; line-height: 25px; }
.pre-registration-from .input-row:nth-child(3) label { padding-bottom: 45px; }
.pre-registration-section .input-row.preferred-language .input-item { max-width: 100%; }
.select-menu .select2-container { width: 100% !important; margin-top: 6px; } 
.select-menu .select2-container--default .select2-selection--single { border-color: #D5D7DA; height: 40px; border-radius: 8px; } 
.select-menu .select2-container--default .select2-selection--single .select2-selection__rendered {  color: #717680; font-family: 'Lufga'; font-weight: 400; font-size: 16px;  line-height: 40px; padding-left: 12px; padding-right: 35px; } 
.select-menu .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #717680; margin-top: 6px; font-family: 'Lufga'; font-weight: 400; font-size: 16px; } 
.select-menu .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; right: 12px; }
body .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #006495; }
body .select2-dropdown { border: 1px solid #D5D7DA;  border-radius: 8px; }
.select2-container--open .select2-dropdown--above .select2-results__options { border-radius: 8px 8px 0px 0px; }
.select2-container--open .select2-dropdown--below .select2-results__options { border-radius: 0px 0px 8px 8px; }
body .select2-results__option[aria-selected] { padding: 8px 12px; }

/* Testimonial */
.testimonial-section .testimonial-slider { max-width: 800px; margin: auto; }
.testimonial-section .testimonial-thumbs .slick-slide img { cursor: pointer; width: 50px; height: 50px; border-radius:10px; object-fit: cover; opacity: 0.5; transform: translateY(0); transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.testimonial-section .testimonial-text { font-size: 30px;  text-align: center; font-weight: 400; font-family: 'Lufga'; }
.testimonial-section .testimonial-text:before { content: ''; width: 50px; height: 50px; display: inline-block; background-image: url(../images/Quotes.svg); background-repeat: no-repeat; background-size: contain;background-position: center; opacity: .2; margin-right: 10px; }
.testimonial-section .testimonial-client-info { justify-content: center; padding-top: 50px; align-items: center; gap: 13px; } 
.testimonial-section .testimonial-client-info h3 { font-weight: 500; font-size: 18px; line-height: 1; } 
.testimonial-section .testimonial-client-info span { font-size: 16px; opacity: 0.5; line-height: 1; font-family: "Poppins", sans-serif; }
.testimonial-section .testimonial-thumbs .slick-slide.slick-current img{ opacity: 1; transform: translateY(-15px); }
.testimonial-thumbs { max-width: 320px; margin: auto; padding-top: 50px; }
.testimonial-section .testimonial-thumbs .slick-slide { padding: 15px 7px 0px; }
.testimonial-section { padding: 100px 0; background-color: #fff; }

/* Home2 */
.home-banner2 .home-banner-main { border-radius: 0; padding: 150px 0px 30px; height: 100vh; min-height: 695px; } 
.ambassador-home-banner.home-banner2 .container, 
.header.header2 .container { max-width: 100%; padding: 0; } 
.header.header2 { position: absolute; top: 0; width: 100%;}
.home-banner2 .home-banner-content,
.header.header2 .header-row { max-width: 1530px; padding: 0 15px; margin: auto; width: 100%; }
.ambassador-home-banner.home-banner2 .counter-section .counter-row { padding-top: 60px; }
.header .logo a.blue-logo,
.header.sticky .logo a.white-logo { display: none; }
.header.sticky .logo a.blue-logo,
.header .logo a.white-logo { display: block; }
.ambassador-home-banner.home-banner2 .counter-section .counter-text { font-size: 16px; }
.ambassador-home-banner.home-banner2 .counter-section .counter-number { font-size: 25px; }
.home-banner2 .home-banner-content { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }


@media (max-width: 1199px) {
    .benefit-section .benefit-content p br { display: none; }

    .how-it-work-section .how-it-work-row { gap: 20px; }
    .how-it-work-section .how-it-work-col { max-width: calc((100% - 40px) / 3); padding: 20px; border-radius: 26px; }

    .pre-registration-section .pre-registration-cover { margin: auto; }
}

@media (max-width: 991px) {
    .home-banner-main { border-radius: 25px; padding: 50px 50px 30px; }

    .benefit-section .benefit-heading h2,
    .faq-section .faq-heading,
    .how-it-work-section .how-it-work-heading h2,
    .testimonial-section .testimonial-heading h2 { margin-bottom: 30px; }
    .benefit-section,
    .faq-section,
    .pre-registration-section { padding: 60px 0; }
    .benefit-section .benefit-box { height: 265px; }
    .benefit-section .benefit-icon-text h3 br { display: none; }
    .counter-section .counter-row { gap: 30px }

    .faq-section .faq-heading h2 { margin-bottom: 10px; }

    .footer .bottom-footer { justify-content: center; flex-direction: column; }
    .footer .bottom-footer .contact-detail { gap: 0; flex-direction: column; }
    .footer .bottom-footer .contact-detail a { text-align: center; }

    .how-it-work-section .how-it-work-col { max-width: calc((100% - 20px) / 2);}

    .header .header-row .logo img { max-width: 260px; }

    .how-it-work-section,
    .testimonial-section { padding: 60px 0; }

    .testimonial-section .testimonial-text { font-size: 25px; } 
    .testimonial-section .testimonial-client-info { padding-top: 20px; } 
}

@media (max-width: 767px) { 
    .site-btn { font-size: 16px; padding: 12px 25px; } 

    .home-banner-main { padding: 50px 20px; } 
    .ambassador-home-banner .home-banner-text p { padding: 15px 0 20px; } 
    .counter-section .counter-row { padding-top: 50px; gap: 25px; } 
    .counter-section .counter-text { padding-top: 5px; font-size: 18px; } 
    .counter-section .counter-row .counter-col:nth-child(2) { border: none; padding: 0; } 
    .counter-section .counter-row .counter-col { max-width: 100% !important; }

    .benefit-section .benefit-row .benefit-col { max-width: 100%; } 
    .benefit-section .benefit-box { height: auto; } 
    .benefit-section .benefit-row .benefit-col:nth-child(2) img { max-height: 350px; } 
    .benefit-section .benefit-row .benefit-col:nth-child(2) { padding: 0 } 
    .benefit-section .benefit-box:not(:first-child) { margin-top: 18px; }

    .footer .footer-logo img { max-width: 220px; }
    .footer .top-footer .link-item { column-gap: 18px;  row-gap: 10px; padding-top: 25px; padding-bottom: 30px; }

    .how-it-work-section .how-it-work-col { max-width: 100%;}
    .how-it-work-section .how-it-work-image img { height: auto; }

    .header .header-row .logo img { max-width: 170px; } 
    .header .header-button .site-btn { padding: 12px 25px; font-size: 14px; } 
    .header .header-row { gap: 10px; }
    .header { padding: 25px 0 0; }
    .header:not(.header2){ padding: 15px 0; }
    .header.sticky{ padding: 12px 0; }

    .pre-registration-section .input-item { padding: 0; max-width: 100%; } 
    .pre-registration-section .input-row { margin: 0; } 
    .pre-registration-section .input-item label,
    .pre-registration-from .input-row:nth-child(3) label,
    .pre-registration-section .pre-registration-cover .pre-registration-head { padding-bottom: 20px; } 
    .pre-registration-section .pre-registration-cover { padding: 30px 20px; }
    .pre-registration-section .check-box input[type="checkbox"] + span { width: 20px; height: 20px; } 
    .pre-registration-section .check-box label { line-height: 20px; padding-left: 6px; font-size: 14px; }
    .pre-registration-section .check-box { margin-bottom: 20px; }

    .testimonial-section .testimonial-text { font-size: 20px; } 
    .testimonial-section .testimonial-text:before { width: 40px; height: 40px; } 
    .testimonial-section .testimonial-client-info h3 { font-size: 16px; }

    .home-banner2 .home-banner-main { padding: 100px 0px 30px; min-height: 751px; }
    .ambassador-home-banner.home-banner2 .counter-section .counter-row { padding-top: 50px; gap: 20px; }
}