body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.punjabi p {
  line-height: 30px;
}

.banner {
  background: #ccc;
  padding: 5em 0;
}

.text-primary {
  color: #212529 !important;
  font-weight: 600;
}

h5 {
  color: #32353a !important;
}

.visionBox .card {
  border-top: 5px solid #509310;
  transition: 0.3s all;
}

.visionBox .card:hover {
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.1) !important;
  transition: 0.3s all;
}

.visionBox .card svg {
  margin-bottom: 0.5em;
}



.languageBox {
  padding-right: 0.5em;
}

.languageBox h6 {
  background: #fff;
  box-shadow: 0 0 2px 2px #509310;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 14px;
}

label {
  font-size: 16px;
  margin-right: 10px;
}

select {
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #509310;
  border-width: 0 0 2px 0;
  color: #509310;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

select:hover,
select:focus {
  background-color: #f3fdf0;
  outline: none;
}

option {
  color: #000;
}





.customSelect .form-group {
  position: relative;
  width: 120px;
  margin-right: 15px;
}

.customSelect label {
  position: absolute;
  top: -8px;
  left: 12px;
  background: white;
  padding: 0 5px;
  color: #509310;
  font-size: 13px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.customSelect select {
  width: 100%;
  padding: 14px 12px 10px;
  font-size: 16px;
  border: 2px solid #509310;
  border-radius: 4px;
  background-color: white;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23509310' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.customSelect select:focus {
  outline: none;
  border-color: #407a0f;
}





.modal-content {
  position: relative;
}

.punjabi h1,
.punjabi h2,
.punjabi h3,
.punjabi h4,
.punjabi h5,
.punjabi h6 {
  font-weight: 600;
}

.btn-close-main {
  position: absolute;
  right: -1.3em;
  top: -1.3em;
  display: block;
  background: #fff;
  z-index: 999;
  border-radius: 50%;
  width: 3.2em;
  height: 3.2em;
  border: 2px solid #509310;
}

.btn-close {
  width: 2.5em;
  height: 2.5em;
}

.founderBox {
  background: #e6f0de;
  padding: 3em 0;
}

.lightTitle {
  color: #fff;
  text-align: center;
}

.visionQuote {
  position: relative;
  background-color: #ecf2e9;
  padding: 1.5em;
  text-align: center;
}

.visionQuote::before {
  content: "";
  position: absolute;
  top: -15px;
  /* move above the div */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ecf2e9;
  /* same as .visionQuote background */
}

.punjabi .visionQuote h5 {
  line-height: 33px;
}

.visionQuote h5 {
  color: #509310 !important;
}

.founderBox img {
  display: block;
}

.founders {
  border-bottom: 1px solid #a4c63a;
  padding: 1.5em 0
}

.no-border {
  border: 0 !important;
}

.whySection {
  padding: 0 0 3em 0;
}

.rightImg {
  position: relative;
  padding-bottom: 2em;
}

.rightImg .img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
  border-radius: 20px;
}

.rightImg .img2 {
  position: absolute;
  left: 2em;
  bottom: -5em;
  width: 320px;
  z-index: 5;
  border-radius: 25px;
  border: 10px solid #fff;
}

.flex {
  display: flex;
}

.whySection .card {
  border-left: 5px solid #509310;
  margin-bottom: 0.5em;
  padding: 1em 1em 0.2em 1em;
  transition: 0.3s all;
}

.whySection .card svg {
  margin-right: 0.5em;
}

.card:hover {
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
}

.bg-Gray {
  background-color: #f4f4f9;
}

.key-services .card {
  border-top: 5px solid #509310;
  transition: 0.3s all;
  display: flex;
  height: 100%;
}


.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.1cap;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.2rem;
}

.service-icon {
  transition: 0.3s all;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 24px;
}

.service-item:hover .service-icon {
  background: #509310;
  transition: 0.3s all;
}

.service-item .service-icon svg path {
  fill: #509310;
}

.service-item:hover .service-icon svg path {
  fill: #fff !important;
  transition: 0.3s all;
}

.service-text h4 {
  font-size: 20px;
}

.service-text p {
  margin: 0;
  color: #666;
}


.rightBenefit {
  font-size: 22px;
  background: #509310;
  padding: 2em 2em 10em 2em;
  position: relative;
  top: 0em;
  color: #fff !important;
  line-height: 1.5em;
  border-radius: 0 0 20px 20px;
}

