/* ------------------------------
   COLOR VARIABLES (ROOT)
--------------------------------*/
:root {
  --black: #000000;
  --dark: #0d0d0d;
  --light-black: #111111;
  --gray: #666;
  --gray-100: #f7f7f7;
  --gray-300: #cfcfcf;
  --gray-600: #777777;
  --gray-800: #333333;
  --white: #ffffff;
  --overlay-dark: rgba(0, 0, 0, 0.55);
  --black-color: black;
  --li-size: 11px;
  --li-size2: 9px;
  --color-white: #fff;
  --spacing: 0.25rem;
  --tw-space-y-reverse: 0;
  --text-sm: 0.875rem;
  --foreground: 0 0% 0%;
  --muted-foreground: 0 0% 40%;
  --leading-relaxed: 1.625;
  --secondary: 0 0% 96%;
  --color-neutral-200: oklch(92.2% 0 0);
  --grey: #838181;
  --leading-relaxed: 1.625;
}

@font-face {
  font-family: "playfair";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf");
}

@font-face {
  font-family: "playfair-400";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter/Inter-VariableFont_opsz\wght.ttf);
}

/* ------------------------------
   GLOBAL
--------------------------------*/
body {
  font-family: "Inter", sans-serif;
  color: var(--light-black);
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

p {
  line-height: 1.7;
  /* margin-bottom: 0 !important; */
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

hr {
  margin: 0.27rem 0;
}

/* ------------------------------
   NAVBAR
--------------------------------*/
.navbar {
  background: var(--white) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar .nav-link {
  color: var(--gray-800);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 1.2px;
}

.navbar .nav-link:hover {
  color: var(--black);
}

.navbar .apply_btn {
  border-radius: 0px !important;
  text-transform: uppercase;
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
  padding-right: 0.91rem !important;
  padding-left: 0.91rem !important;
  background-color: var(--black-color);
  letter-spacing: 1px;
}

header {
  position: sticky;
  top: 0;
  transition: all 0.2s ease;
  z-index: 9999;
}

/* ------------------------------
   HERO SECTION
--------------------------------*/
.hero {
  height: 38vh;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../images/bg_home.jpg");
  background-size: cover;
  background-position: left center;
  text-align: center;
  padding: 40px;
}

.hero h1 {
  font-size: 3.45rem;
  line-height: 1.25, 1;
  font-family: "playfair", serif;
  color: var(--white);
}

.hero p {
  font-size: 1.01rem;
  font-weight: 300;
}

.hero .btn {
  padding: 8px 21px;
  border-radius: 0;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

/* .hero .btn {
  padding: 8px 28px;
} */

/* ------------------------------
   INTRO / MISSION / VISION
--------------------------------*/
.intro-section {
  padding-block: calc(var(--spacing) * 2);
}

.intro-section blockquote {
  line-height: 56px;
  font-size: 1.8rem;
  font-weight: 500 !important;
  width: 100%;
  font-family: Playfair Display, serif;
  margin-bottom: calc(var(--spacing) * 1);
}

.line_cout {
  width: calc(var(--spacing) * 16);
  background-color: color-mix(
    in oklab,
    hsl(var(--foreground)) 20%,
    transparent
  );
  height: calc(var(--spacing) * 0.5);
  margin-bottom: calc(var(--spacing) * 4);
  margin-inline: auto;
  text-align: center;
  display: block;
}

.founded {
  color: hsl(0 0% 40%);
  line-height: var(--leading-relaxed);
}

.intro-section .founded {
  width: 75%;
  font-size: 1.125rem;
  font-weight: 400;
}

.icon-circle {
  background: #f1f1f1cc;
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle img {
  width: calc(var(--spacing) * 5) !important;
  height: calc(var(--spacing) * 5) !important;
}

.mvv_cards h5 {
  font-size: 1.2rem;
  font-family: "playfair", serif;
  font-weight: 500;
  margin-block-end: calc(
    calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
  );
}

.mvv_cards .small.text-muted {
  font-size: 0.875rem;
  color: hsl(0 0% 40%) !important;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.read_story_btn {
  padding: 8px 29px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: 1.1px;
}

/* ------------------------------
   FOUNDER SECTION
--------------------------------*/
/* .founder-section h2 {
  font-size: 2.1rem;
  font-family: "playfair-400", serif;
  line-height: 53px;
  font-weight: 400;
  text-align: justify;
  color: hsl(0 0% 0%);
} */
.founder-section h2 {
  font-size: 1.8rem;
  font-family: "playfair-400", serif;
  line-height: 42px;
  font-weight: 400;
  text-align: justify;
  color: hsl(0 0% 0%);
}

.founder_name {
  text-transform: uppercase;
  color: rgb(102 102 102);
  font-size: 11px;
  letter-spacing: 1.1px;
  font-family: Inter, sans-serif;
  letter-spacing: 0.1rem;
}

.founder-section small {
  color: var(--gray);
  letter-spacing: 2px;
  font-family: "playfair", serif;
}

#founder_name {
  line-height: 1.7;
}

.founder-name {
  display: block;
  margin-bottom: 2px; /* yahan gap control hoga */
}

.founder-title {
  display: block;
  font-family: "Inter", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.1;
}

.founder-portrait {
  border: 1px solid #000000;
  padding: 10px;
}
.founder-portrait img {
  height: auto;
}

.founder-section small {
  color: hsl(0 0% 40%) !important;
  font-family: "playfair", serif;
  font-size: 0.75rem;
  margin-block-start: calc(
    calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
  );
  margin-block-end: calc(
    calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
  );
  letter-spacing: 0.2em;
}

.founder-section .founder_sm {
  font-size: 0.875rem;
  font-weight: 400;
  color: #787878 !important;
  font-family: Inter, sans-serif;
}

.community h2 {
  font-family: "playfair", serif;
  font-size: 33px;
}

.pillars .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 246px;
  object-fit: cover;
}

@media (min-width: 800px) {
  .founder-section .col-lg-7 {
    width: 60.33333333% !important;
  }

  .founder-section .col-lg-5 {
    width: 39.66666667% !important;
  }
}

@media (max-width: 576px) {
  .portrait {
    background-size: cover;
  }
  .founder-portrait img {
    height: 100%;
  }
}

/* ------------------------------
   THREE PILLARS
--------------------------------*/
.pillars h3 {
  font-family: "playfair", serif;
  font-size: 2.3rem;
  margin-top: 0px;
  line-height: 38px;
}

.pillars .card-img-top {
  border-radius: 0px;
}

.pillars .card-body {
  padding: 18px 18px;
}

.pillars .card-body h5 {
  font-family: Playfair Display, serif;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.pillars .card-body p {
  line-height: var(--leading-relaxed);
  margin-bottom: 5px;
  color: hsl(0 0% 40%) !important;
  font-weight: 300;
  font-family: Inter, sans-serif;
  text-align: justify;
}

.pillars .program-text {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  width: 75%;
  color: var(--gray);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}

.pillars .card {
  border: none;
  transition: 0.3s;
  filter: grayscale(100%);
  background: var(--white);
}

.pillars .card p {
  font-size: 14px;
  line-height: 24px;
}

.pillars .card:hover {
  transform: translateY(-4px);
  filter: grayscale(0%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15) !important;
}

.pillars .card .card-img-top:hover {
  transform: scaleX(1.5);
}

.pillars .card-body a {
  font-size: 11.75px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500 !important;
}

.card {
  border-radius: 0px;
}

.pillars .card-body a:hover {
  text-decoration: underline;
}

.pillars .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* ------------------------------
   SCHOLARSHIP DARK SECTION
--------------------------------*/
.scholarship-section {
  background: var(--black);
  color: var(--white);
}

.scholarship-section h2 {
  font-family: "playfair", serif;
  font-size: 3.75rem;
}

.scholarship-section p {
  font-size: 1.02rem;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  color: #a7a7a7 !important;
}

.scholar-cards h6 {
  font-family: "playfair", serif;
}

.scholarship-section a {
  padding: 10px 14px !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.1px;
  border-radius: 0px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.scholarship-section .scholar-cards p {
  font-size: 0.875rem;
  font-family: Inter, sans-serif !important;
  line-height: var(--leading-relaxed);
  font-weight: 400;
  color: #ffffff80;
}

.scholar-cards h6 {
  font-size: 1.1rem;
}

.scholarship-section .application_txt {
  font-size: 0.7em;
  letter-spacing: 1.2px;
}

.scholarship-section p {
  font-size: 16px;
  font-family: Inter, sans-serif !important;
  line-height: 25px;
  font-weight: 400;
}

/* ------------------------------
   JOIN SECTION
--------------------------------*/
.join-strip {
  background: var(--gray-100);
}

.join-strip {
  padding-block: calc(var(--spacing) * 6);
}

.join-strip h2 {
  font-family: "Playfair", serif;
  font-size: 1.875rem;
  font-weight: 700;
}

.join-strip a {
  font-size: 1.1rem;
}

.intro-section blockquote {
  font-weight: 500;
}

/* ------------------------------
   FOOTER
--------------------------------*/
.site-footer {
  background: var(--black);
}

footer .footer_logo {
  height: calc(0.25rem * 16);
}

footer {
  padding: calc(0.25rem * 5) 0;
}

.site-footer p,
.site-footer a {
  font-size: 14.4px;
  font-weight: 300;
  color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
}

.site-footer .small {
  color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
  margin-bottom: 0px;
}

.site-footer .small li a {
  color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
}

.site-footer .small li {
  margin-block-start: calc(
    calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
  );
  margin-block-end: calc(
    calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
  );
  margin-bottom: 7px;
}

footer .third_contact p {
  margin-block-start: calc(
    calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
  ) !important;
  margin-block-end: calc(
    calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))
  ) !important;
}

.site-footer .small li a {
  color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
}

.site-footer h6 {
  margin-bottom: 15px;
}

.site-footer h6 {
  font-size: 15px;
  font-family: "playfair", serif;
  margin-bottom: 14px;
  color: var(--white);
}

.site-footer a:hover {
  color: var(--white);
}

.site-footer .small {
  color: var(--gray-600) !important;
}

footer .last_footer_right div,
footer .last_footer_right a {
  font-size: var(--text-sm);
  font-weight: 300;
  color: color-mix(in oklab, var(--color-white) 40%, transparent);
}

/* ------------------------------
   RESPONSIVE
--------------------------------*/
@media (min-width: 1024px) {
  .hero .container-fluid {
    width: 87rem;
  }
}

@media (max-width: 992px) {
  .hero {
    height: 65vh;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .navbar .nav-link {
    padding: 10px 0 !important;
  }
}

@media (max-width: 768px) {
  .founder-section .row {
    text-align: center;
  }

  .pillars .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 1.9rem;
  }

  .intro-section blockquote {
    font-size: 1.3rem;
  }

  .hero h1 {
    font-size: 16px;
  }

  .hero p {
    font-size: 15px;
  }

  .pillars .program-text {
    width: 100%;
  }

  .intro-section blockquote {
    line-height: normal;
    font-size: 1.7rem;
    font-weight: 300 !important;
    width: 100%;
  }

  .intro-section {
    padding-block: calc(var(--spacing) * 2);
  }

  .intro-section .founded {
    width: 100%;
    font-size: 14px;
  }

  .intro-section .px-3 {
    padding: 0 !important;
  }

  .founder-section h2 {
    font-size: 1.6rem;
    line-height: normal;
  }

  .portrait {
    height: 74vh !important;
    max-width: 95% !important;
    background-size: cover !important;
  }

  .pillars {
    padding-block: calc(var(--spacing) * 2);
  }

  .pillars h3 {
    font-family: "playfair-400", serif;
    font-size: 1.7rem;
  }

  .join-strip h2 {
    font-size: 22px;
  }

  .line_cout {
    margin-bottom: var(--spacing);
  }

  .scholarship-section h2 {
    font-size: 2.7rem;
  }

  .policy_footer {
    text-align: center !important;
    margin-top: 10px;
  }

  footer {
    padding: calc(0.25rem * 12) 0;
  }

  footer .footer_logo {
    height: calc(0.25rem * 16);
  }

  footer {
    padding: calc(0.25rem * 24) 0;
  }

  .navbar-toggler {
    border: none !important;
    font-size: 0.9rem !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .hero {
    padding: 0px !important;
  }

  .hero .btn {
    padding: 8px 57px;
  }
}

/* ---------- */
.px-4 {
  padding-inline: calc(var(--spacing) * 6) !important;
}

@media (max-width: 576px) {
  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    background: white;
    padding: 24px;
    width: 80%;
    height: 100%;
  }

  .navbar-collapse .align-items-center {
    align-items: start !important;
    margin-top: 10px;
  }

  #ls_btn {
    width: 100%;
  }

  #ls_btn .apply_btn {
    width: 100%;
    font-size: 0.875rem;
    font-family: Inter, sans-serif !important;
    margin-top: 24px;
  }

  .navbar-collapse.slide-right {
    right: -100%;
    transition: right 0.25s ease-in-out;
    z-index: 9999;
  }

  .navbar-collapse.slide-right.show {
    right: 0;
  }
}

/* --------------------------------------------------------------------------------------------------------------
   About page Css
--------------------------------*/
.text-3 {
  font-size: 1.3rem;
  font-family: var(--f-family);
  font-family: Playfair Display, serif;
}

/* p,
li {
  color: rgba(79, 79, 79, 0.75) !important;
} */

.line {
  background-color: var(--black-color);
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 1);
  margin-bottom: var(--spacing);
}

.box {
  background-color: #fbfbfb;
  /*padding: calc(var(--spacing) * 2);*/
  padding: 12px 0 12px 0;
  border: 1px solid hsl(0 0% 90%);
}

.box h3 {
  font-family: var(--f-family);
  font-size: var(--size);
}

/* ==============================
   STRATEGIC ROADMAP SECTION
   ============================== */

/* Left-side image */
.strategy-img {
  width: 100%;
  /* height: 123px; */
  filter: grayscale(100%);
  margin-top: calc(var(--spacing));
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.strategy-img:hover {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

/* Tabs Row */
.strategy-tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: var(--spacing);
}

/* Tab Buttons */
.tab-btn {
  color: #0000006a;
  border: none;
  font-size: 14px;
  font-family: "playfair", serif;
  padding-left: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 3);
  background-color: var(--color-white);
  box-shadow: 0 1px 3px 0 #0000001a;
}

.tab-btn.active {
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: bold;
}

/* Right-side content */
.strategy-content h4 {
  font-family: "playfair", serif;
  font-size: var(--size);
  margin-bottom: var(--spacing);
}

.strategy-heading {
  font-family: "playfair", serif;
  font-size: 1.5rem;
}

.strategy-content p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: calc(var(--spacing) * 8);
}

