@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&family=Space+Grotesk:wght@300..700&display=swap');
html,body{
    overflow-x: clip;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
	.counts {
		border-right: none !important;
	}
}
.btn {
  font-size: 0.875rem;
  border-radius: 12px;
  padding: 4px 32px;
}
.btn-primary {
  background-color: #5D6D48;
  color: #fff;
  border-color: transparent;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 14px !important;
}
.btn:hover {
  background-color: #5D6D48;
}
.error {
  color: #e53935;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

input.error-border,
select.error-border {
  border-color: #e53935 !important;
}
.section {
  padding: 80px 0;
}
.sec_head {
  font-size: 2.125rem;
  margin-bottom: 12px;
  font-weight: 800;
  font-family: var(--bs-body-font-teritary);
}
.sec_head span {
  color: var(--bs-secondary);
}
.top-header {
  background-color: #FFFFFF;
}
.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar-brand img {
  max-height: 70px;
  max-width: 200px;
}
.banner-sec {
  position: relative;
  min-height: 700px;
  height: 100vh;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(46, 67, 20, 0.78) 0%,
    rgba(94, 109, 74, 0.58) 58%,
    rgba(128, 141, 118, 0.34) 100%
  );
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 70px 0 40px;
}

.banner-text {
  max-width: 760px;
  padding-left: 38px;
}

