
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
}

a{
    text-decoration: none;
}
.padding-50{
    padding:50px 0px;
}
.padding-70{
    padding:70px 0px;
}
.text-blue{
    color: #130240 !important;
}
.bg-blue{
    background: #130240 !important;
}
.bg-yellow{
    background: #FFE84B !important;
}
.bg-light-blue{
    background: #6A43D7 !important;
}
.bg-cian{
    background: #3EFBE4 !important;
}
button.site-btn {
    background: #121D35;
    border: 0px;
    color: #fff;
    border-radius: 30px;
    padding: 6px;
    text-transform: capitalize;
    font-size: 17px;
    padding-left: 15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
}
button.site-btn i {
    background: #FFE84B;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    margin-left: 12px;
    color: #121D35;
}

/**start-header**/
header {
    background: #DFE4FF;
    position: sticky;
    top: 0;
    z-index: 1050;
}
nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 510;
}
ul.navbar-nav li.nav-item {
    margin: 0px 10px;
}
a.navbar-brand img {
    max-width: 135px;
}
.country-select{
    position: relative;
    width: 174px;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-top: 5px;
}

.country-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: #eef1ff;
    cursor: pointer;
    border-radius: 6px;
    text-transform: capitalize;
}
.country-btn img {
    width: 28px;
    height: 28px;
    border-radius: 30px;
}

.arrow{
    margin-left: auto;
    font-size: 12px;
}

.country-list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.country-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.country-list li:hover{
    background: #f2f2f2;
}

.country-list img {
    width: 26px;
    height: 26px;
    border-radius: 25px;
}


/**end-header**/



/**start-home-banner**/

.bnr-vdo {
    position: relative;
}
.bnr-vdo img.robot {
    position: absolute;
    top: -92px;
    left: -10px;
    z-index: 999;
    max-width: 80px;
}

.video-box {
    position: relative;
    width: 100%;
    max-width: 1170px;
    cursor: pointer;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
}

.video-bg {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f4d03f;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    padding-left: 10px;
}

.fields input.form-control {
    background: transparent;
    font-size: 14px;
    padding: 10px;
    border-radius: 30px;
    border: 1px #00000047 solid;
    border-right: 0px;
}
input:focus{
    box-shadow: none !important;
    outline: none !important;
}
.fields span.input-group-text {
    border-radius: 30px;
    background: transparent;
    border-left: 0px;
    border-color: #00000047;
}

.call-back-fixed {
    display: flex;
    position: fixed;
    top: 50%;
    right: -64px;
    transform: rotate(270deg);
}
.cal-txt {
    background: #FFE84B;
    padding: 7px 10px;
    padding-right: 21px;
    line-height: 27px;
}
.cal-txt a{
    color:#000;
    font-weight: 500;
}
a.cals {
    background: #000;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 4px #fff solid;
    transform: rotate(91deg);
    margin-left: -17px;
}
/**end-home-banner**/

.sec-had h4 {
    font-size: 40px;
    font-weight: 600;
}
.sec-had p {
    color: #130240;
    font-size: 18px;
    max-width: 900px;
    margin: auto;
}
.sec-had h4 img {
    max-width: 80px;
    margin-left: 5px;
}



.demo-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 5px;
    background: #0b1533;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-left: 15px;
}

/* Text animation */
.demo-btn .text {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
  font-weight: 300;
}

/* Icon circle */
.demo-btn .icon {
  width: 42px;
  height: 42px;
  background: #f6e233;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

/* Hover overlay */
.demo-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f6e233, #ffcc00);
  transform: translateX(-100%);
  transition: transform 0.45s ease;
  z-index: 1;
  left: -1px;
}

/* ✨ Hover Effects */
.demo-btn:hover::before {
  transform: translateX(0);
}

.demo-btn:hover .text {
  transform: translateX(6px);
  color: #000;
}

.demo-btn:hover .icon {
  background: #000;
  color: #f6e233;
  transform: translateX(6px) rotate(360deg);
  box-shadow: 0 0 15px rgba(246, 226, 51, 0.8);
  margin-right: 5px;
}

.demo-btn:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.sec-had h4 img.eros {
    margin-left: 20px;
}
/**end-student-parent-sec**/