.strategy-list {
  list-style: none;
  padding-left: 0;
}

.strategy-list li {
  font-size: var(--text-sm);
  margin-bottom: calc(var(--spacing) * 2);
  position: relative;
  color: #515151;
}

.potrait {
  width: 100%;
  height: 70vh;
  color: rgb(126, 126, 126);
  font-family: "Inter", sans-serif;
  font-size: var(--text-sm);
}

.board-name {
  font-size: 1.125rem;
  line-height: 7px;
}

.text-sm p {
  font-size: var(--text-sm);
}

.board-name {
  font-family: Playfair Display, serif;
}

.group p {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.foundation-content p,
li {
  font-family: "Inter", sans-serif;
}

.mothers-words p {
  font-family: "Inter", sans-serif;
}

.rising p,
li {
  font-family: "Inter", sans-serif;
}

.main-heading {
  font-family: "playfair", serif;
}

.humble p,
li {
  font-family: "Inter", sans-serif;
}

.about-tab-btn {
  font-size: 12px;
  color: #0000006a;
  border: none;
  font-size: 14px;
  font-family: "playfair", serif;
  padding-left: calc(var(--spacing) * 4);
  padding-right: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 3);
  background-color: var(--color-white);
  box-shadow: 0 1px 3px 0 #0000001a;
}

