:root {
  /* Typography */
  --font-family-base: "Nunito Sans", sans-serif;
  --font-family-headings: "Onest", sans-serif;
  --font-family-btn: "Onest", sans-serif;
  --bs-border-color: #D8DDE1;
  --font-size-base: 16px;
  --font-weight-base: 400;
  --line-height-base: 26px;
  /* Border Radius */
  --radius: 5px;
  /*Color*/
  --primary: #1A685B;
  --primary-rgb: 26, 104, 91;
  --primary-rbga:#1a685b7e;
  --secondary: #ff5528;
  --secondary-rgb: 255, 172, 0;
  --tertiary: #122F2A;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --shade: #f6f6f6;
  --success: #23e219;
  --body-color: #575C67;
  --body-color: #727272;
  --theme-border: #D8DDE1;
  --black: #000;
  --dark: #1F1F1F;
  --headings-color: #1F1F1F;
  --blue: #1D1354;
  --light: #f9fdf7;
  --theme-mute: #829592;
  --danger: #dc3545;
}
/*! mixins */
/*=================================
Mixes
*/
/**============================
Text Color 
**/
.text-primary {
  color: #1A685B !important;
}

.text-secondary {
  color: #FFAC00 !important;
}

.text-tertiary {
  color: #122F2A !important;
}

.text-success {
  color: #23e219 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #fff !important;
}

.text-light {
  color: #f9fdf7 !important;
}

.text-dark {
  color: #1F1F1F !important;
}