.banner-title {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.banner-subtitle {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
}

.banner-form {
  top: -50px;
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  padding: 30px;
  border-radius: 22px;
  overflow: hidden;
  background: #E8ECD94D;
  box-shadow: 0px 23.7px 47.39px -11.37px #00000040;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.form_badge {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 12px 26px;
  border-radius: 999px;
  background: #E8ECD9;
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.form_heading h2 {
  margin: 0 0 8px;
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

.form_heading p {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.apply_form .form-group {
  margin-bottom: 10px;
}

.apply_form label {
  display: inline-block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.apply_form label span {
  margin-left: 3px;
}

.apply_form input,
.apply_form select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 14px;
  border: 0.76px solid #9EA791;
  background: #5D6D4878;
  color: #E2E2E2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

.apply_form input::placeholder {
  color: #E2E2E2;
}

.apply_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 58px;
  color: rgba(255, 255, 255, 0.90);
}

.apply_form select option {
  color: #2e4314;
}

.apply_form input:focus,
.apply_form select:focus {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(103, 120, 73, 0.52);
}

.select_wrap {
  position: relative;
}

.select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

.form_btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.apply_btn,
.prospectus_btn {
  width: 100%;
  height: 56px;
  border-radius: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.apply_btn {
  border: 0;
  background: #5D6D48;
  box-shadow: 0px 3.08px 4.61px -3.08px #0000001A;
  box-shadow: 0px 7.69px 11.53px -2.31px #0000001A;
  color: #ffffff;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.apply_btn:hover {
  background: #5a6c40;
}

.prospectus_btn {
  border: 1.23px solid #5D6D48;
  background: #FFFFFF;
  color: #5D6D48;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.prospectus_btn:hover {
  background: #f7f8f4;
  color: #5b6d40;
}

.prospectus_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form_note {
  margin: 10px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* 1600px */
@media (max-width: 1599.98px) {
  .banner-title {
    font-size: 62px;
  }

  .banner-text {
    max-width: 700px;
  }

  .banner-form {
    max-width: 640px;
  }
}

/* 1400px */
@media (max-width: 1399.98px) {
  .banner-sec {
    min-height: 820px;
  }

  .banner-title {
    font-size: 56px;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  .banner-text {
    padding-left: 24px;
  }

  .banner-form {
    max-width: 600px;
    padding: 34px 32px 28px;
  }
}

/* laptop/tablet */
@media (max-width: 1199.98px) {
  .banner-sec {
    min-height: auto;
    height: auto;
  }

  .banner-content {
    padding: 90px 0 60px;
  }

  .banner-title {
    font-size: 48px;
  }

  .banner-subtitle {
    font-size: 18px;
    max-width: 470px;
  }

  .banner-form {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .banner-content {
    padding: 120px 0 56px;
  }

  .banner-text {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }

  .banner-title {
    font-size: 42px;
    margin-bottom: 18px;
  }

  .banner-subtitle {
    max-width: 100%;
    margin: 0 auto;
  }

  .banner-form {
    margin-top: 26px;
  }
}

@media (max-width: 767.98px) {
  .banner-content {
    padding: 110px 0 46px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 1.22;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .banner-form {
    padding: 28px 18px 24px;
    border-radius: 18px;
  }

  .form_badge {
    padding: 10px 18px;
    font-size: 13px;
    margin-bottom: 14px;
  }

  .form_heading h2 {
    font-size: 28px;
  }

  .form_heading p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .apply_form .form-group {
    margin-bottom: 16px;
  }

  .apply_form label {
    font-size: 15px;
  }

  .apply_form input,
  .apply_form select {
    height: 52px;
    font-size: 15px;
    border-radius: 12px;
    padding: 0 16px;
  }

  .form_btns {
    flex-direction: column;
    gap: 12px;
  }

  .apply_btn,
  .prospectus_btn {
    height: 52px;
    border-radius: 12px;
    font-size: 15px;
  }

  .form_note {
    font-size: 13px;
  }
}
.about-left {
  padding-left: 20px;
}
.sub_head {
  background: #E8ECD9;
  padding: 10px 24px;
  border-radius: 14px;
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  margin-bottom: 20px;
}
.sec_head {
  padding-top: 10px;
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.about_p {
  color: #444444;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}
.massive_sec{
  background: #f2f2ef;
}
.section-title {
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.count span {
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
.count {
  color: #2E4314 !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
.lead {
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}
.count-box{
  padding: 20px;
}
.counts{
 border-right: 1px solid #9EA791;
}
.course_sec {
  background: #F8F8F4;
}
.course_desc {
  color: #6B6B6B;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}
.course_row {
  margin-top: 10px;
}
.course_wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.course_card {
  background: #fff;
  border-radius: 16px;
  min-height: 120px;
  padding: 28px 28px;
  box-shadow: 0px 2px 4px -2px #0000001A;
  border-left: 4px solid #5D6D48;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
  color: #2E4314;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.course_duration {
  margin: 0;
  padding-top: 10px;
  color: #666666;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.course_card:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 34px;
  }

  .course_card {
    min-height: auto;
    padding: 28px 22px;
  }

  .course_card h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .course_wrapper .row > div:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
}
.why_wrapper {
    padding-top: 40px;
}
.count_desc {
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #666666;
    padding-top: 40px;
    font-size: 18px;
    font-weight: 400;
}
.course_duration span {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #5D6D48;
}
.course_desc span {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2E4314;
    line-height: 40px;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width: 767.98px) {
    .campus_img {
        height: 320px;
    }
}
@media (max-width: 767.98px) {
    .campus_img h3 {
        bottom: 40px;
        font-size: 26px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .footer_social a img {
        width: 40px;
        height: 40px;
    }
}
.process_sec{
    background: #F8F8F4;
}
.why_sec {
  background: #f2f2ef;
}
.why_wrapper {
  max-width: 1760px;
  margin: 0 auto;
  padding-top: 40px;
}
.offer_card {
  max-width: 340px;
  margin: 0 auto;
}
.offer_icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #E8ECD9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.offer_icon img {
  object-fit: contain;
}
.offer_text {
  margin: 0 0 18px;
  color: #2E4314;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
.offer_card p {
  margin: 0;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .why_sec {
    padding: 76px 0 96px;
  }

  .why_wrapper {
    padding-top: 40px;
  }
}

/* tablet */
@media (max-width: 991.98px) {
  .why_sec {
    padding: 64px 0 72px;
  }

  .why_wrapper {
    padding-top: 20px;
    max-width: 760px;
  }

  .offer_card {
    max-width: 320px;
  }

  .offer_text {
    font-size: 22px;
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .sub_head {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 13px;
    margin-bottom: 22px;
  }

  .course_desc {
    font-size: 15px;
  }

  .offer_icon {
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
  }

  .offer_icon img {
    width: 40px;
    height: 40px;
  }

  .offer_text {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .offer_card p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.process_wrapper {
  max-width: 1060px;
  margin: 56px auto 0;
  position: relative;
  min-height: 720px;
}

.process_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}

.process_item_left {
  justify-content: flex-start;
  padding-left: 40px;
}

.process_item_right {
  justify-content: flex-end;
  padding-right: 40px;
}

.process_card {
  width: 320px;
  min-height: 90px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 26px;
  position: relative;
  z-index: 2;
}

.process_item_left .process_card {
  justify-content: space-between;
}

.process_item_right .process_card {
  justify-content: flex-start;
}

.process_card h3 {
  margin: 0;
  color: #2E4314;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.process_icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_icon img {
  object-fit: contain;
}

.process_step {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  background: #627544;
  color: #f5f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.process_step.light_step {
  background: #aab39a;
}

.process_item_right .process_step {
  margin-right: -28px;
}

.process_item_left .process_step {
  margin-left: -28px;
}

.process_item_1 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-right: 76px;
}

.process_item_2 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 76px;
}

.process_item_3 {
  margin-bottom: 22px;
  padding-right: 66px;
}

.process_item_4 {
  margin-bottom: 22px;
  padding-left: 66px;
}

.process_item_5 {
  margin-bottom: 22px;
  padding-right: 66px;
}

.process_item_6 {
  margin-bottom: 22px;
  padding-left: 66px;
}

.process_item_7 {
  padding-right: 66px;
  margin-bottom: 22px;
}
.process_item_8 {
  padding-right: 66px;
  margin-bottom: 22px;
}
.process_item_9 {
  padding-right: 66px;
  margin-bottom: 22px;
}
.process_item_10 {
  padding-right: 66px;
  margin-bottom: 0px;
}

/* dotted connectors */
.process_item_2::after,
.process_item_4::after,
.process_item_6::after,
.process_item_8::after,
.process_item_10::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 330px;
  width: 340px;
  border-top: 2px dashed #e6ead9;
  transform: translateY(-50%) rotate(-11deg);
  transform-origin: left center;
  z-index: 0;
}

.process_item_2::before,
.process_item_4::before,
.process_item_6::before,
.process_item_8::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 330px;
  width: 340px;
  border-top: 2px dashed #e6ead9;
  transform: translateY(-50%) rotate(12deg);
  transform-origin: left center;
  z-index: 0;
}
.process_item_2::after {
  width: 355px;
}

.process_item_2::before {
  width: 355px;
}

.process_item_4::after {
  width: 330px;
}

.process_item_4::before {
  width: 330px;
}

.process_item_6::after {
  width: 330px;
}

.process_item_6::before {
  width: 330px;
}

.process_item_8::after {
  width: 330px;
}

.process_item_8::before {
  width: 330px;
}
.process_item_10::after {
  width: 330px;
}

.process_item_10::before {
  width: 330px;
}
/* tablet */
@media (max-width: 991.98px) {
  .process_wrapper {
    max-width: 100%;
    min-height: auto;
    margin-top: 42px;
  }

  .process_item,
  .process_item_left,
  .process_item_right,
  .process_item_1,
  .process_item_2,
  .process_item_3,
  .process_item_4,
  .process_item_5,
  .process_item_6,
  .process_item_7,
.process_item_8,
.process_item_9,
.process_item_10  {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .process_item_2::after,
  .process_item_4::after,
  .process_item_6::after,
  .process_item_8::after,
  .process_item_10::after,
  .process_item_2::before,
  .process_item_4::before,
  .process_item_6::before,
.process_item_8::before,
.process_item_10::before  {
    display: none;
  }

  .process_card {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 767.98px) {
  .process_sec {
    padding: 56px 0 64px;
  }

  .process_sec .sub_head {
    margin-bottom: 18px;
  }

  .process_sec .section-title {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .process_sec .course_desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .process_wrapper {
    max-width: 100%;
    min-height: auto;
    margin-top: 34px;
  }

  .process_item,
  .process_item_left,
  .process_item_right,
  .process_item_1,
  .process_item_2,
  .process_item_3,
  .process_item_4,
  .process_item_5,
  .process_item_6,
  .process_item_7,
.process_item_8,
.process_item_9,
.process_item_10  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 !important;
    margin: 0 0 16px !important;
    flex-direction: row !important;
  }

  .process_item:last-child {
    margin-bottom: 0 !important;
  }

  .process_item::before,
  .process_item::after,
  .process_item_2::before,
  .process_item_2::after,
  .process_item_4::before,
  .process_item_4::after,
  .process_item_6::before,
  .process_item_6::after,
.process_item_8::before,
  .process_item_8::after,
.process_item_10::before,
  .process_item_10::after   {
    display: none !important;
  }

  .process_item_left .process_step,
  .process_item_right .process_step,
  .process_item .process_step {
    order: 0;
    margin: 0 !important;
  }

  .process_item_left .process_card,
  .process_item_right .process_card,
  .process_item .process_card {
    order: 1;
  }

  .process_step {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 28px;
    line-height: 1;
  }

  .process_card {
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 12px;
  }

  .process_card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
  }
  .light_step {
    background: #aab39a;
  }
}
.network_sec {
  background: #F8F8F4;
}
.network_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.network_row_top {
  margin-bottom: 72px;
}
.network_img_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.network_desc {
  margin: 0 0 8px;
  color: #5D6D48;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
}

.network_list {
  margin: 0;
  padding-left: 22px;
}

.network_list li {
  color: #5D6D48;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.network_list li:last-child {
  margin-bottom: 0;
}

.network_list li strong {
  color: #5D6D48;
  font-weight: 700;
}

@media (min-width: 992px) {
  .network_row_top .col-lg-8 {
    width: 60%;
  }

  .network_row_top .col-lg-4 {
    width: 40%;
  }

  .network_row_bottom .col-lg-4 {
    width: 40%;
  }

  .network_row_bottom .col-lg-8 {
    width: 60%;
  }

  .network_row_bottom .network_img_box {
    max-width: 720px;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .network_sec {
    padding: 64px 0 76px;
  }

  .network_row_top {
    margin-bottom: 56px;
  }

  .network_img_box {
    margin-bottom: 28px;
  }

  .network_content,
  .network_content_left {
    max-width: 100%;
  }

  .network_row_bottom .network_content_left {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .network_sec {
    padding: 54px 0 64px;
  }

  .network_row_top {
    margin-bottom: 42px;
  }

  .network_img_box {
    border-radius: 18px;
    margin-bottom: 24px;
  }

  .network_content .sub_head {
    min-height: 40px;
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .network_content .section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .network_desc,
  .network_list li {
    font-size: 14px;
    line-height: 1.65;
  }
}
.course_desc i {
  color: #5D6D48;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}
.dates_head {
  max-width: 980px;
  margin: 0 auto;
}
.dates_wrapper {
  max-width: 980px;
  margin: 34px auto 0;
}

.dates_table_box {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(23, 30, 14, 0.10);
  border: 1px solid #dfe4d4;
}

.dates_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.dates_table thead th {
  background: #2f4b07;
  color: #F7F8F5;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  padding: 18px 28px;
}

.dates_table tbody td {
  background: #ffffff;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  padding: 17px 28px;
  border-bottom: 1px solid #e7eadf;
  vertical-align: middle;
}

.dates_table tbody tr:last-child td {
  border-bottom: 0;
}

.dates_table tbody td.date_text {
  color: #2E4314;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.dates_table thead th:nth-child(1),
.dates_table tbody td:nth-child(1) {
  width: 52%;
}

.dates_table thead th:nth-child(2),
.dates_table tbody td:nth-child(2) {
  width: 27%;
}

.dates_table thead th:nth-child(3),
.dates_table tbody td:nth-child(3) {
  width: 21%;
}

.dates_note {
  margin-top: 24px;
  background: #F7F8F5;
  border-left: 4px solid #5D6D48;
  border-radius: 16px;
  padding: 18px 22px 18px 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.dates_note_icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.dates_note_icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.dates_note p {
  margin: 0;
  color: #2E4314;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

.dates_note p strong {
  color: #2E4314;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .dates_sec {
    padding: 64px 0 76px;
  }

  .dates_wrapper {
    max-width: 100%;
    margin-top: 30px;
  }

  .dates_table thead th,
  .dates_table tbody td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .dates_sec {
    padding: 56px 0 64px;
  }

  .dates_wrapper {
    margin-top: 24px;
  }

  .dates_table_box {
    overflow-x: auto;
    border-radius: 14px;
  }

  .dates_table {
    min-width: 640px;
  }

  .dates_table thead th {
    font-size: 16px;
    padding: 16px 16px;
  }

  .dates_table tbody td {
    font-size: 14px;
    padding: 15px 16px;
  }

  .dates_note {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    gap: 12px;
  }

  .dates_note p {
    font-size: 14px;
    line-height: 1.55;
  }
}
.campus_sec {
  background: #f7f8f4;
}

.campus_head {
  max-width: 1180px;
  margin: 0 auto;
}

.campus_wrapper {
  max-width: 1280px;
  margin: 44px auto 0;
}

.campus_card {
  width: 100%;
  margin-bottom: 40px;
}

.campus_img {
  position: relative;
  display: block;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.campus_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  transform: scale(1);
}

.campus_overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(72, 95, 28, 0.72) 0%, rgba(72, 95, 28, 0.52) 16%, rgba(72, 95, 28, 0.12) 42%, rgba(72, 95, 28, 0.02) 65%, rgba(72, 95, 28, 0) 100%);
  z-index: 1;
}

.campus_img h3 {
  position: absolute;
  left: 30px;
  right: 20px;
  bottom: 100px;
  margin: 0;
  z-index: 2;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.campus_img:hover img {
  transform: scale(1.4);
}

@media (max-width: 1199.98px) {
  .campus_img {
    height: 330px;
  }

  .campus_img h3 {
    font-size: 23px;
    left: 24px;
    bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .campus_sec {
    padding: 64px 0 78px;
  }

  .section-title {
    font-size: 32px;
  }

  .course_desc {
    font-size: 16px;
    max-width: 900px;
  }

  .campus_wrapper {
    margin-top: 38px;
  }

  .campus_img {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .sub_head {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 28px;
    padding-bottom: 12px;
  }

  .course_desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .campus_wrapper {
    margin-top: 30px;
  }

  .campus_img {
    height: 280px;
    border-radius: 18px;
  }

  .campus_img h3 {
    left: 20px;
    bottom: 20px;
    font-size: 22px;
  }
}
.glance_sec {
  position: relative;
  background: #5D6D48;
}
.glance_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.16) 1.2px, transparent 1.2px);
  background-size: 78px 74px;
  pointer-events: none;
  opacity: 0.95;
}
.glance_card {
  position: relative;
  min-height: 400px;
  padding: 52px 28px 34px;
  border-radius: 28px;
  background: #F7F8F566;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: none;
}

.glance_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}

.glance_icon img {
  object-fit: contain;
}

.glance_number {
  margin: 0 0 18px;
  color: #f5f5ef;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.glance_text {
  margin: 0 0 22px;
  color: #f3f3ec;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.glance_card p {
  margin: 0;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 1399.98px) {
  .glance_sec {
    padding: 56px 0 78px;
  }

  .glance_card {
    min-height: 430px;
    padding: 46px 24px 30px;
  }

  .glance_icon {
    margin-bottom: 42px;
  }

  .glance_number {
    font-size: 58px;
  }

  .glance_text {
    font-size: 30px;
  }

  .glance_card p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .glance_sec {
    padding: 52px 0 70px;
  }

  .glance_sec::before {
    background-size: 62px 62px;
  }
  .glance_wrapper {
    margin-top: 34px;
  }

  .glance_card {
    min-height: 390px;
  }

  .glance_number {
    font-size: 52px;
  }

  .glance_text {
    font-size: 28px;
  }

  .glance_card p {
    font-size: 18px;
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .glance_sec {
    padding: 46px 0 58px;
  }
  .glance_wrapper {
    margin-top: 28px;
  }

  .glance_row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .glance_card {
    min-height: 280px;
    padding: 30px 20px 24px;
    border-radius: 22px;
  }

  .glance_number {
    font-size: 46px;
    margin-bottom: 14px;
  }

  .glance_text {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .glance_card p {
    font-size: 16px;
  }
}
.gallery_sec {
  background: #f5f6f1;
  padding: 72px 0 42px;
  overflow: hidden;
}

.gallery_head {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.gallery_sec .section-title {
  margin: 0;
  color: #66744d;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.18;
  padding-bottom: 16px;
}

.gallery_sec .course_desc {
  margin: 0;
  color: #46525d;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
}

.gallery_slider_wrap {
  margin-top: 52px;
  position: relative;
}

.gallerySwiper {
  overflow: visible;
  padding-bottom: 88px;
}

.gallerySwiper .swiper-wrapper {
  align-items: center;
}

.gallerySwiper .swiper-slide {
  width: 41.2%;
  transition: transform 0.55s ease, opacity 0.55s ease;
  transform: scale(0.88);
  opacity: 1;
}

.gallery_card {
  height: 560px;
  overflow: hidden;
  background: #d9d9d9;
}

.gallery_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* center */
.gallerySwiper .swiper-slide-active {
  transform: scale(1);
  z-index: 5;
}

.gallerySwiper .swiper-slide-active .gallery_card {
  clip-path: inset(0 0 0 0);
}

/* left */
.gallerySwiper .swiper-slide-prev {
  transform: scale(0.885) translateX(18px);
  z-index: 4;
}

.gallerySwiper .swiper-slide-prev .gallery_card {
  clip-path: polygon(0 18%, 100% 28%, 100% 88%, 0 100%);
}

/* right */
.gallerySwiper .swiper-slide-next {
  transform: scale(0.885) translateX(-18px);
  z-index: 4;
}

.gallerySwiper .swiper-slide-next .gallery_card {
  clip-path: polygon(0 28%, 100% 18%, 100% 100%, 0 88%);
}

/* hide non-visible slides */
.gallerySwiper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none;
}

/* pagination */
.gallery_pagination {
  position: static;
  text-align: center;
  margin-top: 42px;
}

.gallery_pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #e2e5d7;
  opacity: 1;
  margin: 0 7px !important;
}

.gallery_pagination .swiper-pagination-bullet-active {
  background: #66744d;
}

/* 1600 and below */
@media (max-width: 1600px) {
  .gallery_card {
    height: 520px;
  }
}

/* 1400 and below */
@media (max-width: 1399.98px) {
  .gallery_sec {
    padding: 64px 0 38px;
  }

  .gallery_sec .section-title {
    font-size: 34px;
  }

  .gallery_sec .course_desc {
    font-size: 18px;
  }

  .gallery_slider_wrap {
    margin-top: 44px;
  }

  .gallerySwiper .swiper-slide {
    width: 42%;
  }

  .gallery_card {
    height: 470px;
  }
}

/* 1200 and below */
@media (max-width: 1199.98px) {
  .gallerySwiper .swiper-slide {
    width: 46%;
  }

  .gallery_card {
    height: 420px;
  }
}

/* tablet */
@media (max-width: 991.98px) {
  .gallery_sec .section-title {
    font-size: 30px;
  }

  .gallery_sec .course_desc {
    font-size: 17px;
  }

  .gallerySwiper {
    padding-bottom: 72px;
  }

  .gallerySwiper .swiper-slide {
    width: 64%;
    transform: scale(0.92);
  }

  .gallery_card {
    height: 360px;
  }

  .gallerySwiper .swiper-slide-prev .gallery_card,
  .gallerySwiper .swiper-slide-next .gallery_card {
    clip-path: none;
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .gallery_sec {
    padding: 52px 0 32px;
  }

  .gallery_head {
    padding: 0 16px;
  }

  .gallery_sec .section-title {
    font-size: 26px;
    padding: 12px;
  }

  .gallery_sec .course_desc {
    font-size: 15px;
    line-height: 1.55;
  }

  .gallery_slider_wrap {
    margin-top: 30px;
  }

  .gallerySwiper {
    padding-bottom: 56px;
  }

  .gallerySwiper .swiper-slide {
    width: 86%;
    transform: scale(1);
  }

  .gallery_card {
    height: 260px;
    border-radius: 18px;
    clip-path: none !important;
  }

  .gallery_pagination {
    margin-top: 28px;
  }

  .gallery_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px !important;
  }
}
.faq_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.faq_accordion .accordion-item {
  border: 0;
  background: #F7F8F5;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: none;
}

.faq_accordion .accordion-button {
  background: #F7F8F5;
  color: #2E4314;
  border-radius: 20px;
  padding: 24px 72px 24px 28px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}

.faq_accordion .accordion-button:not(.collapsed) {
  background: #F7F8F5;
  color: #2E4314;
  box-shadow: none;
  border-radius: 20px 20px 0 0;
}

.faq_accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq_accordion .accordion-button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: none;
  border-right: 2px solid #5D6D48;
  border-bottom: 2px solid #5D6D48;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 28px;
  transition: 0.3s ease;
}

.faq_accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
  top: 34px;
}

.faq_accordion .accordion-body {
  padding: 0 28px 22px;
  background: #F7F8F5;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
}

.faq_accordion .accordion-collapse {
  border: 0;
}

@media (max-width: 991.98px) {
  .faq_sec {
    padding: 64px 0 80px;
  }
  .faq_accordion .accordion-button {
    font-size: 18px;
    padding: 22px 62px 22px 24px;
  }

  .faq_accordion .accordion-body {
    padding: 0 24px 20px;
  }

  .faq_accordion .accordion-button::after {
    right: 26px;
  }
}

@media (max-width: 767.98px) {
  .faq_sec {
    padding: 54px 0 68px;
  }
  .course_desc {
    font-size: 15px;
  }

  .faq_wrapper {
    max-width: 100%;
  }

  .faq_accordion .accordion-item {
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .faq_accordion .accordion-button,
  .faq_accordion .accordion-button:not(.collapsed) {
    border-radius: 16px;
  }

  .faq_accordion .accordion-button {
    font-size: 17px;
    padding: 18px 54px 18px 20px;
  }

  .faq_accordion .accordion-body {
    padding: 0 20px 18px;
    font-size: 15px;
  }

  .faq_accordion .accordion-button::after {
    width: 12px;
    height: 12px;
    right: 22px;
    top: 23px;
  }

  .faq_accordion .accordion-button:not(.collapsed)::after {
    top: 28px;
  }
}
.form_sec {
  position: relative;
  background: #5D6D48;
}

.form_sec::before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -82px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.form_sec::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.form_sec .container-xl {
  position: relative;
  z-index: 2;
}

.form_head {
  max-width: 920px;
  margin: 0 auto 34px;
}

.form_box {
  width: 100%;
  max-width: 602px;
  margin: 0 auto;
  background: #f8f8f6;
  border-radius: 16px;
  padding: 28px 28px 16px;
  box-shadow: 0 30px 55px rgba(33, 47, 14, 0.22);
}

.form_sec .apply_form .form-group {
  margin-bottom: 16px;
}

.form_sec .apply_form label {
  display: inline-block;
  margin-bottom: 8px;
  color: #5D6D48;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.form_sec .apply_form label span {
  margin-left: 2px;
}

.form_sec .apply_form input,
.form_sec .apply_form select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border-top: 0.76px solid #D1D5DC;
  background: #f8f8f6;
  color: #66744d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form_sec .apply_form input::placeholder,
.form_sec .apply_form select {
  color: #22222280;
}

.form_sec .apply_form input:focus,
.form_sec .apply_form select:focus {
  border-color: #9aaa84;
  box-shadow: 0 0 0 3px rgba(154, 170, 132, 0.12);
}

.form_sec .select_wrap {
  position: relative;
}

.form_sec .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 1.8px solid #9a9a9a;
  border-bottom: 1.8px solid #9a9a9a;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.form_sec .apply_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
}

.form_sec .apply_form select option {
  color: #2e4314;
}

.form_sec .form_btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.form_sec .apply_btn,
.form_sec .prospectus_btn {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.form_sec .apply_btn {
  border: 0;
  background: #5D6D48;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(47, 75, 7, 0.18);

}

.form_sec .apply_btn:hover {
  background: #5b6d40;
}

.form_sec .prospectus_btn {
  background: #ffffff;
  color:#5D6D48;
  gap: 8px;
  box-shadow: 0 8px 18px rgba(47, 75, 7, 0.08);
  border: 1.23px solid #5D6D48
}

.form_sec .prospectus_btn:hover {
  background: #f5f7f1;
  color: #5b6d40;
}

.form_sec .prospectus_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form_sec .prospectus_icon svg {
  width: 16px;
  height: 16px;
}

.form_sec .form_note {
  margin: 10px 0 0;
  text-align: center;
  color: #666666;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .form_sec {
    padding: 64px 0 72px;
  }

  .form_sec .section-title {
    font-size: 30px;
  }

  .form_box {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form_sec {
    padding: 52px 0 60px;
  }

  .form_head {
    margin-bottom: 24px;
  }

  .form_sec .section-title {
    font-size: 26px;
  }

  .form_sec .course_desc {
    font-size: 15px;
  }

  .form_box {
    padding: 22px 18px 14px;
    border-radius: 14px;
  }

  .form_sec .apply_form .form-group {
    margin-bottom: 14px;
  }

  .form_sec .apply_form label {
    font-size: 13px;
  }

  .form_sec .apply_form input,
  .form_sec .apply_form select {
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
  }

  .form_sec .form_btns {
    flex-direction: column;
    gap: 10px;
  }

  .form_sec .apply_btn,
  .form_sec .prospectus_btn {
    height: 44px;
    font-size: 14px;
  }

  .form_sec .form_note {
    font-size: 12px;
  }
}
.site_footer {
  position: relative;
  background: #2E4314;
  padding: 78px 0 34px;
  overflow: hidden;
}
.footer_row {
  row-gap: 32px;
}

.footer_brand {
  padding-top: 56px;
}

.footer_logo {
  display: inline-block;
  max-width: 340px;
}

.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer_widget h4 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_widget ul li {
  margin-bottom: 16px;
}

.footer_widget ul li:last-child {
  margin-bottom: 0;
}

.footer_widget ul li a,
.footer_contact_item p,
.footer_contact_item p a {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s ease;
  opacity: 0.9;
}

.footer_widget ul li a:hover,
.footer_contact_item p a:hover {
  color: #ffffff;
}

.footer_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.footer_contact_item:last-child {
  margin-bottom: 0;
}

.footer_icon {
  width: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.footer_icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer_contact_item p {
  margin: 0;
}

.footer_bottom {
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer_bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.footer_social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  text-decoration: none;
}
.footer_social a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.footer_social a img {
  object-fit: contain;
}
@media (max-width: 1399.98px) {
  .site_footer {
    padding: 68px 0 30px;
  }

  .footer_brand {
    padding-top: 42px;
  }

  .footer_logo {
    max-width: 310px;
  }

  .footer_widget ul li a,
  .footer_contact_item p,
  .footer_contact_item p a {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .site_footer {
    padding: 60px 0 28px;
  }

  .footer_brand {
    padding-top: 0;
    text-align: center;
  }

  .footer_row{
    align-items: center !important;
  }

  .footer_logo {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .footer_logo img {
    margin: 0 auto;
  }

  .footer_bottom {
    margin-top: 30px;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .site_footer {
    padding: 52px 0 24px;
  }

  .footer_top_shape {
    width: 220px;
    height: 60px;
  }

  .footer_widget h4 {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
  }

  .footer_widget ul li {
    margin-bottom: 12px;
    text-align: center;
  }

  .footer_widget ul li a,
  .footer_contact_item p,
  .footer_contact_item p a {
    font-size: 15px;
  }

  .footer_contact_item {
    gap: 12px;
    margin-bottom: 18px;
  }

  .footer_bottom p {
    font-size: 14px;
  }

  .footer_social {
    gap: 12px;
  }

  .footer_social a {
    width: 40px;
    height: 40px;
  }

  .footer_social a img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .banner-title {
    font-size: 32px;
  }
  .banner-title {
    margin-left: 20px !important;
  }
  .banner-subtitle {
      margin-left: 20px !important;
  }
}