/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1e1e1e;
  line-height: 24px;
}

.main-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; /* For absolutely positioned header if needed */
}

.container {
  max-width: 1200px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-button.visible {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
  background: #000000;
  border: 0;
}

.top-button.visible:active {
  background: #009688;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1;
}

/* .button-primary {
  background-color: #199f85;
  color: #ffffff;
}

.button-primary:hover {
  background-color: #2d7c6d;
} */

.button-primary {
  background-color: #199f85;
  color: #ffffff;
}

.button-primary:hover {
  background-color: #2d7c6d;
}

.button-secondary {
  background-color: #ffffff;
  color: #1e1e1e;
}

.button-secondary:hover {
  background-color: #f0f0f0;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.font-dm-sans {
  font-family: "DM Sans", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.color-white {
  color: #ffffff;
}

.color-primary-text {
  color: #1e1e1e;
}

.color-secondary-text {
}

.color-light-gray-text {
  color: #dadada;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
  line-height: 18.23px;
}

.fs-16 {
  font-size: 16px;
  line-height: 20.83px;
}

.fs-18 {
  font-size: 18.46px;
  line-height: 24px;
}

/* Adjusted for Roboto */
.fs-20 {
  font-size: 20px;
  line-height: 26.04px;
}

.fs-24 {
  font-size: 24px;
  line-height: 31.25px;
}

.fs-36 {
  font-size: 36px;
  line-height: 46.87px;
}

.fs-48 {
  font-size: 48px;
  line-height: 62.5px;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-64 {
  gap: 64px;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-style-142 {
  /* DM Sans, SemiBold, 16px */
  font-weight: 600;
}

.text-style-base-141 {
  /* DM Sans, Regular, 16px */
  font-weight: 400;
}

.text-style-146 {
  /* DM Sans, Regular, 16px, white */
  font-weight: 400;
}

.text-style-158 {
  /* Roboto, Bold, 18.46px */
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18.46px;
}

.text-style-base-157 {
  /* Roboto, Regular, 18.46px */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18.46px;
}

/* CSS from section:header */
main.main_website_wrapper {
  padding-top: 107px;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #dadada;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.header_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1;
  background-color: #199f85;
  color: #ffffff;
}

.header_btn a:hover {
  background: #2d7c6d;
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 190px;
  height: 56px;
}
.main-nav .navbar-brand span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3.5px;
}
ul#bootscore-navbar {
  grid-gap: 20px;
}

nav .dropdown-toggle::after {
  border: 0;
  content: url(/wp-content/uploads/2025/06/Vector-3.svg);
  position: relative;
  top: -2px;
}

.main-nav li a {
  padding: 10px 18px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav li a:hover,
.main-nav li a:focus {
  color: #3f51b5 !important;
  background: none;
}

.dropdown-arrow {
  width: 20px;
  height: 20px;
}

.header-contact-button {
  background-color: #199f85;
  color: #ffffff;
  padding: 10px 20px 10px 16px; /* style_212 */
}

.header-contact-button img {
  width: 24px;
  height: 24px;
}

.header-contact-button span {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1e1e1e;
  position: relative;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.hamburger-icon::before {
  top: -7px;
}

.hamburger-icon::after {
  bottom: -7px;
}

/* CSS from section:hero */
.hero-section {
  min-height: 400px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.hero-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}

.hero-section:before {
  content: "";
  background: rgb(0 0 0 / 0%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero-container {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-content {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  max-width: 520px;
}
. .hero-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  max-width: 640px;
}

.hero-cta {
  align-self: flex-start;
}
.hero-cta img {
  width: 16px;
  height: 12px;
}

.hero-image-container {
  max-width: 45%;
  align-self: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
}

.hero-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* CSS from logo Slider */
.logo_slider .owl-stage {
  display: flex;
  align-items: center;
}

.logo_slider .owl-stage img {
  max-width: 130px;
  max-height: 70px;
  object-fit: contain;
  margin: 0 auto;
}

section.logo_slider_wrap {
  padding: 60px 0 0;
}
.logo_slider_wrap .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  background: #3f51b5 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.logo_slider {
  position: relative;
  padding: 0 40px;
}

.logo_slider_wrap .owl-nav button.owl-prev {
  left: 0;
}

.logo_slider_wrap .owl-nav button.owl-next {
  right: 0;
}

.logo_slider_wrap .owl-nav button span {
  font-size: 30px;
  position: relative;
  top: -2px;
  color: #fff;
}
/* CSS from section:about */
.about-section {
  background-color: #ffffff;
}

.about-container {
  display: flex;
  align-items: center;
  gap: 80px; /* Approximate spacing */
}

.about-content {
  flex: 1;
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #1e1e1e;
}

.about-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.about-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.about-benefits li img {
  width: 24px;
  height: 24px;
}

.about-cta {
  align-self: flex-start;
}

.about-image-wrapper {
  flex: 1;
  max-width: 568px;
  position: relative;
  height: 460px; /* From Frame 517 */
}

.about-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  top: 0;
  left: 0;
  z-index: 1;
}

.decorative-box {
  position: absolute;
  background-color: #199f85;
  width: 120px;
  height: 120px;
  border-radius: 0px 32px 0px 32px;
  z-index: 0;
}

.decorative-box-1 {
  top: calc(1200px - 840px);
  left: calc(732px - 752px);
  bottom: -40px;
}

.decorative-box-2 {
  top: calc(820px - 840px);
  right: -20px;
}

/* CSS from section:journey */
.journey-section {
  background-color: #f9f9f9;
  overflow: hidden;
}

.journey-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.journey-header {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  gap: 32px; /* style_3 on 20:1069 */
}

.journey-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #1e1e1e;
}

.journey-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.journey-roadmap {
  width: 100%;
  height: auto;
  position: relative;
}

.roadmap-graphics-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.roadmap-graphics-container img {
  object-fit: contain; /* Ensure SVGs scale nicely */
}

.step-icon {
  z-index: 10; /* Ensure icons are on top of background elements */
}

.journey-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 40px 48px 0 48px;
  width: 100%;
}

.journey-roadmap {
  margin-top: 30px;
}

.journey-step-card {
  background-color: rgb(255 255 255); /* Transparent parent */
  /* From Frame 24 (19:1027) */
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 25px 20px -30px #00000061;
  transition: 0.3s;
}
.journey-step-card:hover {
  box-shadow: 0 25px 20px -30px #000000d6;
}
.journey-step-card h3 {
  padding: 30px 30px 20px 30px;
  border-radius: 16px 16px 0 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #1e1e1e;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-step-card p {
  border-top: 1px solid #ededed;
  padding: 20px 30px 30px 30px;
  border-radius: 0 0 16px 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  flex-grow: 1;
  min-height: 120px;
}

/* CSS from section:plans */
.plans-section {
  background-color: #ffffff;
}

.plans-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.plans-header {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.plans-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #1e1e1e;
}

.plans-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.plan-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
}

.plan-card {
  position: relative;
  width: 100%;
}

.plan-card-decoration {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0; /* (2725 - 2725) */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.decoration-ellipse {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.plan-card-body {
  width: 100%;
  height: 100%;
  padding: 24px 24px 120px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 25px 20px -30px #00000061;
  transition: 0.3s;
  border: 1px solid #ededed;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.plan-card-body:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.card-shape-rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 277px;
  background-color: #f4f4f4;
  border-radius: 24px;
}

.card-shape-curve {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 310px;
  height: 70px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(9%)
    hue-rotate(253deg) brightness(113%) contrast(91%);
}

.plan-card-content {
  /* To be above pseudo-elements if any */
  /* Adjusted for visual */
  /* Space from top decoration */
}

.plan-card-body .button {
  position: absolute;
  bottom: 30px;
}

.plan-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  min-height: 54px;
}

.plan-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  min-height: 54px;
}

.plans-footer {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.plans-footer-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;

  color: #1e1e1e;
}

.plans-footer-cta img {
  width: 24px;
  height: 24px;
}

/* CSS cta banner */
section.cta_banner {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta_banner .img_wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.1;
}
.cta_banner .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.cta_banner:before {
}

.cta_banner h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.cta_banner p {
  margin-bottom: 30px;
}
.cta_banner .container {
  position: relative;
}
/* CSS from section:testimonials */
.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}