.text-theme-mute {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-shade {
  color: #f6f6f6 !important;
}

.text-body {
  color: #545A66 !important;
}
h1,
.h1,
.sc-media-wrap .success-year span {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 84px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

h2,
.h2 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

h3,
.h3,
.slide-transtion .swiper-slide p,
.about-sec4 .about-inner .success-year span {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.19;
  color: #fff;
}

h4,
.h4 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

h5,
.h5 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

h6,
.h6,
.payment-option .accordion-button,
.product-details-tab .nav-tabs li .nav-link,
.portfolio-menu .nav .nav-link,
.cause-widget .donar-s .donar-info span,
.cause-widget ul li,
.review-top .lead,
.review-top .lead-sm,
.event-entry2 .event-txt .event-meta span,
.quick-call a,
.footer-widget .footer-info .single-conn .conn-txt a {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-1 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 84px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-2, .sec-title {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-3, .sc-media-wrap .success-year .sy-txt {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-4 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-5, .process-card .count, .review-entry2 .rev-inner p, .event-tabs .nav.nav-tabs li span, .widget-title, .footer-widget .widget-title {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}

.display-6, .navbar .navbar-nav > li a.nav-link, ul.check li, a.link-btn, .btn-2 {
  font-family: var(--font-family-headings, "Onest", sans-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.19;
  color: var(--headings-color);
}
/* Responsive Headings */
@media (max-width: 767.98px) {
  h1, .h1, .display-1 { font-size: 36px; }
  h2, .h2, .display-2, .sec-title { font-size: 30px; }
  h3, .h3, .display-3 { font-size: 26px; }
  h4, .h4, .display-4 { font-size: 24px; }
  h5, .h5, .display-5 { font-size: 20px; }
  h6, .h6, .display-6 { font-size: 17px; }
}
@media (max-width: 575.98px) {
  h1, .h1, .display-1 { font-size: 28px; }
  h2, .h2, .display-2, .sec-title { font-size: 24px; }
  h3, .h3, .display-3 { font-size: 22px; }
  h4, .h4, .display-4 { font-size: 20px; }
  h5, .h5, .display-5 { font-size: 18px; }
  h6, .h6, .display-6 { font-size: 16px; }
}
/*! typography */
/*
Typography Start
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-base);
  color: var(--body-color);
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

@media (min-width: 1400px) {
  .ct-container {
    max-width: 1730px;
  }
}

input[type=checkbox] {
  width: auto;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--primary);
  border-color: var(--primary);
  background-color: var(--primary);
}

.bg-primary {
  background-color: #1A685B !important;
}

.bg-tertiary {
  background-color: #122F2A !important;
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-shade {
  background-color: #f6f6f6 !important;
}

.bg-info {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #1F1F1F !important;
}

/* .bg-dark-alt {
  background-color: !important;
} */

a {
  color: var(--headings-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--headings-color);
}

.badge {
  text-transform: capitalize;
  font-weight: 500;
}

.lead-sm {
  font-size: 20px;
}

input,
textarea,
select,
.form-control {
  font-family: var(--font-family-base);
  width: 100%;
  color: var(--body-color);
  padding: 14.5px 20px;
  border: 1px solid var(--theme-border);
  border-radius: var(--radius);
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  outline: 0 none;
  box-shadow: 0 0 0 0.05rem rgba(var(--primary), 0.2);
}
input::placeholder,
textarea::placeholder,
select::placeholder,
.form-control::placeholder {
  opacity: 1;
  color: var(--body-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type=checkbox] {
  padding: 0px;
}

.btn:focus-visible {
  color: var(--headings-color);
  background-color: var(--primary);
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

/*! theme */
/*=================================
Theme Style
*/
.overly, blockquote cite, blockquote, .pricing-entry .pricing-body ul li, .pricing-sec .pricing-wrap, .process-card .count, .blog-sec3, .blog-entry3 .entry-content h3, .faq-accordion .accordion-item .accordion-body, .review-thumb, .review-entry .review-quote, .event-list .event-footer, .event-list .event-thumb, .event-sec, .team-entry2, .stat-sec .row > div, .stat-sec2 .row > div, .slide-transtion .swiper-slide, .card-entry, .service-entry, .card-entry2, .sc-media-wrap, .cta-sec3 .video-box a, .cta-sec, .cause-list .cause-thumb, .cause-list .cause-txt .donate-stat, .cause-entry, .cause-entry3, .about-sec4 .about-imgs, .abstat-wrap .donate-stat, .about-sec3 .about-process, .about-sec3 .about-thumbs, .about-feature .single-feat ul li, .about-sec .about-media .about-feat, .swiper-pagination span.swiper-pagination-bullet-active, .instagram-widget .widget-inner .insta-wrap a, .recent-entry .rc-entry, .footer-2 .footer-top .single-conn span, .footer-nav ul li, .footer-widget ul li, .footer-widget .widget-title, .footer, .header.header-3 .navbar-brand, .header.header-2 .nav-cta, .header.header-2 .header-top, .header.header-1 nav.navbar, .header.header-1 .header-top, .btn-close, .header-actions a.text-reset.user-account, .navbar-line, .header-top .header-socials span, ul.check li, .ct-list li, a.link-btn, .sec-intro .sec-meta, .sub-title {
  position: relative;
  z-index: 1;
}
.overly::before, blockquote cite::before, blockquote::before, .pricing-entry .pricing-body ul li::before, .pricing-sec .pricing-wrap::before, .process-card .count::before, .blog-sec3::before, .blog-entry3 .entry-content h3::before, .faq-accordion .accordion-item .accordion-body::before, .review-thumb::before, .review-entry .review-quote::before, .event-list .event-footer::before, .event-list .event-thumb::before, .event-sec::before, .team-entry2::before, .stat-sec .row > div::before, .stat-sec2 .row > div::before, .slide-transtion .swiper-slide::before, .card-entry::before, .service-entry::before, .card-entry2::before, .sc-media-wrap::before, .cta-sec3 .video-box a::before, .cta-sec::before, .cause-list .cause-thumb::before, .cause-list .cause-txt .donate-stat::before, .cause-entry::before, .cause-entry3::before, .about-sec4 .about-imgs::before, .abstat-wrap .donate-stat::before, .about-sec3 .about-process::before, .about-sec3 .about-thumbs::before, .about-feature .single-feat ul li::before, .about-sec .about-media .about-feat::before, .swiper-pagination span.swiper-pagination-bullet-active::before, .instagram-widget .widget-inner .insta-wrap a::before, .recent-entry .rc-entry::before, .footer-2 .footer-top .single-conn span::before, .footer-nav ul li::before, .footer-widget ul li::before, .footer-widget .widget-title::before, .footer::before, .header.header-3 .navbar-brand::before, .header.header-2 .nav-cta::before, .header.header-2 .header-top::before, .header.header-1 nav.navbar::before, .header.header-1 .header-top::before, .btn-close::before, .header-actions a.text-reset.user-account::before, .navbar-line::before, .header-top .header-socials span::before, ul.check li::before, .ct-list li::before, a.link-btn::before, .sec-intro .sec-meta::before, .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--theme-border);
}

.container-fluid {
  --bs-gutter-x: 30px;
}
.btn-primary {
  background-color: #1A685B;
  border-color: #1A685B;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(15.8, 63.2, 55.3);
  border-color: rgb(15.8, 63.2, 55.3);
  color: #fff;
}

.btn {
  font-family: var(--font-family-btn);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 16px 32px;
  border-radius: var(--radius);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 13px 35px;
  }
}
.btn i.ri-arrow-right-line {
  transform: rotate(-30deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover i.ri-arrow-right-line {
  transform: rotate(0deg);
}
.btn.btn-xs {
  padding: 12px 26px;
  font-size: 14px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}
.icon, .btn-2 span, .icon-xl, .icon-lg, .gallery-item .gallery-hover a, .icon-xs {
  height: 46px;
  width: 46px;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.icon i, .btn-2 span i, .icon-xl i, .icon-lg i, .gallery-item .gallery-hover a i, .icon-xs i {
  display: table-cell;
  vertical-align: middle;
}

.icon-xs {
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.icon-lg, .gallery-item .gallery-hover a {
  width: 60px;
  height: 60px;
}

.icon-xl {
  width: 100px;
  height: 100px;
}
.shadow-1 {
  -webkit-box-shadow: 0px 10px 50px rgb(232, 232, 232);
  -moz-box-shadow: 0px 10px 50px rgb(232, 232, 232);
  box-shadow: 0px 10px 50px rgb(232, 232, 232);
}

.shadow-2 {
  -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
}
.social-share a {
  background-color: var(--primary);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-share a i {
  display: table-cell;
  vertical-align: middle;
}
.social-share a:last-child {
  margin-right: 0;
}
.social-share a:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.social-share.outline a {
  border: 1px solid var(--theme-border);
  background-color: transparent;
  color: var(--headings-color);
}
.social-share.outline a:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.social-share.null a {
  background-color: transparent;
  width: auto;
  height: auto;
  color: var(--headings-color);
}
.social-share.null a:hover {
  color: var(--secondary);
}
/*! header */
/* important comment */
.icon-button {
  border: 0 none;
  background-color: transparent;
}

.header-top .logo {
  position: relative;
  top: 7px;
}
.header-top .logo img {
  max-height: 70px;
  width: auto;
}
.header-top .header-socials span {
  color: var(--dark);
  font-weight: 500;
}
.header-top .header-socials span::before {
  width: 1px;
  height: 11px;
  left: 85px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Mobile logo */
.mobile-logo img {
  max-height: 50px;
  width: auto;
}
@media (max-width: 575.98px) {
  .mobile-logo img {
    max-height: 40px;
  }
}
/* Navbar phone link (mobile only) */
.navbar-phone-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
}
.navbar-phone-link:hover {
  color: var(--secondary);
}
.navbar-phone-link i {
  font-size: 1.1rem;
}
@media (max-width: 420px) {
  .navbar-phone-link {
    font-size: 0.75rem;
  }
}
/* Navbar toggler (menu button) */
.navbar-toggler.offcanvas-nav-btn {
  font-size: 1.4rem;
  padding: 5px;
  border: 0 none;
  color: var(--headings-color);
  display: flex;
  align-items: center;
  gap: 4px;
}
/* Offcanvas social icons */
.offcanvas-social .social-share a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.header {
  position: relative;
  z-index: 9;
}
.header .header-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .header .header-wrapper .btn {
    padding: 18px 35px;
  }
}

.navbar-line::before {
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  top: 100%;
}
@media (min-width: 992px) {
  .navbar-line::before {
    height: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-line::before {
    top: 135%;
  }
}

.navbar {
  padding: 10px 0px;
}
.navbar .dropdown,
.navbar .dropdown-center,
.navbar .dropend,
.navbar .dropstart,
.navbar .dropup,
.navbar .dropup-center {
  position: relative;
}
@media (max-width: 1199.98px) {
  .navbar .dropdown,
  .navbar .dropdown-center,
  .navbar .dropend,
  .navbar .dropstart,
  .navbar .dropup,
  .navbar .dropup-center {
    width: 100%;
  }
}
.navbar .navbar-nav > li a.nav-link {
  padding: 25px 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--font-family-headings);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar .navbar-nav > li a.nav-link {
    padding: 32px 18px;
  }
}
.navbar .navbar-nav > li a.nav-link::after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li:first-child a.nav-link {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav > li {
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item > .dropdown-menu:first-of-type::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 22px;
  z-index: 8;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--white);
}
.navbar .navbar-nav .dropdown-menu {
  border: none;
  border-radius: var(--radius);
  margin-top: 0;
  padding: 15px 0;
  min-width: 250px;
  top: 100%;
  left: 0;
  background-color: var(--white);
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.35);
  z-index: 10;
  transform: translateY(15px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  align-items: center;
  display: flex;
  font-weight: 500;
  padding: 7px 15px;
  padding-left: 25px;
  width: 100%;
  font-size: 15px;
  font-family: var(--font-family-headings);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--secondary);
  padding-left: 28px !important;
}
.navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
  position: absolute;
  right: 16px;
  transform: rotate(-90deg);
}
.navbar .navbar-nav .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  left: 100%;
  right: auto;
  top: -10px;
}
.navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:focus > a,
.navbar .navbar-nav .dropdown-menu > li.dropdown-submenu.dropend:hover > a {
  color: var(--primary);
  background-color: transparent;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav > .dropdown:hover > .dropdown-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translateY(0);
}
.navbar .navbar-brand {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-width: 145px;
  }
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand img {
    max-width: 135px;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .dropdown .dropdown-toggle:after {
  content: "\ea4e";
  font-family: "remixicon" !important;
  border: 0 none;
  margin-left: 5px;
  float: right;
  font-size: 13px;
  margin-top: 1px;
}
@media (max-width: 767.98px) {
  .navbar .dropdown .dropdown-toggle:after {
    margin-left: auto;
    margin-right: 10px;
  }
}
.navbar button.navbar-toggler.offcanvas-nav-btn {
  border: 0;
  font-size: 18px;
  color: var(--headings-color);
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
}
.navbar button.navbar-toggler.offcanvas-nav-btn i {
  top: 0.125rem;
  position: relative;
}
.navbar .dropdown-header {
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  padding: 3px 15px 7px 25px;
  text-transform: uppercase;
}
.navbar .custom-btn {
  border-radius: 30px;
  padding: 9px 28px;
}
.navbar .nav-banner > a img {
  margin: 10px 0;
}
@media (max-width: 1199.98px) {
  .navbar .nav-cta .btn {
    padding: 12px 23px;
  }
  .navbar .nav-cta .icon-lg, .navbar .nav-cta .gallery-item .gallery-hover a, .gallery-item .gallery-hover .navbar .nav-cta a {
    width: 50px;
    height: 50px;
  }
}
.navbar .nav-cta .btn-secondary:hover,
.navbar .nav-cta .btn-secondary:focus {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--headings-color);
}
.navbar.scroll-on .container::before {
  display: none;
}
.navbar.scroll-on .navbar-nav li a.nav-link {
  padding: 25px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar.scroll-on .navbar-nav li a.nav-link {
    padding: 22px 15px;
  }
}
.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
  padding-left: 0;
}

header .header-nav-wrapper.header-sticky.scroll-on {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background: var(--white);
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.07);
  width: 100%;
  animation: headerSlideDown 1.3s ease forwards;
}
header .header-nav-wrapper.header-sticky.scroll-on .navbar-line:before {
  display: none;
}
header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
  padding: 28px 18px;
}
@media (max-width: 1199.98px) {
  header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 21px 18px;
  }
}
@media (max-width: 575.98px) {
  header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 17px 18px;
  }
}
header .header-nav-wrapper.header-sticky.scroll-on .navbar .container-fluid {
  border: 0 none;
}

.navbar.nav-center .offcanvas {
  max-width: 700px;
}
@media (max-width: 991.98px) {
  .navbar.nav-center .offcanvas {
    max-width: calc(100% - 20px);
  }
}
.navbar.nav-center .navbar-nav li:last-child a.nav-link {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .navbar .navbar-nav > li:hover > a.nav-link,
  .navbar .navbar-nav > li > a.nav-link.active {
    color: var(--secondary);
  }
  .navbar .navbar-nav > li:hover > a.nav-link::after {
    transform: rotate(180deg);
  }
  .navbar .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateY(20px);
  }
  .navbar .navbar-nav .dropdown-submenu.dropend:hover > .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1199.98px) {
  .navbar .offcanvas-header {
    margin-bottom: 15px;
  }
  .navbar .offcanvas-header img {
    max-width: 140px;
  }
  .navbar .navbar-nav .dropdown-menu {
    background-color: transparent;
    min-width: 0 !important;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
  }
  .navbar .offcanvas.bg-dark .dropdown-menu {
    background-color: var(--white);
  }
  .navbar .offcanvas.bg-dark .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #2b2b2b;
  }
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    margin-left: 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    border-radius: 0;
    padding: 17px 18px;
    font-size: 16px;
    line-height: 1;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border: 0 none;
  }
}
.header-actions a.btn {
  padding: 13px 24px;
}
.header-actions a.text-reset.user-account {
  font-weight: 500;
  margin: 0 22px;
}
.header-actions a.text-reset.user-account::before {
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  height: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-actions a.icon, .header-actions a.icon-xs, .header-actions a.icon-lg, .header-actions .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header-actions a, .header-actions a.icon-xl {
    width: 45px;
    flex: 0 0 45px;
    height: 45px;
  }
  .header-actions a.text-reset.user-account {
    margin: 0 14px;
  }
  .header-actions a.text-reset.user-account::before {
    left: -10px;
  }
}
@media (max-width: 1199.98px) {
  .header-actions a.icon, .header-actions a.icon-xs, .header-actions a.icon-lg, .header-actions .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header-actions a, .header-actions a.icon-xl {
    width: 45px;
    flex: 0 0 45px;
    height: 45px;
  }
  .header-actions a.text-reset.user-account {
    margin: 0 14px;
  }
  .header-actions a.text-reset.user-account::before {
    left: -10px;
  }
}
.header-actions .cart-num {
  background-color: var(--secondary);
  color: var(--white);
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 13px;
  line-height: 24px;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -6.25rem;
  }
  to {
    margin-top: 0;
  }
}
.offcanvas-header .btn-close {
  padding: 4px;
}

