@font-face {
  font-family: "Satoshi";
  src: url("../font-family/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font-family/Satoshi-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font-family/Satoshi-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../font-family/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
  overflow-x: clip;
  margin: 0;
  max-width: 100%;
}

html {
  overflow-x: clip;
  /* font-size: clamp(16px, 1.041vw, 20px); */
  /* font-size: 20px;
    line-height: 1.2; */
  font-size: clamp(0.8125rem, -0.06250000000000011rem + 1.09375vw, 1.25rem);
}

/* @media(min-width: 1651px) and (max-width: 1920px) {
    body {
        font-size: 20px;
    }
}

@media(min-width: 1441px) and (max-width: 1650px) {
    body {
        font-size: 18px;
    }
}

@media(min-width: 1367px) and (max-width: 1440px) {
    body {
        font-size: 16px;
    }
}

@media(min-width: 1281px) and (max-width: 1366px) {
    body {
        font-size: 15px;
    }
}

@media(min-width: 1120px) and (max-width: 1280px) {
    body {
        font-size: 14px;
    }
}

@media(min-width: 1024px) and (max-width: 1119px) {
    body {
        font-size: 13px;
    }
} */

dl,
ol,
ul {
  margin-bottom: 0 !important;
}

ul li {
  list-style: none;
}

ul {
  padding-left: 0 !important;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

/* .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
} */
.container-xxl {
  max-width: 86%;
  /* max-width: 1728px; */
  margin: 0 auto;
  padding: 0 0px;
}

@media (max-width: 767px) {
  .container-xxl {
    max-width: 80%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.apply-btn {
  background: #FFEA2C;
  border: 1px solid #FFEA2C;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #000 !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.apply-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /* background: linear-gradient(0deg, transparent, transparent 30%, #ffd40045); */
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.apply-btn:hover {
  background-color: #FFEA2C;
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffd40054;
  /* color: #FFEA2C !important; */
}

.apply-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

a:focus-visible,
button:focus-visible {
  outline: none;
}

@media (max-width: 1400px) {
  .apply-btn {
    padding: 9px 24px;
    font-size: 14px;
  }
}

.offcanvas-menu nav>div label span,
.offcanvas-menu nav>div label span:before,
.offcanvas-menu nav>div label span:after {
  background: #000000;
}

.mob-sticky-btn {
  display: none;
}

@media (max-width: 767px) {
  .mob-sticky-btn {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #FFEA2C;
    border: 1px solid #FFEA2C;
    padding: 10px 17px;
    border-radius: 40px;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    color: #000 !important;
    transition: all 0.5s ease;
    z-index: 9;
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-orange {
  color: #ff7e50;
}

.color-burgundy {
  color: #0a3d9c;
}

/* Header css Start */
header {
  padding-top: clamp(1.875rem, 2.5vw, 2.75rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background 0.3s ease;
  overflow-x: clip;
}

header .w-90 {
  width: 91.3%;
  margin: 0 auto;
}

header .row {
  --bs-gutter-x: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.logo img {
  position: relative;
  width: clamp(9.375rem, 12vw, 14.8125rem);
}

nav.main-menu ul {
  gap: clamp(1.625rem, 4.6vw, 5.5rem);
  justify-content: flex-end;
  align-items: center;
}

header .main-menu ul li a {
  color: #000;
  font-size: 1.1em;
  font-family: "Satoshi";
  font-weight: 600;
  transition: 0.3s all;
}

body.pedagogy-page header .main-menu ul li a {
  color: #fff;
}

header .main-btn {
  padding: clamp(0.625rem, 1vw, 0.625rem) clamp(1.5625rem, 1.8vw, 1.875rem);
  background-color: #FFEA2C;
  border: 1px solid #FFEA2C;
  border-radius: 30px;
  text-decoration: none !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.offcanvas-menu {
  display: none;
}

/* Removed desktop media queries */

@media (max-width: 991.9px) {
  header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  header .row {
    min-height: 60px;
    position: relative;
  }

  .offcanvas-menu {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .mobile-menu-header {
    margin-bottom: 84px;
  }

  .offcanvas-menu {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }

  .offcanvas-menu>label {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 1;
  }

  .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    /* transition: background 0.3s, transform 0.3s; */
    transition: none;
  }

  .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background: #000000;
  }

  .offcanvas-menu label span::before {
    transform: translateY(-8px);
  }

  .offcanvas-menu label span::after {
    transform: translateY(8px);
  }

  .offcanvas-menu nav {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #FFEA2C;
    /* transition: 0.3s ease; */
    transition: none;
    padding: 22px 30px;
    box-sizing: border-box;
    transform: translateX(100%);
  }

  .offcanvas-menu nav .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo.nav-logo img {
    width: clamp(9.375rem, 12vw, 14.8125rem);
    /* height: 65px; */
  }

  .offcanvas-menu nav>div a {
    font-size: 2.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: "Monoton", cursive;
    background: linear-gradient(-90deg, #49a4ed 30%, #3d00a9 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .offcanvas-menu nav>div a i {
    font-size: 4rem;
    background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .offcanvas-menu nav>div label {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .offcanvas-menu nav>div label span,
  .offcanvas-menu nav>div label span:before,
  .offcanvas-menu nav>div label span:after {
    background: #000000;
  }

  .offcanvas-menu nav>ul {
    margin-top: 30px;
    counter-reset: nav-link-count;
  }

  .offcanvas-menu nav>ul li {
    cursor: pointer;
    padding: 10px 0;
    /* transform: translateX(-30px);
    transition: 0.4s ease; */
    transform: none;
    transition: none;
    counter-increment: nav-link-count;
  }

  .offcanvas-menu nav>ul li:first-child {
    padding-top: 0;
  }

  .offcanvas-menu nav>ul li:last-child {
    padding-bottom: 0;
  }

  .offcanvas-menu nav>ul li.menu a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
  }

  li.btn-element {
    margin: 0;
  }

  .offcanvas-menu input[type="checkbox"] {
    display: none;
  }

  .offcanvas-menu input[type="checkbox"]:checked~label {
    pointer-events: none;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav {
    z-index: 2;
    transform: translateX(0);
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav label span {
    background: transparent;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav label span:before {
    transform: rotate(-45deg);
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav label span:after {
    transform: rotate(45deg);
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav label span:before,
  .offcanvas-menu input[type="checkbox"]:checked~nav label span:after {
    transition-delay: 0s;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav ul li {
    opacity: 1;
    transform: translateX(0px);
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav ul li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav ul li:nth-child(2) {
    transition-delay: 0.3s;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav ul li:nth-child(3) {
    transition-delay: 0.5s;
  }

  .offcanvas-menu input[type="checkbox"]:checked~nav ul li:nth-child(4) {
    transition-delay: 0.7s;
  }

  .nav-menu-ft-social {
    margin-top: 40px;
    display: flex;
    gap: 17px;
  }

  .nav-menu-ft-social .icon {
    display: flex;
    justify-content: center;
    width: 60.27px;
    height: 58.618px;
    border-radius: 50%;
    background: #fc8b5f;
  }

  .nav-menu-ft-social .icon img {
    width: 27.245px;
    height: 27.245px;
  }
}

/* Header css End */
.panels {
  position: relative;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.panel {
  /* min-height: 60vh; */
  width: 100%;
  position: relative;
}

/* body {
  overflow-x: hidden;
} */

/* contact sec CSS start */
.contact-footer-reveal-shell {
  position: relative;
  z-index: 10;
  margin-top: -120px;
  overflow: hidden;
  background: #0a3d9c;
  transform: translateY(120px);
  will-change: transform;
}

.contact-footer-reveal-shell .contact-sec {
  margin-top: 0;
  transform: none;
  z-index: auto;
}

.contact-sec {
  background: #0a3d9c;
  padding: clamp(2.5rem, 3vw, 4rem) 0 clamp(2rem, 3vw, 3rem);
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -60px;
  transform: translateY(60px);
  will-change: transform;
  border-bottom: 1px solid #ffffff;
  min-height: 60vh;
}

.contact-sec .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.875rem, 7vw, 8.75rem);
}

.contact-sec .content {
  width: 44%;
  padding: 0;
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease;
}

.contact-sec .inner-content,
.contact-sec .form-actions {
  opacity: 1;
  transform: none;
}

.contact-sec .desk-frm-action {
  display: block;
}

.contact-sec .mob-frm-action .apply-btn,
.contact-sec .mob-frm-action .download-link {
  display: none;
}

.contact-sec .inner-content h3 {
  font-family: "Satoshi";
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 243.75%;
  padding-bottom: 7px;
}

.contact-sec .inner-content h2 {
  font-family: "Satoshi";
  color: #ffffff;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 112%;
}

/* GSAP handles h3/h2 animations — no override needed */

.contact-sec a.apply-btn {
  font-size: 1em;
  line-height: normal;
}

.contact-sec .form-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 5vw, 6rem);
  margin-top: clamp(1.5rem, 2vw, 2.5rem);
}

.contact-sec .download-link {
  color: #fff;
  font-size: 1.15em;
  text-decoration: underline;
  text-decoration-color: #FFEA2C;
  font-weight: 600;
  text-decoration-thickness: 10%;
}

.contact-sec .download-link:hover {
  text-decoration-color: #ffffff;
}

.contact-sec .image-container {
  width: clamp(18.75rem, 27vw, 26rem);
  height: clamp(18.75rem, 24vw, 25rem);
  transition: transform 0.2s ease;
  padding-right: 5%;
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease;
  display: flex;
  justify-content: flex-end;
}

body.reveal-animations-ready .contact-sec .content {
  opacity: 0;
  transform: translateX(-100px);
}

body.reveal-animations-ready .contact-sec .image-container {
  opacity: 0;
  transform: translateX(100px);
}

.contact-sec .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* GSAP handles contact-sec content animations */

.contact-sec .image-container {
  transition-delay: 0.2s;
}

.contact-sec {
  display: block;
}

.mob-contact-sec {
  display: none;
}

/* Removed desktop media queries for contact-sec */

@media (max-width: 991.9px) {
  .contact-sec {
    padding: 70px 0 90px;
  }

  .contact-sec .row {
    flex-direction: column;
    padding: 0 24px;
    gap: 50px;
  }

  .contact-sec .form-actions {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }

  .apply-btn {
    padding: 15px 40px;
    font-size: 18px;
  }

  .contact-sec .download-link {
    font-size: 18px;
  }

  .contact-sec .image-container {
    width: 360px;
    height: 360px;
  }

  .contact-sec .content {
    max-width: 100%;
    width: 100%;
  }

  .contact-sec .inner-content {
    width: 100%;
  }

  .contact-sec .inner-content h2 {
    width: 55%;
    margin: 0 auto !important;
  }

  .contact-sec .inner-content h3 {
    text-align: center;
  }

  .contact-sec .desk-frm-action {
    display: none;
  }

  .contact-sec .mob-frm-action .apply-btn,
  .contact-sec .mob-frm-action .download-link {
    display: block;
  }
}

@media (max-width: 767.9px) {
  .contact-sec {
    padding: 60px 0 80px;
  }

  .contact-sec .row {
    padding: 0 20px;
    gap: 40px;
  }

  .contact-sec .inner-content h3 {
    margin-bottom: 10px;
  }

  .contact-sec .inner-content h2 {
    width: 72%;
    text-align: center;
  }

  .contact-sec .form-actions {
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    margin-top: 28px;
  }

  .apply-btn {
    padding: 14px 30px;
    font-size: 16px;
  }

  .contact-sec .download-link {
    font-size: 15px;
  }

  .contact-sec .image-container {
    width: 300px;
    height: 300px;
  }

  .contact-sec .image-container img {
    min-width: unset;
    max-width: 340px;
    height: auto;
  }

  .contact-sec a.apply-btn {
    padding: 9px 24px;
    font-size: 15px;
    width: 171.449px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .contact-sec .download-link {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-underline-offset: 14.5%;
    /* 2.175px */
    text-underline-position: from-font;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .contact-sec {
    display: none;
  }

  .mob-contact-sec {
    background: #0a3d9c;
    display: block;
    padding: 71px 0 65px;
  }

  .mob-contact-sec .row {
    padding: 0 0px;
    gap: 25px;
  }

  .mob-contact-sec .form-actions {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }

  .mob-contact-sec .download-link {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFEA2C;
    text-decoration-thickness: 10%;
    text-underline-offset: 14.5%;
    text-underline-position: from-font;
  }

  .mob-contact-sec img {
    width: 261px;
    height: 261px;
    margin: 0 auto;
  }

  .mob-contact-sec .content {
    display: block;
  }

  .mob-contact-sec .inner-content {
    padding-bottom: 50px;
  }

  .mob-contact-sec .inner-content h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: Satoshi;
    line-height: 108%;
    width: 105%;
    color: #fff;
  }

  .mob-contact-sec .inner-content h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 22px;
  }
}

/* contact sec CSS end */

/* ================================================================
   FOOTER SECTION — BASE STYLES
================================================================ */

.bbt-FA-main-footer {
  background-color: #0a3d9c;
  position: relative;
}

/* .about-us-page .bbt-FA-main-footer {
  margin-top: 100px;
} */

.bbt-FA-main-footer .container.footer-container {
  padding: clamp(2.5rem, 4vw, 4rem) 0px;
}

.footer-container .divi {
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.bbt-FA-main-footer .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bbt-FA-main-footer img.footer-logo {
  width: clamp(12.5rem, 15vw, 16.25rem);
}

.bbt-FA-main-footer .main {
  display: flex;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.bbt-FA-main-footer .text-wrapper {
  display: flex;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.bbt-FA-main-footer a.title {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 205%;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.bbt-FA-main-footer .text li {
  opacity: 1;
  transform: translateY(0);
}

.bbt-FA-main-footer .form-actions {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}

.bbt-FA-main-footer .apply-btn.footer-btn {
  font-size: 22px;
  font-weight: 600;
  color: #000 !important;
  background-color: #FFEA2C !important;
  border: 1px solid #FFEA2C !important;
}

.bbt-FA-main-footer .apply-btn.footer-btn::before {
  background: linear-gradient(0deg,
      transparent,
      transparent 30%,
      #FFEA2C4f) !important;
}

.bbt-FA-main-footer .apply-btn.footer-btn:hover {
  background-color: transparent !important;
  color: #FFEA2C !important;
  box-shadow: 0 0 20px #FFEA2C4f !important;
}

.bbt-FA-main-footer .apply-btn.footer-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.bbt-FA-main-footer h1 {
  font-size: 20px;
  font-weight: 600;
  color: #FFEA2C !important;
  transition: 0.2s ease-in-out;
}

.bbt-FA-main-footer h1:hover {
  color: #ffffff;
}

.bbt-FA-main-footer .col-sl-2 {
  display: flex;
  gap: 15px;
}

.bbt-FA-main-footer .icon {
  width: clamp(2.55rem, 2.5vw, 3.375rem);
  height: clamp(2.55rem, 2.5vw, 3.375rem);
  background: #FFEA2C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  cursor: pointer;
}

.bbt-FA-main-footer .icon svg {
  width: 18px;
  height: 18px;
  fill: #000;
  transition: all 0.35s ease;
}

.bbt-FA-main-footer .container.footer-container {
  padding: 56px 24px 36px;
}

.bbt-FA-main-footer .footer-container .divi {
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 66px;
}

.bbt-FA-main-footer .footer-top {
  display: flex;
  justify-content: flex-start;
}

.bbt-FA-main-footer .ft-col-logo {
  width: 40%;
}

.bbt-FA-main-footer .footer-top .ft-col-menu:nth-child(2) {
  width: 22%;
}

.bbt-FA-main-footer .footer-top .ft-col-menu:nth-child(3) {
  width: 23%;
}

.bbt-FA-main-footer .footer-top .ft-col-menu:nth-child(4) {
  width: 15%;
}

.bbt-FA-main-footer .text {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbt-FA-main-footer .text li:last-child {
  margin-bottom: 0;
}

.bbt-FA-main-footer a {
  color: #FFEA2C;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bbt-FA-main-footer {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  /* gap: 56px; */
  /* gap: 131px; */
  margin-top: 0;
  padding-top: 3.6rem;
  min-height: 40vh;
  /* width: 52%; */
}

.bbt-FA-main-footer .ft-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 15%;
}

.bbt-FA-main-footer .ft-social img {
  width: 27px;
  height: 27px;
}

.bbt-FA-main-footer .icon:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.bbt-FA-main-footer .footer-text {
  display: flex;
  align-items: center;
  margin-top: clamp(1rem, 2vw, 2rem);
  padding: clamp(0rem, 0vw, 0rem) 0 clamp(1rem, 1.3vw, 1.75rem);
}

.bbt-FA-main-footer .footer-text p {
  color: #fff;
  font-family: Poppins;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  width: 40%;
}

.bbt-FA-main-footer .icon:hover svg {
  transform: scale(1.15);
}

.bbt-FA-main-footer.mob-footer {
  display: none;
}

.ft-meta-phone {
  width: 22%;
}

.ft-meta-email {
  width: 23%;
}

/* Removed desktop media queries for footer */

@media (max-width: 1023.9px) {
  .bbt-FA-main-footer .container.footer-container {
    padding: 60px 32px;
  }

  .bbt-FA-main-footer .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }

  .bbt-FA-main-footer img.footer-logo {
    width: 200px;
    height: auto;
  }

  .bbt-FA-main-footer .main {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .bbt-FA-main-footer .text-wrapper {
    gap: 40px;
  }

  .bbt-FA-main-footer .ft-col-right {
    flex-shrink: 0;
  }

  .bbt-FA-main-footer .inner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bbt-FA-main-footer .footer-text {
    margin-top: 48px;
    font-size: 16px;
    flex-direction: column-reverse;
    gap: 19px;
  }
}

@media (max-width: 991.9px) {
  .bbt-FA-main-footer .container.footer-container {
    padding: 50px 24px;
  }

  .bbt-FA-main-footer img.footer-logo {
    width: 180px;
    height: auto;
  }

  .bbt-FA-main-footer .main {
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bbt-FA-main-footer .text-wrapper {
    gap: 28px;
  }

  .bbt-FA-main-footer a.title {
    font-size: 15px;
    line-height: 200%;
  }

  .bbt-FA-main-footer .apply-btn.footer-btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .bbt-FA-main-footer h1 {
    font-size: 17px;
  }

  .bbt-FA-main-footer .ft-social {
    gap: 16px;
    margin-top: 20px;
  }

  .bbt-FA-main-footer .footer-text {
    font-size: 14px;
    margin-top: 40px;
  }

  .footer-container::before {
    top: 90px !important;
    left: 6% !important;
    width: 100% !important;
    max-width: 870px !important;
  }

  .bbt-FA-main-footer .d-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -70px;
  }

  .bbt-FA-main-footer .main {
    flex-direction: column !important;
    width: unset !important;
  }

  .bbt-FA-main-footer .footer-top {
    column-gap: 0;
    row-gap: 30px;
    flex-wrap: wrap;
  }

  .bbt-FA-main-footer .ft-col-logo {
    width: 100%;
  }

  .ft-col-menu {
    width: 33.3%;
    display: flex;
    justify-content: center;
  }

  .footer-container .divi {
    margin-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .bbt-FA-main-footer.mob-footer {
    display: block;
    padding-top: 58px;
    border-top: 1px solid #FFFFFF80;
  }

  .mob-footer .ft-col-menu,
  .bbt-FA-main-footer .footer-top .ft-col-menu:nth-child(2) {
    width: 50%;
  }

  .bbt-FA-main-footer.mob-footer .footer-middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .mob-footer .icon {
    width: 34px;
    height: 34px;
  }

  .bbt-FA-main-footer.mob-footer .text {
    width: 100%;
  }

  .bbt-FA-main-footer.mob-footer .ft-social {
    margin-top: -6px;
  }

  .bbt-FA-main-footer.mob-footer .ft-social .icon img {
    width: 19.963px;
    height: 19.963px;
  }

  .bbt-FA-main-footer.mob-footer img.footer-logo {
    width: 188px;
    height: 77.821px;
  }

  .bbt-FA-main-footer.mob-footer .ft-col-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }

  .mob-footer .ft-col-logo p {
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 225%;
    /* 29.25px */
    padding-bottom: 47px;
  }

  .bbt-FA-main-footer.desk-footer {
    display: none;
  }

  .bbt-FA-main-footer .container.footer-container {
    padding: 48px 20px;
  }

  .bbt-FA-main-footer .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .bbt-FA-main-footer img.footer-logo {
    width: 160px;
    height: auto;
  }

  .bbt-FA-main-footer .main {
    flex-direction: column;
    gap: 28px;
    width: 100%;
    align-items: flex-start;
  }

  .bbt-FA-main-footer .text-wrapper {
    gap: 32px;
  }

  .bbt-FA-main-footer a.title {
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    font-weight: 400;
  }

  .bbt-FA-main-footer .inner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .bbt-FA-main-footer .ft-social {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
  }

  .bbt-FA-main-footer .apply-btn.footer-btn {
    padding: 12px 24px;
    font-size: 15px;
  }

  .bbt-FA-main-footer .footer-text {
    margin: 32px 0 40px;
    font-size: 13px;
    justify-content: flex-start;
  }

  .footer-container::before {
    max-width: 670px !important;
  }

  .bbt-FA-main-footer .text-wrapper {
    flex-direction: column !important;
  }

  .bbt-FA-main-footer .d-flex {
    align-items: center !important;
  }

  .bbt-FA-main-footer .footer-text {
    justify-content: center;
  }

  .bbt-FA-main-footer .container.footer-container {
    padding: 40px 16px;
  }

  .bbt-FA-main-footer .d-flex {
    gap: 28px;
  }

  .bbt-FA-main-footer img.footer-logo {
    width: 140px;
    height: auto;
  }

  .bbt-FA-main-footer .main {
    gap: 24px;
  }

  .bbt-FA-main-footer .text-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .bbt-FA-main-footer .inner-content {
    flex-direction: column;
    gap: 20px;
  }

  .bbt-FA-main-footer .ft-social {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    width: 33%;
  }

  .bbt-FA-main-footer h1 {
    font-size: 15px;
  }

  .bbt-FA-main-footer .icon {
    width: 44px;
    height: 44px;
  }

  .bbt-FA-main-footer .apply-btn.footer-btn {
    padding: 11px 22px;
    font-size: 14px;
  }

  .bbt-FA-main-footer .footer-text {
    margin-top: 32px;
    font-size: 12px;
    text-align: left;
    display: block;
  }

  .footer-container::before {
    max-width: 505px !important;
  }

  .ft-meta-phone,
  .ft-meta-email {
    width: 100%;
  }
}

/* Footer section css End */

/* Sticky/Fixed Footer css Start */
.overlap-footer {
  position: relative;
  z-index: 20;
  background: #0a3d9c;
  transform: translateZ(0);
  will-change: transform;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlap-footer .contact-sec {
  /* margin-top: 0; */
  margin-top: -60px;
  transform: none;
}

/* Sticky/Fixed Footer css End */