@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter Tight", sans-serif;
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none;
  font-size: 16px;
  white-space: unset !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  a {
    font-size: small !important;
  }
}

h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  color: #252525;
}
@media (max-width: 991px) {
  h6 {
    font-size: small !important;
  }
}
@media (max-width: 500px) {
  h6 {
    font-size: small;
  }
}

h5 {
  font-size: 24px;
  color: #252525;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1189px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: large;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  h5 {
    font-size: large;
    font-weight: 500;
  }
}

h4 {
  font-size: 36px;
  color: #252525;
  font-weight: 400;
}
@media (max-width: 1189px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  h4 {
    font-size: large !important;
    font-weight: 500;
  }
}

p {
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  color: #252525;
  font-weight: 200 !important;
}
@media (max-width: 991px) {
  p {
    font-size: small !important;
  }
}
@media (max-width: 500px) {
  p {
    font-size: small;
  }
}

span {
  color: #049cdc;
  letter-spacing: 2px;
}

h3 {
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 1189px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: x-large;
    font-weight: 500;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 1111px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1111px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    font-weight: 500;
  }
}

header {
  padding: 0.5rem 3rem;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: white;
}
.logo img{
    width : 80px;
    height : auto;
}
@media (max-width: 768px) {
  header {
    padding: 0.5rem 1rem;
  }
}
header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container-fluid .nav-links {
  display: flex;
  gap: 15rem;
}
@media (max-width: 991px) {
  header .container-fluid .nav-links {
    gap: 5rem;
  }
}
header .container-fluid .nav-links ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  list-style: none;
  margin: 0;
}
header .container-fluid .nav-links ul li a {
  color: #000000;
}
@media (max-width: 768px) {
  header .container-fluid .nav-links {
    display: none;
  }
}
header .container-fluid .nav-links .aplly-now a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
header .container-fluid .nav-links .aplly-now a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  header .container-fluid .nav-links .aplly-now a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  header .container-fluid .nav-links .aplly-now a {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 768px) {
  header .container-fluid .nav-links .aplly-now {
    display: none;
  }
}
header .container-fluid #toggle-open {
  display: none;
  font-size: x-large;
}
@media (max-width: 768px) {
  header .container-fluid #toggle-open {
    display: block;
    color: #049cdc;
  }
}

.mobile-nav {
  transition: all 1s ease !important;
  width: 40%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 5rem;
  z-index: 15;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul li {
  text-align: center;
  margin-bottom: 1rem;
}
.mobile-nav ul li a {
  color: #252525;
  font-size: 16px;
}
.mobile-nav .apply-now-btn {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-nav .apply-now-btn i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .mobile-nav .apply-now-btn i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .mobile-nav .apply-now-btn {
    padding: 0.25rem 0.5rem;
  }
}
.mobile-nav #close-nav {
  position: absolute;
  top: 3%;
  left: 4%;
  font-size: x-large;
  color: #049cdc;
}

.banner {
  padding: 0 3rem;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f4f1f8;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/banner-new.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .banner::before {
    background-position-x: 65%;
  }
}
@media (max-width: 768px) {
  .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);*/
    
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 3%, rgba(255, 255, 255, 0.4) 37%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .banner {
         padding: 0 0;
        padding-top: 0rem;
        padding-left: 1rem;
        background-position-x: 70%;
        background-position-y: 0%;
        height: 38vh;
  }
}
.banner .container-fluid {
  width: 100%;
  height: 100%;
}
.banner .container-fluid .row {
  width: 100%;
  height: 100%;
}
.banner .container-fluid .row .col-md-12 {
  display: flex;
  align-items: center;
}
.banner .container-fluid .row .col-md-12 .banner-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.banner .container-fluid .row .col-md-12 .banner-content h2 {
  width: 100%;
}
.banner .container-fluid .row .col-md-12 .banner-content h2 span {
  color: #049cdc;
}
.banner .container-fluid .row .col-md-12 .banner-content p {
  color: #252525;
}
@media (max-width: 769px) {
  .banner .container-fluid .row .col-md-12 .banner-content p {
    font-weight: 500 !important;
            font-weight: 500 !important;
        font-size: 12px !important;
        width: 57%;
        margin-bottom: 7px;
  }
  
  .banner .container-fluid .row .col-md-12 .banner-content h2 {
      max-width: 300px;
    width: 100%;
    font-size: 20px;
  }
}
.banner .container-fluid .row .col-md-12 .banner-content a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.banner .container-fluid .row .col-md-12 .banner-content a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .banner .container-fluid .row .col-md-12 .banner-content a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .banner .container-fluid .row .col-md-12 .banner-content a {
    padding: 0.25rem 0.5rem;
  }
}