.btn-close {
  width: 30px;
  height: 30px;
  line-height: 36px;
  flex: 0 0 30px;
  text-align: center;
  display: table;
  background: 0 0;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  background-color: transparent;
}
.btn-close:focus {
  border: 0 none;
  box-shadow: none;
}
.btn-close:before {
  font-family: "remixicon" !important;
  content: "\eb99";
  color: var(--white);
  background-color: transparent;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 37px;
}

.header.header-1 {
  height: 80px;
}
@media (max-width: 1199.98px) {
  .header.header-1 {
    height: auto;
  }
  .header.header-1 .header-wrapper {
    position: relative;
  }
  .header.header-1 nav.navbar {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.header.header-1 .header-top {
  padding: 0px 0 25px;
}
.header.header-1 .header-top::before {
  background: url(../images/logo-bg.png) no-repeat left center;
}
@media (max-width: 1199.98px) {
  .header.header-1 .header-top::before {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .header.header-1 .header-top::before {
    left: -9%;
  }
}
@media (max-width: 1199.98px) {
  .header.header-1 .header-top {
    padding: 10px 0px 17px;
  }
}
.header.header-1 .nav-cta .nav-login {
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
  padding: 14px 20px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.header.header-1 .nav-cta .nav-login:hover {
  opacity: 0.85;
}
.header.header-1 .nav-cta .nav-donate a {
  font-weight: 700;
  color: var(--white);
}
.header.header-1 nav.navbar {
  position: absolute;
  right: 0px;
  width: calc(100% - 170px);
  padding: 0;
  bottom: -40px;
  background-color: var(--white);
  border-radius: var(--radius);
}
.header.header-1 nav.navbar::before {
  background-color: var(--secondary);
  width: 250px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  left: auto;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-1 nav.navbar {
    bottom: -45px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-1 nav.navbar {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    padding: 10px 5px;
    min-height: 50px;
    border-radius: 0;
  }
  .header.header-1 nav.navbar .container,
  .header.header-1 nav.navbar .ct-container {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .header.header-1 nav.navbar::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header.header-1 nav.navbar {
    padding: 8px 0px;
  }
  .header.header-1 nav.navbar .container,
  .header.header-1 nav.navbar .ct-container {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .header.header-1 nav.navbar .navbar-nav > li:first-child a.nav-link {
    padding-left: 35px;
  }
}
.header.header-1 nav.navbar .nav-donate {
  margin-left: 50px;
   margin-right: 20px;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on {
  background-color: transparent;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar {
  position: relative;
  bottom: auto;
  width: 100%;
  right: 0;
  border-radius: 0;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
  border-radius: 0;
}
@media (min-width: 1600px) {
  .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar::before {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn {
    padding: 15px 35px;
  }
  .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:hover, .header.header-1 .header-nav-wrapper.header-sticky.scroll-on nav.navbar .btn:focus {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
  }
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on .header-buttons {
  top: 25px;
}
.header.header-1 .header-nav-wrapper.header-sticky.scroll-on .header-buttons::before {
  height: 85px;
}
@media (max-width: 575.98px) {
  .header.header-1 .single-conn .icon, .header.header-1 .single-conn .icon-xs, .header.header-1 .single-conn .icon-lg, .header.header-1 .single-conn .gallery-item .gallery-hover a, .gallery-item .gallery-hover .header.header-1 .single-conn a, .header.header-1 .single-conn .icon-xl, .header.header-1 .single-conn .btn-2 span, .btn-2 .header.header-1 .single-conn span {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .header.header-1 .single-conn .conn-txt {
    margin-left: 5px !important;
    line-height: 1.3;
  }
  .header.header-1 .single-conn .conn-txt small {
    font-size: 13px;
  }
  .header.header-1 .single-conn .conn-txt span,
  .header.header-1 .single-conn .conn-txt a {
    font-size: 14px;
  }
}
.header.header-2 {
  min-height: 135px;
}
.header.header-2 .container-fluid {
  padding: 0px 20px;
}
@media (max-width: 1199.98px) {
  .header.header-2 {
    min-height: 130px;
  }
}
.header.header-2 .header-top {
  padding: 12px 20px;
  margin: 10px 10px 0;
}
.header.header-2 .header-top .container-fluid {
  padding: 0 10px;
}
.header.header-2 .header-top::before {
  background-color: var(--primary);
  max-width: calc(100% - 16px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.header.header-2 .header-top .header-socials span,
.header.header-2 .header-top .social-share a {
  color: var(--white);
}
.header.header-2 .header-top .social-share a:hover {
  color: var(--secondary);
}
.header.header-2 .nav-cta {
  margin-left: 70px;
}
.header.header-2 .nav-cta .d-flex {
  gap: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header.header-2 .nav-cta .d-flex {
    gap: 20px;
  }
}
.header.header-2 .nav-cta .d-flex .quick-call a {
  font-size: 24px;
}
.header.header-2 .nav-cta::before {
  width: 1px;
  left: -40px;
}
.header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
  padding: 22px 18px;
}
@media (max-width: 1199.98px) {
  .header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li a.nav-link {
    padding: 17px 18px;
  }
}
@media (min-width: 576px) {
  .header.header-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.header.header-3 .header-wrapper {
  top: 15px;
  background: transparent;
}
@media (max-width: 767.98px) {
  .header.header-3 .header-wrapper {
    top: 0px;
  }
}
.header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
  background-color: var(--white);
  margin: 0 40px;
  border-radius: 100px;
}
@media (min-width: 1600px) {
  .header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
    margin: 0 100px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-3 .header-wrapper .header-nav-wrapper .container-fluid {
    margin: 0 20px;
    padding: 10px;
  }
}
.header.header-3 .header-wrapper .navbar {
  padding: 0;
}
.header.header-3 .header-wrapper .navbar ul li a {
  padding: 36px 20px;
}
@media (min-width: 1600px) {
  .header.header-3 .header-wrapper .navbar ul li a {
    padding: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .header.header-3 .header-wrapper .navbar ul li a {
    padding: 17px 18px;
  }
}
.header.header-3 .header-wrapper .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 7px 15px 7px 25px;
}
.header.header-3 .header-top {
  background: var(--primary);
  max-width: 860px;
  margin-left: auto;
  margin-right: 120px;
  border-radius: 30px 30px 0 0;
  padding: 15px 30px;
}
@media (min-width: 1600px) {
  .header.header-3 .header-top {
    margin-right: 190px;
  }
}
.header.header-3 .header-top .social-share a,
.header.header-3 .header-top .header-socials span {
  color: var(--white);
}
@media (max-width: 767.98px) {
  .header.header-3 .header-top {
    border-radius: 0;
  }
}
.header.header-3 .navbar-brand::before {
  border-right: 3px solid var(--secondary);
  border-radius: 1000px 30px 30px 1000px;
  width: 230px;
  height: 115px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header.header-3 .navbar-brand::before {
    display: none;
  }
}
@media (min-width: 1600px) {
  .header.header-3 .navbar-brand::before {
    height: 130px;
  }
}
.header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-brand:before {
  display: none;
}
.header.header-3 .navbar .nav-cta .btn-secondary:hover,
.header.header-3 .search-btn:hover,
.header.header-3 .navbar .nav-cta .btn-secondary:focus,
.header.header-3 .search-btn:focus {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}

.header-transparent {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.header-transparent .container-fluid {
  padding: 5px 15px;
  border: 1px solid rgba(var(--white-rgb), 0.2);
  border-radius: 100px;
}
.header-transparent .navbar .navbar-nav > li a.nav-link {
  color: var(--white);
}
@media (max-width: 1199.98px) {
  .header-transparent .navbar .navbar-nav > li a.nav-link {
    color: var(--headings-color);
  }
}
.header-transparent .navbar button.navbar-toggler.offcanvas-nav-btn {
  color: var(--white);
}
.header-transparent .navbar .nav-cta a.phone span {
  color: var(--white);
}
.header-transparent .navbar .nav-cta a.phone span small {
  color: rgba(var(--white-rgb), 0.7);
}
.header-transparent .header-nav-wrapper.header-sticky.scroll-on {
  background-color: var(--headings-color);
}

section.promo-sec {
  padding: 95px 0 50px;
  background-color: var(--tertiary);
}
@media (max-width: 767.98px) {
  section.promo-sec {
    padding: 65px 0 35px;
  }
}
section.promo-sec .parallax-overly {
  display: none;
}
section.promo-sec h1 {
  font-size: 38px;
  font-weight: 700;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;;
}
@media (max-width: 767.98px) {
  section.promo-sec h1 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  section.promo-sec {
    padding: 55px 0 30px;
  }
  section.promo-sec h1 {
    font-size: 22px;
  }
}
section.promo-sec ol.breadcrumb {
  display: block;
}
section.promo-sec ol.breadcrumb .breadcrumb-item {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
}
section.promo-sec ol.breadcrumb .breadcrumb-item a {
  color: var(--secondary);
}
section.promo-sec ol.breadcrumb .breadcrumb-item.active {
  color: var(--white);
}
section.promo-sec .breadcrumb-item + .breadcrumb-item::before {
  font-style: normal;
  color: var(--white);
  font-size: 18px;
}

/*! Hero Banner */
.hero-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  line-height: 0;
}
.hero-banner {
  position: relative;
  overflow: hidden;
  border: 0 none;
  outline: 0 none;
}
.hero-banner .hero-slider,
.hero-banner .swiper-wrapper,
.hero-banner .swiper-slide {
  border: 0 none;
  outline: 0 none;
}
.hero-slide {
  position: relative;
  min-height: 595px;
  border: 0 none;
}
.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.hero-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--tertiary) 0%, var(--primary) 50%, rgba(26,104,91,0.6) 100%);
  opacity: .8;
  z-index: 1;
}
.hero-slide .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 595px;
  justify-content: center;
}
.hero-content {
  padding: 60px 0 120px;
  width: 100%;
}
.hero-subheading {
  display: inline-block;
  font-family: var(--font-family-headings);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--secondary);
  margin-bottom: 18px;
  background-color: rgba(255,255,255,0.1);
  padding: 6px 16px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.swiper-slide-active .hero-subheading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.hero-title {
  font-family: var(--font-family-headings);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.swiper-slide-active .hero-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin-bottom: 35px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.swiper-slide-active .hero-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.hero-content .btn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
  border-radius: var(--radius);
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
}
.hero-content .btn:hover,
.hero-content .btn:focus {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--headings-color);
}
.swiper-slide-active .hero-content .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
/* Hero Navigation */
.hero-button-prev,
.hero-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.3s ease;
}
.hero-button-prev {
  left: 25px;
}
.hero-button-next {
  right: 25px;
}
.hero-banner:hover .hero-button-prev,
.hero-banner:hover .hero-button-next {
  opacity: 1;
}
.hero-button-prev:hover,
.hero-button-next:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
/* Hero Divider */
.hero-divider {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
}
.hero-divider svg {
  width: 100%;
  height: 80px;
  display: block;
}
@media (min-width: 1600px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 660px;
  }
  .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 1399.98px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 530px;
  }
  .hero-title {
    font-size: 44px;
  }
  .hero-desc {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 470px;
  }
  .hero-title {
    font-size: 38px;
  }
  .hero-subheading {
    font-size: 13px;
  }
  .hero-desc {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 410px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-desc {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .hero-content {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-slide,
  .hero-slide .container {
    min-height: 360px;
  }
  .hero-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .hero-subheading {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 5px 12px;
  }
  .hero-desc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .hero-content {
    padding: 30px 0 100px;
  }
  .hero-content .btn {
    padding: 12px 28px;
    font-size: 14px;
  }
  .hero-button-prev,
  .hero-button-next {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .hero-button-prev {
    left: 10px;
  }
  .hero-button-next {
    right: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero-slide {
    min-height: auto;
  }
  .hero-slide-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-slide-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .hero-slide .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .hero-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero-subheading {
    font-size: 9px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding: 4px 10px;
  }
  .hero-desc {
    display: none;
  }
  .hero-content {
    padding: 46px 0 50px;
  }
  .hero-content .btn {
    padding: 10px 22px;
    font-size: 13px;
  }
  .hero-divider svg {
    height: 40px;
  }
}

/*! Services Section */
.services-sec {
  padding: 50px 0 100px;
}
.section-subheading {
  display: inline-block;
  font-family: var(--font-family-headings);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--secondary);
  margin-bottom: 12px;
}
.section-heading {
  font-family: var(--font-family-headings);
  font-size: 42px;
  font-weight: 800;
  color: var(--headings-color);
  margin-bottom: 50px;
}
.service-card {
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 35px 28px;
  height: 100%;
  border: 1px solid var(--theme-border);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  transition: all 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}
.service-card:hover::before {
  height: 6px;
  background-color: var(--secondary);
}
.service-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(26,104,91,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--primary);
  margin-bottom: 22px;
  transition: all 0.4s ease;
}
.service-card-icon.secondary {
  background-color: rgba(255,85,40,0.1);
  color: var(--secondary);
}
.service-card-icon.tertiary {
  background-color: rgba(18,47,42,0.1);
  color: var(--tertiary);
}
.service-card:hover .service-card-icon {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(1.1);
}
.service-card:hover .service-card-icon.secondary {
  background-color: var(--secondary);
}
.service-card:hover .service-card-icon.tertiary {
  background-color: var(--tertiary);
}
.service-card-title {
  font-family: var(--font-family-headings);
  font-size: 20px;
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 12px;
}
.service-card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-color);
  margin-bottom: 20px;
}
.service-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-headings);
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary);
  transition: all 0.3s ease;
}
.service-read-more i {
  transform: rotate(-30deg);
  transition: transform 0.3s ease;
}
.service-read-more:hover {
  color: var(--primary);
}
.service-read-more:hover i {
  transform: rotate(0deg);
}
@media (max-width: 991.98px) {
  .services-sec {
    padding: 70px 0;
  }
  .section-heading {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .service-card {
    padding: 28px 22px;
  }
  .service-card-icon {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .services-sec {
    padding: 0px 0px 100px;
  }
  .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .services-sec .row.g-4 {
    --bs-gutter-y: 0.6rem;
    --bs-gutter-x: 0.6rem;
  }
  .section-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-subheading {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .service-card {
    padding: 15px 12px;
  }
  .service-card-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .service-card-desc {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .service-read-more {
    font-size: 12px;
  }
  .service-card-title {
    font-size: 18px;
  }
}

/*! CTA Section */
.cta-section {
  background: var(--secondary);
  padding: 100px 0;
  position: relative;
}
.cta-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--white);
  margin-bottom: 25px;
}
.cta-section .cta-title {
  font-family: var(--font-family-headings);
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.cta-section .cta-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-highlights {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.cta-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255,255,255,0.15);
  padding: 10px 20px;
  border-radius: 30px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-headings);
}
.cta-highlight-item i {
  font-size: 18px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cta-section .btn-light {
  background: #fff;
  color: var(--secondary);
  font-family: var(--font-family-btn);
  font-weight: 700;
  padding: 16px 32px;
  border-radius: var(--radius);
  font-size: 16px;
  border: none;
  white-space: nowrap;
}
.cta-section .btn-light:hover {
  background: var(--tertiary);
  color: #fff;
}
.cta-section .btn-light i {
  margin-right: 6px;
}
.btn-cta-outline {
  background: transparent;
  color: var(--white);
  font-family: var(--font-family-btn);
  font-weight: 700;
  padding: 16px 32px;
  border-radius: var(--radius);
  font-size: 16px;
  border: 2px solid rgba(255,255,255,0.4);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn-cta-outline:hover {
  background-color: var(--white);
  color: var(--secondary);
  border-color: var(--white);
}
.cta-divider-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
  pointer-events: none;
}
.cta-divider-top svg {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
.cta-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.cta-divider-bottom svg {
  width: 100%;
  height: 80px;
}
@media (max-width: 991.98px) {
  .cta-section {
    padding: 80px 0;
  }
  .cta-section .cta-title {
    font-size: 32px;
  }
  .cta-section .cta-desc {
    font-size: 16px;
  }
  .cta-highlights {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .cta-section {
    padding: 70px 0;
  }
  .cta-section .cta-title {
    font-size: 26px;
  }
  .cta-section .cta-desc {
    font-size: 15px;
  }
  .cta-icon-wrap {
    width: 56px;
    height: 56px;
    font-size: 26px;
    margin-bottom: 18px;
  }
  .cta-highlight-item {
    padding: 8px 14px;
    font-size: 13px;
  }
  .cta-buttons .btn,
  .cta-buttons .btn-cta-outline {
    padding: 13px 25px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .cta-section .cta-title {
    font-size: 22px;
  }
  .cta-highlights {
    gap: 10px;
  }
  .cta-highlight-item {
    padding: 7px 12px;
    font-size: 12px;
    gap: 5px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/*! About Section */
.sec-padding {
  padding: 80px 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-padding {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .sec-padding {
    padding: 50px 0;
  }
}
.sub-title {
  font-family: "Caveat", cursive;
  display: inline-block;
  color: var(--secondary);
  font-size: 28px;
  margin-bottom: 15px;
}
.sub-title::before, .sub-title::after {
  background: url("../images/icons/arrow-right.svg") no-repeat center left/contain;
  width: 70px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
}
.sub-title:after {
  position: absolute;
  content: "";
  left: auto;
  right: -90px;
  background: url("../images/icons/arrow-left.svg") no-repeat center right/contain;
}
.sub-title.single {
  margin-left: 100px;
}
.sub-title.single::after {
  display: none;
}
@media (max-width: 575.98px) {
  .sub-title {
    overflow: hidden;
    font-size: 26px;
  }
  .sub-title.single {
    margin-left: 0;
  }
}
.anim-img {
  position: absolute;
  backface-visibility: hidden;
  animation: jumping 5s ease-in-out 2s infinite alternate;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  user-select: none;
  will-change: transform;
}
.anim-img.left-bottom {
  right: auto;
  left: 0px;
  top: auto;
  bottom: 20px;
}
.anim-img.right-bottom {
  right: 20px;
  bottom: 20px;
}
@media (max-width: 575.98px) {
  .anim-img {
    display: none;
  }
}
.rotate {
  animation: rotate 7s linear infinite;
}
@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(0.5);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.af-item {
  padding: 20px 0 20px 25px;
  margin-bottom: 13px;
  max-width: 530px;
}
.af-item p {
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .af-item p {
    font-size: 15px;
  }
}
.af-item h3 {
  font-size: 22px;
}
.af-icon {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background-color: var(--primary);
  color: var(--white);
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .af-item {
    padding: 10px 0;
  }
}
.about-features {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .about-features {
    background-image: none !important;
  }
}
.quick-call {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .quick-call {
    margin-top: 20px;
  }
}
.quick-call small {
  display: block;
  font-weight: 400;
  color: #575C67;
}
.quick-call i {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .about-sec .anim-img.right-bottom {
    display: none;
  }
}
.about-sec {
  padding-bottom: 140px;
}
.about-sec .about-content {
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .about-sec .about-content {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .about-sec .about-content {
    padding-left: 0;
     margin-top: 40px;
  }
}
.about-sec .about-content p.lead {
  color: var(--headings-color);
  margin: 30px 0 40px;
}
@media (min-width: 1200px) {
  .about-sec .about-media {
    margin-left: -30px;
  }
}
.about-sec .about-media:before {
  background: url(../images/about-sh1.png) no-repeat top left/contain;
  left: -30%;
  top: -50px;
}
.about-sec .about-media > img {
  position: absolute;
  left: 67%;
  bottom: -107px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 320px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-sec .about-media > img {
    left: 50%;

    transform: translateX(-50%);
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .about-sec .about-media .about-feat {
    width: 475px;
    height: 571px;
  }
}
.about-sec .about-media .about-feat img {
  border-radius: var(--radius);
}
.about-sec .about-media .about-feat::before {
  background: transparent;
  border: 2px solid var(--secondary);
  left: 40px;
  top: 40px;
  border-radius: var(--radius);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-sec .about-media .about-feat::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about-sec {
    padding-bottom: 80px;
  }
  .about-sec .about-media .about-feat {
    margin-bottom: 0;
    height: 450px;
    overflow: hidden;
  }
  .about-sec .about-media .about-feat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
  .about-sec .about-media .about-feat::before {
    background: transparent;
    border: 2px solid var(--secondary);
    left: 15px;
    top: 15px;
  }
  .about-sec .about-media > img {
    position: absolute;
    right: 10px;
    bottom: -30px;
    left: auto;
    transform: none;
    max-width: 140px;
    border-radius: 10px;
  }
  .about-sec .about-media {
    margin-bottom: 40px;
  }
}
.about-stat {
  position: absolute;
  right: 40px;
  top: 60px;
  padding: 30px 25px;
  z-index: 1;
}
.about-stat p {
  color: var(--white);
  margin: 0;
}
@media (max-width: 767.98px) {
  .about-stat {
    right: 0;
    top: 33%;
    padding: 20px 15px;
  }
  .about-stat .display-2, .about-stat .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .about-stat {
    position: inherit;
  }
}

.rounded-4{
  border-radius: var(--radius) !important;
}

/*! Stats Counter Section */
.stats-sec {
  background: var(--primary);
  padding: 100px 0;
  position: relative;
}
.stats-divider-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
}
.stats-divider-top svg {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
.stats-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.stats-divider-bottom svg {
  width: 100%;
  height: 80px;
}
.stat-item {
  padding: 20px 10px;
}
.stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white);
  margin-bottom: 20px;
}
.stat-number {
  font-family: var(--font-family-headings);
  font-size: 52px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  display: inline;
  margin: 0;
}
.stat-plus {
  font-family: var(--font-family-headings);
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary);
  vertical-align: top;
}
.stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .stats-sec {
    padding: 70px 0;
  }
  .stat-number {
    font-size: 40px;
  }
  .stat-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .stats-sec {
    padding: 60px 0;
  }
  .stat-number {
    font-size: 32px;
  }
  .stat-plus {
    font-size: 24px;
  }
  .stat-label {
    font-size: 14px;
  }
  .stat-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

/*! Programs Section */
.programs-sec {
  background-color: var(--white);
  padding-bottom: 40px;
}
.programs-sec.sec-padding {
  padding-bottom: 40px;
}
.program-card {
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 35px 30px;
  height: 100%;
  border: 1px solid var(--theme-border);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.program-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  transition: all 0.4s ease;
}
.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}
.program-card:hover::before {
  height: 6px;
  background-color: var(--secondary);
}
.program-card.featured {
  border-color: var(--primary);
  box-shadow: 0 10px 30px rgba(26,104,91,0.15);
}
.program-card.featured::before {
  background-color: var(--secondary);
  height: 6px;
}
.program-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--secondary);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.program-icon {
  width: 65px;
  height: 65px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--white);
  margin-bottom: 22px;
}
.program-title {
  font-family: var(--font-family-headings);
  font-size: 22px;
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 12px;
}
.program-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-color);
  margin-bottom: 20px;
}
.program-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-features li {
  padding: 7px 0;
  font-size: 15px;
  color: var(--body-color);
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--theme-border);
}
.program-features li:first-child {
  border-top: none;
}
.program-features li i {
  color: var(--primary);
  font-size: 16px;
  flex: 0 0 auto;
}
.program-features li.pf-hidden {
  display: none;
}
.program-features.expanded li.pf-hidden {
  display: flex;
}
.pf-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 8px;
  cursor: pointer;
  transition: color 0.3s;
}
.pf-toggle:hover {
  color: var(--secondary);
}
.pf-toggle i {
  font-size: 16px;
  transition: transform 0.3s;
}
.pf-toggle.expanded i {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .program-card {
    padding: 25px 20px;
  }
  .program-title {
    font-size: 20px;
  }
}

/*! Why Choose Us Section */
.why-choose-sec {
  padding: 60px 0;
  background-color: var(--shade);
  overflow: hidden;
}
.why-choose-content .sec-title {
  margin-bottom: 20px;
}
.why-choose-content > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--body-color);
}
.why-item {
  padding: 20px;
  background-color: var(--white);
  border-radius: var(--radius);
  height: 100%;
  transition: all 0.3s ease;
}
.why-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.why-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius);
  background-color: rgba(26,104,91,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 15px;
}
.why-item h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
.why-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--body-color);
  margin: 0;
}
.why-choose-images {
  position: relative;
  padding-left: 40px;
}
.wc-img-main {
  border-radius: var(--radius);
  overflow: hidden;
}
.wc-img-main img {
  border-radius: var(--radius);
  width: 100%;
}
.wc-img-float {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 200px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}
.wc-img-float img {
  width: 100%;
  border-radius: var(--radius);
}
.wc-experience-badge {
  position: absolute;
  top: 30px;
  right: -15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 20px rgba(255,85,40,0.3);
  animation: jumping 5s ease-in-out 2s infinite alternate;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
.wc-exp-number {
  font-family: var(--font-family-headings);
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.wc-exp-text {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  line-height: 1.3;
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .why-choose-sec {
    padding: 50px 0;
  }
  .why-choose-images {
    padding-left: 0;
    margin-top: 40px;
  }
  .wc-img-float {
    bottom: -20px;
    width: 160px;
  }
  .wc-experience-badge {
    right: 10px;
    top: 20px;
    width: 100px;
    height: 100px;
  }
  .wc-exp-number {
    font-size: 26px;
  }
  .wc-exp-text {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-sec {
    padding: 40px 0;
  }
  .why-choose-images {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wc-img-float {
    bottom: -15px;
    width: 120px;
    left: 10px;
  }
  .wc-experience-badge {
    right: 5px;
    top: 10px;
    width: 80px;
    height: 80px;
  }
  .wc-exp-number { font-size: 22px; }
  .wc-exp-text { font-size: 9px; }
}

/*! Testimonials Section */
.testimonials-sec {
  overflow: hidden;
}
.testimonial-slider {
  padding-bottom: 50px;
}
.testimonial-card {
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 35px 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}
.testimonial-quote {
  font-size: 40px;
  color: var(--secondary);
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.4;
}
.testimonial-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--body-color);
  margin-bottom: 25px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
}
.testimonial-avatar span {
  font-family: var(--font-family-headings);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.testimonial-name {
  font-size: 18px;
  margin-bottom: 2px;
}
.testimonial-role {
  font-size: 14px;
  color: var(--body-color);
}
.testimonial-rating {
  color: #FFC107;
  font-size: 16px;
}
.testimonial-rating i {
  margin-right: 2px;
}
.testimonial-pagination {
  text-align: center;
  bottom: 0 !important;
}
.testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  opacity: 0.3;
  transition: all 0.3s ease;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
  background-color: var(--secondary);
}
@media (max-width: 767.98px) {
  .testimonial-card {
    padding: 25px 20px;
  }
  .testimonial-text {
    font-size: 15px;
  }
}

/*! Events Section */
.events-sec {
  background-color: var(--white);
}
.event-card {
  background-color: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--theme-border);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}
.event-date-badge {
  background-color: var(--primary);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-day {
  font-family: var(--font-family-headings);
  font-size: 42px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.event-month {
  font-family: var(--font-family-headings);
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.event-card-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
.event-meta span {
  font-size: 13px;
  color: var(--body-color);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-meta span i {
  color: var(--secondary);
  font-size: 15px;
}
.event-title {
  font-family: var(--font-family-headings);
  font-size: 20px;
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 10px;
}
.event-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-color);
  margin-bottom: 20px;
  flex: 1;
}

/*! Gallery CTA Section */
.gallery-cta-sec {
  background: var(--tertiary);
  padding: 100px 0;
  position: relative;
}
.gallery-cta-divider-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
}
.gallery-cta-divider-top svg {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
.gallery-cta-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.gallery-cta-divider-bottom svg {
  width: 100%;
  height: 80px;
}
.gallery-cta-title {
  font-family: var(--font-family-headings);
  font-size: 42px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 18px;
}
.gallery-cta-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 30px;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .gallery-cta-sec {
    padding: 80px 0;
  }
  .gallery-cta-title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .gallery-cta-sec {
    padding: 60px 0;
  }
  .gallery-cta-title {
    font-size: 24px;
  }
  .gallery-cta-desc {
    font-size: 15px;
  }
}

/*! Contact Section */
.contact-sec {
  background-color: var(--white);
}
.contact-info-wrap {
  height: 100%;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--theme-border);
}
.contact-info-item:first-child {
  padding-top: 0;
}
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  flex: 0 0 50px;
}
.contact-info-item h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-info-item p {
  margin: 0;
  font-size: 15px;
  color: var(--body-color);
  line-height: 1.6;
}
.contact-info-item p a {
  color: var(--body-color);
}
.contact-info-item p a:hover {
  color: var(--secondary);
}
.contact-form-wrap {
  background-color: var(--shade);
  border-radius: var(--radius);
  padding: 35px;
}
.contact-form-wrap h4 {
  font-family: var(--font-family-headings);
  font-weight: 700;
}
.contact-form .form-control {
  background-color: var(--white);
  border-color: var(--theme-border);
  padding: 14px 18px;
  font-size: 15px;
}
.contact-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,104,91,0.1);
}
.contact-form select.form-control {
  appearance: auto;
  color: var(--body-color);
}
@media (max-width: 767.98px) {
  .contact-form-wrap {
    padding: 25px 20px;
    margin-top: 20px;
  }
}

