
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #f6f6f6;
}
li, button, p, span{
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h5, h6{
   font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3, h4{
 font-family: "Fredoka", sans-serif;
   font-weight: 600;
  font-style: normal;
}
h1, h2, h3, h4{
    font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body{
    background-color: #f8f9fa;
}
.logo{
   width: 70%;
}
.header{
    position: sticky;
    top: 0;
    z-index: 1000;
}
.book-btn{
    background-color: #ffb200;
    border: none;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
}
.book-btn:hover {
    background-color: #ffdd00;
}
.book-btn-2{
    background-color: #ffb200;
    border: none;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
}

.book-btn-2:hover{
    background-color: #ffdd00;
}
.cyan-line{
    height: 5px;
    background-color: #7dcdf4;
}
.main-banner-inner{
    padding: 200px 0px
}
.banner-card-1{
    background-image: url('../media/shpae\ 1.png');
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px 20px;
}
.banner-card-2{
    background-image: url('../media/shape\ 4.png');
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px 20px;
}
.banner-card-3{
    background-image: url('../media/shape\ 3.png');
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px 20px;
}
.banner-card-4{
    background-image: url('../media/shape\ 2.png');
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px 20px;
}
.arrow-btn{
    background: rgb(52, 51, 51);
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    padding-top: 10px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.arrow-btn:hover{
    background-color: #1e5dba;
    cursor: pointer;
    padding-left: 10px;
}
.bookin-sec {
    background-image: url('../media/register-bg.png');
    background-size: cover;
    height: 200px;
    display: flex;
    align-items: center; /* vertical center */
}

.btn-round{
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #333;
    color: white;
}
.btn-round:hover{
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #525252;
    color: white;
}
.left-bar{
    border-left: solid 2px rgb(181, 181, 181);
}
.prime-connect{
    background-image: url('../media/background.png');
    background-size: cover;
    height: 550px;
}
.primeconnect-card{
    background-color: white;
    border-radius: 80px;
    margin-top: 80px;
}
.find-btn{
    background-color: #ddd;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    transition: all 0.2s ease-in-out;
}
.find-btn:hover{
    background-color:#f5b301;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
}
.refer-sec{
    background-color: #1e5dba;
    
}
.refer-btn{
    background-color: #ffb200;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
}



/* slider css */
.reviews-section {
    background: #f7f7f7;
    padding: 80px 0;
    position: relative;
}

.review-box {
    max-width: 700px;
    margin: auto;
}

.review-name {
    color: #5b5be6;
    font-weight: 600;
}

.review-date {
    color: #777;
    font-size: 14px;
}

.stars {
    color: #f5b301;
    font-size: 22px;
}

.review-text {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

/* Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-btn.left {
    left: 0;
}

.nav-btn.right {
    right: 0;
}
.review-box {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.review-box.slide-left {
    opacity: 0;
    transform: translateX(-40px);
}

.review-box.slide-right {
    opacity: 0;
    transform: translateX(40px);
}

.review-box.active {
    opacity: 1;
    transform: translateX(0);
}

/* start menu dropdown */
.dropdown{
    list-style: none;
    padding: 20px;
    background-color: #ffffff;
    position: absolute;
    width: 200px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;

    transition: all 0.5s ease;
}
.dropdown li{
    padding: 10px 0px;
    cursor: pointer;
    color: #333;
}
.dropdown li:hover{
    color: #1e5dba;
}
.dd-parent:hover .dropdown{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.nav li {
    cursor: pointer;
}
.nav li:hover {
    color: #1e5dba;
}
.menu-bar{
    display: none;
    cursor: pointer;
    font-size: 38px;

}
 .mobile-header .nav{
       visibility: hidden;
       height: 0;
    }
    .book-btn-2{
        display: none;
    }



@media screen and (max-width: 1334px) {
   .book-btn{
    font-size: 14px;
    }
    .book-btn-2{
    font-size: 14px;
    }
}
@media screen and (max-width: 1215px) {
   .book-btn{
    font-size: 13px;
    padding: 10px 15px;
    white-space: nowrap;
    }
   
    
}


@media screen and (max-width: 1100px) {
    .logo{
   width: 100%;
}

}
@media screen and (max-width: 1052px) {
    .header .nav{
        display: none;
    }
     .mobile-header .nav{
       visibility: visible;
       height: auto;
    }
.text-rights{
    position: absolute!important;
    right: 0!important;
}

}
@media screen and (max-width: 768px) {
    .logo{
   width: 25%;
    }
    .menu-bar{
         margin-top: -130px;
    }
    .book-btn{
         margin-top: -90px;
    }
    
     .menu-bar{
    display: block;
    }
    .main-banner-inner{
    padding: 50px 0px 0px 0px;
    text-align: center;
}
}
@media screen and (max-width: 700px) {
   #mobile-menu-btn {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

#mobile-menu-btn.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
        height: auto;

}

     .mobile-header .nav{
       display: block;
    } 

     .mobile-header .nav li{
       padding: 10px 0px;
    } 
    .dropdown{
        margin-left: 80px;
        width: 250px;
        margin-top: -20px;
    }
}
@media screen and (max-width: 550px) {
    .logo{
   width: 25%;
   margin-top: 15px;
    }
    .menu-bar{
         margin-top: -100px;
    }
    .book-btn{
         margin-top: -90px;
         display: none;
    }
   .book-btn-2{
         display: block;

    }
}
@media screen and (max-width: 417px) {
    .logo{
   width: 35%;
   margin-top: 15px;
    }
    .menu-bar{
         margin-top: -100px;
    }
    
    .bookin-sec .row .col-md-6{
        margin-left: 20px;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
    .bookin-sec .row .col-md-6 h3{
        font-size: 18px;
    }
}


/* booking page start */
   .circle-btn {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 2px solid #6ec1e4;
      background: transparent;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
    }

    .circle-btn:hover {
      background: #6ec1e4;
      color: #fff;
    }

    .qty-number {
      font-size: 18px;
      font-weight: 600;
      min-width: 20px;
      text-align: center;
    }

    /* strat form */
    .rounded-input {
      border-radius: 30px;
      padding: 14px 18px;
      font-size: 14px;
    }

    .pill-btn {
      border-radius: 30px;
      padding: 12px 20px;
      border: 1px solid #dcdcdc;
      background-color: #fff;
      font-size: 14px;
      width: 100%;
    }

    .pill-btn:hover {
      background-color: #f5f5f5;
    }

    .small-note {
      font-size: 12px;
      color: #666;
      margin-top: 10px;
    }

    .subject-btn {
      border-radius: 30px;
      padding: 12px 24px;
      border: 1px solid #dcdcdc;
      background-color: #fff;
      font-size: 14px;
      margin-right: 10px;
    }

    .subject-btn:hover {
      background-color: #f5f5f5;
    }
    .select-btn{
        border-radius: 30px;
    }


    /* start study maths */

    .maths-banner{
            background: linear-gradient(180deg, rgba(149, 211, 251, 0.32) 0%, rgba(227, 229, 236, 0) 500px);
        }
    .shapebanner-math{
        background-image: url('../media/background.svg');
        background-position: center;
        background-repeat: no-repeat;
    }


    /* start maths study page */
    .accordion-item {
      border: none;
      background: transparent;
      margin-bottom: 15px;
    }

    .accordion-button {
      background-color: #ffffff;
      border-radius: 50px;
      padding: 18px 25px;
      font-weight: 600;
      box-shadow: none;
    }

    .accordion-button::after {
      display: none;
    }

    .accordion-button .icon {
      transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed) .icon {
      transform: rotate(180deg);
    }

    .accordion-body {
      background: #ffffff;
      border-radius: 0 0 30px 30px;
      margin-top: -10px;
      padding: 20px 25px;
      font-size: 14px;
    }


    .academic-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #0d6efd;
}

.academic-card ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.academic-card ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.academic-card p {
  line-height: 1.7;
}
.feature-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #0d6efd;
}

.feature-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.08);
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.feature-list {
  padding-left: 18px;
  margin-bottom: 18px;
}

.feature-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.accent-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 26px 24px 28px 24px;
  position: relative;
}

.accent-bar {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #0d6efd;
  border-radius: 2px;
}

.small-text {
  font-size: 14.5px;
  line-height: 1.6;
}

.accent-list {
  padding-left: 18px;
  margin-bottom: 18px;
}

.accent-list li {
  font-size: 14.5px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.note-text {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.cta-section {
  padding-top: 120px;
    background-image: url('../media/background-doodle.png');
  background-size: cover;
  height: 530;
  background-repeat: no-repeat;
  margin-bottom: 50px;

}



.cta-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
}

.cta-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.cta-divider {
  width: 80px;
  height: 4px;
  background: #222222;
  border-radius: 4px;
  margin: 30px auto;
}

.cta-brand {
  font-size: 15px;
  color: #1f2937;
}








/* HERO */
.hero-modern {
  background: linear-gradient(135deg, #e2eaff, #fcfdff);
  padding: 110px 0;
}

.hero-tag {
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
}

.hero-title span {
  color: #2379cf;
}

.hero-desc {
  font-size: 18px;
  width: 70%;
  margin: auto;
  margin-top: 20px;
}

/* TRUST STRIP */
.trust-strip {
  background-color: #ccdff1;
  color: #313131;
  padding: 18px 0;
}

/* SECTIONS */
.section-padding {
  padding: 90px 0;
}

.bg-soft {
  background: #f8fafc;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
}

.section-title-sm {
  font-size: 26px;
  font-weight: 600;
}

.section-text {
  font-size: 16.5px;
  line-height: 1.8;
  color: #4b5563;
}

/* LISTS */
.modern-list li,
.check-list li {
  margin-bottom: 10px;
}

/* GLASS CARD */
.glass-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ICON CARDS */
.icon-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

.icon-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

/* TIMELINE */
.timeline-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

/* CTA */
.cta-modern {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  padding: 90px 0;
}










