@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #8a8e75;
  white-space: initial;
  font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/***** Font Files *****/

@font-face {
  font-family: "NT-SEAWAVE";
  src: url(../fonts/NT-SEAWAVE.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BastligaOne";
  src: url(../fonts/BastligaOne.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "NT-SEAWAVE";
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "NT-SEAWAVE";
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "NT-SEAWAVE";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "NT-SEAWAVE";
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "NT-SEAWAVE";
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 30px 0;
}

.menuSec img {
  margin: 0;
}
ul.cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: unset;
}

ul.cont li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #141414;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.menuSec ul li a:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #8a8e75;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}
.menuSec .row {
  align-items: center;
}
a.btn-1 {
  font-size: 14px;
  color: #fff;
  background-color: #8a8e75;
  padding: 20px 50px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
a.btn-1.btn-white:hover {
  background: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

a.btn-1:hover {
  background: #000;
  color: #ffff;
  transition: 0.3s ease-in-out;
}
.topSec {
  padding: 10px 0px;
  background-color: #8a8e75;
  position: relative;
}

.topSec::before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 70%;
  right: 0;
  height: 1px;
  content: "";
  background-color: #bec5a4;
  bottom: 0;
  margin: auto;
}
.container-fluid {
  padding: 0 3%;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94%;
}

.left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social a {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.social a:hover {
  background: #8a8e75;
  color: #fff;
}

.divider {
  width: 75%;
  height: 1px;
  background: #ddd;
  margin: 0 15px;
}

.follow {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "NT-SEAWAVE";
}

section.main_slider {
  position: relative;
}
/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {
  position: absolute;
  right: -190px;
  display: block;
  left: unset;
  bottom: 300px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #dfdbdb;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 50%;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #8a8e75;
  width: 6px;
  height: 6px;
  position: relative;
}
img.img-fluid {
  width: 100%;
  height: 745px;
  object-fit: cover;
}
.banner_text h1 {
  font-size: 70px;
  line-height: 1;
  color: #1e1e1e;
}
.banner_text h1 span {
  display: block;
}

.banner_text p {
  font-size: 14px;
  color: #969696;
  margin-bottom: 30px;
  width: 37%;
}
.carousel-indicators .active:before {
  position: absolute;
  top: -7px;
  left: -8px;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #8a8e75;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*banner css end*/

/* Find Your Flow CSS start */

.find-flow {
  padding: 80px 0;
  background-color: #fff;
}

.flow-slider .item {
  padding: 0 0px;
}

.flow-card {
  display: flex;
  flex-direction: column;
}

.flow-card .img-box img {
  width: 100%;
  height: 300px;
  object-position: bottom;
  object-fit: contain;
  background: #8a8e7526;
}

.flow-card .content-box {
  border-top: none;
  transition: all 0.3s ease;
  height: 315px;
}

.flow-card .class-num {
  color: #8a8e75;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.flow-card h3 {
  font-family: "NT-SEAWAVE";
  font-size: 28px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 400;
}
.flow-card p {
  color: #969696;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.flow-card .btn-flow {
  display: inline-block;
  text-align: center;
  background-color: #8a8e75;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid #8a8e75;
  font-family: "Montserrat", sans-serif;
}
.flow-card .btn-flow:hover {
  background-color: #fff;
  color: #8a8e75;
}
.step-content {
  padding-left: 17%;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
/*Hover Effect / Active State Effect as per image */
/*.flow-slider .slick-current .flow-card .content-box,*/
.flow-card:hover .content-box {
  background-color: #8a8e75;
  border-color: #8a8e75;
}
/*.flow-slider .slick-current .flow-card .class-num,*/
/*.flow-slider .slick-current .flow-card h3,*/
.flow-slider .slick-current .flow-card p,
.flow-card:hover .class-num,
.flow-card:hover h3,
.flow-card:hover p {
  color: #fff;
}
/*.flow-slider .slick-current .flow-card .btn-flow,*/
.flow-card:hover .btn-flow {
  background-color: #fff;
  color: #8a8e75;
  border-color: #fff;
}
.flow-slider .slick-current .flow-card .btn-flow:hover,
.flow-card:hover .btn-flow:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* Slick Dots Customization */
.flow-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  bottom: -50px;
}
.flow-slider .slick-dots li {
  margin: 0 5px;
}
.flow-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dfdbdb;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.flow-slider .slick-dots li.slick-active button {
  background-color: #8a8e75;
  position: relative;
}
.flow-slider .slick-dots li.slick-active button:before {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #8a8e75;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-slider .slick-active {
  opacity: 1;
}

.flow-slider .slick-current .flow-card p {
  color: #969696;
}
.flow-slider .slick-current:hover .flow-card p {
  color: white;
}

.flow-slide .slick-dots li button:before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before {
  display: none;
}

/* Find Your Flow CSS end */

/*new-wave start*/

section.new-wave {
  min-height: 100vh;
  background-image: url(https://www.soulflownathan.com/wp-content/uploads/2026/07/new-wave-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  background-attachment: fixed;
}

.new-way-txt h3 {
  font-size: 60px;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 400;
}

.new-way-txt h3 span {
  display: block;
}

.new-way-txt p {
  color: #9e9ea0;
  font-size: 14px;
  padding-left: 10%;
  margin-bottom: 31px;
  width: 90%;
}
.new-way-txt h5 {
  font-size: 20px;
  color: #8a8e75;
}
.new-way-txt a.btn-1 {
  margin-left: 10%;
}
.new-way-txt h5 span {
  display: block;
}
/*new-wave end*/
/*footer css start*/
footer {
  background-color: #1e1e1e;
}
.footer-top {
  background-color: #8a8e75;
  padding: 30px 0;
}
.newsletter-text h2 {
  color: #fff;
  margin-bottom: 0;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 32px;
  font-weight: 400;
}
.newsletter-text p {
  color: #e5e5e5;
  margin-bottom: 0;
  font-size: 14px;
}
.newsletter-form form {
  display: flex;
  justify-content: flex-end;
}
.newsletter-form input {
  width: 50%;
  padding: 15px 20px;
  border: none;
  font-size: 13px;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
.newsletter-form button.btn-1 {
  margin: 0;
  border: 1px solid #fff;
  border-left: none;
  cursor: pointer;
  font-size: 13px;
  padding: 15px 30px;
  background-color: #8a8e75;
  color: #fff;
}
.newsletter-form button.btn-1:hover {
  background-color: #fff;
  color: #8a8e75;
  border: 1px solid #8a8e75;
}
.footer-bottom {
  padding: 70px 0 30px;
}
.footer-widget h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  font-weight: 400;
}
.footer-widget p {
  color: #a0a0a0;
  font-size: 13px;
  line-height: 24px;
}
.footer-widget ul {
  margin-bottom: 0;
  display: block;
  background-color: unset;
  border: unset;
  padding: unset;
}
.footer-widget ul li {
  margin-bottom: 15px;
}
.footer-widget ul li a {
  color: #a0a0a0;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 81%;
  line-height: 22px;
}
.footer-widget ul li a i {
  /* margin-top: 5px; */
}
.footer-widget ul li a:hover {
  color: #8a8e75;
}
.social-links {
  margin-top: 30px;
}
.social-links h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.social-links ul {
  display: flex;
  gap: 10px;
  margin: 0;
}
.social-links ul li {
  margin: 0;
}
.social-links ul li a {
  width: 40px;
  height: 40px;
  background-color: #8a8e75;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
}
.social-links ul li a:hover {
  background-color: #fff;
  color: #8a8e75;
}
.copy-right {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 30px;
  margin-top: 30px;
}
.copy-right p {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0;
}
/*footer css end*/
/* ----------------------------- Testimonials Start ------------------------*/

section.testimonials {
  position: relative;
  padding: 100px 0px 100px;
  overflow: hidden;
}

section.testimonials .box-card {
  box-sizing: border-box;
  position: relative;
  margin: 30px 10px;
  /* border-radius: 10px; */
}

section.testimonials .mainSlider {
  position: relative;
}

section.testimonials .mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

section.testimonials .box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

section.testimonials .box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-shadow: 0px 0px 18px 7px #2222221c;
  transition: 0.9s;
  font-size: 18px;
}

section.testimonials .box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 48px 0 16px;
  display: flex;
  gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 16px;
}

section.testimonials .box-card .descrp {
  margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
}

section.testimonials .box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
  margin: 0px;
  font-size: 19px;
  color: #000;
  line-height: 21px;
  font-weight: 500;
  font-family: "BlenderTrial";
}

section.testimonials .box-card .authr-det p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  opacity: 80%;
}

section.testimonials .mainSlider .box-card {
  padding: 40px 40px 40px 50px;
  background: #8a8e75;
  margin: 40px 0px 0px 0px;
}

section.testimonials .simSlidDs .item {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 30px 20px 40px 50px;
  margin-top: 40px;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 8px #0000001f;
  border: unset;
}
section.testimonials .simSlidDs .item .box-card ul.rating {
  margin: 50px 0 24px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
  background: #fff;
  box-shadow: 0px 0px 18px 7px #2222221c;
  display: none;
}

section.testimonials .coright {
  position: relative;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "BlenderTrial";
  text-transform: capitalize;
}

section.testimonials .mainSlider .box-card h5 {
  color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
  opacity: 50%;
}

section.testimonials .mainSlider .box-card .quote i {
  background: #ffffff;
  border: 1px solid #fff;
  color: #8daaab;
  display: none;
}

section.testimonials .mainSlider .item p {
  width: 93%;
  color: #fff;
}
.heading.text-center.mb-4.wow.fadeInDown {
  margin-bottom: unset !important;
}
.maxContainer {
  max-width: 1660px;
}
.heading.text-center h1 {
  font-size: 60px;
  line-height: 1;
  color: #181818;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0px;
}

.heading.text-center p {
  font-size: 14px;
  color: #0f0e0e;
  margin: 0 auto;
  width: 55%;
  font-size: 14px;
  color: #a7a7a7;
  margin-bottom: 30px;
  margin-bottom: 0;
}
/* ----------------------------- Testimonials  end ------------------------*/

.how-it-works-section {
  background-color: #ffffff;
  padding-bottom: unset !important;
  padding-top: 100px !important;
}

/* Main Heading Style */
.main-title {
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.sub-text {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Step Card Styles */
.step-card {
  text-align: left;
  padding: 20px;
  position: relative;
}

.step-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* Vertical Brown Lines */
.step-header::before {
  content: "";
  width: 2px;
  height: 51px;
  background-color: #8a8e75; /* Brownish color from image */
  margin-right: 8px;
}

.step-header::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #8a8e75;
  margin-right: 15px;
  opacity: 0.6;
}

.step-number {
  font-size: 2.5rem;
  color: #333;
  z-index: 2;
}

/* The light pink/nude background box behind number */
.bg-shape {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #bec5a4; /* Nude/Pinkish shade */
  left: 35px;
  top: 15px;
  z-index: 0;
}

/* Typography for Content */
.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.step-description {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  .step-card {
    text-align: center;
    margin-bottom: 30px;
  }
  .step-header {
    justify-content: center;
  }
  .bg-shape {
    left: 50%;
    transform: translateX(-10%);
  }
}

/* move nautre :start */
section.move-nature {
  background-image: url(../images/move-back.png);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #8a8e75;
  padding: 100px 0 170px;
}

section.move-nature * {
  color: #fff;
}

.move-nature-main p {
  width: 81%;
  margin: 0 auto;
  margin-bottom: 40px;
}

a.btn-1.btn-white {
  background: #fff;
  color: #8a8e75;
  transition: 0.3s ease-in-out;
}

.move-nature-main h4 {
  font-family: "BastligaOne";
  font-size: 120px;
  line-height: 1;
  margin: 0;
}

.move-nature-main h2 {
  margin-bottom: 10px;
}
.meet-nathan-img img {
  height: 695px;
  object-fit: cover;
  border: 10px solid #fff;
}

section.meet-nathan .row {
  align-items: end;
}

section.meet-nathan {
  margin-top: -100px;
}

.meet-nathan-img {
  width: 90%;
}

.meet-nathan-text a.btn-1 {
  margin-top: 20px;
  display: inline-flex;
}

.meet-nathan-text {
  padding-bottom: 40px;
}
/* move nautre :end */

/* chose section start  */

img.chose-img1 {
  height: 510px;
  width: 100%;
  object-fit: cover;
}

section.chose-sec {
  padding: 100px 0 20px;
  overflow: hidden;
}

section.chose-sec p {
  font-weight: 500;
  color: #1e1e1e;
  opacity: 50%;
}

.ab-left {
  padding-right: 40px;
}

.abt-img-left {
  margin-top: 50px;
}

img.chose-img2 {
  height: 640px;
  width: 100%;
  object-fit: cover;
}

.abtirhgt-xt {
  margin-top: 60px;
}

.chose-listing {
  display: flex;
  margin: 40px 0 24px;
  gap: 35px;
}

.chose-col ul {
  gap: 40px;
}

.chose-col ul li {
  gap: 14px;
}

.chose-check {
  flex-shrink: 0;
}

.chose-check i {
  width: 24px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8a8e75;
  color: #fff;
}

.list-text-ch {
  flex-grow: 1;
}

.list-text-ch h6.mb-0 {
  font-family: "NT-SEAWAVE";
  font-size: 20px;
  color: #000;
  line-height: 24px;
  padding-bottom: 5px;
}

section.chose-sec .container {
  max-width: 1400px;
}

.ab-text-left h2 {
  font-size: 60px;
}

/* chose section end  */
/*inner banner start*/
section.main_slider.inn .carousel-inner {
  overflow: unset;
}

section.main_slider.inn .carousel-item {
  display: block;
}
/*inner banner end*/
section.main_slider.inn img.img-fluid {
  height: 440px;
  object-fit: cover;
}

section.meet-nathan.inn {
  margin-top: 100px;
  padding-bottom: 100px;
}
section.meet-nathan.inn .row {
  align-items: center;
}
section.chose-sec.inn {
  padding-bottom: 100px;
}
/* InnerPage Contact Us start */

.contact-pag-form form {
  position: relative;
}

.contact-pag-form .form-group {
  position: relative;
}

.contact-side-bar {
  margin-top: 30px;
}

.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 15px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: "Poppins";
  display: flex;
  border-radius: 5px;
}

.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: "Poppins";
  display: flex;
  border-radius: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
  color: #909091;
}

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 25px;
  padding-top: 20px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: transparent;
  margin-top: 20px;
  color: #fff;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  scroll-behavior: unset;
}