/* Subject Picker Card */
.subject-picker-card {
  background: #fff;
  border: 1.5px solid #e8eeec;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.subject-picker-card:hover {
  border-color: rgba(26,104,91,0.3);
}
.subject-picker-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(26,104,91,0.06) 0%, rgba(18,47,42,0.03) 100%);
  border-bottom: 1px solid #e8eeec;
}
.subject-picker-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.subject-picker-header h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--tertiary);
}
.subject-picker-header small {
  font-size: 12px;
  color: #999;
}
.subject-picker-body {
  padding: 18px 20px;
}
.subject-picker-footer {
  padding: 10px 20px;
  background: #fafbfa;
  border-top: 1px solid #f0f0f0;
}
.subject-count-text {
  font-size: 12px;
  color: #999;
  font-weight: 600;
}

/* Subject Chips (Registration & CRM) */
.subject-chip {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.subject-chip input[type="checkbox"] {
  display: none;
}
.subject-chip .chip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s ease;
  user-select: none;
}
.subject-chip .chip-icon {
  display: none;
  font-size: 14px;
}
.subject-chip:hover .chip-label {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(26,104,91,0.04);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(26,104,91,0.1);
}
.subject-chip input[type="checkbox"]:checked + .chip-label {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 3px 12px rgba(26,104,91,0.25);
  transform: translateY(-1px);
}
.subject-chip input[type="checkbox"]:checked + .chip-label .chip-icon {
  display: inline;
}

