@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  overflow-x: hidden;
}

.head {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}

.text {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.subhead {
  color: #1bb1c4;
}

.btn.btn-main {
  padding: 13px 30px;
  gap: 10px;
  background: #278D9B;
  border: 1px solid rgba(128, 245, 237, 0.94902);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15), inset 0px -5px 5px rgba(255, 255, 255, 0.1), inset 0px 5px 5px rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.btn.btn-main::after {
  content: url("../img/icons/circle.svg");
  position: absolute;
  right: -51px;
  top: 0;
}

.navbar {
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #0c0c0c;
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: #f6f6f6;
  color: #0c0c0c;
}
.navbar.scrolled {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 10px 0 !important;
}
.navbar .navbar-brand {
  width: 275px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 180px;
  }
}

.hero {
  background: linear-gradient(#faf8f5 78%, #ffffff 30%);
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 80px;
    background: linear-gradient(#faf8f5 80%, #ffffff 30%);
  }
}
.hero .head {
  color: #033F48;
  line-height: 60px;
}
@media (max-width: 575.98px) {
  .hero .head {
    line-height: 36px;
  }
}
.hero p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #909090;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .hero p {
    line-height: normal;
    font-size: 16px;
  }
}
.hero .stat-card {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .hero .stat-card {
    border-radius: 0px;
  }
}
.hero .stat-card .num {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  color: #264065;
}
@media (max-width: 575.98px) {
  .hero .stat-card .num {
    font-size: 18px;
  }
}
.hero .stat-card .info {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  color: #909090;
}
@media (max-width: 575.98px) {
  .hero .stat-card .info {
    font-size: 12px;
  }
}

.about .text-main {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .about .text-main {
    font-size: 16px;
  }
}
.about .text {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .about .text {
    font-size: 14px;
  }
}

.achievements .head {
  color: #033F48;
}
.achievements .ach-kicker {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  color: #8B6A4E;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
.achievements .ach-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background: #F1A93B;
  transform: translateY(-50%);
}
.achievements .ach-heading {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 500;
  color: #0c0c0c;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .achievements .ach-heading {
    font-size: 20px;
  }
}
.achievements .ach-row {
  background-image: url("../img/bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.services {
  background: #E2F5F7;
  border: 1px solid #C4EEF4;
}
.services .ser-card {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.services .ser-card .title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .services .ser-card .title {
    font-size: 17px;
  }
}
.services .ser-card .text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  color: #0c0c0c;
}
.services .cs-card {
  border: 1px solid #278D9B;
}
.services .cs-card h4 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  color: #0c0c0c;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .services .cs-card h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.services .cs-card .icons {
  width: 40px;
}

.cta .card {
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.04));
  border-radius: 6px;
}
.cta .card .head {
  line-height: 60px;
}
@media (max-width: 575.98px) {
  .cta .card .head {
    line-height: 36px;
  }
}
.cta .card .text {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .cta .card .text {
    font-size: 16px;
  }
}

.contact .contact-card {
  background: #E2F5F7;
  border: 1px solid #C4EEF4;
  border-radius: 6px;
}
.contact .contact-card .text {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 300;
  color: #0c0c0c;
}
@media (max-width: 575.98px) {
  .contact .contact-card .text {
    font-size: 16px;
  }
}
.contact .form-card {
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
  border-radius: 6px;
}
.contact .form-card .form-control,
.contact .form-card .form-select {
  border: 1px solid #D9D9D9;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.04));
  border-radius: 50px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.contact .form-card .form-control::-moz-placeholder, .contact .form-card .form-select::-moz-placeholder {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.contact .form-card .form-control::placeholder,
.contact .form-card .form-select::placeholder {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.contact .form-card .btn-main {
  padding: 18px 50px;
}
.contact .form-card .btn-main::after {
  content: url("../img/icons/circle2.svg");
  width: 60px;
  right: -60px;
}

footer {
  background: #1D1C21;
}
footer a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 28px;
}
footer .low {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

#thankYouModal .modal-content {
  border-radius: 10px;
}
#thankYouModal .modal-body {
  padding: 50px 40px;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body {
    padding: 40px 30px;
  }
}
#thankYouModal .modal-body .head {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  color: #2c3131;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body .head {
    font-size: 24px;
  }
}
#thankYouModal .modal-body .headtext {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}