.contact-pag-form .email {
  padding: 0;
}

.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}

.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
}

.contact-pag-form ::-webkit-select-placeholder {
  color: #909091;
  font-family: "Montserrat";
}

.contact-pag-form ::-webkit-input-placeholder {
  color: #909091;
  font-family: "Montserrat";
}

.contact-pag-form ::-moz-placeholder {
  font-family: "Montserrat";
  color: #fff;
}

.contact-pag-form :-ms-input-placeholder {
  font-family: "Montserrat";
  color: #fff;
}

.contact-pag-form :-moz-placeholder {
  font-family: "Montserrat";
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"] {
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #8a8e75;
  background: #f8f8f8;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-info {
  width: 100%;
  display: flex;
  padding: 35px 20px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
  background-color: #8a8e75;
  border: 1px solid #8a8e75;
}

.contact-main-sec h4 {
  font-size: 60px;
  color: black;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.contact-main-sec p span {
  display: block;
}

.contact-main-sec p {
  font-size: 14px;
  margin-bottom: 0;
  color: #909091;
  text-transform: capitalize;
  margin: 0 auto;
  width: 79%;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.contact_text p {
  font-size: 14px !important;
  line-height: 23px;
  padding-top: 0px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: unset;
}

.contact_text p a {
  font-size: 14px;
  display: block;
  margin-top: 3px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  font-family: "Montserrat";
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

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

.contact-head h2 {
  font-size: 50px;
  color: var(--black);
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-main-sec {
  padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-pag-form .form-group i {
  top: 20px;
  left: 13px;
  font-size: 18px;
  position: absolute;
  color: var(--headingColor);
  display: none;
}

.contact-pag-form .form-group1 i {
  right: 11px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}

.contact-pag-form {
  margin-top: 0;
}

.contact-pag-form button {
  margin-top: 5%;
}

section.contact-main-sec button {
  border: 1px solid transparent;
  background-color: #8a8e75;
  padding: 20px 40px;
  color: #fff;
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per {
  height: 12px;
  background: var(--headingColor);
  border-radius: 8px;
  width: 0;
  transition: 1s linear;
  position: relative;
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 2px solid var(--headingColor);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cont-top-txt {
  text-align: center;
  margin-bottom: 30px;
}

/* InnerPage Contact Us end */

/*get an estmate start*/

section.get-an form input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #a7a5a2;
  outline: none;
  border-radius: 0px;
}
section.get-an {
  padding: 100px 0px;
}
.input-icon {
  position: absolute;
  top: 18px;
  right: 15px;
}
.input {
  position: relative;
}
.input-icon i {
  font-size: 22px;
  color: #000;
}
section.get-an form input::placeholder {
  color: #000;
}
.text-area textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #a7a5a2;
  resize: none;
  padding: 10px 20px;
  border-radius: 0px;
}
.Message-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.text-area {
  position: relative;
}
.Message-icon i {
  font-size: 22px;
  color: #2500fe;
}
section.form-2 button.theme_btn {
  font-size: 30px;
  font-weight: 400;
  background-color: #091d35;
}
.text-area {
  position: relative;
  margin-bottom: 30px;
}
section.get-an button.theme_btn {
  border: 1px solid;
  font-size: 14px;
  color: #58584c;
  font-family: "Montserrat";
  padding: 15px 30px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: #fff;
  background-color: #8a8e75;
  padding: 20px 50px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.input select {
  width: 100%;
  padding: 15px 20px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.get-in-head h3 {
  text-align: center;
  font-size: 60px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #1e1e1e;
}
.get-in-head p {
  font-size: 16px;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  line-height: 31px;
}

.get-in-head {
  margin-bottom: 30px;
}

section.main_slider.inn.book h1 {
  width: 86%;
}

section.testimonials.inn .box-card .quote {
  display: none !important;
}
section.testimonials.inn .box-card .descrp p {
  width: 80%;
}
section.class-det {
  padding: 100px 0px;
}

.class-det-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.class-det-txt {
  margin-top: 20px;
}

.class-det-txt h4 {
  font-size: 50px;
  line-height: 1;
  color: #1e1e1e;
}

.class-det-txt p {
  font-size: 14px;
  color: black;
  margin-bottom: 30px;
}

/* ============================================================================= */
/* ============================================================================= */

.post-thumbnail,
header.entry-header {
  display: none;
}
img.vc_single_image-img.attachment-full {
  height: 500px;
  object-fit: cover;
  width: 1601px;
  object-position: top;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  width: 100%;
  padding: 15px 20px !important;
  margin-bottom: 20px !important;
  border: 1px solid #a7a5a2 !important;
  outline: none;
  border-radius: 0px;
}

input#gform_submit_button_1 {
  border: 1px solid;
  font-size: 14px;
  color: #58584c;
  font-family: "Montserrat";
  padding: 15px 30px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: #fff;
  background-color: #8a8e75;
  padding: 20px 50px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  width: 20%;
}

.gform_footer.before {
  text-align: center;
  justify-content: center;
}

.ab-text-left ul {
  list-style-type: disc;
  list-style-position: inside;
}
img.custom-logo {
  height: 100%;
}
section#media_image-2 {
  margin-bottom: 30px;
}

nav.navigation.post-navigation {
  display: none;
}

img.vc_single_image-img.attachment-full {
  height: 500px;
  object-fit: contain;
  width: 1601px;
  object-position: top;
  background: #8a8e75;
}

.new-way-txt ul li {
  margin: 10px 0 10px;
  display: flex;
  gap: 14px;
}
.new-way-txt ul {
  margin-left: 10%;
}

.slicknav_menu {
    background: #8a8e75;
}

.slicknav_nav a:hover {
    background: #ffff;
    color: #8a8e75;
}


.gymcatch-app[_ngcontent-ng-c391142801]   .toggle-following-btn[_ngcontent-ng-c391142801],.gymcatch-app .button.primary,.gymcatch-app gc-ui-filters-toggle .button.gc-ui-filters-toggle span {
     background: #8a8e75 !important;
}
.gymcatch-app gc-ui-menu .menu li.active a {
    color: #8a8e75 !important;
}
.gymcatch-app gc-ui-menu .menu li.active:after {
    background-color: #8a8e75 !important;
}
.gymcatch-app gc-ui-segment-control .gc-ui-segment-control--rounded .gc-ui-segment-item.selected {
    color: #8a8e75 !important;
    font-weight: 900 !important;
}