/*! Mission & Vision */
.mission-vision-card {
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 35px 30px;
  height: 100%;
  border: 1px solid var(--theme-border);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.mission-vision-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  transition: all 0.4s ease;
}
.mission-vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}
.mission-vision-card:hover::before {
  height: 6px;
  background-color: var(--secondary);
}
.mission-vision-icon {
  width: 65px;
  height: 65px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--white);
  background-color: var(--primary);
  margin-bottom: 22px;
}
.mission-vision-card:last-child .mission-vision-icon,
.col-lg-6:last-child .mission-vision-icon {
  background-color: var(--secondary);
}
.mission-vision-title {
  font-family: var(--font-family-headings);
  font-size: 22px;
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 12px;
}
.mission-vision-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-color);
  margin-bottom: 20px;
}
.mission-vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mission-vision-list li {
  padding: 8px 0;
  font-size: 15px;
  color: var(--body-color);
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid var(--theme-border);
}
.mission-vision-list li:first-child {
  border-top: none;
}
.mission-vision-list li i {
  font-size: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
}
@media (max-width: 767.98px) {
  .mission-vision-card {
    padding: 25px 20px;
  }
}

/*! Footer */
.site-footer {
  background-color: var(--tertiary);
  color: rgba(255,255,255,0.7);
}
/* Override theme overly pseudo-elements in footer */
.site-footer .footer-widget ul li::before,
.site-footer .footer-widget .widget-title::before,
.site-footer .footer-widget-title::before,
.site-footer .footer-links li::before,
.site-footer .footer-contact li::before {
  display: none !important;
}
.site-footer .footer-widget ul li,
.site-footer .footer-widget-title {
  z-index: auto;
}
.footer-top {
  padding: 80px 0 50px;
}
.footer-logo {
  display: inline-block;
}
.footer-about p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}
.footer-about .social-share a {
  background-color: rgba(255,255,255,0.1);
  width: 38px;
  height: 38px;
}
.footer-about .social-share a:hover {
  background-color: var(--secondary);
}
.footer-widget-title {
  font-family: var(--font-family-headings);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}
.footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--secondary);
  border-radius: 2px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  padding: 6px 0;
}
.footer-links li a {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.footer-links li a::before {
  content: "\ea6c";
  font-family: "remixicon" !important;
  margin-right: 8px;
  font-size: 12px;
  transition: all 0.3s ease;
}
.footer-links li a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
  color: rgba(255,255,255,0.65);
}
.footer-contact li i {
  color: var(--secondary);
  font-size: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.footer-contact li a {
  color: rgba(255,255,255,0.65);
}
.footer-contact li a:hover {
  color: var(--secondary);
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom p {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a {
  color: var(--secondary);
}
.footer-bottom a:hover {
  color: var(--white);
}
@media (max-width: 767.98px) {
  .site-footer .row.g-4 {
    --bs-gutter-y: 0.8rem;
    --bs-gutter-x: 0.8rem;
  }
  .footer-top {
    padding: 30px 0 15px;
  }
  .footer-about {
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .footer-about p {
    font-size: 13px;
    margin-bottom: 10px !important;
    line-height: 1.5;
  }
  .footer-about .social-share {
    justify-content: center;
    display: flex;
    margin-top: 10px !important;
  }
  .footer-about .social-share a {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    font-size: 14px;
  }
  .footer-about .footer-logo img {
    max-width: 120px;
  }
  .footer-widget-title {
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 6px;
    margin-top: 0;
  }
  .footer-widget-title::after {
    width: 30px;
    height: 2px;
  }
  .footer-links li {
    padding: 2px 0;
  }
  .footer-links li a {
    font-size: 12px;
  }
  .footer-links li a::before {
    font-size: 10px;
    margin-right: 5px;
  }
  .footer-contact li {
    font-size: 12px;
    padding: 4px 0;
    gap: 8px;
  }
  .footer-contact li i {
    font-size: 14px;
    margin-top: 2px;
  }
  .footer-bottom {
    padding: 12px 0;
  }
  .footer-bottom .row {
    text-align: center;
  }
  .footer-bottom p {
    font-size: 11px;
    line-height: 1.4;
  }
  .footer-bottom .text-md-end {
    text-align: center !important;
    margin-top: 3px;
  }
}

/*! Back to Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: var(--radius);
  background-color: var(--secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255,85,40,0.3);
}
.back-to-top:hover {
  background-color: var(--primary);
  color: var(--white);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575.98px) {
  .back-to-top {
    width: 38px;
    height: 38px;
    font-size: 16px;
    bottom: 20px;
    right: 20px;
  }
}

/*! Service Detail Pages */
.service-detail-sec {
  padding: 80px 0;
}
.service-detail-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}
.service-detail-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--tertiary);
  margin-top: 30px;
  margin-bottom: 15px;
}
.service-detail-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.service-detail-content .service-detail-img {
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.service-detail-content .service-detail-img img {
  width: 100%;
  height: auto;
  display: block;
}
.service-feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}
.service-feature-list li {
  position: relative;
  padding: 8px 0 8px 32px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}
.service-feature-list li i {
  position: absolute;
  left: 0;
  top: 11px;
  width: 22px;
  height: 22px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-sidebar .sidebar-widget {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
}
.service-sidebar .sidebar-widget-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tertiary);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
}
.service-sidebar .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-sidebar .service-list li {
  margin-bottom: 0;
}
.service-sidebar .service-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: #444;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e9ecef;
}
.service-sidebar .service-list li:last-child a {
  border-bottom: none;
}
.service-sidebar .service-list li a:hover,
.service-sidebar .service-list li a.active {
  background: var(--primary);
  color: #fff;
  border-bottom-color: transparent;
}
.service-sidebar .service-list li a i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.service-sidebar .service-list li a:hover i,
.service-sidebar .service-list li a.active i {
  transform: translateX(4px);
}
.service-sidebar .sidebar-contact {
  background: var(--primary);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.service-sidebar .sidebar-contact i.main-icon {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}
.service-sidebar .sidebar-contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-sidebar .sidebar-contact p {
  opacity: 0.85;
  margin-bottom: 20px;
}
.service-sidebar .sidebar-contact a.btn {
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 28px;
}
.service-sidebar .sidebar-contact a.btn:hover {
  background: var(--secondary);
  color: #fff;
}

/* ============================================================
   SERVICE LANDING PAGE STYLES
   ============================================================ */

/* Hero Banner */
.svc-hero {
  position: relative;
  background: linear-gradient(135deg, var(--primary) 0%, var(--tertiary) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.svc-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(18, 47, 42, 0.85) 0%, rgb(26 104 91 / 42%) 100%);
  z-index: 1;
}
.min-vh-40 {
  min-height: 40vh;
}
.svc-hero-logo {
  max-height: 80px;
  max-width: 200px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}
.svc-hero-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
}
.svc-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.svc-hero-tagline {
  font-size: 20px;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.svc-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.svc-hero-btns .btn-light {
  font-weight: 600;
  border-radius: 8px;
}
.svc-hero-btns .btn-outline-light {
  font-weight: 600;
  border-radius: 8px;
}
.svc-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}
.svc-hero-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Section Labels & Titles */
.svc-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26,104,91,0.08);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.svc-section-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--tertiary);
  margin-bottom: 16px;
}