.about-tab-btn.active {
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------
   Education page Css
--------------------------------*/
.lead {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400 !important;
  color: #fffc !important;
}

.edu-lead {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 400 !important;
  color: #fffc !important;
  width: 66%;
}

.edu_ecosystem h2 {
  font-family: "playfair", serif;
  font-size: 34px;
  line-height: 38px;
}

.edu_ecosystem p {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 27px;
  color: hsl(0 0% 40%);
}

.count_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding: 10px 20px;
  font-weight: 800;
}

.invest {
  padding: 20px;
  background-color: #fbfbfb;
}

.invest p {
  font-size: 11px;
  line-height: 15px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 15px;
  font-family: "Inter", sans-serif;
}

.access h5 {
  font-family: "playfair", serif;
  font-size: 17px;
  margin-bottom: 0px !important;
}

.access p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  margin-bottom: 0px !important;
}

.tabs-section h2 {
  font-family: "playfair", serif;
  font-size: 28px;
  line-height: 34px;
}

.tab-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 12px 30px;
  font-family: "playfair-400", serif;
  border-bottom: 3px solid transparent;
  background: #fff;
  color: #c8c8c8;
  border: none;
  transition: 0.3s;
}

.tab-btn.active {
  border: 1px solid #eae9e996;
  border-bottom: 1.6px solid #000;
  /* box-shadow: #000 0px 1px 4px -1px; */
  color: #000;
}