.about-sec {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .about-sec {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-sec {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-sec .container-fluid .row {
    gap: 2rem;
  }
}
.about-sec .container-fluid .row .col-12:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .about-sec .container-fluid .row .col-12:nth-child(1) {
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .about-sec .container-fluid .row .col-12:nth-child(1) {
    justify-content: flex-end;
  }
}
.about-sec .container-fluid .row .col-12:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-sec .container-fluid .row .col-12:nth-child(2) .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.about-sec .container-fluid .row .col-12:nth-child(2) .content a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.about-sec .container-fluid .row .col-12:nth-child(2) .content a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .about-sec .container-fluid .row .col-12:nth-child(2) .content a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .about-sec .container-fluid .row .col-12:nth-child(2) .content a {
    padding: 0.25rem 0.5rem;
  }
}

.our-mission {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .our-mission {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .our-mission {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .our-mission .container-fluid .row {
    gap: 2rem;
  }
}
.our-mission .container-fluid .row .col-12:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-mission .container-fluid .row .col-12:nth-child(1) .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.our-mission .container-fluid .row .col-12:nth-child(1) .content a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.our-mission .container-fluid .row .col-12:nth-child(1) .content a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .our-mission .container-fluid .row .col-12:nth-child(1) .content a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .our-mission .container-fluid .row .col-12:nth-child(1) .content a {
    padding: 0.25rem 0.5rem;
  }
}
@media (min-width: 1600px) {
  .our-mission .container-fluid .row .col-12:nth-child(1) {
    justify-content: flex-end;
  }
}
.our-mission .container-fluid .row .col-12:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .our-mission .container-fluid .row .col-12:nth-child(2) {
    justify-content: center;
  }
}

.programmes {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .programmes {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .programmes {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
.programmes .container-fluid .row .top-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.programmes .container-fluid .row .top-heading span,
.programmes .container-fluid .row .top-heading h3,
.programmes .container-fluid .row .top-heading h6,
.programmes .container-fluid .row .top-heading p {
  text-align: center;
  max-width: 1100px;
  width: 100%;
}
.programmes .container-fluid .row .col-12 {
  margin-top: 2rem;
}
.programmes .container-fluid .row .col-12 .content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  background-color: #f4f1f8;
  padding: 2rem 2.5rem;
  border-radius: 20px;
  gap: 1rem;
}
@media (max-width: 768px) {
  .programmes .container-fluid .row .col-12 .content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .programmes .container-fluid .row .col-12 .content {
    padding: 1rem 1rem;
  }
}
.programmes .container-fluid .row .col-12 .content ul li {
  padding-left: 0.8rem;
  color: #252525;
  font-weight: 200;
}
.programmes .container-fluid .row .col-12 .content ul li::marker {
  color: #049cdc;
  font-size: x-large;
}
.programmes .container-fluid .row .col-12 .content p {
  color: #252525;
  font-weight: 400 !important;
}
.programmes .container-fluid .row .col-12 .content .inner-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 500px) {
  .programmes .container-fluid .row .col-12 .content .inner-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.programmes .container-fluid .row .col-12 .content .inner-content a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.programmes .container-fluid .row .col-12 .content .inner-content a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .programmes .container-fluid .row .col-12 .content .inner-content a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .programmes .container-fluid .row .col-12 .content .inner-content a {
    padding: 0.25rem 0.5rem;
  }
}
.programmes .container-fluid .row .col-12 .content .inner-content .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.programmes .container-fluid .row .col-12 .content .inner-content .time-block {
  text-align: center;
  position: relative;
}
.programmes .container-fluid .row .col-12 .content .inner-content .time-block::after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #252525;
  position: absolute;
  right: -10px;
  top: 17%;
}
.programmes .container-fluid .row .col-12 .content .inner-content .last-block::after {
  display: none;
}
.programmes .container-fluid .row .col-12 .content .inner-content .number {
  color: #000;
  font-size: 24px;
}
.programmes .container-fluid .row .col-12 .content .inner-content .label {
  color: #c0bcbc;
  font-size: 12px;
}
.programmes .container-fluid .row .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .programmes .container-fluid .row .left {
    justify-content: center;
  }
}
.programmes .container-fluid .row .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .programmes .container-fluid .row .right {
    justify-content: center;
  }
}

