﻿.color--theme,
.color--theme .flaticon-check,
.color--theme span,
.colored-text {
  color: #df3939 !important;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #6c757d;
  line-height: 1.6666;
  font-weight: 400;
}
.small-p {
  font-size: 16px;
}
h2 {
  color: #16274a;
}
.txt-block h2 {
  margin-bottom: 18px;
}
.color--theme .flaticon-check {
  margin-right: 8px;
}
.attendence-img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.shape--white-500:after {
  background-color: #ba5b5e10;
}
.ct-01 .img-block {
  margin-left: 0;
  margin-right: 30px;
}
.faqs-section .tabs-1 li,
.section-id {
  margin-bottom: 10px;
}
.btn--tra-black:hover,
.btn-outline-danger:hover {
  background-color: #df3939 !important;
  border-color: #df3939 !important;
}
.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
  color: #df3939 !important;
  background-color: #ffe5e57a;
  border: 1px solid #df39395a;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: none;
}
.img--section .col-lg-9 {
  width: 100% !important;
}
.brdcrumb-home:hover {
  color: #e6e6e6 !important;
}
.contact-cards:hover {
  transition: 0.5s !important;
  transform: translateY(-15px) !important;
  box-shadow: #df3939 !important;
}
.content-team {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.content-team .content-overlay-team {
  background: rgba(5, 5, 5, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.content-team:hover .content-overlay-team {
  opacity: 1;
}
.content-image-team {
  width: 100%;
}
.content-details-team {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.text-align-p,
p {
  text-align: justify;
}
.content-team:hover .content-details-team {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details-team h5 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details-team p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top {
  top: 20%;
}
.animated-button,
.button-menu {
  text-align: center;
  cursor: pointer;
}
.s-8 {
  font-size: 12px !important;
}
.footer-links ul li a,
.s-10 {
  font-size: 16px !important;
}
.mt-120 {
  margin-top: 120px;
}
.pb-70 {
  padding-bottom: 70px;
}
.tm-1-4 {
  padding-right: 50px !important;
}
.button-menu {
  border-radius: 4px;
  background-color: #df3939;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 6px;
  width: 100%;
  transition: 0.5s;
  margin: 5px;
}
.button-menu span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button-menu span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button-menu:hover span {
  padding-right: 25px;
}
.button-menu:hover span:after {
  opacity: 1;
  right: 0;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-65 {
  width: 65% !important;
  left: 23%;
  padding: 20px 10px;
}
.feature-box,
.feature-text {
  vertical-align: middle !important;
}
.sub-menu .menu-icon img {
  height: 20px !important;
  width: auto !important;
  fill: red;
  margin-top: -2px;
  padding: 0 5px 0 0;
}
.call-for-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #16274a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}
.btn-bg-white,
.faq-btn {
  font-size: 20px !important;
}
.call-for-info li:first-child {
  font-weight: 700;
}
.call-for-info i {
  margin-right: 10px;
  font-size: 20px;
}
.call-for-info li p {
  font-size: 14px;
  margin-bottom: 0;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transition-duration: 0.3s;
  padding: 4px 5px;
  border: 1px solid transparent;
  font-weight: 400;
  color: #353f4f;
  font-size: 0.9375rem;
}
.form-button-1 {
  color: #fff !important;
  border-color: #16274a !important;
  background-color: #16274a !important;
}
.form-button-1:hover {
  border-color: #df3939 !important;
  background-color: #df3939 !important;
}
.cta-bg {
  background-color: #a32d2b;
  border-radius: 18px;
  background-size: contain;
  background-position: 33px;
  background-repeat: no-repeat;
}
.cta-bg-img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.video-bg {
  width: clamp(100%, 100%, 1300px);
}
.text-yellow {
  color: #fe0 !important;
}
.btn-bg-white {
  background: #fff;
  color: #a32d2b !important;
  padding: 22px;
}
.faq-btn {
  padding: 20px 50px;
}
.p-top {
  padding-top: 70px !important;
}
.footer-links ul li a {
  font-weight: 100 !important;
  transition-duration: 0.5s;
  transform-box: border-box;
}
@media only screen and (max-width: 600px) {
  .section-id {
    margin-bottom: 5px;
  }
  .cta-bg {
    border-radius: 0;
  }
  .footer-links ul li p {
    font-size: 11px;
    padding: 1px;
  }
  .footer-links h6 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .footer-icon img {
    height: 15px;
    width: auto;
  }
}
.foo-feature-img {
  aspect-ratio: 4/1;
  object-fit: contain;
}
.footer-icon img {
  height: 40px;
  width: auto;
}
.animated-button {
  background-color: #16274a;
  border: 2px solid transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 0.9rem 1.6rem;
  border-radius: 8px;
  animation: 0.8s 15 wobble;
}
.animated-button:hover {
  color: #fff !important;
  animation-iteration-count: 0 !important;
}
@-webkit-keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-10%) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  45% {
    -webkit-transform: translateX(-8%) rotate(-2deg);
  }
  60% {
    -webkit-transform: translateX(5%) rotate(1deg);
  }
  75% {
    -webkit-transform: translateX(-2%) rotate(-1.5deg);
  }
}
@keyframes wobble {
  0%,
  100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-10%) rotate(-2deg);
  }
  30% {
    transform: translateX(10%) rotate(2deg);
  }
  45% {
    transform: translateX(-8%) rotate(-2deg);
  }
  60% {
    transform: translateX(5%) rotate(1deg);
  }
  75% {
    transform: translateX(-2%) rotate(-1.5deg);
  }
}
.form-control:focus,
.form-select:focus {
  border-color: #942220 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 #942220 !important;
}
.bg--red-500 {
  background-color: #df3939;
}
.form-check-input {
  border: 1.5px solid #942220 !important;
}
.form-check-input:checked {
  background-color: #942220 !important;
  box-shadow: 0 0 0 0.25rem #94222054;
}
.form-left {
  background-image: url(../images/home_page_icon/left-form.png);
  background-position: center;
  margin: 2%;
  padding: 5%;
  height: 96%;
  border-radius: 25px;
}
.left-form-text {
  text-align: left;
  border-radius: 20px;
  margin: 0 10px;
  padding: 15px;
  color: #fff;
  background-color: #ffffff10;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.left-form-text p {
  font-size: 19px;
  font-weight: 100;
}
.animate-icon {
  color: #942220;
}
.animate-icon :hover {
  color: #942220;
  animation: 0.5s forward;
}
@keyframes forward {
  0%,
  100% {
    transform: translateX(0);
  }
  25%,
  75% {
    transform: translateX(30%);
  }
  50% {
    transform: translateX(50%);
  }
}
.content {
  max-height: 185px;
  overflow: hidden;
}
.content.expanded {
  max-height: none;
}
img.img-circle {
  border-radius: 50%;
  object-fit: contain;
}
.faqs-section .accordion-item {
  border-bottom: none;
}
.faqs-section .accordion-thumb {
  border-bottom: 1px solid #e5e5e5;
}
.label {
  margin: 0;
  font-size: 15px;
}
.footer-links h6.footer-achivements::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10%;
  height: 2px;
  background-color: #df3939;
  width: 40px;
}
.footer-links h6.footer-achivements::after {
  content: "";
  content: "";
  position: absolute;
  top: 9px;
  right: 8%;
  height: 2px;
  background-color: #df3939;
  width: 30px;
}
@media screen and (max-width: 991px) {
  .anim-head-btn {
    background-color: #fff !important;
  }
  .ws-activearrow ~ .wsmegamenu .link-list {
    display: block !important;
  }
  .ws-activearrow ~ .wsmegamenu {
    top: 0 !important;
  }
  .header-wrapper {
    position: relative;
  }
  .wsmobileheader {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .wsmenu-list.nav-theme {
    position: absolute;
    top: 11%;
    right: 0;
    color: #000 !important;
  }
  .tra-menu .wsmenu > .wsmenu-list > li > a,
  .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #000 !important;
  }
  .tra-menu .wsmenu > .wsmenu-list > li > a:hover,
  .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .nav-link img {
    height: 130px;
  }
  .footer-links h6.footer-achivements::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8%;
    height: 2px;
    background-color: #df3939;
    width: 30px;
  }
  .help-us-btn img {
    height: 45px !important;
  }
}
ul#modules li::before {
  content: "•";
  color: #a32d2b;
  padding: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.blog-post-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.plus {
  cursor: pointer;
}
.blog-post {
  border: 1px solid #3a3a3a30;
  border-radius: 16px;
  background-color: #fff;
}
.blog-post .blog-post-txt {
  padding: 15px 20px;
}
.blog-post .blog-post-txt .post-tag,
.post-tag {
  background-color: #df3939;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid #df3939;
  padding: 5px 10px;
  display: inline;
  font-size: 12px;
}
.blog-post .blog-post-txt h6 {
  margin-top: 10px;
}
.post-meta-list p {
  color: #a6a6a6;
}
.footer-links h6 {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-links h6::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  height: 2px;
  background-color: #df3939;
  width: 30px;
}
.footer-links.line-center h6::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 46%;
  right: 46%;
  background-color: #df3939;
  width: 8%;
}
.cbox-2-txt h5 {
  color: #16274a !important;
}
.anim-head-btn {
  border: 2px solid #fff !important;
  border-radius: var(--bs-border-radius);
}
.footer-links ul li a:hover {
  transform: translate(0, 10px);
  padding-right: 20px;
}
.box-title span {
  top: -3px;
}
@media (max-width: 767px) {
  .hero-section {
    margin-top: 0 !important;
  }
  .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 15px;
  }
  .page-hero {
    padding-top: 0 !important;
  }
  .video-btn-xl {
    background-color: #ffffff00;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.s-14 {
  font-size: 0.85rem;
}
.faqs-section .tabs--theme .tabs-1 li p {
  color: #aaa;
}
.faqs-section .tabs--theme .tabs-1 li.current p {
  color: #fff;
}
.faqs-section .tabs--theme .tabs-1 li.current,
.faqs-section .tabs--theme .tabs-1 li.current:hover {
  background-color: #df3939;
  border-color: #df3939 !important;
}
.release-data {
  border-radius: 10px;
  border: 0;
  padding: 30px 20px;
}
@media (min-width: 1350px) {
  .modal-xl {
    --bs-modal-width: 1000px;
  }
}
#hero-8-form form .form-control {
  padding: 7px !important;
}
.btn--black:hover {
  color: #fff !important;
}
.unbreakable {
  white-space: nowrap !important;
}
@media (min-width: 768px) {
  .footer-info::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 17%;
    height: 42px;
    border-left: 1px solid #000;
  }
}
.dynamic-description ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.a2-txt-author span {
  font-size: 13px !important;
}
.ct-04 .img-block img {
  max-width: -webkit-fill-available !important;
  display: inline-block;
}
.max-content-width {
  width: max-content;
}
.line-height-normal {
  line-height: normal !important;
}
.bg--black-400 .colored-text {
  color: #ffce00 !important;
}
@media (min-width: 992px) {
  .BorderLeft {
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .solutions::before,
  .usp::before {
    content: "";
    position: absolute;
    top: 35px !important;
    left: 0;
    height: 2px;
    background-color: #df3939;
    width: 30px;
  }
}
.desktoplogo img {
  max-height: 50px;
}
@media screen and (min-width: 1024px) {
  .wsmainwp {
    line-height: 63px;
  }
  .wsmenu {
    width: 64% !important;
  }
  .wsmenu > .wsmenu-list {
    width: max-content !important;
    margin: 0 20px 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .tra-menu .wsmainfull {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  #demo .modal-xl {
    --bs-modal-width: 1080px;
  }
  .btn {
    padding: 0.9rem 1.7rem;
  }
  .wsmainwp .nl-simple a {
    padding: 10px 22px !important;
  }
}
.blog-post .blog-post-img img {
  height: auto;
  width: 100%;
  object-fit: fill;
}
.blog-post .blog-post-img {
  margin-bottom: 0;
}
.img-height {
  height: 350px !important;
  object-fit: cover !important;
}
#hero-8 {
  background-image: url("../hero.jfif");
}
/* The 140px clears the transparent header that overlays the hero from 992px up.
   Below that the header is a solid bar in the normal flow, so this padding was
   being added on top of it and left a large empty gap above the title.
   responsive.css already has the correct smaller values for those widths. */
@media (min-width: 992px) {
  #hero-8 {
    padding-top: 140px !important;
  }
}
.tonned-heading span {
  color: #df3939 !important;
}
.img-full-height {
  height: 100% !important;
  min-height: 450px;
  object-fit: cover !important;
}