.feature-box {
  border: 1px solid #ddd;
  padding: 8px 12px;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 23px;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.feature-box svg {
  color: hsl(0 0% 40%);
}

.feature-box:hover {
  background: #f9f9f9;
}

.section-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.tab-content-area h2 {
  font-family: "playfair", serif;
  font-size: 23px;
  line-height: 23px;
}

.tab-content-area p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.stem-section {
  background: #000;
  color: #fff;
}

.badge-tag {
  background: #fff;
  color: #000;
  padding: 6px 15px;
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.stem-title {
  font-size: 23px;
  font-family: "playfair", serif;
  font-weight: 800;
}

.stem-head-title {
  font-size: 45px;
  font-family: Playfair Display, serif;
  line-height: 45px;
}

.stem-desc {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  max-width: 700px;
  color: #ccc;
}

.partner-btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 13px;
  border-radius: 0px;
  padding: 20px 30px;
  letter-spacing: 1px;
  font-weight: 400;
}

.stem-card {
  border: 1px solid #333;
  padding: 5px 10px;
  background: #000;
  height: 100%;
}

.icon-box {
  font-size: 40px;
  margin-bottom: 5px;
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "playfair", serif;
  margin-bottom: 15px;
}

.card-text {
  color: #ccc !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.stem-card:hover {
  border: 1px solid #fff;
}

.dot {
  width: 8px;
  height: 8px;
}

.construction {
  background-color: #d4d4d4;
  /* height: 300px; */
}

.construction p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #666;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.teacher-col {
  padding: 60px 80px;
}

.teacher-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #666;
  padding: 0px 12px 0px 0px;
}

.environ-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #666;
  margin-bottom: 0px !important;
  padding: 0px 40px 0px 0px;
}

.school-infra h2 {
  font-family: "playfair", serif;
  font-size: 28px;
  line-height: 34px;
}