/* About Section */
.svc-about-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.svc-about-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.svc-about-img img {
  width: 100%;
  height: auto;
  display: block;
}
.svc-about-img-placeholder {
  width: 100%;
  height: 350px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26,104,91,0.08) 0%, rgba(26,104,91,0.03) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: var(--primary);
  opacity: 0.3;
}

/* Features Section */
.svc-features {
  padding: 40px 0;
  background: linear-gradient(180deg, #f0f7f6 0%, #ffffff 100%);
}
.svc-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.svc-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}
.svc-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(26,104,91,0.1);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.svc-feature-card:hover .svc-feature-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.svc-feature-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tertiary);
  margin-bottom: 8px;
}
.svc-feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Sub-Services Section */
.svc-about.sec-padding,
.svc-sub-services.sec-padding,
.svc-other-services.sec-padding {
  padding: 60px 0;
}
.svc-detail-content.sec-padding {
  padding: 60px 0;
}
.svc-sub-services {
  background: #fff;
}
.svc-sub-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.svc-sub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}
.svc-sub-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.svc-sub-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.svc-sub-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,85,40,0.1);
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.svc-sub-card:hover .svc-sub-icon {
  background: var(--secondary);
  color: #fff;
  transform: scale(1.1);
}
.svc-sub-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tertiary);
  margin-bottom: 8px;
}
.svc-sub-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Other Services Section */
.svc-other-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  transition: all 0.3s;
  text-decoration: none;
  height: 100%;
}
.svc-other-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  border-color: var(--primary);
}
.svc-other-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.svc-other-icon.primary { background: rgba(26,104,91,0.1); color: var(--primary); }
.svc-other-icon.secondary { background: rgba(255,85,40,0.1); color: var(--secondary); }
.svc-other-icon.tertiary { background: rgba(18,47,42,0.1); color: var(--tertiary); }
.svc-other-card:hover .svc-other-icon { transform: scale(1.1); }
.svc-other-card:hover .svc-other-icon.primary { background: var(--primary); color: #fff; }
.svc-other-card:hover .svc-other-icon.secondary { background: var(--secondary); color: #fff; }
.svc-other-card:hover .svc-other-icon.tertiary { background: var(--tertiary); color: #fff; }
.svc-other-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tertiary);
  margin-bottom: 6px;
}
.svc-other-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-other-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  transition: color 0.3s;
}
.svc-other-card:hover .svc-other-link {
  color: var(--secondary);
}
.svc-other-link i {
  transition: transform 0.3s;
}
.svc-other-card:hover .svc-other-link i {
  transform: translateX(4px);
}

/* Detail Content Section (keeping existing styles) */
.svc-detail-content {
  padding: 0;
}