@media (max-width: 767px) {
  .img-full-height {
    height: 300px !important;
    min-height: unset;
  }
}

.hero-trusted-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* background: rgba(255, 255, 255, 0.08); */
  background: rgb(163 80 80 / 8%);
  /* border: 1.5px solid rgba(255, 120, 60, 0.85);   */
  border: 1.5px solid rgb(177 171 169 / 37%);
  border-radius: 30px;
  padding: 7px 18px;
  margin-bottom: 22px;
  backdrop-filter: blur(4px);
  /* box-shadow:
    0 0 6px 2px rgba(255, 80, 30, 0.55),
    0 0 14px 4px rgba(255, 60, 10, 0.35),
    0 0 28px 6px rgba(255, 40, 0, 0.18),
    inset 0 0 8px rgba(255, 100, 40, 0.12); */
}
.hero-trusted-badge span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.hero-trusted-badge strong {
  color: #ffe400;
  font-weight: 800;
}

@media (max-width: 575px) {
  .hero-trusted-badge {
    gap: 6px;
    padding: 6px 12px;
    white-space: nowrap;
    max-width: 100%;
  }
  .hero-trusted-badge span {
    font-size: 11.5px;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .hero-trusted-badge {
    padding: 5px 10px;
  }
  .hero-trusted-badge span {
    font-size: 10.5px;
  }
}

/* Fallback: uncomment this block (and comment out the 360px block above)
   if "Trusted by 1000+ Schools Across India" still wraps on the smallest phones.
   This stacks the flag on top and keeps the text on a single line below it.
@media (max-width: 360px) {
  .hero-trusted-badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 6px 10px;
  }
  .hero-trusted-badge span {
    font-size: 10.5px;
    white-space: nowrap;
  }
}
*/

.hero-main-heading {
  font-size: 58px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero-highlight {
  color: #ffe400;
  position: relative;
  display: inline-block;
  /* text-shadow:
    0 0 px rgba(255, 160, 0, 0.95),
    0 0 -10px rgba(255, 140, 0, 0.85),
    0 0 40px rgba(255, 100, 0, 0.65),
    0 0 70px rgba(255, 80, 0, 0.4); */
}
/* .hero-highlight::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 140, 0, 1) 0%,
    rgba(255, 180, 0, 1) 20%,
    rgba(255, 200, 50, 0.92) 45%,
    rgba(255, 210, 80, 0.82) 50%,
    rgba(255, 200, 50, 0.92) 55%,
    rgba(255, 180, 0, 1) 80%,
    rgba(255, 140, 0, 1) 100%
  );
  border-radius: 2px;
  box-shadow:
    0 0 4px 1px rgba(255, 200, 0, 0.9),
    0 0 10px 3px rgba(255, 140, 0, 0.7),
    0 0 22px 5px rgba(255, 80, 0, 0.4),
    0 0 40px 7px rgba(200, 40, 0, 0.2);
} */
.hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 700px;
}

.hero-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-feat-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(139, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 155px;
  flex: 1 1 140px;
}
.hero-feat-icon {
  width: 40px;
  height: 40px;
  background: #c0392b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.hero-feat-icon i {
  color: #fff;
  font-size: 18px;
}
.hero-feat-text {
  display: flex;
  flex-direction: column;
}
.hero-feat-text strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.hero-feat-text span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.3;
}

/* Full width stretch */
#hero-8 {
  width: 100%;
  max-width: 100%;
}
#hero-8 .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
#hero-8 .row {
  margin-left: 0;
  margin-right: 0;
}
#hero-8 .col-md-7,
#hero-8 .col-md-5 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .hero-main-heading {
    font-size: 36px;
  }
  .hero-feature-grid {
    gap: 8px;
  }
  .hero-feat-box {
    min-width: 130px;
    text-align: left;
  }
}