.TVET_img,
.STEM_img {
  background-color: #d4d4d4;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.p-20 {
  padding: calc(var(--spacing) * 4);
}

.view-curri {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.teacher-img {
  height: 140px !important;
  width: 100%;
}

.school-img {
  height: 180px !important;
  width: 100%;
}

/* Mobile Screen (max-width: 768px) */
@media (max-width: 768px) {
  /* HERO SECTION */
  .hero {
    height: 40vh !important;
    padding: 20px !important;
    text-align: center !important;
  }

  .construction {
    height: 300px;
  }

  .hero-content p {
    width: 100% !important;
    font-size: 14px !important;
  }

  .hero-content h1 {
    font-size: 26px !important;
  }

  /* EDUCATION ECOSYSTEM */
  .edu_ecosystem h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .edu_ecosystem p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .access h5 {
    font-size: 16px !important;
  }

  .access p {
    font-size: 12px !important;
  }

  /* .invest {
    padding: 20px !important;
  } */

  .invest h2 {
    font-size: 28px !important;
  }

  .invest p {
    font-size: 12px !important;
  }

  /* TABS FIX */
  .tab-btn {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  .tabs-section h2 {
    font-size: 22px !important;
  }

  /* TAB CONTENT */
  .tab-content-area h2 {
    font-size: 20px !important;
  }

  .tab-content-area p {
    font-size: 14px !important;
  }

  .feature-box {
    padding: 12px !important;
    font-size: 14px !important;
  }

  /* STEM SECTION */
  .stem-head-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .stem-desc {
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  .stem-card {
    padding: 18px !important;
    margin-bottom: 20px !important;
  }

  .card-title {
    font-size: 20px !important;
  }

  .card-text {
    font-size: 14px !important;
  }

  /* SCHOOL INFRA SECTION */
  .teacher-col {
    padding: 20px !important;
  }

  .teacher-text,
  .environ-text {
    padding: 5px 0 !important;
    font-size: 14px !important;
  }

  .school-infra h2 {
    font-size: 22px !important;
  }
}

/* Extra Small Screens */
@media (max-width: 576px) {
  .hero {
    height: 35vh !important;
  }

  .tab-btn {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }

  .access p {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 1.7rem;
  }

  .policy_footer {
    text-align: center !important;
    margin-top: 10px;
  }

  footer {
    padding: calc(0.25rem * 2) 0;
  }

  .navbar-toggler {
    border: none !important;
    font-size: 0.9rem !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .edu_ecosystem {
    padding: calc(var(--spacing) * 1) 10px;
  }

  .invest {
    padding: 14px !important;
  }

  .invest h2 {
    font-size: 20px !important;
  }

  .invest p {
    font-size: 9px !important;
    line-height: normal !important;
  }

  .lead {
    line-height: 24px;
  }

  .p-20 {
    padding: calc(var(--spacing) * 2);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
}

/* --------------------------------------------
Economic page Css
---------------------------------------------*/
.apply-cohort {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 24px 33px;
  border-radius: 0;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  display: inline-block;
  box-shadow: none;
}

.tag {
  background-color: #8a4d23;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
}

.wip-title {
  margin-top: 5px;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.wip-list {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
  color: #333;
  font-family: Arial, sans-serif;
}

.wip-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Section Background */
.sff-section {
  background: #fff;
  font-family: Georgia, serif;
}

/* Title */
.sff-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle paragraph
.sff-subtitle {
  font-size: 15px;
  color: #666;
  max-width: 100%;
  font-family: Arial, sans-serif;
} */

/* Right-side button */
.sff-btn {
  background: transparent;
  padding: 10px 22px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.sff-btn:hover {
  background: #000;
  color: #fff;
}

/* Cards container */
.sff-card-row {
  border: 1px solid #e3e3e3;
}

/* Individual card */
.sff-card {
  padding: 6px 10px;
  height: 100%;
  background: #fff;
}

/* Icons */
.sff-icon {
  font-size: 25px;
  color: #777;
  margin-bottom: 15px;
}

/* Card title */
.sff-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
}

/* Card text */
.sff-card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.sff-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.wip-card {
  background: white;
  padding: 11px 33px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.wip-number {
  font-size: 38px;
  font-weight: 700;
  color: #43423f;
  margin-bottom: 5px;
  font-family: "playfair", serif;
}

.wip-subtitle {
  font-size: 14px;
  color: #777;
  letter-spacing: 1px;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* override bootstrap container padding */
.hero-content.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.number-badge-wrap {
  width: 100%;
}

.number-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  /* inner black circle */
  display: flex;
  align-items: center;
  justify-content: center;

  /* white ring + shadow exactly like screenshot */
  box-shadow: 0 0 0 6px #ffffff, /* white ring */ 0 4px 15px rgba(0, 0, 0, 0.15);
  /* outer soft shadow */
}

.number-badge span {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* small screen */
@media (max-width: 576px) {
  .number-badge {
    width: 58px;
    height: 58px;
    box-shadow: 0 0 0 5px #ffffff, 0 3px 12px rgba(0, 0, 0, 0.12);
  }

  .hero p {
    width: 100%;
  }

  .sff-card {
    padding: 10px 15px;
  }

  .number-badge span {
    font-size: 20px;
  }
}

.hero {
  height: 38vh;
}

.hero p {
  font-size: 17px !important;
  font-weight: 300;
}

.main-text {
  font-family: Playfair Display, serif;
}

.intro-section .founded {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
}

.mvv_cards p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.apply-cohort {
  font-size: 11px;
}

.tag {
  background-color: #8a4d23;
  color: white;
  padding: 5px 12px;
  border-radius: 0px !important;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2px;
  font-family: Inter, sans-serif;
}

.wip-title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  font-family: Playfair Display, serif;
}

.wip-text {
  color: #666;
  font-size: 17px;
  line-height: 1.4;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.wip-section {
  background-color: #d4d4d4;
  font-family: "Georgia", serif;
  width: 100%;
}

.wip-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 8px;
  font-weight: 300;
}

.wip-list li svg {
  color: oklch(27.647% 0.00178 106.791);
}

.sff-title {
  font-size: 1.8rem;
  font-family: Playfair Display, serif;
}

.sff-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 100%;
  font-family: Inter, sans-serif;
}

.sff-btn {
  background: transparent;
  padding: 9px 16px;
  font-family: Inter, sans-serif;
}

.sff-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: Playfair Display, serif;
}

.sff-card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  font-weight: 300;
  /* font-family: Arial, sans-serif; */
  font-family: Inter, sans-serif;
}

/* ---------------------------------------------------------
Health page css 
 ---------------------------------------------------------------------*/

.community {
  margin-bottom: 10 px;
}

.community h2 {
  font-family: "playfair", serif;
  font-size: 32px;
}

.community p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #666;
}

.community h4 {
  font-family: "playfair", serif;
  font-size: 17px;
  line-height: 26px;
}

.svg-p {
  font-size: 13px !important;
  font-family: "Inter" sans-serif;
  color: #666 !important;
}

.health-card h2 {
  font-family: "playfair", serif;
  font-size: 45px;
}

.health-card p {
  font-size: 13px;
  font-family: "Inter", serif;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.svg {
  height: 40px;
  width: 40px;
  background-color: #f5f5f5;
}

.covrge-img img {
  width: 100%;
  height: 180px;
}

.nimba-heading {
  font-family: "playfair", serif;
  font-size: 23px;
  line-height: 30px;
}

ul li span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #fff;
}

.mental-heading {
  font-family: "playfair", serif;
  font-size: 34px;
  line-height: 38px;
}

.mental {
  width: 100%;
  margin: 10px auto;
  color: #666;
  font-size: 17px;
  font-family: "Inter", sans-serif;
}

.support-img img {
  height: 170px;
  width: 100%;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
}

.accordion-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 40px !important;
  color: #000 !important;
  font-size: 19px;
  font-weight: normal;
  font-family: "playfair-400", serif;
}

.accordion-button::after {
  filter: opacity(70%);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: #666;
  margin-bottom: 20px;
}

.pink-badge {
  background-color: #fccee8;
  color: #861043;
}

.statistic {
  border-left: 2px solid #fccee8;
  padding-left: 15px;
}

.statistic-number {
  font-family: "playfair", serif;
  font-size: 23px;
  line-height: 30px;
}

.statistic-text {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
}

.matrel-img img {
  height: 230px;
  width: 100%;
}

.pink-div {
  padding: 0px 0px 0px 5px;
}

.pink-div h2 {
  font-family: "playfair", serif;
  font-size: 28px;
}

.black-badge {
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 15px;
  font-family: "Inter", serif;
}

@media (max-width: 767.98px) {
  .community {
    /* Reduce bottom margin */
    margin-bottom: 0px;
    padding-top: 0px;
    /* margin-left: 10px; */
    /* Add some top padding */
  }

  .community h2 {
    /* Make main heading smaller */
    font-size: 30px;
  }

  /* Card Section (Statistics) Adjustments - Cards stack vertically by default, but spacing might be off */
  .health-card h2 {
    font-size: 32px;
  }

  .health-card p {
    font-size: 11px;
  }

  /* Mobile Unit Image/Map and Outreach List */
  .covrge-img {
    /* Ensure placeholder scales well */
    height: 250px;
    margin-bottom: 20px;
    /* Add space below the image/map */
  }

  .nimba-heading {
    font-size: 20px;
    margin-left: 25 !important;
    /* Remove ms-4 margin */
  }

  /* Mental Wellness Section Adjustments */
  .mental {
    /* Increase width to use more screen space */
    width: 90%;
    font-size: 15px;
  }

  /* Mental Wellness Image Placeholder */
  .support-img {
    height: 200px;
  }

  /* Accordion text size adjustment */
  .accordion-button {
    font-size: 17px;
  }

  .accordion-body {
    font-size: 12px;
  }

  /* Maternal Health Section Adjustments */
  .pink-section {
    /* Reduce overall margin */
    margin: 20px 0;
  }

  .pink-div {
    /* Reduce padding */
    padding: 0px 0px;
    margin-bottom: 20px;
    /* Add space before the image on mobile */
  }

  .pink-div h2 {
    font-size: 24px;
  }

  /* Maternal Health Image Placeholder */
  .matrel-img {
    height: 300px;
  }

  /* Statistics section in Maternal Health */
  .statistic-number {
    font-size: 20px;
  }

  .statistic-text {
    font-size: 10px;
  }
}

/* --------------------------------------------------------------
Impact Page cSss
------------------------------------------------------------*/

.green-dot {
  height: 10px;
  width: 10px;
  background-color: #00c950;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

/* Ripple layers */
.green-dot::after,
.green-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #00c950;
  opacity: 0.6;
  transform: scale(1);
  animation: pulse 1.8s infinite ease-out;
}

.dashbord {
  font-family: "playfair", serif;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

/* Second layer delay */
.green-dot::before {
  animation-delay: 0.4s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.online-text {
  font-size: 15px;
  color: #00c950;
  font-family: "Inter", sans-serif;
}

.impact-card {
  background-color: #fdfdfd;
}

.impact-card p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #666;
}

.impact-card svg {
  color: #666;
}

.impact-card h2 {
  font-family: "playfair", serif;
}

.month-badge {
  background-color: #f0fdf4;
  font-size: 11px;
  color: #00a63e;
}

.graph {
  height: 192px;
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.bar {
  flex: 1;
  background-color: #000;
}

.bar-80 {
  height: 80%;
  /* width: 33%; */
}

.bar-55 {
  height: 55%;
  /* width: 33%; */
  background-color: #525252;
}

.bar-45 {
  height: 45%;
  /* width: 33%; */
  background-color: #a1a1a1;
}

.progress-heading {
  font-family: "playfair", serif;
  font-size: 15px;
}

.progress-p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #666;
}

.graph-btn {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.progress-icon {
  background-color: #f0fdf4;
  font-size: 11px;
  /* width: 34px;
            height: 34px; */
  color: #00a63e;
}

.evaluation {
  margin-top: 20px !important;
}

.evaluation h2 {
  font-family: "playfair", serif;
  font-size: 28px;
}

.evaluation p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  width: 65%;
  color: var(--gray);
}

.meit-step-with-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid black;
}

.meit-step-with-line {
  border-left: 2px solid rgb(175, 174, 174);
}

.meit-step-with-line:hover {
  border-left: 2px solid rgb(0, 0, 0);
}

.progress,
.progress-stacked {
  --bs-progress-height: 0.5rem !important;
}

.step-content h4 {
  font-size: 19px;
  font-family: "playfair", serif;
}

.step-content p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.dream-text blockquote {
  font-family: "playfair", serif;
  font-size: 23px;
}

.global {
  width: 84%;
}

.global h2 {
  font-size: 45px;
  font-family: "playfair", serif;
}

.global p {
  font-size: 19px;
  font-family: "Inter", sans-serif;
  color: #ffffffb3;
}

.bg-gray {
  height: 50px;
  width: 100px;
  background-color: #1a1a1a;
}

@media (max-width: 565px) {
  .hero h1 {
    font-size: 1.6rem;
  }

  .hero-content p {
    width: 100%;
    font-size: 17px;
  }

  .dashbord {
    font-size: 20px;
  }

  .online-text {
    font-size: 13px;
  }

  .evaluation h2 {
    font-size: 23px;
  }

  .evaluation p {
    width: 100%;
  }

  .evaluation {
    margin-top: 60px;
    margin-left: 10px;
  }

  .dream-text blockquote {
    font-size: 16px;
  }

  .global h2 {
    font-size: 25px;
  }

  .global p {
    font-size: 17px;
  }

  body {
    overflow-x: hidden;
  }
}

/* --------------------------------------------------------------------
Scholarship page css
---------------------------------------------------------------------------- */
.content-box h3,
.content-box h4,
.form-container h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-family: Playfair Display, serif;
  margin-block-end: calc(
    calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse))
  );
}