/* ============================================================
   SERVICE LANDING PAGE - RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .svc-hero {
    padding: 40px 0 30px;
    min-height: 320px;
  }
  .svc-hero-title {
    font-size: 36px;
  }
  .svc-hero-tagline {
    font-size: 17px;
  }
  .svc-section-title {
    font-size: 28px;
  }
  .svc-features {
    padding: 30px 0;
  }
  .svc-about.sec-padding,
  .svc-sub-services.sec-padding,
  .svc-other-services.sec-padding,
  .svc-detail-content.sec-padding {
    padding: 45px 0;
  }
  .svc-hero-wave svg {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .svc-hero {
    padding: 30px 0 20px;
    min-height: auto;
  }
  .svc-hero-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .svc-hero-tagline {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .svc-hero-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .svc-hero-logo {
    max-height: 55px;
  }
  .svc-hero-btns {
    gap: 8px;
  }
  .svc-hero-btns .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
  .svc-hero-wave svg {
    height: 35px;
  }
  .svc-section-label {
    font-size: 12px;
    padding: 5px 12px;
  }
  .svc-section-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .svc-about-text {
    font-size: 14px;
  }
  .svc-about-img-placeholder {
    height: 200px;
    font-size: 60px;
  }
  .svc-features {
    padding: 25px 0;
  }
  .svc-about.sec-padding,
  .svc-sub-services.sec-padding,
  .svc-other-services.sec-padding,
  .svc-detail-content.sec-padding {
    padding: 30px 0;
  }
  .svc-feature-card {
    padding: 18px 14px;
  }
  .svc-feature-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .svc-feature-card h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .svc-feature-card p {
    font-size: 12px;
    line-height: 1.5;
  }
  .svc-sub-card {
    padding: 18px 14px;
  }
  .svc-sub-img img {
    height: 140px;
  }
  .svc-sub-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: -20px auto 8px;
  }
  .svc-sub-card h5 {
    font-size: 14px;
  }
  .svc-sub-card p {
    font-size: 12px;
  }
  .svc-other-card {
    padding: 20px 14px;
  }
  .svc-other-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .svc-other-card h5 {
    font-size: 14px;
  }
  .svc-other-card p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .svc-other-link {
    font-size: 13px;
  }
  /* CTA section on service detail */
  .cta-section .cta-title {
    font-size: 22px;
  }
  .cta-section .cta-desc {
    font-size: 14px;
  }
  .cta-section .cta-buttons .btn {
    font-size: 14px;
    padding: 8px 18px;
  }
}
@media (max-width: 575px) {
  .svc-hero {
    padding: 25px 0 18px;
    min-height: auto;
  }
  .svc-hero-title {
    font-size: 22px;
  }
  .svc-hero-tagline {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .svc-hero-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .svc-hero-logo {
    max-height: 45px;
  }
  .svc-hero-btns .btn {
    font-size: 13px;
    padding: 7px 14px;
  }
  .svc-hero-btns .btn-lg {
    font-size: 13px;
  }
  .svc-hero-wave svg {
    height: 28px;
  }
  .svc-section-title {
    font-size: 20px;
  }
  .svc-feature-card {
    padding: 14px 10px;
  }
  .svc-feature-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .svc-feature-card h5 {
    font-size: 13px;
  }
  .svc-feature-card p {
    font-size: 11px;
  }
  .svc-sub-card {
    padding: 14px 10px;
  }
  .svc-sub-img img {
    height: 120px;
  }
  .svc-sub-card h5 {
    font-size: 13px;
  }
  .svc-sub-card p {
    font-size: 11px;
  }
  .svc-other-card {
    padding: 16px 10px;
  }
  .svc-other-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .svc-other-card h5 {
    font-size: 13px;
  }
  .svc-other-card p {
    font-size: 11px;
  }
  .svc-about.sec-padding,
  .svc-sub-services.sec-padding,
  .svc-other-services.sec-padding,
  .svc-detail-content.sec-padding {
    padding: 25px 0;
  }
}

/* ============================================================
   COMPREHENSIVE RESPONSIVE - ALL DEVICES
   ============================================================ */

/* === LAPTOP (992px - 1199px) === */
@media (min-width: 992px) and (max-width: 1199px) {
  .program-card { padding: 28px 22px; }
  .program-icon { width: 55px; height: 55px; font-size: 24px; margin-bottom: 18px; }
  .program-title { font-size: 20px; }
  .program-desc { font-size: 14px; }
  .event-day { font-size: 36px; }
  .event-title { font-size: 18px; }
  .event-card-body { padding: 20px; }
  .contact-info-icon { width: 45px; height: 45px; font-size: 18px; flex: 0 0 45px; }
  .contact-info-item h5 { font-size: 16px; }
  .testimonial-card { padding: 28px 24px; }
  .testimonial-text { font-size: 15px; }
  .mission-vision-card { padding: 28px 24px; }
  .mission-vision-icon { width: 55px; height: 55px; font-size: 24px; margin-bottom: 18px; }
  .mission-vision-title { font-size: 20px; }
  .service-detail-content h2 { font-size: 28px; }
  .service-detail-content h3 { font-size: 22px; }
  .service-sidebar .sidebar-widget { padding: 24px; }
  .footer-widget-title { font-size: 18px; }
  .footer-links li a { font-size: 14px; }
  .footer-contact li { font-size: 14px; }
}

/* === TABLET (768px - 991px) === */
@media (min-width: 768px) and (max-width: 991px) {
  .program-card { padding: 25px 20px; }
  .program-icon { width: 50px; height: 50px; font-size: 22px; margin-bottom: 16px; }
  .program-title { font-size: 19px; }
  .program-desc { font-size: 14px; margin-bottom: 14px; }
  .program-features li { font-size: 14px; padding: 6px 0; }
  .event-day { font-size: 32px; }
  .event-month { font-size: 14px; }
  .event-title { font-size: 17px; }
  .event-desc { font-size: 14px; }
  .event-card-body { padding: 18px; }
  .event-date-badge { padding: 15px; }
  .contact-info-item { padding: 16px 0; gap: 14px; }
  .contact-info-icon { width: 42px; height: 42px; font-size: 17px; flex: 0 0 42px; }
  .contact-info-item h5 { font-size: 16px; }
  .contact-info-item p { font-size: 14px; }
  .contact-form-wrap { padding: 28px; }
  .testimonial-card { padding: 25px 22px; }
  .testimonial-text { font-size: 15px; margin-bottom: 20px; }
  .testimonial-quote { font-size: 32px; }
  .mission-vision-card { padding: 25px 20px; }
  .mission-vision-icon { width: 50px; height: 50px; font-size: 22px; margin-bottom: 16px; }
  .mission-vision-title { font-size: 19px; }
  .mission-vision-card p { font-size: 14px; }
  .mission-vision-list li { font-size: 14px; }
  .gallery-cta-title { font-size: 28px; }
  .gallery-cta-desc { font-size: 15px; }
  .service-detail-sec { padding: 60px 0; }
  .service-detail-content h2 { font-size: 26px; }
  .service-detail-content h3 { font-size: 20px; }
  .service-feature-list li { font-size: 15px; }
  .service-sidebar .sidebar-widget { padding: 22px; }
  .service-sidebar .sidebar-widget-title { font-size: 18px; }
  .footer-top { padding: 60px 0 40px; }
  .footer-widget-title { font-size: 17px; margin-bottom: 16px; }
  .footer-links li a { font-size: 14px; }
  .footer-contact li { font-size: 14px; }
}

/* === MOBILE (max-width: 767px) === */
@media (max-width: 767px) {
  .event-day { font-size: 28px; }
  .event-month { font-size: 13px; letter-spacing: 1px; }
  .event-title { font-size: 16px; }
  .event-desc { font-size: 13px; margin-bottom: 12px; }
  .event-card-body { padding: 16px; }
  .event-date-badge { padding: 12px; }
  .event-meta span { font-size: 12px; }
  .contact-info-item { padding: 14px 0; gap: 12px; }
  .contact-info-icon { width: 40px; height: 40px; font-size: 16px; flex: 0 0 40px; }
  .contact-info-item h5 { font-size: 15px; }
  .contact-info-item p { font-size: 13px; }
  .testimonial-quote { font-size: 28px; margin-bottom: 10px; }
  .testimonial-author { gap: 10px; }
  .testimonial-avatar { width: 40px; height: 40px; flex: 0 0 40px; }
  .testimonial-avatar span { font-size: 15px; }
  .testimonial-name { font-size: 16px; }
  .testimonial-role { font-size: 13px; }
  .mission-vision-icon { width: 45px; height: 45px; font-size: 20px; margin-bottom: 14px; }
  .mission-vision-title { font-size: 18px; }
  .mission-vision-card p { font-size: 13px; }
  .mission-vision-list li { font-size: 13px; padding: 6px 0; }
  .mission-vision-list li i { font-size: 15px; }
  .service-detail-sec { padding: 40px 0; }
  .service-detail-content h2 { font-size: 24px; }
  .service-detail-content h3 { font-size: 19px; }
  .service-detail-content p { font-size: 14px; }
  .service-feature-list li { font-size: 14px; padding: 6px 0 6px 28px; }
  .service-feature-list li i { width: 18px; height: 18px; font-size: 10px; }
  .service-sidebar .sidebar-widget { padding: 20px; margin-bottom: 20px; }
  .service-sidebar .sidebar-widget-title { font-size: 17px; }
  .service-sidebar .service-list li a { padding: 12px 14px; font-size: 14px; }
  .service-sidebar .sidebar-contact { padding: 22px; }
  .service-sidebar .sidebar-contact h4 { font-size: 18px; }
  .gallery-cta-title { font-size: 24px; }
  .gallery-cta-desc { font-size: 14px; margin-bottom: 20px; }
  .gallery-cta-sec { padding: 70px 0; }
  .program-features li { font-size: 13px; padding: 5px 0; gap: 8px; }
  .program-features li i { font-size: 14px; }
}

/* === SMALL MOBILE (max-width: 575px) === */
@media (max-width: 575px) {
  .events-sec .row.g-4 { --bs-gutter-y: 0.8rem; --bs-gutter-x: 0.8rem; }
  .event-day { font-size: 24px; }
  .event-month { font-size: 11px; }
  .event-title { font-size: 14px; margin-bottom: 5px; }
  .event-desc { font-size: 12px; line-height: 1.5; }
  .event-card-body { padding: 12px; }
  .event-date-badge { padding: 10px; }
  .event-meta { gap: 8px; margin-bottom: 8px; }
  .event-meta span { font-size: 11px; }
  .contact-info-item { padding: 10px 0; gap: 10px; }
  .contact-info-icon { width: 36px; height: 36px; font-size: 14px; flex: 0 0 36px; border-radius: 8px; }
  .contact-info-item h5 { font-size: 14px; margin-bottom: 3px; }
  .contact-info-item p { font-size: 12px; }
  .contact-form-wrap { padding: 18px 14px; }
  .contact-form .form-control { padding: 10px 14px; font-size: 13px; }
  .testimonial-card { padding: 20px 16px; }
  .testimonial-text { font-size: 13px; line-height: 1.7; margin-bottom: 15px; }
  .testimonial-quote { font-size: 24px; margin-bottom: 8px; }
  .testimonial-name { font-size: 15px; }
  .mission-vision-card { padding: 18px 14px; }
  .mission-vision-icon { width: 40px; height: 40px; font-size: 18px; margin-bottom: 12px; }
  .mission-vision-title { font-size: 16px; margin-bottom: 8px; }
  .mission-vision-card p { font-size: 12px; margin-bottom: 12px; }
  .mission-vision-list li { font-size: 12px; padding: 5px 0; gap: 6px; }
  .programs-sec .row.g-4 { --bs-gutter-y: 0.8rem; --bs-gutter-x: 0.8rem; }
  .program-card { padding: 18px 14px; }
  .program-icon { width: 42px; height: 42px; font-size: 18px; margin-bottom: 12px; }
  .program-title { font-size: 16px; margin-bottom: 6px; }
  .program-desc { font-size: 12px; line-height: 1.5; margin-bottom: 10px; }
  .program-badge { font-size: 10px; padding: 3px 10px; top: 10px; right: 10px; }
  .program-features li { font-size: 12px; padding: 4px 0; }
  .pf-toggle { font-size: 12px; }
  .service-detail-sec { padding: 30px 0; }
  .service-detail-content h2 { font-size: 20px; margin-bottom: 12px; }
  .service-detail-content h3 { font-size: 17px; margin-top: 20px; }
  .service-detail-content p { font-size: 13px; line-height: 1.7; }
  .service-sidebar .sidebar-widget { padding: 16px; }
  .service-sidebar .sidebar-contact { padding: 18px; }
  .service-sidebar .sidebar-contact i.main-icon { font-size: 36px; }
  .gallery-cta-sec { padding: 50px 0; }
  .gallery-cta-title { font-size: 20px; }
  .gallery-cta-desc { font-size: 13px; }
  .why-choose-sec { padding: 30px 0; }
  .programs-sec.sec-padding { padding-bottom: 20px; }
  .why-item { padding: 14px; }
  .why-icon { width: 40px; height: 40px; font-size: 18px; margin-bottom: 10px; }
  .why-item h5 { font-size: 15px; margin-bottom: 5px; }
  .why-item p { font-size: 12px; }
  .wc-experience-badge { width: 80px; height: 80px; }
  .wc-exp-number { font-size: 22px; }
  .wc-exp-text { font-size: 9px; }
  .wc-img-float { width: 120px; }
}