/*common css*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200..800&display=swap');


* { box-sizing: border-box; margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-family: "Figtree", sans-serif; font-weight: 400; font-size: 18px; line-height: 1.55; text-align: left; color: #1B202F; }
body.infoPages {background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%);}

a { text-decoration: none; transition: all 300ms ease; display: inline-block; }
a:focus { outline: none; text-decoration: none; color: #000 }
a:hover, a:active { outline: 0; text-decoration: none; }
p { margin: 0 0 20px; }
ol, ul { margin: 0; padding: 0; }
//ul li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }
h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Figtree", sans-serif; }
h1 { font-weight: 800; font-size: 80px; line-height: 82px; letter-spacing: 0%; }
h2 { font-weight: 800; font-size: 64px; line-height: 80px; text-align: center; }
h3 { font-weight: 600; font-size: 36px; line-height: 100%; }
h4 { font-weight: 600; font-size: 24px; line-height: 100%; }
h5 { font-size: 20px; line-height: 28px; letter-spacing: 0px; }
h6 { font-size: 22px; font-weight: 700; line-height: 25.85px; }
img { max-width: 100%; border: 0; }
h1 span, h2 span, h3 span, h4 span, h5 span { color: #47BFC7; }

/*select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }*/
input:not([type=radio]):not([type=checkbox]) { -webkit-appearance: none; }
input, button, textarea, select { border: 1px solid #ccc; outline: none; font-style: normal; font-size: 20px; color: #000; font-weight: 400; line-height: 35px; font-weight: 300; }
input[type=submit], button { cursor: pointer; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px var(--p-white) inset; }
::-webkit-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-moz-selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::selection { background-color: #47d5ff; color: var(--p-white); text-shadow: none; }
::-webkit-input-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
::-moz-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
:-ms-input-placeholder { color: #858585; opacity: 1; -ms-filter: "alpha(opacity=100)"; }
.btn-primary.focus:focus, .btn-primary:focus { outline: none; border: none; box-shadow: none; }
:-ms-input-placeholder { color: #5f5f5f; }
::-moz-placeholder { color: #5f5f5f; }
::placeholder { color: #5f5f5f; }
.left-padding { padding-left: calc(((100% - 1250px) - 30px) / 2); }
.inclusive-slider .slick-list { padding-right: calc(((50vw - 1250px/2) - 30px)) !important; }
.slick-arrow { position: absolute; bottom: -100px; left: 12px; margin: 0 auto; z-index: 9937. }
.slick-prev.slick-arrow { transform: 0px; background: var(--white); padding: 10px; border-radius: 50px 0px 0px 50px; cursor: pointer; }
.slick-next.slick-arrow { transform: translateX(111px); background: var(--white); padding: 10px; border-radius: 0px 50px 50px 0px; cursor: pointer; }
.slick-prev.slick-arrow .icon-arrow-r { transform: rotate(180deg); }

/*.blue-btn:hover { color: var(--p-white); padding-left: 60px; padding-right: 30px; }*/
.blue-btn span { display: inline-block; background: var(--blue); transition: all 300ms ease; position: relative; z-index: 9 }
.blue-btn:hover span { transform: translateX(30px); }
.blue-btn:after { content: ''; position: absolute; right: 30px; background: var(--p-white); border-radius: 100%; width: 10px; height: 10px; top: 50%; transform: translateY(-50%); }
.blue-btn:before { content: "\e90e"; font-size: 27px; font-family: 'icomoon' !important; position: absolute; left: 30px; top: 50%; transform: translateY(-50%); }
a.blue-btn:hover, a.blue-btn:active { color: var(--p-white); }
.container {max-width: 1000px;padding: 0px 15px;margin: 0 auto;}
.section-padding { padding: 100px 0px }
.section-top-padding { padding-top: 75px; }
.section-bottom-padding { padding-bottom: 75px; }
button.cmn-btn { background: #1B202F; padding: 18px 32px; border-radius: 50px; border: none; margin-top: 60px; color: #fff; margin-left: auto; margin-right: auto; display: block; }
button.cmn-btn img { margin-left: 15px; }
button.cmn-btn.light-btn { background: #47BFC7; margin-left: 0px; }
.cmn-title { margin-bottom: 70px; text-align: center; }
.cmn-title span { color: #47BFC7; }
.cmn-title h2 { margin-bottom: 20px; }
.phone-row { position: relative; }
body .phone-row input { padding-left: 100px; }
.phone-row select {border: none;position: absolute;top: 20px;left: 18px;color: #1B202F;}

.cmn-title {
    max-width: 990px;margin-left: auto;margin-right: auto;
}

.accordion-item {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);

}
.accordion-item:not(:last-child){
        margin-bottom: 24px;
    }
.accordion-item .accordion-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor:pointer;
        padding-left: 42px;
        position: relative;
}
.accordion-item .accordion-question:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #47BFC7;
    left: 0;
    transition: 0.5s;
}
.accordion-item .accordion-question:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background-color: #47BFC7;
    left: 8px;
    opacity: 1;
    transition: 0.5s;
}
.accordion-item .accordion-question.active:after {
    transform: rotate(260deg);
    opacity: 0;
    transition: 0.5s;
}
.accordion-item .accordion-question span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
}
.accordion-item .accordion-question.active span{
    color: #47BFC7;
}
.accordion-item .accordion-answer{
    display: none;
    padding-top: 24px;
    font-size: 18px;
    line-height: 32px;
}
.accordion-item .cta-wrapper{
    margin-top: 24px;
}
 

/*header*/
.site-header { position: absolute; top: 0; left: 0; width: 100%; padding: 20px 0;z-index: 99; position:sticky;} 
.site-header .container {
    max-width: 1200px;
    margin: 0 auto;
}
.header-wrapper {padding: 5px 30px;box-shadow: 0px 0px 30px 0px #0000001A;border-radius: 50px;display: flex;align-items: center;justify-content: space-between;z-index: 999;background: #fff;}
.logo { display: inline-flex;max-height: 58px;max-width: 70px; }
.logo img {width: 70%;height: 70%;object-fit: contain;object-position: left;}
.header-wrapper ul { display: flex; align-items: center; gap: 10px; padding: 0; margin: 0; list-style: none; }
/* .header-wrapper ul li { margin: 0px 10px; } */
.header-wrapper .social-icons svg {height: 44px;width: 44px;fill: #1B202F;padding: 7px 0px 0px 0px;vertical-align: unset;}
.header-wrapper .social-icons a:hover svg { fill : #47BFC7; }

/*hero banner*/
.hero-banner-wrapper { display: flex; align-items: center; flex-wrap: wrap; padding: 156px 0px 20px; margin: 0px -8px; }
.hero-banner-left { width: 41.66666667%; padding: 0px 8px; }
.hero-banner-right { width: 58.33333333%; padding: 0px 8px;line-height: 0;}
.hero-banner { position: relative; top:-100px}
.hero-banner:before { content: ''; position: absolute; right: 0px; width: calc(50% - 50px); top: 0px; height: 100%; background: #1D1E21; background: linear-gradient(0deg, rgba(29, 30, 33, 0) 52%, rgba(150, 255, 237, 0.65) 100%); z-index: -1; }
.hero-banner-wrapper .h1 {font-size: 80px;line-height: 82px;margin-bottom: 24px;font-weight: 800;color: #1B202F;}
.hero-banner-left ul { display: flex; flex-wrap: wrap; }
.hero-banner-left ul li { width: 56px; border-radius: 100%; }
.hero-banner-left ul li:not(:first-child) { margin-left: -12px;}
.hero-banner-left ul li img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner-left .app-i ul li { max-width: inherit; height: auto; background: transparent; border: none; margin: 0px 10px; }
.review-images .img-wrapper { padding-top: 100%; position: relative;display: block; border-radius: 50%;overflow: hidden; }
.review-images .img-wrapper img { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.app-i { margin: 32px 0 64px; display: flex;align-items: center; gap: 20px; }
.app-i a { display: inline-flex;}
.hero-banner-left .app-i ul { margin: 0px -10px; }

.details-of-rating { display: flex; flex-wrap: wrap; align-items: center; font-family: "Karla", sans-serif; font-weight: 600; font-size: 20px; line-height: 30px; margin-top: 24px; }
.details-of-rating img { max-width: 30px; }
.details-of-rating p { margin: 0px; font-weight: 400; color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; }
.details-of-rating p span { color: rgba(0, 0, 0, 1); margin-right: 8px; }
.hero-banner-left span { display: block; color: #47BFC7; }
.details-of-rating > img { margin-right: 10px; }
.details-of-rating p strong { margin-right: 10px; color: #000; }
.details-of-rating p img { margin-left: 10px; }

/*inclusive*/
.default-padding {padding: 100px 0;}
.bg-fade-gradiant { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.inclusive-slider { width: 100%; }
.inclusive-slider .slick-list { padding-left: 0px !important; }
.inclusive-slider-repeat { padding: 0 15px; }
.inclusive-on-hover { position: absolute; inset: 0px; padding: 25px 24px; background: var(--p-white); border-radius: 40px; text-align: center; opacity: 0; visibility: hidden; transition: all 600ms ease; cursor: pointer; }
.inclusive-vision-wrapper .slick-track > div:nth-child(odd) { margin-top: 100px; }
.inclusive-slider-content { position: relative;padding-top: 112.59%;}
.inclusive-slider-content img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
.inclusive-slider-repeat span { font-family: Figtree; font-weight: 500; font-size: 36px; line-height: 100%; display: block; margin: 20px auto 0 auto; text-align: center; }

/*how-it-works*/
.how-it-works .inner-wrapper .h2 {margin-bottom: 56px;}
.how-it-works-wrapper { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -16px; }
.how-it-works-wrapper .how-it-works-left { width: 50%; padding: 0px 8px; }
.how-it-works-wrapper .how-it-works-left .inner-wrapper { padding-left: 16.66%; }
.how-it-works-wrapper .tab-content { width: 50%; padding: 0px 8px; position: relative; }
.how-it-works-wrapper .tab-content .tab-pane {display: none;}
.how-it-works-wrapper .tab-content .tab-pane.active {display: block;}
.how-it-works-wrapper .tab-content img { margin: 0 auto; display: block;max-width: 56%;width: 100%; }

.how-it-works-left .nav {padding-top: 40px;}

.how-it-works-left li .nav-link.active { background: transparent !IMPORTANT; color: #fff !important; }
.how-it-works-wrapper .tab-content:before { width: 75%; padding-top: 75%; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
.how-it-works-left li .nav-link.active * { color: #1B202F; }
.how-it-works-left li .nav-link.active p{
    margin-bottom: 0;
    font-size: 18px;
}
.how-it-works-left li .nav-link h4 {opacity: 0.7;color: #1B202F;line-height: 32px;font-size: 20px;}
.how-it-works-left li .nav-link.active h4 { margin-bottom: 14px; color: #1B202F;opacity: 1; }
.how-it-works-left li {padding: 18px 0px;border-bottom: 1px solid #00000033;list-style:none;}
.how-it-works-left li.active { border-bottom: 1px solid #47BFC7; }

.how-it-works-left .nav-link { padding: 0px; }
.how-it-works-left li .nav-link { display: flex; align-items: flex-start; cursor: pointer; }
.how-it-works-left li .nav-link img { margin-right: 20px;height: 32px;width: 32px;object-fit: contain; }
.nav-link.active .nav-link-content { max-height: 500px;  }
.how-it-works-left li .nav-link + .tab-pane { display: none; padding-left: 50px; padding-right: 30px; margin-top: 20px;}
.how-it-works-left li .nav-link + .tab-pane img {
    max-height: 380px;
}
.nav-link .nav-link-content {  max-height: 0; overflow: hidden;  }

.how-it-works-left * { text-align: left; }


/*parallax*/
.parallax-content-wrapper { background: radial-gradient(52.08% 52.08% at 50% 16.15%, #2F3441 0%, #1B202F 100%); padding: 80px; border-radius: 36px; }
.parallax-section { display: flex; flex-wrap: wrap; align-items: center; }
.parallax-section > * { width: 50%; padding: 0 15px; }
.parallax-image { background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); border-radius: 24px; padding-top: 100px !important; box-shadow: 0px -6px 4px 0px rgba(0, 0, 0, 0.2);text-align: center; }
.parallax-image img { vertical-align: bottom; }
.parallax-content * { color: #fff; padding-left: 40px; }
.parallax-content p { font-family: Karla; font-weight: 500; font-size: 18px; line-height: 28px; }
.parallax-content-wrapper .cmn-title h2 { color: #fff; }
.parallax-inner-container { position: relative;display: flex;flex-direction: column;row-gap: 30px; }
.parallax-container .cmn-title { position: sticky; top: 40px; }
.parallax-section { position: sticky; top: 0px; border-radius: 26px; }
.parallax-section { background: rgba(0,0,0,0.3); backdrop-filter: blur(200px); }
.parallax-section:first-child { top: 260px; }
.parallax-section:nth-child(2) { top: 280px; }
.parallax-section:nth-child(3) { top: 300px; }
.parallax-section:nth-child(4) { top: 320px; }
.parallax-section:nth-child(5) { top: 340px; }
.parallax-section:nth-child(6) { top: 360px; }
.parallax-section:nth-child(7) { top: 380px; }
.parallax-section .parallax-content h3 { margin-bottom: 16px; font-size: 34px;color: #fff; }
.parallax-section .parallax-content p { margin: 0;color: rgba(255,255,255,0.6); }


/*center tab*/
.center-tab-wrapper .tabs { display: flex; flex-direction: column; width: calc(30% - 30px); }
.center-tab-wrapper .tab { padding: 32px 32px 32px 0px; margin-bottom: 5px; background: transparent; cursor: pointer; border-radius: 4px; transition: background 0.3s; }
.center-tab-wrapper .tab:hover strong { background: #1B202F; color: #fff; }
.center-tab-wrapper .content { width: calc(40% - 30px); position: relative; background: white; padding: 20px; border-radius: 8px; min-height: 200px; background: transparent; text-align: center; }
.center-tab-wrapper .tab-content { display: none; }
.center-tab-wrapper .tab-content.active { display: block; }
.center-tab-wrapper .accordion { display: none; }
.center-tab-wrapper .accordion-item { }
.center-tab-wrapper .accordion-header {/* color: white; */cursor: pointer; }
.center-tab-wrapper .accordion-body { display: none; padding: 12px; }
.center-tab-wrapper .accordion-item.active .accordion-body { display: block; }
.center-tab-wrapper { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.tabs.left-tabs { text-align: right; }
.tabs.left-tabs strong { margin-left: auto; }
.center-tab-wrapper .content:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
.center-tab-desktop { display: flex; align-items: center;     /* justify-content: center; */ flex-wrap: wrap; margin: 0px -15px; }
.center-tab-desktop > div { width: calc(33.3% - 30px); margin: 0px 15px; }
.center-tab-wrapper strong {width: 60px;height: 60px;border-radius: 100%;background: #1B202F1A;display: grid;align-items: center;justify-content: center;color: #1B202F;margin-bottom: 10px;font-weight: 600;font-size: 20px;line-height: 30px;text-align: center;}
.center-tab-wrapper h5 { margin: 0px 0px 15px 0px; font-family: Figtree; font-weight: 700; font-size: 18px; line-height: 27.53px; letter-spacing: 0.11px; margin-bottom: 5px; }
.center-tab-wrapper p {margin: 0px;font-family: Figtree;font-weight: 400;font-size: 18px;line-height: 28px;}
.center-tab-wrapper .tab { margin-bottom: 40px; }
.accordion-faq .tab-content { display: none; }
.accordion-faq .tab-content.active { display: block; }
.accordion-faq .accordion { display: none; }
#main { margin: 50px 0; }
#main #faq .card { margin-bottom: 30px; border: 0; }
#main #faq .card .card-header { border: 0; -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); border-radius: 2px; padding: 0; }
#main #faq .card .card-header .btn-header-link { color: #fff; display: block; text-align: left; background: #FFE472; color: #222; padding: 20px; }
#main #faq .card .card-header .btn-header-link:after { content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; float: right; }
#main #faq .card .card-header .btn-header-link.collapsed { background: #A541BB; color: #fff; }
#main #faq .card .card-header .btn-header-link.collapsed:after { content: "\f106"; }
#main #faq .card .collapsing { background: #FFE472; line-height: 30px; }
#main #faq .card .collapse { border: 0; }
#main #faq .card .collapse.show { background: #FFE472; line-height: 30px; color: #222; }

/*faq-section*/
// .faq-section { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%); }
.faq-section .card-header { cursor: pointer; padding: 0px; background: none; border: none; }
.faq-section .faq-icon { font-weight: bold; margin-right: 20px; }
.faq-section  .faq-toggle .faq-icon::before { content: '-'; font-size: 30px; line-height: 30px; }
.faq-section .collapsed .faq-icon::before { content: '+'; font-size: 30px; line-height: 30px; }
.faq-section .card-body { padding: 20px 0px 0px 0px }
.faq-section  .faq-extra { display: none; }
.faq-section .card-header[aria-expanded="true"] * { color: #47BFC7 }
.faq-section .card { border-radius: 16px !important; margin-bottom: 20px; padding: 20px; border: none; box-shadow: 0px 8px 20px 0px #0000000F; }
.faq-section .accordion>.card>.card-header { padding: 0px; background: transparent; border: none }
.faq-section p { font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 32px; letter-spacing: 0%; }
.view-all-cta {
    margin-top: 56px;
    text-align: center;
}
.view-all-cta .button { display: inline-flex;align-items: center;padding: 18px 32px;font-size: 18px;line-height: 22px;background-color: #1B202F;border-radius: 50px;color: #fff; }
.view-all-cta .button span { margin-right: 12px; display: inline-block; }
.view-all-cta .button svg { fill: #fff; }
.cmn-cta-wrapper { background: linear-gradient(180deg, #47BFC7 0%, #006C89 100%); border-radius: 24px; align-items: center; }
.cmn-cta-left {padding: 25px;width: 50%;}
.cmn-cta-right { width: 50%;text-align: center; }
.cmn-cta-wrapper { display: flex; flex-wrap: wrap; }
.cmn-cta-left h3 { font-family: Figtree; font-weight: 600; font-size: 44px; line-height: 100%; color: #fff; margin-bottom: 16px; }
.cmn-cta-left p { color: #fff; }
.cmn-cta-wrapper .app-i ul {display: flex;flex-wrap: wrap;margin: 0px -10px;}
.cmn-cta-wrapper .app-i li { margin: 0px 10px;list-style:none; }
.cmn-cta-wrapper .app-i { margin: 0px; }
.cmn-cta-right img {vertical-align: bottom;}
.book-now-form .inner-container { max-width: 990px; margin: 0 auto; }
.book-now-wrapper { display: flex; flex-wrap: wrap; margin: 0px -8px;  }
.book-now-left {width: 50%;padding: 0px 50px 0 0;text-align: left;}
.book-now-left h2 { text-align: left; margin-bottom: 10px;}
.book-now-right {width: 50%;padding: 80px 8px 0;}
.form-field label { font-family: Figtree; font-weight: 500; font-size: 16px; line-height: 100%; width: 100%; display: block; margin-bottom: 15px; }
.form-field { margin-bottom: 20px; }
.form-field input { border-radius: 50px; border: 1px solid #1B202F26; padding: 14px 20px; width: 100%; }
.form-field textarea { min-height: 140px; border-radius: 12px; border: 1px solid #1B202F26; padding: 14px 20px; width: 100%; }
.cta-mobile-image { display: flex; flex-wrap: wrap; align-items: center; display: none; }
.cta-mobile-image img { width: 50%; }
.cta-mobile-image img:first-child { margin-top: 0px; }

/*testimonials*/
.testimonials-slider {max-width: 660px; margin: 0 auto;}
.testimonials-slider .slick-list { overflow: visible; }
section.testimonials { background: linear-gradient(180deg, rgba(71, 191, 199, 0.1) 0%, rgba(71, 191, 199, 0) 100%);overflow: hidden; }
.testimonials-slide-wrapper ul { display: flex; align-items: center; margin-bottom: 20px; }
.testimonials-slide-wrapper p { margin-bottom: 30px; }
.testimonials-avtar-details { display: flex; align-items: center; flex-wrap: wrap; }
.testimonials-avtar-details img { width: 65px; height: 65px; border-radius: 100%; margin-right: 23px; }
.testimonials-avtar-details-inner p { margin: 0px; }
.testimonials-slide-wrapper { padding: 45px; background: #fff; box-shadow: 0px 20px 60px 0px #0000000A; border-radius: 16px; }
.testimonials-wrapper .slick-slide { margin: 0 20px !important; padding: 20px 0px; }

/*footer*/
.site-footer { background-image: url(../images/footer-back.png); background-color: #1B202F; background-repeat: no-repeat; background-size: contain; background-position: top right; }
.footer-wrapper { padding: 72px 0px; display: flex; flex-wrap: wrap; align-items: center; }
.footer-logo { width: 50%; }
.footer-content { width: 50%; }
.footer-content ul li a { color: #fff; margin-bottom: 30px; display: block; }
.footer-bottom { padding: 20px 0px; font-family: Figtree; font-weight: 400; font-size: 20px; line-height: 30px; color: #fff; text-align: center; border-top: 1px solid #47BFC7; }

/*inner section*/
.top-section-padding { padding: 160px 0px 100px 0px; }
.cmn-on-scroll-section { display: flex; flex-wrap: wrap; margin: 0px -15px; position: relative; }
.cmn-on-scroll-sectio-left { width: calc(30% - 30px); margin: 0px 15px; border-radius: 16px; padding: 18px; background: #47BFC71A; }
.cmn-on-scroll-sectio-right { width: calc(70% - 30px); margin: 0px 15px; }
.cmn-on-scroll-sectio-left li a { padding: 10px 16px; font-family: Figtree; font-weight: 600; font-size: 16px; line-height: 28px; display: block; }
.cmn-on-scroll-sectio-right h5 { margin-bottom: 10px; font-weight: 600; }
.cmn-on-scroll-sectio-right li { font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 28px; padding-left: 30px; position: relative; }
.cmn-on-scroll-sectio-right li:before { content: ''; position: absolute; top: 12px; left: 12px; width: 5px; height: 5px; background: #1B202F; border-radius: 100%; }
.cmn-on-scroll-sectio-right ul { margin-bottom: 15px; }
.cmn-on-scroll-sectio-right h4 { color: #47BFC7; color: #47BFC7; margin-bottom: 10px; }
.cmn-on-scroll-sectio-right > div { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(27, 32, 47, 0.1); }
.cmn-on-scroll-sectio-right > div:last-child { padding-bottom: 0px; margin-bottom: 0px; border: none }
.cmn-on-scroll-sectio-right > div *:last-child { margin: 0px; }
.cmn-on-scroll-sectio-left { max-height: max-content; height: calc(100vh - 200px); overflow: scroll; position: sticky; top: 150px; overflow-x: clip }
.cmn-on-scroll-sectio-left li a.active { background: #47BFC7; border-radius: 16px; color: #fff; }

.game-listing-slider-wrapper:not(.slick-initialized ) { display: flex; align-items: center; }
.games-listing-section {padding: 30px 0; overflow: hidden;}
.game-item { display: flex;align-items: center; gap: 16px; }
.game-listing-slider-wrapper .slick-list { overflow: visible; }
.game-listing-slider-wrapper .slider-item { padding: 0 20px; }
.game-item .game-logo { height: 56px;width: 56px; display: inline-flex; }
.game-item .game-logo img { height: 100%; width: 100%; object-fit: contain; vertical-align: bottom; }

.faq-section .section-header{margin:80px 0 20px 0}

/* Responsive */
@media (max-height: 800px ) {
    .parallax-image {padding-top: 60px !important;}
    .parallax-image img { max-height: 280px; } 
}
@media (max-width: 1366px){ 
    .h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .default-padding {
        padding: 60px 0;
    }
    .hero-banner-wrapper .h1 {
        font-size: 42px;
        line-height: 60px;
    }
    .hero-banner-wrapper .h1 span{
        font-size: 60px;
        line-height: 68px;
    }
    .inclusive-slider-repeat span { font-size: 28px; }
}

@media (max-width:991px) {
    .logo img { max-width: 40px; display: block; }
    .header-wrapper ul li img { max-width: 20px; }
    .center-tab-wrapper.section-padding .content { display: block; }
    button.cmn-btn { padding: 11px 30px; }
    .cmn-cta-left { padding: 100px 0px 100px 20px; }
    .cmn-cta-left li img { max-width: 130px; }
    .hero-banner-left ul li img { max-width: 140px; }
    .parallax-content-wrapper { padding: 40px; }
    .section-padding { padding: 60px 0px; }
    .cmn-cta-left { padding: 45px 0px 45px 20px; }
    .book-now-left { width: 100%; }
    .book-now-right { width: 100%; }
    .hero-banner-wrapper { padding: 100px 0px 60px 0px; }
    .cmn-title { margin-bottom: 40px; }
    .how-it-works-left { display: none !important; /* hide desktop tabs */ }
    #experienceTabContent { 
        display: none;
    }
    .how-it-works-wrapper .how-it-works-left .inner-wrapper {padding-left: 0;}
    .how-it-works-left li .nav-link + .tab-pane { display: none; }
    .how-it-works-left li .nav-link + .tab-pane.active { display: block; }
    .how-it-works-left { display: block !important; }
    .how-it-works .card-header button { display: flex; align-items: flex-start; background: transparent; padding: 0px; box-shadow: none !important; }
    .how-it-works .card-header button:focus { box-shadow: none !important; }
    .how-it-works .card-header button img { margin-right: 20px !important; }
    .how-it-works-tab-detals h4 { font-family: Figtree; font-weight: 600; font-size: 24px; line-height: 100%; color: #1B202F; }
    .how-it-works-tab-detals p { font-family: Figtree; font-weight: 400; font-size: 18px; line-height: 28px; color: #1B202F; }
    .how-it-works  .card { background: transparent; border: none; }
    .how-it-works .card-header.p-0 { background: transparent; border: none; }
    .how-it-works .how-it-works-wrapper .tab-content { width: calC(100% - 30px); }
    .how-it-works .collapse.show p { display: block; }
    .how-it-works-wrapper .how-it-works-left { width: 100%; margin-bottom: 30px; text-align: center;padding: 0 20px; }
    .how-it-works-wrapper .how-it-works-left h2 { text-align: center; }
    .card-body { position: relative; }
    .card-body:before { width: 340px; height: 340px; background: #47BFC7; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; z-index: -1; box-shadow: 0px 0px 0px 40px rgba(71, 191, 199, 0.2); }
    .how-it-works-wrapper .tab-content:before { display: none; }
    .how-it-works-tab-detals h4:focus { outline: none !important; text-decoration: none; }
    .cmn-on-scroll-sectio-left { width: calc(35% - 30px); }
    .cmn-on-scroll-sectio-right { width: calc(65% - 30px); }
    .cmn-on-scroll-sectio-right > div { margin-bottom: 40px; padding-bottom: 40px; }
    .center-tab-desktop { margin: 0; }
    .center-tab-wrapper .tab { text-align: left; }
    .center-tab-wrapper .content { width: 100%;max-width: 300px;margin: 0 auto; }
    .center-tab-wrapper .tabs { width: 100%; }
    .tabs.left-tabs strong { margin-left: 0; }
    .center-tab-wrapper .tabs { flex-direction: unset;}
    .inclusive-slider-repeat span { font-size: 24px; margin: 5px 0px 0px 0px; }
}
@media(max-width:767px) {
    .app-i {margin: 32px 0; gap: 14px;}
    .header-wrapper ul {gap:0px}
    .hero-banner-wrapper .h1 {font-size: 40px;line-height: 1.2;text-align:center;}
    .hero-banner-wrapper .h1 span{font-size: 52px;line-height: 60px}
    .h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .center-tab-wrapper p {font-size:16px;}
    .parallax-section > * {
        width: 100%;
    }
    .center-tab-wrapper .content { order: -1; }
    .center-tab-wrapper .tabs {flex-wrap: wrap;}
    .center-tab-wrapper .tab {width: 50%;margin-bottom: 0;}
    .center-tab-wrapper .tab.mobile-left {padding: 10px 20px 30px 0px;}
    .center-tab-wrapper .tab.mobile-right {padding: 10px 0px 10px 20px;}
    .center-tab-wrapper .tab p{font-size: 12px;line-height: 22px;}
    .center-tab-wrapper .tab strong{display:none;}
    
    .parallax-section:first-child { top: 200px; }
    .parallax-section:nth-child(2) { top: 220px; }
    .parallax-section:nth-child(3) { top: 240px; }
    .parallax-section:nth-child(4) { top: 260px; }
    .parallax-section:nth-child(5) { top: 280px; }
    .parallax-section:nth-child(6) { top: 300px; }
    .parallax-section:nth-child(7) { top: 320px; }
    .parallax-section .parallax-content h3 {margin-bottom: 10px;font-size: 22px; line-height: 1.2;}
    .parallax-section .parallax-content p {line-height: 1.2;font-weight: 400;}
    .inclusive-slider-repeat { padding: 0 10px; }
    .hero-banner-left {width: 100%;/* margin-top: 40px; */text-align: center;font-size: 16px;} 
    .hero-banner-right { width: 100% ; order: -1; }
    section.hero-banner:before { display: none; }
    .hero-banner-right:before { content: ''; position: absolute; right: 0px; width: 100%; top: 0px; height: 100%; background: #1D1E21; background: linear-gradient(0deg, rgba(29, 30, 33, 0) 52%, rgba(150, 255, 237, 0.65) 100%); z-index: -1; }
    .how-it-works-wrapper button.active p, .how-it-works-wrapper button[aria-expanded="true"] p { display: block; }
    .how-it-works-wrapper .tab-content img { max-width: 180px; }
    .card-body:before { width: 200px; height: 200px; box-shadow: 0px 0px 0px 20px rgba(71, 191, 199, 0.2); }
    section.parallax-section { position: static; }
    section.parallax-section > * { width: 100%; }
    
    .parallax-image { padding: 20px !important; padding-bottom: 0 !important; margin-bottom: 20px; text-align: center; }
    .parallax-image img { max-height: 280px;vertical-align: bottom; }
    .parallax-content { padding-bottom: 20px; }
    .parallax-content * { padding: 0px; }
    section.parallax-section { margin-bottom: 20px; }
    .parallax-content-wrapper { padding: 40px 15px; }
    .cmn-cta-left { width: 100%; padding: 40px 15px; text-align:center;}
    
    .cmn-cta-left p {margin-top:20px; text-align:center;}
    .cmn-cta-right {width: 100%;padding: 0px 15px;display: none;}
    .cmn-cta-left h3 { font-size: 35px; line-height: 43px; }
    .form-field input {padding: 6px 20px;font-size: 16px;line-height: 25px;border-radius: 10px;}
    .form-field label {margin-bottom:10px;}
    .form-field textarea {font-size: 16px;line-height: 25px;}
    .form-field .phone-row input {padding-left: 110px;}
    .testimonials-slide-wrapper { padding: 30px 15px; }
    .testimonials-avtar-details img { width: 50px; height: 50px; }
    .footer-wrapper { padding: 40px 0px; }
    .footer-content ul li a { margin-bottom: 15px; font-size: 16px; }
    .footer-bottom { font-size: 16px; line-height: 24px; }
    .center-tab-wrapper .accordion-item.active .accordion-body { max-width: 180px; margin: 0 auto; }
    .center-tab-wrapper .accordion-item.active .accordion-body:before { width: 200px; height: 200px; box-shadow: 0px 0px 0px 20px rgba(71, 191, 199, 0.2); }
    .header-wrapper {padding: 0px 10px 0 20px;}
    .logo img {max-width: 25px;}
    .header-wrapper li a img { max-width: 19px; }
    .header-wrapper ul li { margin: 0px 5px; }
    .parallax-content p { font-size: 16px; }
    .cmn-on-scroll-sectio-left { width: calc(100% - 30px); margin-bottom: 30px; position: static; overflow: visible; height: auto; }
    .cmn-on-scroll-sectio-right { width: calc(100% - 30px); }
    .cmn-on-scroll-sectio-right > div { margin-bottom: 30px; padding-bottom: 30px; }
    .top-section-padding {padding: 140px 0px 60px 0px;}
    .inclusive-slider-repeat span { font-size: 17px; margin: 5px 0px 0px 0px; }
    .inclusive-vision-wrapper .slick-track > div:nth-child(odd) { margin-top: 40px; }
    
    .cmn-cta-right > img { display: none; }
    .cta-mobile-image { display: flex; }
    .how-it-works-left .nav {padding-top: 0px;}
    .how-it-works-left li .nav-link img {margin-right: 10px;height: 32px;width: 20px;}
    .how-it-works-left li .nav-link h4 {font-size:20px;}
    .how-it-works-left li.nav-item {padding: 15px 0px; 0px}
    .how-it-works-tab-detals p {font-size: 16px; line-height: 24px;}
    .how-it-works-left li .nav-link + .tab-pane.active { text-align: center; }
    .how-it-works-left ul{margin-top: 40px;}

    .faq-section p {font-size:16px;}
    .faq-section .accordion-item {padding:15px;}
    .faq-section .accordion-item .accordion-question span {font-size:16px;}
    .faq-section .accordion-item .accordion-answer {font-size:14px; line-height:22px}
    
    .book-now-left {text-align: center;padding: 0 10px;}
    .book-now-left h2{ text-align: center; }
    .book-now-left p{ font-size:16px}
    .book-now-left input { font-size:16px}
    .phone-row select {top: 5px;font-size:16px;width: 70px;}
    .book-now-form .actions .cmn-btn {margin-left:auto;}
    .book-now-right {padding: 10px 10px 0;}


}
@media(max-width:575px) { 
    .h2 br {display: none;}
}


/* infoPages */

/* Core Values Section */
.core-values {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.core-values h3{grid-column:1/-1; text-align: center;}

.value-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.value-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.value-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Main Content */
.main-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: start;
}

.main-content .cmn-title, .main-content .core-values{
    grid-column: 1 / -1;
}

/* Navigation Sidebar */
.nav-sidebar {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    height: fit-content;
}

.nav-sidebar h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.nav-list {
    list-style: none;
}

.nav-list li {
    margin-bottom: 0.25rem;
}

.nav-list a {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--text-secondary);
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
    font-size: 0.875rem;
    border: 1px solid transparent;
}

.nav-list a:hover {
    background: #e5e7eb;
    color: #1B202F;
    transform: translateX(4px);
}

.nav-list a.active {
    background: #1B202F;
    color: white;
    box-shadow: var(--shadow-md);
}

/* Content Area */
.content-area {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.scroll-section {
    padding: 2.5rem;
    border-bottom: 1px solid var(--border-light);
}

.scroll-section:last-child {
    border-bottom: none;
}

.scroll-section h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    position: relative;
    padding-bottom: 0.75rem;
}

.scroll-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #1B202F;
    border-radius: 2px;
}

.scroll-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    //color: #2f708e;
}

.scroll-section h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    color: #2f708e;
}

.scroll-section p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.scroll-section ul {
    margin: 1rem 0 1.5rem 1.5rem;
    color: var(--text-secondary);
}

.scroll-section ul li{
    display: list-item;
}

.scroll-section li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
}

.scroll-section li::marker {
    color: #2f708e;
}

/* Warning callouts */
.warning-callout {
    background: #2f708e;
    border: 1px solid #1B202F;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #fff;
}

.warning-callout .icon {
    width: 24px;
    height: 24px;
    background: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

/* Mobile Menu Button */
.mobile-nav-toggle {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 56px;
    height: 56px;
    background: #1B202F;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    z-index: 200;
    transition: all 0.3s ease;
}

.mobile-nav-toggle:hover {
    transform: scale(1.1);
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 150;
}

.mobile-nav-panel {
    position: fixed;
    right: -100%;
    top: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: var(--shadow-lg);
    transition: right 0.3s ease;
    z-index: 160;
    overflow-y: auto;
    padding: 2rem 1rem;
}

.mobile-nav-panel.open {
    right: 0;
}

.mobile-nav-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-secondary);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem 1rem;
    }

    .nav-sidebar {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .main-content .cmn-title {
        padding: 2rem 1rem;
    }

    .main-content .cmn-title h1 {
        font-size: 2rem;
    }
    .core-values {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

    .value-card {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    
    .main-content .cmn-title h1 {
        font-size: 1.75rem;
    }

    .main-content .cmn-title p {
        font-size: 1rem;
    }

    .scroll-section {
        padding: 2rem 1.5rem;
    }

    .scroll-section h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .scroll-section {
        padding: 1.5rem 1rem;
    }

    .page-title {
        padding: 1.5rem 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.nav-list a:focus,
.mobile-nav-toggle:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Loading animation */
.scroll-section {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}