.info-card h6 {
  font-weight: 700;
  margin-bottom: calc(var(--spacing) * 2);
  font-family: Playfair Display, serif;
}

.info-card p {
  color: hsl(0 0% 40%);
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
}

.side-box h5 {
  font-size: 1.125rem;
  margin-bottom: calc(var(--spacing) * 4);
  font-family: Playfair Display, serif;
}

.side-box .intro_dull {
  color: hsl(0 0% 40%);
  font-size: 0.85rem;
  font-family: Inter, sans-serif;
}

.side-box strong {
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #000;
}

.side-box .hgt1 {
  font-size: 1.125rem;
  margin-bottom: calc(var(--spacing) * 2);
  font-family: Playfair Display, serif;
}

.side-box .hgt2 {
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
  color: hsl(0 0% 40%);
  margin-bottom: calc(var(--spacing) * 4);
}

.side-box .hgt3 {
  font-size: 0.875rem;
  /* font-family: Inter, sans-serif; */
  /* color: hsl(0 0% 40%); */
  padding-bottom: calc(var(--spacing) * 0.5);
  text-decoration: underline;
  font-weight: 700 !important;
}

.content-box ul {
  padding-left: 0;
}

.content-box li {
  margin-block-end: calc(
    calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
  );
  color: hsl(0 0% 40%);
  font-family: Inter, sans-serif;
  font-size: 15px;
  list-style-position: inside;
}

