:root {
  --font-family: "Open Sans", sans-serif;
  --main-font-color: #0e2960;
  --secondry-font-color: #363636;
  --font-color-light: #fff;
  --font-lightblue: #e3ecff;
  --assets-color: #ff6d00;
  --assets-secondry: #3361bd;
  --bg-color: #fff;
  --line-height-paragraph: 1.7em;
  --line-height-Headings: 1.3em;
  --btn-TextLineHeight: 1.2em;
  --border-radius: 10px;
}

* {
  margin: 0%;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #ffff;
  font-family: var(--font-family);
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  color: var(--main-font-color);
  line-height: var(--line-height-Headings);
}

h1 {
  font-size: clamp(2rem, 1.595vw + 1.576rem, 2.813rem);
  color: var(--font-color-light);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.75rem, 1.472vw + 1.359rem, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 1.35vw + 1.141rem, 2.188rem);
}

h4 {
  line-height: 1.5em;
  font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
  text-transform: none;
}

p {
  line-height: var(--line-height-paragraph);
}

a {
  max-width: 350px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.p-20 {
  font-size: clamp(1.125rem, 0.245vw + 1.06rem, 1.25rem);
}

.p-18 {
  color: var(--secondry-font-color);
  font-size: clamp(1.063rem, 0.123vw + 1.03rem, 1.125rem);
}

.p-17 {
  color: var(--secondry-font-color);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
}

.p-16 {
  color: var(--secondry-font-color);
  font-size: clamp(0.875rem, 0.245vw + 0.81rem, 1rem);
}

.p-15 {
  font-size: 15px;
}

.p-12 {
  font-size: 12px;
}

.text-white {
  color: var(--font-color-light);
}

.text-lightBlue {
  color: var(--assets-secondry);
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

/* .capilize {
  text-transform: capitalize;
} */

.text-center {
  text-align: center;
}

.mr-auto {
  margin: 0 auto;
}

section {
  width: 100%;
  padding: 0px 20px;
}

.mt-10 {
  margin-top: 10px;
}

button {
  padding: 18px 60px;
  color: var(--font-color-light);
  background-color: var(--assets-color);
  font-weight: 700;
  line-height: var(--btn-TextLineHeight);
  border: none;
  border-radius: 100px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.btn-full {
  width: 100%;
  max-width: 342px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.dot {
  background-color: var(--assets-color);
  width: 12px;
  height: 12px;
  border-radius: var(--border-radius);
}

.skill-GridBox .pointBox {
  display: flex;
  align-items: center;
}

header {
  width: 100%;
  position: sticky;
  z-index: 99;
  top: 0px;
  background-color: var(--bg-color);
  padding: 20px;
}

nav {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  max-width: 250px;
  width: 100%;
}

.navleft {
  align-items: center;
  gap: 30px;
}

.consultation-cta {
  max-width: 170px;
}

.consultation-cta p {
  color: #1c3567;
  line-height: 1.2em;
}

#nav-button {
  padding: 18px 39px;
}

#nav-button svg {
  width: 25px;
}

.arrow-Icon {
  margin-left: 10px;
}

.heighlight-Text {
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  background-image: url("assets/LineVector.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heighlight-text2 {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  background-image: url("assets/LineVector.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  /* position: relative;
  white-space: nowrap; */
}

.heighlight-text2::before {
  /* width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  content: url("assets/LineVector.svg"); */
}

.text-2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  bottom: 0px;
}

/* Hero-section */
.heroSection {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background-image: url("assets/Hero-BG\ \(19\).png");
  background-color: #e3e3e3;
  background-position: center;
  background-size: cover;
  position: relative;
}

#scroll-up {
  top: -70px;
  position: absolute;
}

.hero-wrapper {
  gap: 0px 30px;
  display: grid;
  grid-template-columns: minmax(530px, 100%) minmax(400px, 100%);
}

.heroImage img {
  max-width: 620px;
  width: 100%;
}

.heroImage {
  display: flex;
  align-items: end;
  position: relative;
  /* overflow: hidden; */
}

.formContainer {
  max-width: 490px;
  width: 100%;
  background-color: var(--bg-color);
  height: max-content;
  padding: 40px 30px;
  border-radius: var(--border-radius);
  grid-row: span 2;
  position: relative;
  justify-self: end;
  box-shadow: 0px 4px 44px #0e296015;
  z-index: 1;
  margin-bottom: 50px;
}

.formContainer h3 {
  font-weight: 600;
}

form .field {
  padding-top: 20px;
}

form label {
  color: var(--main-font-color);
  font-weight: 400;
  font-size: clamp(1.063rem, 0.123vw + 1.03rem, 1.125rem);
}

form input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  padding: 0px 10px;
  min-height: 45px;
}