.enroll {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .enroll {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .enroll {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
.enroll .container-fluid .row .col-12 {
  padding-top: 2rem;
}
.enroll .container-fluid .row .col-12 .content {
  border: 1px solid rgba(37, 37, 37, 0.5);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 98%;
}
@media (max-width: 991px) {
  .enroll .container-fluid .row .col-12 .content {
    width: 100%;
  }
}
.enroll .container-fluid .row .col-12 .content .enroll-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.enroll .container-fluid .row .col-12 .content ul {
  padding-left: 5.5rem;
}
.enroll .container-fluid .row .col-12 .content ul li {
  padding-bottom: 0.5rem;
}
.enroll .container-fluid .row .col-12 .content ul li::marker {
  color: #049cdc;
  font-size: x-large;
}
@media (max-width: 768px) {
  .enroll .container-fluid .row .col-12 .content ul li {
    padding-left: 0rem;
  }
}
@media (max-width: 500px) {
  .enroll .container-fluid .row .col-12 .content ul {
    padding-left: 1rem;
  }
}

.programme-sec {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .programme-sec {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .programme-sec {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .programme-sec .container-fluid .row {
    gap: 2rem;
  }
}
.programme-sec .container-fluid .row .col-12:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.programme-sec .container-fluid .row .col-12:nth-child(1) img {
  width: 100%;
  height: auto;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) .content h3 {
  padding-left: 4rem;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul {
  list-style: none;
  padding-left: 2em;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul .inner-l {
  position: relative;
  padding-bottom: 0rem;
  padding-left: 2.5rem;
  font-size: 20px;
}
.programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul .inner-l::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* ← move this number up/down to adjust vertically */
  width: 24px;
  height: 24px;
  background-image: url("../images/green-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.inner-inner-ul{
    padding-left : 3.5rem;
    margin-bottom : 1rem;
}
@media (max-width: 768px) {
    .inner-inner-ul{
    padding-left : 3rem;
    font-size : small;
}
}
@media (max-width: 500px) {
    .inner-inner-ul{
    padding-left : 2rem;
}
}
.inner-inner-ul li{
    font-size: 14px;
}
.inner-inner-ul li::marker {
  color: #049cdc; 
  
}
@media (max-width: 768px) {
  .programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul .inner-l {
    font-size: large;
    padding-left: 2rem;
  }
  .programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul .inner-l::before {
    width: 14px;
    height: 14px;
    margin-top : .2rem;
  }
  .programme-sec .container-fluid .row .col-12:nth-child(2) .content .inner-ul {
    padding-left: 1rem;
  }
  .programme-sec .container-fluid .row .col-12:nth-child(2) .content h3 {
    padding-left: 0;
  }
}
.contact {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .contact {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .contact {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
.contact .container-fluid .row {
  flex-direction: column;
  gap: 2rem;
}
.contact .container-fluid .row .col-12:nth-child(1) {
  border-left: 3px solid #049cdc;
}
@media (max-width: 991px) {
  .contact .container-fluid .row .col-12:nth-child(1) {
    margin-top: 0;
  }
}
.contact .container-fluid .row .col-12:nth-child(1) .content {
  display: flex;
  margin-top: 2.5rem;
  gap: 1rem;
}
@media (max-width: 1150px) {
  .contact .container-fluid .row .col-12:nth-child(1) .content {
    flex-direction: column;
  }
}
.contact .container-fluid .row .col-12:nth-child(1) .content .common {
  padding: 0.5rem 0.5rem;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}
.contact .container-fluid .row .col-12:nth-child(1) .content .common div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.contact .container-fluid .row .col-12:nth-child(1) .content .common div a {
  font-size: large;
  color: #252525;
  font-weight: 300;
  word-break: break-word;
}
@media (max-width: 1400px) {
  .contact .container-fluid .row .col-12:nth-child(1) .content .common div a {
    font-size: small;
  }
}
.contact .container-fluid .row .col-12:nth-child(1) .content .common div h5 {
  font-size: large;
  font-weight: bold;
}
@media (max-width: 600px) {
  .contact .container-fluid .row .col-12:nth-child(1) .content .common img {
    width: 44px;
    height: auto;
  }
}
.contact .container-fluid .row .col-12:nth-child(2) form {
  width: 100%;
  height: auto;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact .container-fluid .row .col-12:nth-child(2) form h4 {
  font-size: 32px;
}
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 650px) {
  .contact .container-fluid .row .col-12:nth-child(2) form .input-groups {
    flex-direction: column;
  }
}
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field input,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field select,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea {
  height: 54px;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  padding-left: 1rem;
}
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field input:focus, .contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field input:active,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field select:focus,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field select:active,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea:focus,
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea:active {
  border: 1px solid #049cdc;
  outline: 1px solid #049cdc;
}
.contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea {
  padding-top: 1rem;
  height: 60px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field input,
  .contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field select,
  .contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea {
    padding: 0;
    padding-left: 1rem;
  }
  .contact .container-fluid .row .col-12:nth-child(2) form .input-groups .input-field textarea {
    padding-top: 1rem;
  }
}
.contact .container-fluid .row .col-12:nth-child(2) form button {
  outline: none;
  border: none;
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.contact .container-fluid .row .col-12:nth-child(2) form button i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .contact .container-fluid .row .col-12:nth-child(2) form button i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .contact .container-fluid .row .col-12:nth-child(2) form button {
    padding: 0.25rem 0.5rem;
  }
}


/* 
quotes section */

.quotes {
  padding: 0rem 4rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .quotes {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .quotes {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
.quotes .swiper-slide .row .left-col{
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotes .swiper-slide .row .right-col{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  
}

.quotes .swiper-slide .row .left-col img{
  max-width: 400px;
  width: 100%;
}
.quotes .swiper-slide .row .right-col p{
  max-width: 700px;
  width: 100%;
}
.quotes .swiper-slide .row .right-col p:nth-child(1){
  font-size: x-large;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  font-size: x-large !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: x-large !important;
}



.footer {
  margin-top: 7rem;
  padding: 0rem 4rem;
  padding-top: 2rem;
  background-color: #f4f1f8;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 5rem 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 5rem 1rem;
    padding-bottom: 0;
  }
}
.footer .container-fluid .row .footer-col span {
  font-size: 14px;
  text-transform: uppercase;
}
.footer .container-fluid .row .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.footer .container-fluid .row .footer-col ul li a {
  color: #252525;
  font-size: 16px;
}
.footer .container-fluid .row .footer-col:nth-child(2) {
  display: flex;
  justify-content: center;
}
.footer .container-fluid .row .footer-col:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(3) {
    align-items: flex-start;
  }
}
.footer .container-fluid .row .footer-col:nth-child(1) {
  display: flex;
  justify-content: flex-start;
}
.footer .container-fluid .row .footer-col:nth-child(1) .content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(1) .content {
    align-items: center;
  }
}
.footer .container-fluid .row .footer-col:nth-child(1) .content img {
  width: 65px;
  height: auto;
  margin-bottom: 1rem;
}
.footer .container-fluid .row .footer-col:nth-child(1) .content a {
  color: #252525;
  white-space: nowrap !important;
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(1) {
    justify-content: center;
  }
}
.footer .container-fluid .row .footer-col:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer .container-fluid .row .footer-col:nth-child(4) a {
  background-color: #049cdc;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  height: auto;
}
.footer .container-fluid .row .footer-col:nth-child(4) a i {
  background-color: white;
  color: #049cdc;
  padding: 0.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(4) a i {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(4) a {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .footer .container-fluid .row .footer-col:nth-child(4) {
    align-items: center;
    justify-content: center;
  }
}
.footer .container-fluid #below-footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.footer .container-fluid #below-footer .col-12:nth-child(1) {
  display: flex;
  align-items: center;
}
.footer .container-fluid #below-footer .col-12:nth-child(1) p {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1236px) {
  .footer .container-fluid #below-footer .col-12:nth-child(1) p {
    white-space: unset;
  }
}
@media (max-width: 768px) {
  .footer .container-fluid #below-footer .col-12:nth-child(1) {
    justify-content: center;
  }
}
.footer .container-fluid #below-footer .col-12:nth-child(2) {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .footer .container-fluid #below-footer .col-12:nth-child(2) {
    justify-content: center;
  }
}
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
  justify-content: space-around;
  background-color: #ffffff;
  gap: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 12px;
}
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons i {
  font-size: x-large;
}
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-instagram,
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-facebook-f,
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-x-twitter {
  position: relative;
}
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-instagram::after,
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-facebook-f::after,
.footer .container-fluid #below-footer .col-12:nth-child(2) .icons .fa-x-twitter::after {
  content: "";
  height: 90%;
  width: 1px;
  background-color: #000000;
  position: absolute;
  right: -16px;
}
.footer .container-fluid #below-footer .col-12:nth-child(3) {
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer .container-fluid #below-footer .col-12:nth-child(3) a {
  color: #252525;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer .container-fluid #below-footer .col-12:nth-child(3) {
    justify-content: center;
  }
}

.whatsapp-floating {
  position: fixed;
  bottom: 5%;
  right: 3%;
  font-size: xx-large;
  color: #ffffff;
  background-color: green;
  padding: 0 0.5rem;
  border-radius: 50%;
  z-index: 16;
}

#formResponse {
  position: fixed; /* Keep it in place */
  top: 20px; /* Position it a bit lower from the top */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for true centering */
  background-color: #ffffff; /* White background for a clean look */
  border: 1px solid #c9ced4; /* Blue border for visibility */
  border-radius: 8px; /* Rounded corners */
  padding: 15px 30px; /* Ample padding for content */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  font-size: 16px;
  color: #333; /* Dark text for readability */
  z-index: 1000; /* Ensure it appears above other elements */
  display: none; /* Initially hidden */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth fade and slide in */
}

#formResponse.show {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Ensure it's fully visible */
}

#formResponse.fade-out {
  opacity: 0;
  transform: translateY(-20px); /* Slide out effect */
}