form label {
  margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
  line-height: 1;
}

form input.form-control {
  padding-block: calc(var(--spacing) * 1) !important;
  font-size: 0.875rem !important;
  padding-inline: calc(var(--spacing) * 3) !important;
  background-color: hsl(0 0% 100%) !important;
  border: 1px solid hsl(0 0% 90%) !important;
  font-family: Inter, sans-serif !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: 0px 2px 1px rgb(42 41 41 / 8%);
}

form select {
  padding-block: calc(var(--spacing) * 1) !important;
  font-size: 0.875rem !important;
  padding-inline: calc(var(--spacing) * 3) !important;
  background-color: hsl(0 0% 100%) !important;
  border: 1px solid hsl(0 0% 90%) !important;
  font-family: Inter, sans-serif !important;
  border-radius: 0px !important;
  outline: none !important;
}

.hero {
  justify-content: flex-start;
  text-align: left;
}

.hero-content p {
  font-size: 1.25rem;
  font-family: Inter, sans-serif !important;
  font-weight: 300;
}

#requirementsTab ul {
  list-style: none;
  counter-reset: my-counter;
}

#requirementsTab ul li {
  counter-increment: my-counter;
  margin-bottom: 5px;
}

#requirementsTab ul li::before {
  content: counter(my-counter) ". ";
  font-weight: bold;
}