input:focus {
  outline: none;
  border: 2px solid var(--main-font-color);
}

.submit-button-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.submit-button-box p {
  color: #7c7777;
}

#SubmitBtn {
  border-radius: 50px;
  border: none;
  background-color: var(--assets-color);
  color: var(--font-color-light);
  font-weight: 700;
  padding: 18px;
  font-size: 19px;
  margin-top: 30px;
  max-width: 342px;
  cursor: pointer;
  width: 100%;
}

.badage {
  color: var(--font-color-light);
  padding: 8px 26px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid #ffffff21;
  background-color: var(--assets-secondry);
}

.bulletPoints {
  padding: 30px 0px 10px 0px;
  flex-wrap: wrap;
  gap: 5px 20px;
  color: #e3ecff;
}

.pointBox {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Icon Section */
.iconSection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.iconsWrapper {
  max-width: 980px;
  width: 100%;
  display: grid;
  padding-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.iconBox {
  text-align: center;
  padding: 30px 40px;

  h4 {
    color: var(--secondry-font-color);
    font-weight: 600;
    padding-top: 10px;
  }
}

.iconBox img {
  max-width: 100px;
  width: 100%;
  object-fit: contain;
  /* aspect-ratio: 1/1; */
}

#Timing_Icon {
  max-width: 110px;
}

.iconBox:nth-child(1),
.iconBox:nth-child(2) {
  border-right: 1px solid #0e296020;
}

/* Why Choose Section */
.whyChoose {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("assets/WhyChoose-BG.png");
  background-position: center;
  background-size: cover;
}

.whyChoose-wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  gap: 0px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.whyContentBox {
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
  align-items: flex-start;
}

.whyContentBox .BtnBox {
  max-width: 342px;
  width: 100%;
}

.whyChoose-Title {
  align-self: center;
}

.Massage-Therapy {
  grid-row: span 2;
}

.Massage-Therapy-img {
  width: 100%;
  height: 100%;
  max-width: 580px;
  object-fit: cover;
  object-position: right;
  border-radius: var(--border-radius);
}

/* Skills Section */
.skillsSection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.skillsWrapper .BtnBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
}

.skillsWrapper {
  display: grid;
  grid-template-columns: minmax(600px, 100%) minmax(410px, 100%);
  /* gap: 0px 50px; */
}

.skillsTop {
  gap: 30px;
}

.FingerIcon {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.skillImage {
  width: fit-content;
  grid-row: span 2;
  position: relative;
  justify-self: end;
  height: 417px;
  width: 100%;
  object-fit: cover;
  padding-right: 30px;
}

.float-l {
  padding-right: 50px;
}

.skill-GridBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  max-width: 550px;
  padding: 10px 0px 0px 0px;
}

.skillImage::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(var(--main-font-color) 2px,
      transparent 1px);
  background-size: 10px 10px;
  z-index: -1;
  /* Places it behind content */
  pointer-events: none;
  /* Allows clicks to pass through */
}

.skillBottom,
.skillsGridBox {
  grid-column: span 2;
}

.skillsGridBox {
  max-width: 1000px;
}

.skillBottom {
  padding-top: 50px;
  max-width: 980px;
  margin: 0 auto;
}

.skillBottom h4 {
  color: var(--secondry-font-color);
  margin-bottom: 30px;
  line-height: 1.6em;
  font-weight: 600;
}

.skill-box {
  padding: 12px 21px;
  background-color: var(--bg-color);
  position: relative;
  box-shadow: 0 4px 44px rgba(14, 41, 96, 0.1);
  margin: 10px 5px;
  display: inline-block;
  border-radius: var(--border-radius);
  border-left: 3px solid #2a92fa;
}

.skillsGridBox .skill-box:nth-child(1),
.skillsGridBox .skill-box:nth-child(2) {
  max-width: fit-content;
  width: 100%;
}

.skillsGridBox .skill-box:nth-child(3) {
  max-width: fit-content;
  width: 100%;
}

.skillsGridBox .skill-box:nth-child(4) {
  max-width: fit-content;
  width: 100%;
}

.skillsGridBox .skill-box:nth-child(5) {
  max-width: fit-content;
  width: 100%;
}