#formResponse #closeButton {
  cursor: pointer;
  font-weight: bold;
  color: #0f1011; /* Blue color to match the border */
  float: right; /* Align to the right */
  font-size: 18px;
}

#loadingIcon {
  display: none; /* Hidden by default */
  position: flex;
  margin: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Example spinner animation */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 1%;
  right: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 10px;
  transform: translateX(50%) !important;
  z-index: 17;
}
.scroll-down span {
  font-size: small;
  color: #fff;
}

.scroll-down:hover {
  color: #ccc;
}

.scroll-to-top {
  position: fixed;
  bottom: 15%;
  right: 3.7%;
  background-color: #333;
  color: #fff;
  font-size: small;
  padding: 5px 8px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: none; /* Hidden initially */
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  display: none;
}
@media (max-width: 991px) {
  .scroll-to-top {
    right: 4%;
  }
}
@media (max-width: 500px) {
  .scroll-to-top {
    right: 5%;
  }
}
@media (max-width: 200px) {
  .scroll-to-top {
    right: 5%;
  }
}

.scroll-to-top:hover {
  background-color: #555;
}/*# sourceMappingURL=style.css.map */



@media (min-width: 648px) and (max-width: 768px) {
    .banner {
        height: 55vh;
    }
}


@media (min-width: 769px) and (max-width: 1145px) {
  .banner {
    height: 66vh;
    }
    
    .banner .container-fluid .row .col-md-12 .banner-content p {
        color: #252525;
        font-size: 12px !important;
        width: 68%;
        margin-bottom: 7px;
    }

}


.new-container{
   --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}


@media (max-width: 768px) {
    .footer .container-fluid #below-footer {
        padding-top: 0rem;
        gap: 11px;
    }
}

.icons i {
  color: black;
}

