*, *::before, *::after {
  box-sizing: border-box;
}
* {
  font-family: 'Public Sans';
}
a {
  color: inherit;
  text-decoration: none;
}
.section-common-margin {
  margin: clamp(80px, 6vw, 150px) 0;
}
.section-common-padding {
  padding: clamp(80px, 6vw, 150px) 0;
}
.mb-40 {
  margin-bottom: clamp(24px, 2vw, 40px);
}
.mb-32 {
  margin-bottom: clamp(16px, 1.6vw, 32px);
}
.radius-8 {
  border-radius: 8px;
}
.bg-light-cream {
  background-color: #FEF3E6;
}
.bg-primary-custom {
  background-color: #373153 !important;
}
.bg-text-custom {
  background-color: rgba(55, 49, 83, 0.8) !important;
}
.text-primary-custom {
  color: #373153 !important;
}
.text-custom {
  color: rgba(55, 49, 83, 0.8) !important;
}
.text-orange {
  color: #F78F20 !important;
}
.hero-heading {
  color: #373153;
  font-size: clamp(32px, 2vw, 42px);
  font-weight: 600;
}
.common-heading {
  color: #373153;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 600;
}
.common-sub-heading {
  color: #373153;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
}
.sub-heading {
  color: #373153;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.common-description, .common-description p {
  color: rgba(55, 49, 83, 0.8);
  font-size: 18px;
  line-height: 133.333%;
}
.common-description p:last-child {
  margin: 0;
}
.custombtn {
  font-size: 14px;
  line-height: normal;
  background: linear-gradient(90deg, #EE383F 0%, #F9000A 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.custombtn svg {
  transition: transform 0.3s ease;
}
.custombtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(249, 0, 10, 0.25);
  opacity: 0.95;
}
.custombtn:hover svg {
  transform: translateX(4px);
}
.top-header {
  padding-block: 12px;
}
.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}
.main-header .navbar .navbar-nav .menu-item .nav-link {
  color: #001C38;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
.hide-on-scroll {
  transform: translateY(-100%);
}
.recognition-section .play-btn {
  cursor: pointer;
}
.video-section .video-wrapper {
  height: 80vh;
  min-height: 600px;
}
.video-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonials-section .testimonials-card {
  background: rgba(235, 238, 243, 0.4);
}
.testimonials-section .testimonials-card .testimonial-footer img {
  width: 50px;
}
.blogs-section .blog-card {
  border: 1px solid rgba(55, 49, 83, 0.1);
}
.blogs-section .blog-card .card-img-top {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.blogs-section .blog-card .card-body .read-more {
  background: var(--grad, linear-gradient(90deg, #EE383F 0%, #F9000A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Public Sans";
  font-size: 14px;
  line-height: normal;
}
.faq-section .accordion .accordion-item {
  border: none;
}
.faq-section .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none !important;
  padding: clamp(16px, 2vw, 36px) 0;
  display: flex;
  align-items: center;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: #2d2b55;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-icon {
  background-image: url('/wp-content/uploads/2026/05/faq-minus-icon.svg');
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button .faq-icon {
  width: 32px;
  height: 32px;
  background-image: url('/wp-content/uploads/2026/05/faq-plus-icon-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 15px;
  transition: 0.3s ease;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  color: rgba(55, 49, 83, 0.8);
  font-size: 18px;
  line-height: 133.333%;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 16px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 20px;
  margin-top: 15px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  margin-bottom: 10px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body ul li::marker {
  color: #F78F20;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body ul li span {
  color: #666;
}
.main-footer {
  background: #373153;
  color: #fff;
  padding: 80px 0 32px 0;
}
.main-footer .footer__tagline {
  max-width: 500px;
}
.main-footer .footer-divider {
  margin: clamp(20px, 2vw, 40px) 0;
}
.main-footer .footer__main .footer__heading {
  color: #FFF;
  font-family: "Public Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 137.5%;
}
.main-footer .footer__main .footer__hours-list ul {
  list-style-image: url('/wp-content/uploads/2026/05/footer-list-image.svg');
  padding-left: 1rem;
}
.main-footer .footer__main .footer__hours-list ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 137.5%;
}
.main-footer .footer-text, .main-footer .footer-text p, .main-footer .footer-text a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 137.5%;
  margin-bottom: 8px;
  text-decoration: none;
}
.offcanvas {
  width: 320px;
}
.offcanvas .mobile-navbar-nav .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #001C38;
}
.offcanvas .mobile-navbar-nav .menu-item-has-children > a {
  flex: 1;
}
.offcanvas .mobile-navbar-nav .menu-item-has-children > .submenu-toggle {
  flex-shrink: 0;
  width: 12px;
  height: 10px;
  cursor: pointer;
  background-image: url('/wp-content/uploads/2026/05/menu-dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.offcanvas .mobile-navbar-nav .menu-item-has-children.open > .submenu-toggle {
  transform: rotate(180deg);
}
.offcanvas .mobile-navbar-nav .menu-item-has-children.open > a {
  font-weight: 600;
}
.offcanvas .mobile-navbar-nav .menu-item-has-children .sub-menu {
  list-style: none !important;
  padding-left: 15px;
  margin: 8px 0 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.offcanvas .mobile-navbar-nav ul.sub-menu {
  list-style: none !important;
}
.offcanvas .mobile-navbar-nav .nav-link {
  padding: 10px 0;
  font-size: 18px;
  color: #001C38;
}
.common-hero-section {
  padding-block: clamp(50px, 8vw, 100px);
}
.custom-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 16px;
}
.custom-pagination .page-numbers .current {
  color: #373153;
  font-weight: 600;
}
.custom-pagination .page-numbers li {
  color: rgba(55, 49, 83, 0.8);
  font-size: 18px;
  line-height: 133.333%;
}
.contact-main-section {
  background: #ebeef3;
}
.page-hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-hero-section .form-over-image {
  background-color: #FFFFFFDB;
  padding: 40px;
}
.comprehensive-card-section .icon-image {
  width: 62px;
  height: auto;
}
#kajabi-form .kajabi-form__content {
  max-width: 100% !important;
}
.kajabi-form--inline {
  padding: 24px !important;
}
@media (min-width: 1400px) {
  .appointment-section .top-bg {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    z-index: -1;
    background: #FEF3E6;
    bottom: 90px;
  }
}
@media (min-width: 991.98px) {
  .navbar-nav {
    gap: 32px !important;
  }
  .navbar-nav .menu-item-has-children {
    position: relative;
  }
  .navbar-nav .menu-item-has-children > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .navbar-nav .menu-item-has-children > .nav-link::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background: url('/wp-content/uploads/2026/05/menu-dropdown-arrow.svg') center center / contain no-repeat;
    transition: transform 0.3s ease;
    position: relative;
    top: 1px;
  }
  .navbar-nav .menu-item-has-children:hover > .nav-link::after, .navbar-nav .menu-item-has-children.open > .nav-link::after, .navbar-nav .menu-item-has-children.show > .nav-link::after, .navbar-nav .menu-item-has-children.active > .nav-link::after {
    transform: rotate(-180deg);
  }
  .navbar-nav .menu-item-has-children > .sub-menu {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 10px;
    min-width: max-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 10px;
    border-radius: 0;
    background: #fff;
  }
  .navbar-nav .menu-item-has-children > .sub-menu .menu-item {
    font-weight: 400;
    line-height: 28px;
    padding-inline: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 12px;
  }
  .navbar-nav .menu-item-has-children > .sub-menu .menu-item .nav-link {
    color: #001C38 !important;
    padding: 0;
  }
  .navbar-nav .menu-item-has-children > .sub-menu .menu-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar-toggler, .offcanvas {
    display: none !important;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .navbar-nav .menu-item-has-children:hover > .sub-menu {
    right: -10%;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .video-section .video-wrapper {
    height: 100%;
    min-height: auto;
  }
}