.skillImage img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: var(--border-radius);
}

.heighlight-text2::before {
  content: url;
}

/* financial Aid */
.financialAid {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: var(--font-lightblue);
  background-image: url("assets/Aid-BG.png");
  background-position: center;
  background-size: cover;
}

.financialAid-Wrapper {
  max-width: 990px;
  padding-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.supportCard {
  padding: 4px 4px 30px 4px;
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 44px rgba(14, 41, 96, 0.1);
}

.supportCard-img {
  width: 100%;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.cardContent {
  padding: 20px 20px 0px 20px;
}

.Card-bulletPoints {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Card-bulletPoints .pointBox {
  align-items: start;
}

/* Main CTA */
.mainCTA {
  margin-top: -7rem;
}

.mainCTA-wrapper {
  background-image: url("assets/Main-CTA.png");
  border-radius: var(--border-radius);
  background-position: center;
  background-size: cover;
  padding: 60px 50px;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;

  gap: 0px 110px;
  border: 4px solid #446395;
}

.Cta-ButtonBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px;
}

.mainCTA-Arrow {
  max-width: 120px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, 50%);
}

.max-w {
  max-width: 500px;
}

/* Success Stories Section */
.successStories {
  padding: 100px 0px;
}

.Slider-wrapper {
  padding-top: 30px;
}

.testimonial-slider {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.testimonial-item {
  margin: 0 10px;
}

.video-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.quote {
  font-style: italic;
  margin: 10px 0;
  font-size: clamp(1.188rem, 0.346vw + 1.098rem, 1.375rem);
  color: var(--secondry-font-color);
}

.name {
  font-weight: bold;
  margin: 0;
  color: var(--secondry-font-color);
}

.title {
  margin-bottom: 30px;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}

.slick-dots li button:before {
  font-size: 0px !important;
  color: #ff6d00;
  opacity: 1;
  content: "";
  width: 8px !important;
  height: 8px !important;
  border: 2px solid #ff6d00;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  background: #ff6d00;
  opacity: 1;
}

/* button */
.custom-arrow svg {
  width: 20px;
  height: 20px;
  fill: #ff6d00;
  transition: fill 0.3s ease;
}

.custom-arrow svg {
  fill: #ff6d00;
  /* Default arrow color */
  transition: fill 0.3s ease;
  /* Smooth color transition */
}

.custom-arrow:hover svg {
  fill: white;
  /* Change arrow color on hover or focus */
}

.custom-arrow:focus svg {
  fill: white;
  background-color: #ff6d00;
}

.custom-arrow:focus svg {
  fill: white;
  background: #ff6d00;
}

.slick-prev:focus,
.slick-next:focus {
  color: #ff6d00;
  background: #ff6d00 !important;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #ff6d00 !important;
  color: white !important;
  /* Darker blue on hover */
}

/* Custom Arrow Styles */
.slick-prev:before,
.slick-next:before {
  font-size: 0px !important;
  content: "";
}

/* Hover Effect for Buttons */
.slick-prev {
  left: -65px !important;
}

.slick-next {
  right: -65px !important;
}

/* Positioning the Buttons */
.slick-prev,
.slick-next {
  position: absolute;
  top: 30% !important;
  transform: translateY(-50%);
  z-index: 10;
  border: 1px solid #ff6d00 !important;
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Bottom CTA Section */
.bottomCTA-wrapper {
  padding: 120px 50px;
  background-image: url("assets/BottomCTA.png");
  background-position: center;
  background-size: cover;
  border-radius: var(--border-radius);
}

.cta-Content {
  max-width: 750px;
  margin: 0 auto;
}

.CTA-Btn {
  margin-top: 35px;
}

/* Footer */
footer {
  padding: 20px 0px;
}

@media screen and (max-width: 1100px) {
  .skillsWrapper {
    grid-template-columns: 1fr 1fr;
  }
}

/* Medium Screens (Tablets, < 992px) */
@media screen and (max-width: 991px) {
  #scroll-up {
    top: 15%;
  }

  .hero-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .heroImage img {
    max-width: 550px;
  }

  .bulletPoints {
    padding: 20px 0px;
  }

  .formContainer {
    grid-row: auto;
    top: 0px;
    justify-self: start;
    margin-bottom: 0px;
  }

  .heroImage {
    padding-top: 30px;
  }

  .iconsWrapper {
    padding-top: 40px;
  }

  .iconSection {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .financialAid-Wrapper {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 25px;
    padding-top: 30px;
  }

  .whyChoose-wrapper {
    gap: 0px 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .whyChoose {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .whyContentBox {
    padding-top: 0px;
  }

  .whyContentBox .BtnBox {
    display: inline-block;
  }

  .whyChoose-Title {
    align-self: auto;
    order: -1;
  }

  .Massage-Therapy {
    padding: 30px 0px;
    grid-row: auto;
  }

  .Massage-Therapy-img {
    max-width: 600px;
  }

  .iconsWrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .iconBox {
    text-align: center;
    padding: 20px 30px;
  }

  .iconBox:nth-child(3) {
    grid-column: span 2;
  }

  .iconBox:nth-child(2) {
    border-right: none;
  }

  .skillsSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skillBottom {
    padding-top: 30px;
  }

  .skill-GridBox {
    gap: 10px 30px;
    max-width: 100%;
  }

  .skillsWrapper {
    grid-template-columns: 1fr;
  }

  .skillImage {
    margin-top: 30px;
    grid-column: span 2;
    justify-self: auto;
    height: auto;
    width: fit-content;
  }

  .skillImage img {
    width: 100%;
    max-width: 450px;
    height: auto;
  }

  .gridEnd {
    padding-top: 30px;
    max-width: 100%;
  }

  .skillImage::before {
    top: -20px;
    width: 80px;
    height: 60px;
  }

  .lg-none {
    display: none;
  }

  .financialAid {
    padding-top: 60px;
    padding-bottom: 230px;
  }

  .mainCTA {
    margin-top: -10rem;
  }

  .mainCTA-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .Cta-ButtonBox {
    padding-left: 0px;
  }

  .mainCTA-Arrow {
    display: none;
  }

  .successStories {
    padding: 70px 0px;
  }

  .bottomCTA-wrapper {
    padding: 90px 50px;
  }

  .slick-prev,
  .slick-next {
    top: 103% !important;
  }

  .slick-next {
    right: 25vw !important;
  }

  .slick-prev {
    left: 25vw !important;
  }

  .slick-dots {
    bottom: -30px;
  }
}

/* Small Screens (Mobiles, < 576px) */
@media screen and (max-width: 575px) {
  #scroll-up {
    top: 21%;
  }

  section {
    padding: 0px 10px;
  }

  header {
    padding: 10px;
  }

  .nav-logo {
    max-width: 180px;
  }

  #nav-button {
    border-radius: 10px;
    padding: 14px;
  }

  #nav-button svg {
    width: 30px;
  }

  .nav-button-text {
    display: none;
  }

  .iconSection {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .iconsWrapper {
    padding-top: 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  .iconBox {
    text-align: center;
    padding: 30px;

    h4 {
      padding-top: 0px;
    }
  }

  #Timing_Icon {
    max-width: 80px;
  }

  .iconBox img {
    max-width: 70px;
    width: 100%;
  }

  .iconBox:nth-child(1),
  .iconBox:nth-child(2) {
    border-bottom: 1px solid #0e296020;
    border-right: none;
  }

  .iconBox:nth-child(3) {
    grid-column: auto;
  }

  .whyChoose {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .skillsSection {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .skillImage {
    margin-top: 20px;
    padding-right: 0px;
  }

  .skillImage::before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: -20px;
    right: -10px;
  }

  .financialAid {
    padding-top: 50px;
    padding-bottom: 180px;
  }

  .mainCTA {
    margin-top: -8rem;
  }

  .supportCard {
    padding: 4px 4px 10px 4px;
  }

  .financialAid-Wrapper {
    grid-template-columns: 1fr;
  }

  .successStories {
    padding: 60px 0px;
  }

  .Slider-wrapper {
    padding-top: 20px;
  }

  .float-l {
    padding-right: 0px;
  }

  .slick-prev,
  .slick-next {
    top: 103% !important;
  }

  .slick-next {
    right: 25vw !important;
  }

  .slick-prev {
    left: 25vw !important;
  }

  .slick-dots {
    bottom: -30px;
  }

  .bottomCTA-wrapper {
    padding: 50px 20px;
  }

  button {
    font-size: 17px;
  }

  .mainCTA-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 30px;
  }

  .skillBottom h4 {
    margin-bottom: 20px;
  }

  .bottomCTA-wrapper {
    padding: 40px;
  }

  .CTA-Btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 425px) {
  .p-15 {
    font-size: 13px;
  }

  .sm-d-none {
    display: none;
  }

  button {
    padding: 18px 30px;
  }
}