@import url("css2");
:root {
  --bodyColor: #222222;
  --bodyBg: #fbfbfb;
  --bodyBg1: #F7F7F7;
  --whiteColor: #ffffff;
  --whitegrey: #6A7C92;
  --whitegrey1: #EDEDED;
  --whitegrey2: #F2F6F7;
  --whitegrey3: #E7DEFF;
  --headingColor: #222222;
  --contentColor: #5F6C76;
  --contentColor2: #5C727D;
  --primaryColor: #5F2DED;
  --secondaryColor: #F2277E;
  --secondaryColor2: #FF275A;
  --secondaryColor3: #FF2828;
  --blackColor: #000000;
  --blackColor2: #191B1E;
  --darkblack: #0C0E2B;
  --darkcolor: #263546;
  --darkgray: #9FA2CE;
  --deepgray: #202942;
  --lightGrey: #7B8696;
  --lightGrey2: #7B8697;
  --lightGrey3: #7E858B;
  --lightGrey4: #A2A9B6;
  --lightGrey5: #F0F0F5;
  --lightGrey8: #F0F1F3;
  --lightGrey6: #6D6E75;
  --lightGrey7: #F3F4FD;
  --lightGrey9: #9F98B2;
  --lightGrey10: #F5F5FE;
  --lightGrey11: #F7F8FD;
  --lightGrey12: #f0f4f7;
  --greencolor: #44CEA9;
  --greencolor2: #1EC902;
  --greencolor3: #2EC14A;
  --orange: #FE2323;
  --borderColor: #eeeeee;
  --borderColor1: #E5E5E5;
  --borderColor2: #dddddd;
  --borderColor3: #f8f8f8;
  --borderColor4: #cacaca;
  --darkdeep1: #170F2F;
  --darkdeep2: #37404E;
  --darkdeep3: #F4F4F8;
  --darkdeep4: #949392;
  --darkdeep5: #62605D;
  --darkdeep6: #7E8285;
  --darkdeep7: #C4C4C4;
  --indigo: #B13BFF;
  --deepgreen: #133344;
  --deepblue: #505975;
  --deepred: #DC164D;
  --skycolor: #03A9F4;
  --yellow: #FF912C;
  --yellow1: #F0B410;
  --blue: #2864FF;
  --naveBlue: #17093e;
  --borderRadius: 4px;
  --borderRadius2: 20px;
  --borderRadius3: 10px;
  --transition: .3s;
  --bodyFont: "Inter", sans-serif;
  --headingFont: "Hind", sans-serif;
  --contentFont: "Inter", sans-serif;
}

.is_dark {
  --bodyColor: #fff;
  --bodyBg: #0C0E2B;
  --bodyBg1: #0C0E2B;
  --headingColor: #fff;
  --blackColor: #fff;
  --blackColor2: #fff;
  --whiteColor: #0C0E2B;
  --darkdeep2: #fff;
  --darkblack: #fff;
  --lightGrey: #0C0E2B;
  --lightGrey7: #170F2F;
  --lightGrey10: #170F2F;
  --lightGrey11: #170F2F;
  --contentColor: #fff;
  --darkdeep5: #fff;
  --borderColor: #312a57;
  --whitegrey: #fff;
  --whitegrey1: #312a57;
  --whitegrey2: #312a57;
  --deepgray: #fff;
  --borderColor2: #fff;
  --darkdeep3: #17093e;
  --contentColor2: #fff;
  --deepgreen: #fff;
  --bs-body-color:#fff;
}

.clrwht{
  color: #fff !important;
}

.clrblk{
  color: #000 !important;
}

.bgwht{
  background: #fff !important;
}

@media (max-width: 767px) {
  .gallery .blogsidebar__content__wraper__2 .photo__gallery__img {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .aboutarea__content__wraper .aboutarea__para p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .aboutarea__list__2 ul li {
    font-size: 14px !important;
  }
}

.extrabox{
  text-align: center;
  background: var(--whiteColor);
  border-radius: 10px;
}

.mobile-bottom-tabs .tab.active::before {
  content: '';
  position: absolute;
  top: 6px;
  width: 30px;
  height: 3px;
  background: #ffd166;
  border-radius: 10px;
}
.listextra{
  list-style-type: disc !important;
  display: inline list-item !important;
}


@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }

  .mobile-bottom-tabs {
    position: fixed;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 72px;
    display: flex;
    background: linear-gradient(90deg, #6f42c1, #f72585);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    overflow: hidden;
  }

  .mobile-bottom-tabs .tab {
    flex: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
  }

  /* Soft divider */
  .mobile-bottom-tabs .tab:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 50%;
    width: 1px;
    background: rgba(255,255,255,0.25);
  }

  .mobile-bottom-tabs .tab i {
    font-size: 18px;
  }

  /* Active tab */
  .mobile-bottom-tabs .tab.active {
    background: rgba(255,255,255,0.18);
    font-weight: 600;
  }

  /* Admissions highlight (MAIN CTA) */
  .mobile-bottom-tabs .highlight {
    background: #ffffff;
    color: #6f42c1;
    font-weight: 700;
    transform: translateY(-8px);
    border-radius: 14px;
    margin: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    top: 12%;
  }

  .mobile-bottom-tabs .highlight i {
    color: #f72585;
  }

  /* WhatsApp color */
  .mobile-bottom-tabs .whatsapp i {
    color: #25D366;
  }
}