img.benefirRightImg {
  position: relative;
  left: auto;
  width: 90%;
  display: flex;
  margin: -13em auto 0;
  border-radius: 20px;
  border: 10px solid #fff;
  z-index: 9;
}



.totalSeats {
  width: 10em;
  height: 10em;
  border: 5px solid #509310;
  padding: 2em;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -8em;
  flex-direction: column;
}

.totalSeats h5 {
  color: #509310 !important;
}

.totalSeats p {
  font-size: 2em;
  color: #509310;
  font-weight: bold;
}

.leftGreenSection .innerCol {
  background-color: #509310;
  padding: 2em;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.leftGreenSection h5 {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.rightGreenSection .innerCol {
  background-color: #0778c8;
  padding: 2em;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.rightGreenSection h5 {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.applySection img {
  border-radius: 10px;
}

.btnPrim {
  padding: 10px 40px !important;
  font-size: 18px;
  font-weight: 500;
  background: #509310;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s all;
  border: 1px solid transparent;
}

.btnPrim:hover {
  background-color: transparent;
  transition: 0.3s all;
  border: 1px solid #509310;
  color: #509310;
}

.greenText {
  color: #a4c63a !important;
}

.greenTextDark {
  color: #509310 !important;
}

.gmail svg {
  margin: 0 0.5em;
}



/* banner */

.banner {
  min-height: 600px;
  background: url(./images/banner-bg.jpg) left top no-repeat;
  background-size: cover;
}

.banner .container {
  position: relative;
}

.banner .bannerSubTitle {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 35%;
  top: 6em;
  width: 45%;
  text-align: center;
}

.punjabi .banner .bannerSubTitle {
  top: 7em;
  line-height: 40px;
}

.banner .bannerTitle {
  text-transform: uppercase;
  font-size: 40px;
  color: #a4c739;
  position: absolute;
  left: 35%;
  top: 1.5em;
  width: 45%;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.punjabi .banner .bannerTitle {
  font-size: 50px;
}

.banner .bannerTitle span {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.classes {
  position: absolute;
  top: 14em;
  left: 47.5%;
  background: #509310;
  border: 2px solid #000;
  border-radius: 15px 15px 0 0;
  padding: 0.8em 2.4em 1.3em 2.4em;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.punjabi .applyBanner {
  left: 42.7%;
}

.applyBanner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 17em;
  left: 44.7%;
  color: #302b3a;
  border: 2px solid #000;
  background: #fff;
  box-shadow: 0 5px 11px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 0.8em 3.5em;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  transition: 0.3s all;
  justify-content: center;
}

.punjabi .applyBanner i {
  top: -1px;
}

.applyBanner i {
  position: relative;
  top: 0.1em;
  margin: 0 0 0 0.5em;
}

.applyBanner:hover {
  color: #509310;
  border-color: #509310;
  transition: 0.3s all;
}

/* end banner*/

footer {
  background-color: #212529;
}

footer h5,
footer p {
  color: #fff !important;
}

footer h5 {
  font-size: 16px;
}

footer .note {
  color: #fff;
}

footer ul.list {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul.list li {
  list-style: none;
  margin: 0;
  list-style-type: none;
  color: #fff;
  padding: 0.8em 0;
}

footer ul.list li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  word-break: break-word;
}

footer ul.list li i {
  margin: 0 0.5em 0 0;
  font-size: 16px;
}

footer ul.list li i {
  font-size: 20px;
}

a:hover {
  color: #509310 !important;
}

.footerLeft p {
  display: flex;
  align-items: flex-start;
  max-width: 70%;
}

.footerLeft p i {
  margin-right: 0.5em;
  position: relative;
  top: 0.2em;
}

.social-links ul {
  display: flex;
  margin: 0 0 0 1em;
  padding: 0;
}

.social-links ul li {
  margin: 0 1em 0 0;
}

.social-links ul li a {
  color: #a4c63a;
  font-size: 18px;
}


.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
  animation: slideDown 0.3s ease-out;
  z-index: 99999;
}


.navbar.sticky .navbar-brand img {
  width: 180px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .phone a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
}

.navbar-nav .phone a i {
  font-size: 30px;
}

.navbar-nav .email {
  display: none;
}

.navbar {
  padding: 0;
}


.founders img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  /* Optional, for rounded corners like your design */
}

.footerLogo img {
  max-width: 100%;
}

.registerSection {
  position: relative;
  background: url(./images/register-bg.jpg) left top no-repeat;
  background-size: cover;
}

.imgRLeft {
  position: absolute;
  left: 0;
  bottom: -10px;
}

.imgRight {
  position: absolute;
  right: 0;
  bottom: -10px;
}

/* download */
.downloadSection {
  padding: 0 1em 4em 1em;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 -2em 0;
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #f4f4f4;
  background: url(./images/download-bg.jpg);
}

.downloadSection ul {
  margin: 0;
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
  list-style: none;
  list-style-type: none;
}

.downloadSection ul li {
  list-style: none;
  list-style-type: none;
  margin: 0 1em 0 0;
}

.downloadSection ul li:last-child {
  margin-right: 0;
}

.downloadSection ul li a {
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  padding: 1em 1em;
  display: flex;
  align-items: center;
}

.downloadSection ul li a svg {
  margin-right: 0.5em;
}

/* download */

@media (max-width: 1394px) {

  .imgRLeft,
  .imgRight {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .banner .bannerSubTitle {
    width: 65%;
  }

  .banner .bannerTitle {
    width: 65%;
  }

  .classes {
    left: 56%;
  }

  .applyBanner {
    left: 52%;
  }

}

@media (max-width: 991px) {
  .downloadSection ul {
    flex-wrap: wrap;
  }

  .downloadSection ul li {
    width: 100%;
    margin: 0 0 1em 0;
  }

  .banner {
    min-height: 300px;
  }

  .banner .bannerTitle {
    left: 35%;
    top: -38px;
  }

  .banner .bannerTitle span {
    font-size: 37px;
  }

  .banner .bannerSubTitle {
    font-size: 20px;
    top: 1em;
  }

  .classes {
    top: 5em;
    padding: 0.4em 1em 0.4em 1em;
    font-size: 18px;
  }

  .applyBanner {
    padding: 0.4em 1.9em;
    top: 6.3em;
    left: 49.8%;
  }
}

@media (max-width: 767px) {
  .whySection .rightImg {
    display: none;
  }

  .whySection {
    margin-bottom: 0 !important;
  }

  .visionQuote::before {
    display: none;
  }

  .banner .bannerTitle span {
    font-size: 27px;
  }


  .banner .bannerTitle {
    font-size: 30px;
  }

  .banner .bannerSubTitle {
    font-size: 18px;
  }

  .applyBanner {
    top: 6.3em;
    left: 48.8%;
  }
}


@media (max-width: 576px) {
  .modal-content {
    margin: 0 auto;
    width: 95%;
  }

  .btn-close-main {
    width: 2.5em;
    height: 2.5em;
  }

  .btn-close {
    width: 1.8em;
    height: 1.8em;
    background-size: 34%;
  }

  .founders img {
    width: 250px;
    margin: 0 auto;
  }


  footer [class^="col-md"],
  footer [class*=" col-md"] {
    padding-left: 40px !important;
  }

  .navbar-nav .email {
    display: block;
  }

  .navbar-nav .email a,
  .navbar-nav .phone a {
    font-size: 16px;
  }


  .founderLeft {
    width: 100%;
  }

  .founderRight {
    text-align: center;
  }

  .banner .bannerTitle {
    width: auto;
    right: 0;
    font-size: 24px !important;
  }

  .banner .bannerTitle span {
    font-size: 28px;
    display: block;
  }

  .banner .bannerSubTitle {
    top: 3em !important;
    width: 42%;
    left: 46%;
    font-size: 13px;
    line-height: 23px !important;
  }

  .classes {
    top: 8.3em;
    padding: 0.4em 1em 1em 1em;
    font-size: 18px;
    width: 80%;
    left: 10%;
    text-align: center;
  }

  .applyBanner {
    padding: 0.4em 1.9em;
    top: 9.6em;
    left: 3% !important;
    width: 95%;
    text-align: center;
  }

}

@media (max-width: 400px) {
  .banner .bannerTitle {
    width: auto;
    right: 0;
  }

}


@media (max-width: 420px) {
  .banner .bannerSubTitle {
    left: 55%;
  }

  .banner .bannerTitle {
    left: 43%;
  }
}