.contact-page {
  padding-top: 96px;
  background: radial-gradient(circle at top left, #E2F5F7 0, #ffffff 45%, #f6f6f6 100%);
}
.contact-page .contact-hero {
  position: relative;
}
.contact-page .contact-kicker {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  color: #278D9B;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-page .contact-meta .text {
  font-size: 15px;
}
.contact-page .contact-glass {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(230, 232, 235, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.department-page .sticky-sidebar {
  position: sticky;
  top: 100px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .department-page .sticky-sidebar {
    position: relative;
    top: 0;
  }
}
.department-page .services-card {
  border: 1px solid #E6E8EB;
  border-radius: 10px;
  background: #E2F5F7;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.department-page .services-card h2 {
  padding: 20px;
  border-radius: 6px;
  line-height: 24px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
}
.department-page .services-card h2 a {
  text-decoration: none;
  color: #0c0c0c;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #0c0c0c;
  transition: all 0.3s ease-in-out;
}
.department-page .services-card h2 a:hover {
  color: #278D9B;
}

.faq .accordion .accordion-item {
  border: 1px solid #E6E8EB;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}
.faq .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #0c0c0c;
  padding: 20px 24px;
  background: #FFFFFF;
  border: none;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #E2F5F7;
  color: #0c0c0c;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(2000%) hue-rotate(160deg) brightness(0.9) contrast(1);
}
.faq .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq .accordion .accordion-item .accordion-button .accordion-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #278D9B 0%, #1bb1c4 100%);
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .faq .accordion .accordion-item .accordion-button .accordion-number {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.faq .accordion .accordion-item .accordion-body {
  padding: 24px;
  background: #FFFFFF;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .myth-box {
  background: #FFF5F5;
  border-left: 4px solid #FF6B6B;
  padding: 16px 20px;
  border-radius: 8px;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .myth-box .myth-label {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  color: #FF6B6B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-right: 8px;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .myth-box p {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  display: inline;
  line-height: 1.6;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .fact-box {
  background: #F0FDF4;
  border-left: 4px solid #278D9B;
  padding: 16px 20px;
  border-radius: 8px;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .fact-box.fact-only {
  background: #E2F5F7;
  border-left-color: #1bb1c4;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .fact-box .fact-label {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  color: #278D9B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-right: 8px;
}
.faq .accordion .accordion-item .accordion-body .myth-fact-wrapper .fact-box p {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  display: inline;
  line-height: 1.6;
}

.card-row {
  border-radius: 24px;
  background: rgba(169, 214, 203, 0.25);
}
.card-row .a1 {
  background: rgba(169, 214, 203, 0.5);
  border-top-left-radius: 24px;
}
@media (max-width: 575.98px) {
  .card-row .a1 {
    border-radius: 24px 24px 0 0;
  }
}
.card-row .a2 {
  background: rgba(169, 214, 203, 0.5);
}
@media (max-width: 575.98px) {
  .card-row .a2 {
    background: transparent;
  }
}
.card-row .a4 {
  border-bottom-left-radius: 24px;
  background: rgba(169, 214, 203, 0.5);
}
@media (max-width: 575.98px) {
  .card-row .a4 {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .card-row .a3 {
    background: rgba(169, 214, 203, 0.5);
  }
}
.card-row .card-benefit {
  padding: 40px 20px;
}
@media (max-width: 575.98px) {
  .card-row .card-benefit {
    padding: 20px;
  }
}
.card-row .card-benefit .title {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 400;
  color: #031E2D;
}
@media (max-width: 575.98px) {
  .card-row .card-benefit .title {
    font-size: 22px;
    line-height: 36px;
  }
}
.card-row .icon {
  background: #264065;
  border-radius: 100px;
  padding: 10px;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .card-row .icon {
    font-size: 16px;
  }
}

.details .detail-card {
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.details .detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(39, 141, 155, 0.15);
  border-color: #278D9B;
}
.details .detail-card .detail-card-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  color: #0c0c0c;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .details .detail-card .detail-card-title {
    font-size: 16px;
  }
}
.details .detail-card .detail-card-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
}
.details .comparison-section {
  background: #F8F9FA;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #E6E8EB;
}
@media (max-width: 575.98px) {
  .details .comparison-section {
    padding: 24px;
  }
}
.details .comparison-item {
  border: 1px solid #E6E8EB;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.details .comparison-item:hover {
  border-color: #278D9B;
  box-shadow: 0px 4px 12px rgba(39, 141, 155, 0.1);
}
.details .comparison-item .comparison-icon {
  width: 40px;
  height: 40px;
  background: #E2F5F7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .details .comparison-item .comparison-icon {
    width: 36px;
    height: 36px;
  }
}
.details .comparison-item p {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575.98px) {
  .details .comparison-item p {
    font-size: 14px;
  }
}
.details .service-group .service-item {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E6E8EB;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.details .service-group .service-item:hover {
  border-color: #278D9B;
  box-shadow: 0px 4px 12px rgba(39, 141, 155, 0.1);
}
.details .service-group .service-item.service-item-highlight {
  background: #E2F5F7;
  border-color: #278D9B;
}
.details .service-group .service-item .service-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  color: #278D9B;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .details .service-group .service-item .service-title {
    font-size: 16px;
  }
}
.details .service-group .service-item .text {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  .details .service-group .service-item .text {
    font-size: 14px;
  }
}
.details .service-group .service-item ul {
  margin-bottom: 0;
}
.details .service-group .service-item ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.details .service-group .service-item ul li:last-child {
  margin-bottom: 0;
}

.about-page {
  padding-top: 96px;
  background: #FAF8F5;
}
.about-page .about-hero .lead-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #161616;
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .about-page .about-hero .lead-text {
    font-size: 16px;
  }
}
.about-page .about-hero .about-hero-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.about-page .about-hero .about-hero-img img {
  display: block;
  width: 100%;
  height: auto;
}
.about-page .about-intro .about-block-img,
.about-page .about-record .about-block-img,
.about-page .about-practice .about-block-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.about-page .about-intro .about-block-img img,
.about-page .about-record .about-block-img img,
.about-page .about-practice .about-block-img img {
  display: block;
  width: 100%;
  height: auto;
}
.about-page .about-intro .head,
.about-page .about-record .head,
.about-page .about-practice .head {
  color: #033F48;
}
.about-page .about-intro .text,
.about-page .about-record .text,
.about-page .about-practice .text {
  line-height: 1.7;
}
.about-page .about-milestones {
  background: #FFFFFF;
  border-top: 1px solid #E6E8EB;
  border-bottom: 1px solid #E6E8EB;
}
.about-page .about-milestones .milestone-card {
  border: 1px solid #E6E8EB;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.about-page .about-milestones .milestone-card:hover {
  border-color: #278D9B;
  box-shadow: 0 12px 32px rgba(39, 141, 155, 0.12);
}
.about-page .about-milestones .milestone-card .milestone-year {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #278D9B;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.about-page .about-milestones .milestone-card .head {
  color: #0c0c0c;
}
.about-page .about-milestones .milestone-card .text {
  line-height: 1.7;
}
.about-page .about-cta {
  background: linear-gradient(135deg, #E2F5F7 0%, #F3FAFB 100%);
  border-top: 1px solid #C4EEF4;
}
.about-page .about-cta .head {
  color: #033F48;
}
.about-page .about-cta .text {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .about-page .about-cta .text {
    font-size: 16px;
  }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #e02d2a;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #e00f0b;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  margin-top: 6px;
}/*# sourceMappingURL=style.css.map */