@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
font-face {
  src: url("../../assets/css/fontfamily/times.ttf");
}

@media (max-width: 480px) {
  .sm-highlight {
    padding: 16px 26px !important;
  }
  .card-1 .card-row h1 {
    font-size: 44px;
    font-weight: 600;
  }
  .card-1 .card-row .card-row-2 .left-card {
    margin: 2rem 0rem !important;
  }
  .why-true-section h1 {
    font-size: 40px !important;
  }
  .why-true-section .blue-four-cards .col-blue-cards {
    padding: 26px 48px 26px;
  }
  .counseling-section .img-fluid {
    margin-top: 10rem;
  }
  .cta-section .container .cta-box {
    width: 100% !important;
  }
  .happy-section-carousel .custom-line-happy {
    margin: 1rem auto !important;
  }
  .green-preparation {
    margin: 0px 10px;
  }
  .green-preparation .green-row-section {
    box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
    border-radius: 11px;
  }
  .green-preparation .green-left-card {
    border-radius: 11px 11px 0px 0px !important;
  }
  .green-preparation .green-right-card .doon-image {
    margin-top: 20px;
  }
  .green-preparation .green-right-card .sm-card-green {
    padding: 26px 31px 26px 16px !important;
  }
  .green-preparation .green-right-card .info-box {
    padding: 2rem 2rem;
    border-radius: 1rem;
    text-align: start;
    position: relative;
    margin-bottom: 12px;
  }
  .green-preparation .green-right-card .info-box .star-icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.7rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .green-preparation .green-right-card .info-box h3 {
    margin-bottom: 0.5rem;
    font-weight: bolder;
  }
  .prepare-school-section .school-cards {
    min-height: 60% !important;
  }
  .prepare-school-section .btn-enroll-fill {
    float: inline-start !important;
    margin: 6px 0px;
  }
  .prepare-school-section .prepare-col-card {
    margin: 2rem 0rem 0rem;
  }
  .red-cta .red-left-card {
    text-align: center !important;
  }
  .red-cta .red-right-card {
    text-align: center !important;
  }
  .sat-exam {
    padding: 5rem 0.5rem !important;
  }
  .sat-exam .sat-left-card {
    border-radius: 20px 20px 0px 0px !important;
  }
  .sat-exam .sat-right-card {
    border-radius: 0px 0px 20px 20px !important;
  }
  .blog-section .blog-right-card .second-card {
    min-height: 30vh !important;
    margin: 2rem 0rem;
  }
  .cta-section-second {
    color: #fff;
  }
  .cta-section-second .left-card-second-cta {
    text-align: start !important;
  }
  .cta-bottom-sticky {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .cta-bottom-sticky h5 {
    font-size: 16px;
  }
  .hero-section-welham .right-card .heading-welham {
    padding-top: 11px;
    font-size: 40px !important;
  }
  .main-heading-about {
    font-size: 46px !important;
  }
  .single-title {
    font-size: 1.6rem !important;
  }
  .green-preparation .green-right-card {
    border-radius: 0px 0px 20px 20px !important;
  }
  .green-preparation #green-right-card-grammar {
    border-radius: 20px 20px 0px 0px !important;
  }
  .green-preparation #green-left-card-grammar {
    border-radius: 0px 0px 20px 20px !important;
  }
  .green-preparation .form-control {
    background-color: #006d22;
    font-size: 12px;
  }
  .green-preparation .form-control::placeholder {
    color: white;
  }
  /* Navbar submenu base styles */
  /* Base submenu setup */
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 786px) {
  .sm-highlight {
    padding: 26px 26px !important;
  }
  .card-1 .card-row h1 {
    font-size: 44px;
    font-weight: 600;
  }
  .card-1 .card-row .card-row-2 .left-card {
    margin: 2rem 0rem !important;
  }
  .why-true-section h1 {
    font-size: 40px !important;
  }
  .why-true-section .blue-four-cards .col-blue-cards {
    padding: 26px 48px 26px;
  }
  .counseling-section .img-fluid {
    margin-top: 10rem;
  }
  .cta-section .container .cta-box {
    width: 100% !important;
  }
  .happy-section-carousel .custom-line-happy {
    margin: 1rem auto !important;
  }
  .green-preparation {
    margin: 0px 10px;
  }
  .green-preparation .green-row-section {
    box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
    border-radius: 11px;
  }
  .green-preparation .green-left-card {
    border-radius: 11px 11px 0px 0px !important;
  }
  .green-preparation .green-right-card .doon-image {
    margin-top: 20px;
  }
  .green-preparation .green-right-card .sm-card-green {
    padding: 26px 31px 26px 16px !important;
  }
  .green-preparation .green-right-card .info-box {
    padding: 2rem 2rem;
    border-radius: 1rem;
    text-align: start;
    position: relative;
    margin-bottom: 12px;
  }
  .green-preparation .green-right-card .info-box .star-icon {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.7rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .green-preparation .green-right-card .info-box h3 {
    margin-bottom: 0.5rem;
    font-weight: bolder;
  }
  .prepare-school-section .btn-enroll-fill {
    float: inline-start !important;
    margin: 6px 0px;
  }
  .prepare-school-section .prepare-col-card {
    margin: 2rem 0rem 0rem;
  }
  .red-cta .red-left-card {
    text-align: center !important;
  }
  .red-cta .red-right-card {
    text-align: center !important;
  }
  .sat-exam {
    padding: 5rem 0.5rem !important;
  }
  .sat-exam .sat-left-card {
    border-radius: 20px 20px 0px 0px !important;
  }
  .sat-exam .sat-right-card {
    border-radius: 0px 0px 20px 20px !important;
  }
  .blog-section .blog-right-card .second-card {
    min-height: 30vh !important;
    margin: 2rem 0rem;
  }
  .cta-section-second {
    color: #fff;
  }
  .cta-section-second .left-card-second-cta {
    text-align: start !important;
  }
  .cta-bottom-sticky {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .cta-bottom-sticky h5 {
    font-size: 16px;
  }
  .hero-section-welham .right-card .heading-welham {
    padding-top: 11px;
    font-size: 40px !important;
  }
  .main-heading-about {
    font-size: 46px !important;
  }
  .green-preparation .green-right-card {
    border-radius: 0px 0px 20px 20px !important;
  }
  .single-title {
    font-size: 1.6rem !important;
  }
}
a {
  text-decoration: none;
  color: black;
}

.hero-btn {
  background: #ff8400;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(255, 130, 0, 0.4);
}
.hero-btn:hover {
  transform: scale(1.05);
  color: #1e1715;
  background: #ed7c03;
}
.hero-btn i {
  font-size: 9px;
}

.enroll-btn {
  background-color: transparent;
  border-radius: 23px;
  border: 2px solid #ff8400;
  color: #ff8400;
  transition: all 0.3s ease;
  padding: 3px 12px;
}
.enroll-btn:hover {
  border: 2px solid #ff8400;
  color: #ff8400;
  transform: scale(1.05);
}
.enroll-btn i {
  font-size: 9px;
}

.btn-enroll-fill {
  background: #ff8400;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(255, 130, 0, 0.4);
  text-decoration: none;
}
.btn-enroll-fill:hover {
  transform: scale(1.05);
  color: #1e1715;
  background-color: #ed7c03;
}

.custom-line-happy {
  width: 260px;
  height: 2px;
  margin: 1rem 0rem;
  background-color: #ff8000;
}

.main-heading {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -2.9px;
  color: #3b009d;
  font-family: "TimesNewRoman";
  line-height: 47px;
  text-transform: uppercase;
}

.main-heading-normal {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -2.9px;
  color: #713edd;
  line-height: 47px;
  text-transform: uppercase;
}

.main-heading2 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: "TimesNewRoman";
}

.main-heading-school {
  font-size: 37px;
  font-weight: 600;
  box-sizing: border-box;
}
.main-heading-school .welham-girls-word {
  color: #ff8400;
}

.main-paragraph {
  font-weight: 500;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f8f5ff;
}

.hero-section {
  background: #f8f5ff url("../images/banner-background.png") no-repeat center;
  background-size: cover;
}
.hero-section .hero-title {
  font-size: 57px;
  font-weight: 600;
  color: #3b009d;
  font-family: "TimesNewRoman";
}
.hero-section .hero-subtitle {
  margin-top: 1rem;
  font-size: 1rem;
  color: #1e1715;
}
.hero-section .info-box {
  background: #4c20a7;
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
.hero-section .info-box .star-icon {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff8400;
  color: #fff;
  font-size: 1.7rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-section .info-box h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bolder;
}
.hero-section .student-img {
  width: 140px;
  height: 50px;
  object-fit: cover;
}
.hero-section .enroll-btn {
  background: #ff8400;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
  box-shadow: 0 0 15px rgba(255, 130, 0, 0.4);
  transition: all 0.3s ease;
  margin-left: 2rem;
}
.hero-section .enroll-btn:hover {
  background: #ed7c03;
  color: #1e1715;
  transform: scale(1.05);
}
.hero-section .student-image {
  margin: auto;
}

.student-testimonial-1 img {
  border-radius: 7px;
}

.card-1 {
  padding: 0px 14px;
}
.card-1 .card-row {
  background: linear-gradient(294deg, #713edd 0%, #1c0056 100%);
  padding: 2rem;
  color: #fff;
  border-radius: 13px;
}
.card-1 .card-row h1 {
  font-weight: 600;
}
.card-1 .card-row .card-row-2 .left-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.card-1 .card-row .card-row-2 .left-card .india {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px 12px;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
  margin: -30px -20px 20px -20px;
}
.card-1 .card-row .card-row-2 .left-card .india img {
  width: 25px;
  margin-left: 8px;
}
.card-1 .card-row .card-row-2 .left-card p {
  text-align: start;
  font-weight: 600;
  font-size: 17px;
  padding: 2rem 0rem;
  margin-bottom: auto;
  color: #1e1715;
}
.card-1 .card-row .card-row-2 .left-card .btn-enroll-1 {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(101, 220, 11, 0.4);
}
.card-1 .card-row .card-row-2 .left-card .btn-enroll-1:hover {
  transform: scale(1.05);
  color: #1e1715;
}
.card-1 .card-row .card-row-2 .right-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.card-1 .card-row .card-row-2 .right-card .india {
  background: linear-gradient(148deg, #9c2121 0%, #f2b029 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px 12px;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
  margin: -30px -20px 20px -20px;
}
.card-1 .card-row .card-row-2 .right-card .india img {
  width: 25px;
  margin-left: 8px;
}
.card-1 .card-row .card-row-2 .right-card p {
  text-align: start;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: auto;
  color: #1e1715;
  padding: 2rem 0rem;
}
.card-1 .card-row .card-row-2 .right-card .btn-enroll-1 {
  background: #ff8400;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(255, 130, 0, 0.4);
}
.card-1 .card-row .card-row-2 .right-card .btn-enroll-1:hover {
  transform: scale(1.05);
  color: #1e1715;
  background-color: #ed7c03;
}

.why-true-section h1 {
  font-weight: 600;
  font-family: "TimesNewRoman";
  font-size: 49px;
  color: #331670;
}
.why-true-section .custom-lines {
  width: 260px;
  height: 2px;
  margin: 1rem auto;
  background-color: #ff8000; /* Orange color */
}
.why-true-section .why-paragraph {
  font-weight: 600;
  padding: 2rem 0rem;
}
.why-true-section .blue-four-cards .info-card-wrapper {
  position: relative;
}
.why-true-section .blue-four-cards .info-card-wrapper .info-card {
  position: relative;
  background: linear-gradient(180deg, #4c20a7 0%, #713edd 100%);
  color: white;
  padding: 43px 15px 43px 35px;
  border-radius: 20px;
}
.why-true-section .blue-four-cards .info-card-wrapper .info-card .icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #00c853;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: white;
}
.why-true-section .blue-four-cards .info-card-wrapper .info-card p {
  font-size: 15px;
  font-weight: bold;
  text-align: start;
}

.photo-section {
  background-image: url("../images/we-shape-background-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.photo-section .photo-heading {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -2.9px;
  color: #3b009d;
  font-family: "TimesNewRoman";
}
.photo-section .custom-line1 {
  width: 200px;
  height: 2px;
  background-color: #ff8000; /* Orange color */
  margin-bottom: 2rem;
}
.photo-section .photo-title {
  font-size: 16px;
  font-weight: 600;
}

.counseling-section {
  background-image: url("../images/get-free-banner.png");
  background-size: 100% 100%;
  padding: 10px 20px 120px;
}
.counseling-section .row-counsling {
  margin-top: 3rem;
}
.counseling-section .form-control,
.counseling-section .form-select,
.counseling-section textarea {
  background-color: #006d22 !important;
  border: 1px solid #dbdada;
  border-radius: 8px;
  color: #fff !important;
}
.counseling-section .form-control::placeholder,
.counseling-section .form-select::placeholder,
.counseling-section textarea::placeholder {
  color: #e2e2e2;
}
.counseling-section .form-control:focus,
.counseling-section .form-select:focus,
.counseling-section textarea:focus {
  border-color: #facc15;
  box-shadow: 0 0 0 0.2rem rgba(250, 204, 21, 0.25);
}
.counseling-section .btn-warning {
  background-color: #f59e0b;
  border: none;
}
.counseling-section .btn-warning:hover {
  background-color: #d97706;
}

.cta-section .container .cta-box {
  box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
  width: 60%;
  background: #fff;
  border-radius: 20px;
  padding: 15px 30px;
  margin-top: -120px;
}
.cta-section .container .cta-box .highlight {
  color: #00861d;
  font-weight: 600;
}
.cta-section .container .cta-box .btn-success {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  font-size: 1rem;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.cta-section .container .cta-box .btn-success:hover {
  background: 0 0 15px rgba(101, 220, 11, 0.4);
  color: black !important;
  transform: scale(1.05);
}

.carousel-selection .second-card {
  min-height: 60vh !important;
}

.happy-section-carousel .sub-heading {
  font-family: "TimesNewRoman";
  font-weight: 600;
}
.happy-section-carousel .custom-line-happy {
  width: 260px;
  height: 2px;
  margin: 1rem 0rem;
  background-color: #ff8000;
}
.happy-section-carousel .carousel-section {
  margin: 1rem 0rem;
  background-color: #f8f5ff;
}

.green-preparation .green-left-card {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
  color: white;
  font-weight: "TimesNewRoman";
  padding: 3rem;
  border-radius: 18px 0px 0px 18px;
}
.green-preparation .green-left-card .heading {
  font-weight: 600;
  font-size: 40px;
}
.green-preparation .green-right-card .doon-image {
  object-fit: cover;
  max-height: 130px;
  width: 100%;
  border-radius: 7px;
  margin-top: 1rem;
}
.green-preparation .green-right-card .info-box {
  background: #4c20a7;
  color: #fff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  text-align: start;
  position: relative;
  margin-bottom: 12px;
}
.green-preparation .green-right-card .info-box .star-icon {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #ff8400;
  font-size: 1.7rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.green-preparation .green-right-card .info-box h3 {
  margin-bottom: 0.5rem;
  font-weight: bolder;
}

.prepare-school-section .btn-enroll-fill {
  float: inline-end;
}
.prepare-school-section .school-cards {
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
  min-height: 100% !important;
}
.prepare-school-section .school-cards .top-image-card {
  min-height: 35vh !important;
  border-radius: 12px 12px 0px 0px;
}
.prepare-school-section .school-cards .card-body {
  border-radius: 0px 0px 16px 16px;
  background-color: #713edd;
}
.prepare-school-section .school-cards .card-body .rating-school {
  font-size: 15px;
  font-weight: 500;
  color: #fabb73;
}
.prepare-school-section .school-cards .card-body .btn-light {
  display: inline-flex;
  align-items: center;
}
.prepare-school-section .school-cards .card-body .btn-light i {
  font-size: 9px;
}

.red-cta {
  background: linear-gradient(188deg, #d50000 0%, #4c0101 100%);
  padding: 4rem 0rem;
}
.red-cta .red-left-card {
  text-align: right;
}
.red-cta .red-left-card .red-cta-heading {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.sat-exam {
  padding: 5rem 0rem;
}
.sat-exam .container {
  box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
  border-radius: 20px;
}
.sat-exam .container .sat-left-card {
  background: linear-gradient(188deg, #4c20a7 0%, #713edd 100%);
  padding: 3rem;
  border-radius: 20px 0px 0px 20px;
  color: #fff;
}
.sat-exam .container .sat-left-card .sat-exam-heading {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
}
.sat-exam .container .sat-right-card {
  background: #fff;
  border-radius: 0px 20px 20px 0px;
  padding: 2rem;
}
.sat-exam .container .sat-right-card p {
  font-size: 17px;
}

.blog-section .blog-right-card .second-card {
  background: #f8f5ff;
  border: 2px solid black !important;
  min-height: 56vh;
}

.main-faqs-section .left-card .heading-faq {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -2.9px;
  color: #3b009d;
  line-height: 47px;
}
.main-faqs-section .right-card .accordion-button::after {
  display: none;
}
.main-faqs-section .right-card .fa-chevron-right {
  transition: transform 0.3s ease;
}
.main-faqs-section .right-card .accordion-button[aria-expanded=true] .fa-chevron-right {
  transform: rotate(90deg);
}

.social-section h5 {
  font-weight: 600;
}
.social-section .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #16a34a;
  color: white;
  font-size: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  transition: 0.3s ease;
  text-decoration: none;
}
.social-section .social-icon:hover {
  background-color: orange;
  transform: scale(1.05);
}

.cta-section-second {
  background: linear-gradient(to right, #713edd, #3b009d);
  color: #fff;
}
.cta-section-second .left-card-second-cta {
  text-align: end;
}

.hero-section-school .right-card .heading-school {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
  font-family: "TimesNewRoman";
}
.hero-section-school .right-card .left-side-card .progress-start {
  height: 30px;
  border-radius: 20px;
}
.hero-section-school .right-card .left-side-card .progress-start .progress-start-2 {
  width: 90%;
  background-color: #ff8900;
}
.hero-section-school .right-card .left-side-card .progress-start .progress-start-3 {
  width: 84%;
  background-color: #6c757d;
}
.hero-section-school .right-card .left-side-card .progress-start .progress-start-4 {
  width: 86%;
  background-color: #28a745;
}
.hero-section-school .right-card .right-side-card .card-blue {
  background: linear-gradient(to bottom, #a942f5, #150a45);
}

.show-all-cards .left-card-all .first-card-section {
  box-shadow: 0 0 15px rgba(94, 94, 93, 0.4);
}
.show-all-cards .left-card-all .first-card-section .info-box1 {
  background: linear-gradient(180deg, #6126dc 0%, #2e185c 100%);
  color: #fff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  text-align: start;
  position: relative;
  margin-bottom: 12px;
}
.show-all-cards .left-card-all .first-card-section .info-box1 .star-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff8400;
  color: #fff;
  font-size: 1.9rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.show-all-cards .left-card-all .first-card-section .info-box1 .star-icon i {
  font-size: 1.7rem;
}
.show-all-cards .left-card-all .first-card-section .info-box1 h3 {
  margin-bottom: 0.5rem;
  font-weight: bolder;
}
.show-all-cards .left-card-all .first-card-section .info-box2 {
  background: linear-gradient(180deg, #20a72f 0%, #05470e 100%);
  color: #fff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  text-align: start;
  position: relative;
  margin-bottom: 12px;
}
.show-all-cards .left-card-all .first-card-section .info-box2 .star-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff8400;
  color: #fff;
  font-size: 1.9rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.show-all-cards .left-card-all .first-card-section .info-box2 .star-icon i {
  font-size: 1.7rem;
}
.show-all-cards .left-card-all .first-card-section .info-box2 h3 {
  margin-bottom: 0.5rem;
  font-weight: bolder;
}
.show-all-cards .left-card-all .first-card-section .circle-yellow {
  color: #ff8400;
  font-size: 16px;
}
.show-all-cards .left-card-all .first-card-section .score-paragraph {
  font-size: 13px;
  font-weight: 500;
  padding: 0px 10 px;
}
.show-all-cards .left-card-all .counselling-section .right-panel {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
}
.show-all-cards .left-card-all .counselling-section .right-panel .input-form {
  background: green;
  color: white;
  border-color: green;
}
.show-all-cards .left-card-all .counselling-section .right-panel .input-form::placeholder {
  color: white;
}
.show-all-cards .left-card-all .counselling-section .right-panel .btn-button {
  background: #ff8400;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  color: white;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(255, 130, 0, 0.4);
  text-decoration: none;
}
.show-all-cards .left-card-all .counselling-section .right-panel .btn-button:hover {
  transform: scale(1.05);
  color: #1e1715;
  background-color: #ed7c03;
}
.show-all-cards .right-cards {
  background: linear-gradient(to bottom, #a942f5, #150a45);
}
.show-all-cards .right-cards .circle-yellow {
  color: #ff8400;
  font-size: 14px;
}
.show-all-cards .right-cards .contact-card {
  margin: auto;
  position: relative;
  background-color: #f5f7fb;
  border-radius: 1rem;
  padding: 1rem 1.5rem 1.5rem 2.5rem;
  color: #1e1715;
}
.show-all-cards .right-cards .contact-card .contact-icon {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  background-color: #fbe3ce;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8400;
}
.show-all-cards .right-cards .contact-card .contact-icon i {
  font-size: 20px;
  color: #fff;
}
.show-all-cards .right-cards .contact-card p {
  font-size: 14px;
  font-weight: 500;
}

.btn-get-button {
  font-size: 12px;
}

i {
  font-size: 12px;
}

.cta-bottom-sticky {
  background: linear-gradient(180deg, #713edd 0%, #503094 100%);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.cta-section-second-school {
  background: linear-gradient(180deg, #713edd 0%, #342673 100%);
}

.footer-section .right-col-1 .image-logo {
  max-width: 150px;
}
.footer-section .right-col-1 .footer-btn {
  background-color: #4c20a7;
}
.footer-section .right-col-1 .footer-btn:hover {
  background-color: #3b009d;
}
.footer-section .blue-color-heading {
  color: #3b009d;
}

.icon-info {
  color: #ff8400;
  font-size: 16px;
}

.icon-orange {
  background-color: #ff8400;
  transition: all 0.3s ease;
}
.icon-orange:hover {
  background-color: #713edd;
  transform: scale(1.05);
}

.icon-blue {
  color: #2f69b5;
}

.main-heading-blog {
  font-weight: 600;
}

.paragraph-blog {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 27px;
}

.orangecolor {
  background-color: #ff8400 !important;
}

.bluecolor {
  background-color: #3b009d !important;
}

.blog-page .left-card .hero-section-blog .text-purple {
  color: #3b009d;
  font-size: medium;
}
.blog-page .left-card .hero-section-blog span {
  font-size: 12px;
  color: rgb(98, 97, 97);
}
.blog-page .left-card .green-preparation .green-right-card {
  border-radius: 0px 20px 20px 0px;
}
.blog-page .left-card .green-preparation .form-control {
  background-color: #006d22;
  font-size: 12px;
}
.blog-page .left-card .green-preparation .form-control::placeholder {
  color: white;
}
.blog-page .left-card .last-section-green {
  background: linear-gradient(141deg, #02a825 0%, #00861d 100%);
}
.blog-page .right-card .form-sticky {
  top: 60px;
}

.main-blog-page .blog-cards {
  min-height: 100%;
  border-radius: 23px;
  border: 1px solid black;
}
.main-blog-page .blog-cards h5 {
  color: #313131;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.main-blog-page .blog-cards p {
  color: #777;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 400;
  padding-bottom: 20px;
}
.main-blog-page .blog-cards .read-more {
  text-decoration: none;
  color: #00861d;
  font-size: 12px;
}

.main-heading-about {
  font-family: "TimesNewRoman";
  font-size: 66px;
  font-weight: 600;
  color: #fff;
}

.paragraph-about {
  font-size: 14px;
  font-weight: 400;
}

.about-us {
  background: #43199e;
  background-image: url(../images/we-shape-background-image.png);
}

.main-heading-grammar {
  text-align: center;
  font-family: "Times New Roman", Sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.green-preparation .green-right-card {
  border-radius: 0px 20px 20px 0px !important;
}
.green-preparation .form-control {
  background-color: #006d22;
  font-size: 12px;
}
.green-preparation .form-control::placeholder {
  color: white;
}

.contact-page {
  background: #43199e;
  background-image: url(../images/we-shape-background-image.png);
}
.contact-page .card-header {
  background: #7e15c5;
}

.privacy-policy {
  background: #43199e;
  background-image: url(../images/we-shape-background-image.png);
  height: 60vh;
  position: relative;
  padding-bottom: 60px; /* Space for the SVG */
  overflow: hidden;
  margin-bottom: 50px;
}

.bottom-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

.navbar-brand img {
  height: 40px;
  max-width: 100%;
  object-fit: contain;
}

.navbar-toggler {
  padding: 6px 10px;
  border-radius: 8px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
}

.single-title {
  font-size: 2rem;
  color: #383838;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4 {
  color: #2b37d5;
  margin: 8px 0 12px;
}
.single-body h1 {
  font-size: 2rem;
}
.single-body h2 {
  font-size: 1.6rem;
}
.single-body h3 {
  font-size: 1.4rem;
}
.single-body h4 {
  font-size: 1.2rem;
}
.single-body .wp-block-columns {
  padding: 15px 14px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 4px rgb(229, 229, 229);
}
.single-body img {
  width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  box-shadow: 0 0 6px rgb(238, 238, 238);
  filter: brightness(1.2);
}
.single-body a {
  font-weight: bold;
  color: #11198f;
}

/*# sourceMappingURL=style.css.map */