.testimonials-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.testimonials-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.testimonials-header-text {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 24px; /* From Frame 30 inside I26:714;26:64 */
}

.testimonials-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
}

.testimonials-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;

  /* Subtitle color from style_6 */
}

.testimonials-nav {
  display: flex;
  gap: 20px; /* From Frame 47 */
}

.testimonials-nav button {
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  width: 64px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.testimonials-nav button.owl-prev {
  background-color: #dadada;
}

/* style_161 */
.nav-arrow img {
  width: 24px;
  height: 24px;
}

.testimonials-nav button.owl-prev img {
  transform: rotate(-180deg);
}

/* style_162 */
.testimonial-slider-wrapper {
  width: 150%;
}

.testimonial-slider-wrapper .owl-stage {
  display: flex;
}

.testimonial-slider {
  display: flex;
  gap: 40px; /* Spacing between cards */
  padding-bottom: 20px; /* For scrollbar or shadow */
}

.testimonial-card {
  background-color: #ffffff;
  color: #1e1e1e;
  border-radius: 16px;
  padding: 32px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.star-rating {
  display: flex;
  gap: 4px;
}

.star-rating img {
  width: 24px !important;
  height: 24px !important;
}

.testimonial-quote {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; /* style_172 */
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px; /* style_174 */
}

.trustpilot-micro {
  display: flex;
  align-items: center;
  gap: 10px; /* Approximate */
  font-family: "Roboto", sans-serif;
  font-size: 18.46px; /* style_149 */
  line-height: 40px; /* style_149 */
  flex-wrap: wrap;
}

.trustpilot-stars {
  display: flex;
  gap: 3px; /* style_150 */
}

.trustpilot-stars img {
  width: 30.77px;
  height: 30.77px;
  padding: 4.6px;
  box-sizing: border-box;
}

.trustpilot-logo-text {
  display: flex;
  align-items: center;
  gap: 6px; /* style_159 */
}

.trustpilot-logo-text img {
  width: 21.54px; /* style_160 */
  height: 20.38px;
}

/* CSS from section:contact */
.contact-section {
  background-color: #ffffff;
}

.contact-container {
  display: flex;
  gap: 64px; /* Approximate from visual */
}

.contact-info-column {
  flex: 1;
  max-width: 568px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.contact-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-title {
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.3;
}

.contact-subtitle {
  font-size: 16px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Gap from Frame 68 children */
.contact-details li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-icon-bg img {
  width: 24px;
  height: 24px;
}

.contact-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.3;
}

.contact-value {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.3;
}

.schedule-meeting-card {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 24px;
  padding: 40px; /* Approximate */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.schedule-bookmark-icon {
  position: absolute;
  top: -24px; /* Visually up */
  right: 40px;
  width: 48px;
  height: 48px;
  display: none;
}

.schedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.3;
}

.schedule-description {
  font-size: 16px;
}

.schedule-meeting-card p.schedule-description,
.schedule-meeting-card .schedule-cta {
  margin-bottom: 16px;
}

.schedule-cta {
  align-self: flex-start;
}

.schedule-image {
  border-radius: 16px;
  width: 100%;
  height: auto;
  max-height: 245px;
  object-fit: cover;
}

.contact-form-column {
  flex: 1;
  max-width: 568px;
  background-color: #f4f4f4;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
}

.contact-form form .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.3;
  margin-bottom: 16px;
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-row .form-group {
  flex: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group label:not(.checkbox-item label) {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 12px;
  padding: 11px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.form-group textarea {
  max-height: 100px;
}

.checkbox-instruction {
  font-size: 14px;

  margin-top: -8px;
}

.checkbox-item span.wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-top: 10px;
}

.checkbox-item input[type="checkbox"] {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox-item input[type="checkbox"]:checked {
  background-color: #199f85;
  border-color: #199f85;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!viewBox=!string!fill=!string!%3E%3Cpath d=!string!/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-item .wpcf7-list-item label {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox-item p.description {
  font-size: 14px;
}

.consent-checkbox label {
  line-height: 1.5;
}

.form-group.checkbox-item.consent-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}

.consent-checkbox.checkbox-item span.wpcf7-list-item {
  margin-top: 0;
}

.consent-checkbox .small-text {
  font-size: 14px;
}

.form-submit-button {
  align-self: flex-end;
}

.form-submit-button img {
  width: 24px;
  height: 24px;
}

.form-row.submit_btn input.wpcf7-form-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 45px 15px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1;
  background: #199f85 url(/wp-content/uploads/2025/06/Vector.svg) no-repeat
    scroll center right 20px / 18px;
  color: #ffffff;
  opacity: 1;
}

.form-row.submit_btn {
  justify-content: flex-end;
}

.form-row.submit_btn span.wpcf7-spinner {
  position: absolute;
}

/* CSS from section:footer */
.site-footer {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 32px;
  margin: 20px 20px 0 20px;
}
.footer_disclamer_wrap {
  background: #199f85;
  padding: 30px 0;
  text-align: center;
}
.footer-container {
  display: flex;
  flex-direction: column;
}

.footer-main-content {
  display: flex;
  justify-content: space-between;
  gap: 40px; /* Adjust as needed */
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.footer-bottom {
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.footer-logo {
  width: 190px;
  height: auto;
  margin-bottom: 40px;
}

.footer-social-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.social-links {
  display: flex;
  gap: 16px; /* From Frame 73 */
}

.social-links a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3f51b5;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  padding-top: 2px;
}

.social-links a:hover {
  background: #dddddd;
}

.footer-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px; /* Space before links */
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Approximate from visual */
}

.footer-links a,
.footer-contact p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
}

.footer-links a:hover {
  color: #199f85;
}

.footer-contact p {
  margin-bottom: 8px;
}

.footer-bottom {
  border-top: 1px solid #7b7b7b; /* style_143 */
  padding-top: 24px; /* Approximate */
  margin-top: 40px; /* Approximate */
  text-align: center;
}

.copyright-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600; /* style_144 */
  font-size: 16px;
}

.copyright-text .text-style-146 {
  /* For the regular weight part */
  font-weight: 400;
}

/* About Page */
.inner_banner .hero-content {
  padding: 120px 0;
  max-width: 100%;
  text-align: center;
  align-items: center;
}

.inner_banner {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner_banner h1 {
  color: #fff;
}
.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Resource Blog Page */
.resource_top_banner.inner_banner {
  min-height: 250px;
}

.resource_top_banner.inner_banner .hero-content {
  padding: 30px 0;
}

/* Career Page */
.career_top_banner.inner_banner {
  min-height: 250px;
}

.career_top_banner.inner_banner .hero-content {
  padding: 30px 0;
}

/* Responsive Styles: reordered at the end */
@media (max-width: 1600px) {
  .testimonial-slider-wrapper {
    width: 130%;
  }
}

@media (max-width: 1199px) {
  .container {
    padding: 0 60px;
  }

  .plan-cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  ul#bootscore-navbar {
    grid-gap: 0;
  }

  .main-nav li a {
    padding: 10px 16px !important;
  }

  .hero-content {
  }

  .hero-image-container {
  }

  .journey-steps {
    grid-template-columns: 1fr 1fr;
  }

  .roadmap-graphics-container {
    text-align: center;
  }
}

/* 2. max-width: 1024px */
@media (max-width: 1024px) {
  .main-nav.active {
    display: flex;
  }
  .inner_banner {
    min-height: 200px;
  }
  .inner_banner .hero-content {
    padding: 80px 0 50px 0px;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .header-contact-button span {
    display: none;
  }

  .header-contact-button {
    padding: 10px;
  }

  .logo img {
    width: 150px;
    height: auto;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-section {
    min-height: unset;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin-bottom: 32px;
    margin-right: 20px;
  }

  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-main-image {
    position: relative;
  }

  .decorative-box-1 {
    bottom: -20px;
    top: unset;
  }

  .testimonial-card {
    min-width: 280px;
  }

  .footer-main-content {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .footer-column {
    margin-bottom: 20px;
  }
}

/* 3. max-width: 991px */
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }

  button.nav-toggler {
    background: #009688;
    color: #fff;
    border: 0;
  }

  .navbar-brand img {
    max-width: 162px;
  }

  nav#nav-main {
    padding: 0;
  }

  .site-header {
    padding: 7px 0px;
    height: 72px;
  }

  main.main_website_wrapper {
    padding-top: 72px;
  }

  nav .dropdown-toggle::after {
    right: 0px;
    position: absolute;
  }

  .navbar-nav .dropdown-menu {
    padding: 5px 20px;
  }

  .main-nav li a {
    padding: 10px 16px 10px 0px !important;
  }

  .hero-content {
    padding-top: 60px;
    align-items: center;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-cta {
    align-self: center;
  }

  .journey-step-card {
  }

  .plan-card-body {
  }

  .plan-card-cta img {
    max-width: 14px;
  }

  .plan-card-description {
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-info-column,
  .contact-form-column {
    max-width: 100%;
  }

  .footer-main-content {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .footer-column {
    margin-bottom: 20px;
    gap: 14px;
  }
}

/* 4. max-width: 767px */
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  body,
  body p,
  .form-group label:not(.checkbox-item label) {
    font-size: 14px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  .section-padding {
    padding: 40px 0;
  }

  .logo img {
    width: 150px;
    height: auto;
  }

  .hero-container {
    flex-direction: column;
    text-align: left;
  }

  .hero-content {
    padding-top: 60px;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-cta {
    align-self: flex-start;
  }

  .hero-image-container {
    width: 100%;
    max-width: 400px;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .hero-image {
    width: 100%;
    height: auto;
  }

  .about-content {
    max-width: 100%;
  }

  #section-about .about-container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-container {
    flex-direction: column;
    gap: 30px;
  }

  .about-image-wrapper {
    width: 100%;
    height: 317px;
    margin-bottom: 32px;
    margin-right: 0;
    max-width: calc(100% - 30px);
  }

  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-card {
    min-width: unset;
  }

  .testimonial-slider-wrapper {
    width: 195%;
  }

  .contact-form-column {
    padding: 24px;
  }

  .contact-info-column {
    gap: 30px;
  }

  .contact-details {
    gap: 20px;
  }

  .contact-container {
    flex-direction: column;
  }

  .site-footer {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .form-row .form-group {
    flex-direction: column;
  }

  .plan-card-content {
    margin-top: 0px;
  }
}

/* 5. max-width: 600px */
@media (max-width: 600px) {
  .footer-main-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    gap: 20px;
  }

  .footer-heading,
  .footer-links a,
  .footer-contact p,
  .copyright-text {
    font-size: 14px;
  }

  .footer-links ul {
    gap: 10px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .checkbox-group-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-nav {
    justify-content: space-between;
    width: 100%;
  }

  .plan-card-body {
    padding: 24px;
    display: block;
    height: auto;
  }
  .plan-card-body .button {
    position: relative;
    bottom: unset;
  }
  .plan-card-description {
    margin-bottom: 20px;
    min-height: auto;
  }
  .plan-card-title {
    min-height: auto;
  }
  .card-shape-rect {
    height: 200px;
    max-width: 300px;
    margin: 0 auto;
    right: 0;
  }

  .plan-card-icon-wrapper {
    bottom: 50px;
  }

  .plan-cards-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
  }

  .card-shape-curve {
    width: 100%;
  }

  .journey-step-card {
    max-width: 100%;
    margin-bottom: 0;
  }

  .journey-step-card h3 {
    display: block;
  }
  .journey-steps {
    grid-template-columns: 1fr;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 400px) {
  .hero-title {
    font-size: 28px;
  }
}