/* Content Blocks */

.content-box h3 {
  margin-block-end: calc(
    calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
  );
}

.content-box p {
  color: hsl(0 0% 40%);
  margin-block-end: calc(
    calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
  );
  line-height: var(--leading-relaxed);
  font-family: Inter, sans-serif;
}

.p-6 {
  padding: calc(var(--spacing) * 6) !important;
}

/* Key Dates Side Box */
.side-box {
  border: 1px solid #e6e6e6;
  padding: 12px;
  border-radius: 0px;
  background: #fafafa;
}

.dot {
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  margin-top: 0px;
  display: inline-block;
}

.beforeT {
  position: relative;
}

.beforeT::after {
  position: absolute;
  content: "";
  top: 18px;
  left: 3px;
  width: 1px;
  height: 26px;
  background-color: hsl(0 0% 90%);
}

.dot-light {
  background: #c9c9c9;
}

/* Icon Boxes */
.info-card {
  border: 1px solid #e6e6e6;
  padding: calc(var(--spacing) * 2);
  border-radius: 0px;
  background: #fff;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
}

/* Form Styling */
.form-container {
  border: 1px solid #e6e6e6;
  padding: 14px;
  border-radius: 0px;
  background: #fff;
}

/* Tabs Styling */
.nav-tabs .nav-link {
  color: #989898;
  font-weight: 400;
  font-size: 1.125rem;
  border: none;
  font-family: "Inter", serif;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  color: #000;
}

@media (max-width: 576px) {
  .site-footer .small li {
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
    margin-bottom: 1px;
  }

  footer .third_contact p {
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    ) !important;
    margin-block-end: calc(
      calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse))
    ) !important;
  }

  .side-box .hgt2 {
    font-size: 0.875rem;
    font-family: Inter, sans-serif;
    color: hsl(0 0% 40%);
    margin-bottom: calc(var(--spacing) * 0);
  }

  .saye_justify {
    text-align: justify;
  }

  .founder-section h2 {
    font-size: 0.95rem;
    line-height: normal;
  }

  .founder-portrait img {
    width: 75% !important;
  }

  #founder_name {
    line-height: normal !important;
  }

  ul.list-unstyled li {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }

  .dot {
    margin-top: 0;
  }

  footer .third_contact p {
    margin-block-start: calc(
      calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse)
    ) !important;
    margin-block-end: calc(
      calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))
    ) !important;
    line-height: normal;
  }

  .last_footer_right div {
    font-size: 11.5px !important;
  }

  .matrel-img {
    height: auto !important;
  }

  .nav-tabs .nav-link {
    color: #989898;
    font-weight: 400;
    font-size: 0.9rem !important;
    border: none;
    font-family: "Inter", serif;
  }
}