/**start-faq-sec**/
section.faq-sec{
    background: linear-gradient(to bottom, #fff 0%, #EAEEFF 100%);
    position: relative;
}
.accordion {
    margin-top: 50px;
}
.accordion-item {
    margin: 15px 0px;
    border-radius: 20px !important;
    overflow: hidden;
    z-index: 333;
    position: relative;
}
.accordion-button {
    background-color: #00000021;
    border-radius: 20px;
    padding: 25px;
}
.accordion-button:not(.collapsed) {
    color: #151515;
    background-color: #fff;
    box-shadow: none;
}
button.accordion-button {
    font-size: 22px;
    font-weight: 500;
} 
.accordion-button:not(.collapsed)::after{
    background-image: url("../images/open.png") !important;
}
.accordion-button::after {
    background-image: url(../images/close.png) !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.accordion-body {
    padding-top: 0px;
}
section.faq-sec img.shap-1 {
    position: absolute;
    top: 90px;
    max-width: 200px;
    left: 10px;
    z-index: 0;
}
section.faq-sec img.angel-1 {
    position: absolute;
    top: 40px;
    right: 55px;
    max-width: 120px;
}

/**end-faq-sec**/

/**start-get-ready-sec**/
.get-ready {
    background-color: #2FA58A;
    background-image: url(../images/get.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 60px 30px;
    border-radius: 30px;
    text-align: center;
    color:#fff;
    margin-top: 50px;
    position: relative;
    z-index: 333;
}
.get-ready h2 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 25px;
}
.get-ready p {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}
/**end-get-ready-sec**/

/**start-footer**/
footer{
     background-image: url(../images/footer.png);
     background-repeat: no-repeat;
     background-position: top;
     background-size: cover;
     padding: 60px 0px;
     min-height: 500px;
    margin-top: -170px;
    position: relative;
    padding-top: 170px;
    color: #fff;
}
.footer-box h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-box ul {
    padding-left: 5px;
    margin-bottom: 0px;
}
.footer-box ul li {
    list-style: none;
    display: block;
    padding: 4px 0px;
}
.footer-box ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
ul.footer-social {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 26px;
}
ul.footer-social li a {
    font-size: 20px;
}
.footer-newsleter {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-newsleter .news {
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    width: 100%;
    max-width: 300px;
    justify-content: space-between;
}
.footer-newsleter .news input {
    border: 0px;
    padding: 5px;
    border-radius: 30px;
    width: 80%;
}
.footer-newsleter .news button {
    background: #121D35;
    color: #fff;
    border: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
}
.footer-newsleter h6 {
    font-size: 18px;
    font-weight: 500;
}
.copyright p {
    margin-top: 20px;
}
footer img.brides {
    position: absolute;
    left: 10px;
    bottom: 50px;
    max-width: 170px;
}

/**end-footer**/



/**start-book-free-class-page**/

/**start-step-form**/
.book-try-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  border: 0px;
  padding-bottom: 20px;
}
.try-form-header{
  background:#6c4cf1;
  color:#fff;
  text-align:center;
  padding:16px;
  font-size:20px;
  font-weight:bold;
}
.form-both-btn {
    display: flex;
    gap: 15px;
}
.book-try-card .step{
    padding:20px;
    display:none;
    padding-bottom: 0px;
}
.book-try-card .step.active{
    display:block
}
.book-try-card .grade-field {
    margin: 10px 0px;
}
.book-try-card .grade-field select {
    width: 100%;
}
.book-try-card  select,input{
  padding:10px;border:1px solid #ccc;border-radius:8px;width:100%;
}
.book-try-card  select{width:110px}

.book-try-card  .step p.title{
    text-align:center;
    margin:10px 0;
    font-weight: 500;
}
.book-try-card .step p.titlespan{color:orange}

.book-try-card .grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-bottom:12px;
}

.book-try-card .grid-two{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:12px;
}
.book-try-card .step .box{
  border:1px solid #ccc;
  border-radius:10px;
  padding:8px 5px;
  text-align:center;
  font-size:13px;
  cursor:pointer;
  display: flex;
    align-items: center;
    justify-content: center;
}
.book-try-card .step .box label {
    display: block;
}
.book-try-card .box.active{
  background:#6c4cf1;
  color:#fff;
  border-color:#6c4cf1;
}
.book-try-card .top-country-nums{
    display: flex;
}
.book-try-card .top-country-nums select{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.book-try-card  .top-country-nums input{
    border-left:0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.book-try-card .question{
    text-align:center;
    margin:10px 0;
    font-weight: 500;
    margin-top: 17px;
}
.book-try-card .radio{
    display:flex;
    justify-content:center;
    gap:20px
}
.book-try-card .radio label {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.book-try-card p.adtes {
    font-size: 14px;
}
.book-try-card  .student-step-details input {
    margin-bottom: 10px;
}
.book-try-card .btn{
  width:100%;
  padding:14px;
  border:none;
  border-radius:12px;
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  color: #6c4cf1;
}
button#backBtn{
  width:100%;
  padding:14px;
  border:none;
  border-radius:12px;
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  color: #fff;
  background-color: #000;
}
button.btn-back{
  width:100%;
  padding:14px;
  border:none;
  border-radius:12px;
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  color: #fff;
  background-color: #000;
}

.book-try-card .next{background:#ffe94a}
.book-try-card .submit{background:#4a63ff;color:#fff}

.book-try-card .note,.small{
  font-size:13px;
  text-align:center;
  color:#3a3a3a;
  margin-top:8px;
}

.book-try-card h3.center{
    text-align:center;
    margin-bottom:10px;
    font-size: 22px;
}

.book-try-card .dots{
  display:flex;
  justify-content:center;
  gap:6px;
  padding:12px;
}
.book-try-card .dots span{
  width:12px;
  height:12px;
  background:#ccc;
  border-radius:50%;
}
.book-try-card .dots span.active{
    background: #6c4cf1;
    width: 40px;
    border-radius: 5px;
}

/**end-step-form**/









.clas-tchr img.rates {
    position: absolute;
    top: -80px;
    right: -85px;
}
.main-tcr {
    position: relative;
}
.main-tcr img.tc-bg {
    position: absolute;
    bottom: 66px;
    right: -18px;
    z-index: 1;
}
section.trial-hero {
    background-image: url("../images/try-bnr.jpg");
    width: 100%;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.trial-hero img.bag {
    position: absolute;
    top: 45px;
    left: 30px;
}
.clas-tchr {
    padding-right: 40px;
}
.clas-tchr ul li {
    color: #fff;
    font-size: 16px;
    list-style: none;
    margin: 8px 0px;
    text-transform: capitalize;
    width: 46%;
}
.clas-tchr ul li i {
    background: #3FE0C1;
    font-size: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.clas-tchr ul {
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
}
.clas-tchr h2 {
    font-size: 46px;
    font-weight: 800;
    border-bottom: 1px #0b15332e solid;
    padding-bottom: 16px;
    color: #F5DC3C;
}
.clas-tchr p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-top: 1px #ffe84b solid;
    padding-top: 15px;
}
.clas-tchr h2 span {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
}
.join-coman {
    background: #fff;
    width: 100%;
    max-width: 190px;
    padding: 12px;
    border-radius: 8px;
    position: absolute;
    top: 15px;
    left: -110px;
    box-shadow: 0px 0px 9px -1px #ccc;
}

.trial-form h2 {
    text-align: center;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.book-vdos{
    height: 340px;
}
/**end-book-free-class-page**/

/**start-after-register-sec**/
.after-reg img {
    width: 100%;
    margin-top: 25px;
    border-radius: 15px;
}
.after-reg-list label img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    line-height: 30px;
}
.after-reg-list label {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}
.after-reg-list {
    display: flex;
    gap: 20px;
    background: #130240;
    margin-top: 20px;
    padding: 10px;
    border-radius: 40px;
    align-items: center;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}
.after-reg-list:hover{
    transition: 0.5s;
    background: #FFE84B;
    color: #010270;
}
.after-reg-list h5{
    margin-bottom: 0px;
}
/**end-after-register-sec**/

section.register-sec {
    background: linear-gradient(to bottom, #EAEEFF 0%, #EAEEFF 100%);
}

/**start-trust-sec**/
.trust-section {
  background: #f7f9fc;
  padding: 70px 20px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.trust-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.trust-card .icon {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
}

.trust-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

.trust-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}
.trust-card .icon img {
    width: 48px;
}

/**end-trust-sec**/

/**start-kids-coding-sec**/
section.kids-coding-sec {
    background: #FFFBEE;
    position: relative;
}
.code-vdo label.code-tag {
    background: #fff;
    margin-top: -34px !important;
    position: absolute;
    padding: 5px 10px;
    border-radius: 7px;
    left: 38%;
    text-transform: capitalize;
    color: #121D35;
    font-weight: 500;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.code-vdo{
    height: auto;
}
.kids-coding-txt h3 {
    font-size: 30px;
    font-weight: 600;
    color: #130240;
    margin: 15px 0px;
}
.kids-coding-txt p {
    color: #121D35;
    margin-top: -5px;
    font-size: 14px;
}
/**end-kids-coding-sec**/

/**start-global-compition-sec**/
.sec-had h4 span{
    color: #39C7F4;
}
.robo-box {
    border: 1px #00000085 solid;
    border-radius: 10px;
}
.robo-box img {
    width: 100%;
    border-radius: 10px;
}
section.compotions-sec {
    background: linear-gradient(to bottom, #ffffff 0%, #EAEEFF 100%);
}
section.kids-coding-sec img.kid-glob {
    position: absolute;
    top: 0px;
    left: 10px;
    max-width: 120px;
}

/**end-global-compition-sec**/

/**start-Child-Will-Learn-sec**/
.features{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:25px;
  margin-top: 20px;
}

.feature-card{
  padding:35px 20px;
  border-radius:18px;
  text-align:center;
  transition:.4s;
  cursor:pointer;
  margin-top: 15px;
}

.feature-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* ICON CIRCLE */
.icon-circle{
  width:90px;
  height:90px;
  border-radius:50%;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  animation:float 3s ease-in-out infinite;
}

.icon-circle img{
  width:40px;
  filter:brightness(0) invert(1);
  z-index:2;
}

/* GLOW RING */
.icon-circle::before{
  content:'';
  position:absolute;
  inset:-5px;
  border-radius:50%;
  filter:blur(2px);
  animation:rotate 5s linear infinite;
}

/* FLOAT */
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

@keyframes rotate{
  100%{transform:rotate(360deg)}
}

/* COLOR THEMES */
.pink{background:#fde7ef;}
.pink .icon-circle{background:#ff4d8d;}
.pink .icon-circle::before{
  background:linear-gradient(45deg,#ff4d8d,#ff9ac1);
}

.blue{background:#e7f8ff;}
.blue .icon-circle{background:#1cb5e0;}
.blue .icon-circle::before{
  background:linear-gradient(45deg,#1cb5e0,#7bdff2);
}

.purple{background:#f1ecff;}
.purple .icon-circle{background:#7b61ff;}
.purple .icon-circle::before{
  background:linear-gradient(45deg,#7b61ff,#b7a8ff);
}

.orange{background:#fff3e6;}
.orange .icon-circle{background:#ff9f1c;}
.orange .icon-circle::before{
  background:linear-gradient(45deg,#ff9f1c,#ffd166);
}

.teal{background:#e8fbf8;}
.teal .icon-circle{background:#00bfa6;}
.teal .icon-circle::before{
  background:linear-gradient(45deg,#00bfa6,#5eead4);
}

.feature-card h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
}
/**start-Child-Will-Learn-sec**/

/**start-happy-parent-sec**/
section.happy-parents {
    background: #FFFBEE;
}


/* viewport */
.mentor-slider-viewport {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}

/* track */
.mentor-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

/* card — 2 per row */
.mentor-card {
  min-width: calc((1100px - 24px) / 2); /* 🔥 ONLY 2 BOX */
  margin-right: 24px;
  background: #fff7e8;
  border: 1.5px solid #000;
  border-radius: 14px;
  padding: 0px;
  overflow: hidden;
}
.inr-mentors {
    display: flex;
    gap: 5px;
    align-items: center;
}
.mentor-text .stars {
    color: #fdbd44;
    margin-bottom: 5px;
}
.mentor-card:last-child {
  margin-right: 0;
}
.mentor-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.mentor-img {
    padding-left: 15px;
}
.mentor-text label.dates {
    font-size: 14px;
    color: #666;
}
.mentor-text {
    padding: 20px;
}
.mentor-text p {
    margin-bottom: 0px;
    font-size: 13px;
}
.mentor-slider-section {
    margin-top: 40px;
}



/* controls */
.mentor-slider-controls {
  max-width: 1100px;
  margin: 20px auto 0;
}

.mentor-arrows {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.mentor-arrows button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: #fff;
  cursor: pointer;
}

/* progress bar */
.mentor-progress-bar {
  width: 100%;
  height: 3px;
  background: #ddd;
  position: relative;
}

.mentor-progress {
  display: block;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}

/* mobile */
@media (max-width: 768px) {
  .mentor-card {
    min-width: 100%;
    margin-right: 0;
  }
}
/**end-happy-parent-sec**/


/**start-why-brain-sec**/
.why-brain-sec{
    background-color: #F0ECFB;
}

.counter-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
}

.counter-box{
  background:linear-gradient(180deg,#3f5fa6,#203a78);
  color:#fff;
  border-radius:14px;
  width:100%;
  padding:25px 10px 20px;
  text-align:center;
  position:relative;
  padding-bottom: 2px;
}

.counter-box h2{
  font-size:36px;
  margin:10px 0 4px;
}

.counter-box p {
    font-size: 13px;
    opacity: 1;
    font-weight: 300;
}

/* icon circle */
.counter-box .icon{
  width:46px;
  height:46px;
  background:#0e1e3f;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  border:3px solid #ffc107;
  margin:-45px auto 10px;
}
.counter-box .icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
/**end-why-brain-sec**/

.leader-pic img {
    width: auto;
    object-fit: contain;
    margin: auto;
    margin-top: 40px;
    display: block;
}


/**start-location-sec**/
.location-sec {
    background: #121D35;
    border-radius: 25px;
    padding: 25px;
}
.location-box h4 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 40px;
    font-weight: 700;
}
.location-box  img.jersy {
    width: 100%;
    max-width: 350px;
    object-fit: contain;
}
.map-location{
    border-radius: 12px;
    overflow: hidden;
}
.jersy-adress h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 300;
}
.jersy-adress label {
    color: #39C7F4;
    font-size: 28px;
    font-weight: 800;
    margin-top: 15px;
    border: 2px #ffffff30 solid;
    padding: 10px 15px;
    border-radius: 10px;
}
.inr-dres {
    color: #fff;
    margin-top: 20px;
}
.inr-dres p {
    max-width: 300px;
    margin-bottom: 8px;
}
.inr-dres p a {
    color: #fff !important;
}
.view-maps {
    background: #39C7F4;
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 145px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-top: 15px;
}
.view-maps a{
    color:#fff;
}

/**end-location-sec**/

img.img-fluid.trusted {
    width: 100%;
    object-fit: contain;
    max-width: 900px;
    margin-top: 20px;
}
label.ratings {
    color: #e7ac22;
}

.my-trust {
    margin-top: 22px;
    color: #fff;
}
.my-trust h5 {
    font-size: 24px;
    text-transform: capitalize;
    padding-top: 7px;
    font-weight: 300;
}



/**start-our-trainer-sec**/
.our-teachers {
    background: #FFFBEE;
}
.expert-slider-section {
    margin-top: 40px;
}
.expert-slider-viewport {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}

.expert-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.expert-card {
  min-width: calc((1100px - 24px) / 2);
  margin-right: 24px;
  background: #fff7e8;
  border: 1.5px solid #000;
  border-radius: 14px;
  padding: 0px;
  overflow: hidden;
}
.expert-info {
    padding: 15px 10px;
}
.expert-info h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expert-info h4 img {
    width: 34px;
    height: 28px;
    object-fit: contain;
}
.expert-info label {
    color: #5271bb;
    display: block;
    margin-bottom: 5px;
}
.expert-card:last-child {
  margin-right: 0;
}
.expert-info p {
    font-size: 14px;
    margin-bottom: 0px;
}
.expert-progress-bar {
  height: 3px;
  background: #ddd;
}
.inr-experts {
    display: flex;
    gap: 15px;
}
.expert-pic img {
    width: 200px;
    height: 200px;
    object-fit: cover;
        object-position: top;
}

.expert-progress {
  height: 100%;
  width: 0%;
  background: #000;
  display: block;
}
/* arrows wrapper */
.expert-arrows {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}
/* arrow buttons */
.expert-arrows button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  line-height: 1;
  padding: 0;

  transition: all 0.25s ease;
}

/* hover effect */
.expert-arrows button:hover {
  background: #000;
  color: #fff;
}

/* disabled (agar future me use karo) */
.expert-arrows button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/**end-our-trainer-sec**/


/**start-student-projects**/
section.student-projects {
    background: #dfe4ff3d;
}
.pro-hads h3 {
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 700;
}
.pro-hads p {
    font-size: 18px;
    margin-bottom: 25px;
}

.ur-project img.project {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 200px;
    object-fit: contain;
}
.plumbing-slides {
    background: #DFE4FF;
    padding: 15px;
    border-radius: 20px;
    min-height: 340px;
    margin-top: 20px;
    padding-bottom: 40px;
    border: 2px #000 solid;
    display: flex;
    align-items: center;
    gap: 15px;
}
.project-text {
    width: 40%;
}
.ur-project {
    width: 60%;
}


.main-plumbing button.carousel-control-prev {
    width: 50px;
    height: 50px;
    padding: 0px;
    position: absolute;
    top: 83%;
    right: 88px !important;
    left: auto;
    opacity: 1;
        background: #000;
    border-radius: 50%;
}
.main-plumbing button.carousel-control-next{
    width: 50px;
    height: 50px;
    padding: 0px;
    position: absolute;
    top: 83%;
	opacity: 1;
	right: 20px !important;
        background: #000;
    border-radius: 50%;
}
.plumbing-slides h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
}
.plumbing-slides p {
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
}
img.pro-usr {
    display: block;
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    border: 2px #000 solid;
    margin-bottom: 20px;
}

/**end-student-projects**/



/**start-student-certify-sec**/

.student-slider-wrapper {
  max-width: 1200px;
  padding: 20px;
}

.student-slider-wrapper .student-slider {
  display: flex;
  align-items: center;
  position: relative;
}

.student-slider-wrapper .student-viewport {
  overflow: hidden;
  width: 100%;
}

.student-slider-wrapper .student-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
      padding-bottom: 25px;
      padding-left: 20px;
    padding-right: 50px;
        padding-top: 20px;
}

.student-slider-wrapper .student-card {
  min-width: 33.3333%;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.student-slider-wrapper .student-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
}

.student-slider-wrapper .student-card h3 {
  margin: 12px 0 5px;
}

.student-slider-wrapper .student-card p {
  color: #555;
}

/* Arrows */
.student-slider-wrapper .student-slider .nav {
  background: #2563eb;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  justify-content: center;
  line-height: 38px !important;
}

.student-slider-wrapper .student-slider .nav:hover {
  background: #1e40af;
}

/* Progress Bar */
.student-slider-wrapper .slider-bar {
  height: 6px;
  background: #ddd;
  border-radius: 10px;
  margin-top: 18px;
  overflow: hidden;
}

.student-slider-wrapper .progress {
  height: 100%;
  width: 0%;
  background: #2563eb;
  transition: width 0.4s ease;
}

/* Responsive */
@media (max-width: 992px) {
  .student-slider-wrapper .student-card {
    min-width: 50%;
  }
}

@media (max-width: 600px) {
  .student-slider-wrapper .student-card {
    min-width: 100%;
  }
}

/**end-student-certify-sec**/




/**start-client-sec**/
.logo-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 25px;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 18s linear infinite;
}

.logo-track .logo {
  flex: 0 0 auto;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-track .logo img {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  /**filter: grayscale(100%);**/
  transition: 0.3s;
}

.logo-track .logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/**end-client-sec**/








/* Hide the actual radio circle */
  .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  /* Style the label as a box */
  .radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding:8px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }

   .radio-toolbar input[type="radio"]:checked + label {
    background-color: #6c4cf1;
    border-color: #6c4cf1;
    color: #fff;
  }








  
/**start-thanku-page**/

.success-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding:70px 20px 230px 20px;
}

.success-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 18px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  animation: slideUp 0.6s ease;
}

.success-card .checkmark {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  animation: pop 0.5s ease;
}

.success-card h1 {
  font-size: 32px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 600;
}

.success-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.success-card .btn-home {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #4facfe, #00c6ff);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.3s ease;
}

.success-card .btn-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  color: #fff;
}

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

@keyframes pop {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/**end-thanku-page**/