@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=New+Amsterdam&display=swap');

/***** General CSS *****/

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

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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: 500;
}


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

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'kepler';
  src: url(../fonts/kepler.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

.theme-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 26px;
  color: #000;
  margin: 20px 0px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: unset !important;
  text-transform: uppercase;
  border-radius:40px;
  box-shadow: 0 9px 10px rgb(0 0 0 / 53%), inset 0 2px 4px rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, rgba(237, 214, 190, 1) 46%, rgb(244 230 215 / 40%) 100%);
  font-family: 'New Amsterdam';
  letter-spacing: 1px;
}

.theme-btn:hover {
  background: #000;
  color: #fff;
  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: 'kepler';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

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

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

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

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

h6 {
  font-family: 'kepler';
  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: 0px 0;
}

.menuSec img {
  margin: 0;
  width: 90%;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 5px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  border: 1px solid #00000030;
  border-radius: 30px;
  width: fit-content;
  margin: 0 auto;
  /* float: inline-end; */
  background: #fff;
  margin-left: 100px;
}

.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: #000;
    padding: 10px 18px;
    font-size: 14px;
    font-family: 'Poppins';
    border-ra: 60px;
}

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

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

.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: #000;
  background: #edd4ba;
  border-radius: 70px;
}

.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 li:hover a {}

.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;
}

.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;
}
/*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 {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    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: 20px;
}
.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;
  background: rgba(0, 0, 0, 0.1);
}
.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: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

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

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


.header-right-btn {
    text-align: end;
}



/*home Banner STart*/

.banner-text h1 {
    font-size: 65px;
    color: #000;
    line-height: 62px;
    text-align: left;
    margin-bottom: 6px;
}

.banner-img img {
    border-radius: 50%;
    width: 64%;
    margin: 0 auto;
}

.banner-img {
    position: relative;
    text-align: center;
}

.banner-img::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 650px;
    border-radius: 47%;
    background-image: -webkit-linear-gradient( 90deg, rgb(237,212,186) 0%, rgb(237,212,186) 18%, rgb(244,235,220) 98%, rgba(244,235,220,0.99608) 100%);
    left: 0;
    top: -80px;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.banner-left h4 {
    font-size: 17px;
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 0px;
}

.banner-left p {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 15px;
}

.banner-right-text h3 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.banner-right-text p {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    width: 90%;
}

.banner-right-text {
    margin-right: -50px;
    margin-top: 11px;
    margin-left: 0;
}

.main-home-banner .row {
    align-items: center;
}

.banner-left {
    margin-top: 210px;
}

.main-home-banner .container {
    max-width: 1380px;
}
img.right-ban-feet {
    position: absolute;
    top: 17%;
    left: 180px;
    animation: floatUpDown 2s ease-in-out infinite;
}

.main-home-banner {
    position: relative;
}

img.left-ban-feet {
    position: absolute;
    right: 130px;
    top: 31%;
    animation: floatUpDown 2s ease-in-out infinite;
}

/*home Banner End*/


/*Section Built STart*/

.text-built h2 {
    font-size: 82px;
    color: #000;
    line-height: 70px;
    margin-bottom: 18px;
}

.text-built p {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 31px;
    width: 93%;
}

.text-built h3 {
    margin-bottom: 13px;
    color: #3d3832;
    font-weight: 500;
}

.built-img img {
    border-radius: 70px;
}

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

.built-main-sec .row {
    align-items: center;
}

.text-built a.theme-btn {
    padding: 15px 41px;
}

/*Section Built End*/

/*Section Professional Start*/
.heading-sec h2 {
    font-size: 86px;
    color: #000;
    line-height: 74px;
    margin-bottom: 10px;
}

.heading-sec p {
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 29px;
}

.heading-sec {
    text-align: center;
}
.img-professional img {
    width: 100%;
    border-radius: 45px;
}

.text-professional h2 {
    font-family: 'Poppins';
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000;
    line-height: 37px;
    height: 78px;
    display: flex;
    align-items: center;
}

.text-professional p {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 22px;
}

.professional-main-box {
    background: #edd4ba;
    padding: 20px 23px 41px;
    border-radius: 50px;
    height: 660px;
}

.professional-main-box a.theme-btn {
    background: linear-gradient(180deg, rgb(94 94 94) 45%, rgb(110 110 110 / 93%) 100%);
    color: #fff;
    box-shadow: 0 9px 10px rgb(0 0 0 / 51%), inset 0 2px 4px rgb(0 0 0 / 91%), inset 0 -2px 4px rgb(0 0 0 / 0%);
    padding: 11px 34px;
}
.professional-main-box:hover {
    background: #000;
    transition: 0.7s;
}

.professional-main-box:hover .text-professional h2 {
    color: #fff;
    transition: 0.7s;
}

.professional-main-box:hover .text-professional p {
    color: #fff;
    transition: 0.7s;
}

.professional-main-box:hover a.theme-btn {
    background: linear-gradient(180deg, rgba(237, 214, 190, 1) 46%, rgb(244 230 215 / 40%) 100%);
    box-shadow: 0 9px 10px rgb(0 0 0 / 53%), inset 0 2px 4px rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(0, 0, 0, 0.08);
    color: #000;
    transition: 0.7s;
}
.professional-main-sec {
    padding: 50px 0px 100px;
    position: relative;
}
img.professional-feet {
    position: absolute;
    left: 140px;
    top: 10px;
    animation: floatUpDown 2s ease-in-out infinite;
}

img.professional-left-feet {
    position: absolute;
    right: -20px;
    top: 110px;
    animation: floatUpDown 2s ease-in-out infinite;
}
/*Section Professional End*/



/*Section Peersonalized Start*/

.personalized-text h2 {
    font-size: 82px;
    color: #000;
    line-height: 67px;
    margin-bottom: 11px;
}

.personalized-text p {
    font-family: 'Poppins';
    font-size: 17px;
    margin-bottom: 26px;
}

.personalized-main {
    display: flex;
    align-items: center;
    background: #efdcc5;
    border-radius: 50px;
}

.personal-img {
    margin-top: -150px;
    margin-left: 0px;
    margin-bottom: -30px;
}

.personalized-text {
    padding: 50px 30px 50px 50px;
    width: 64%;
}

.personalized-main-sec .row {
    justify-content: center;
}

.personalized-main-sec {
    margin: 100px 0px 90px;
    position: relative;
}

.personalized-text a.theme-btn {
    background: linear-gradient(180deg, rgb(94 94 94) 45%, rgb(110 110 110 / 93%) 100%);
    color: #fff;
    box-shadow: 0 9px 10px rgb(0 0 0 / 51%), inset 0 2px 4px rgb(0 0 0 / 91%), inset 0 -2px 4px rgb(0 0 0 / 0%);
    padding: 11px 34px;
}
img.personalized-left-feet {
    position: absolute;
    right: 60px;
    top: -80px;
    animation: floatUpDown 2s ease-in-out infinite;
}

img.personalized-feet {
    position: absolute;
    left: 40px;
    top: 100px;
    animation: floatUpDown 2s ease-in-out infinite;
}
/*Section Personalized End*/


/*Section Result Start*/


.result-head p {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    margin-bottom: 28px;
    padding: 0px 24px;
}

.result-head h3 {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    padding: 0px 24px;
    margin-bottom: 23px;
}

.built-list-text h3 {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}

.built-list-text ul li {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #000;
}

.built-list-text ul li img {
    filter: brightness(0) saturate(100%);
}

.built-list-text a.theme-btn {
    background: #010001;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
    padding: 22px 10px;
    box-shadow: unset;
}

.result-head {
    border-bottom: 1px solid #000;
    margin-bottom: 17px;
}

.result-main-box {
    background: #edd4ba;
    padding: 45px 0px 17px;
    border-radius: 50px;
    margin-top: 30px;
    height: 240px;
}

.built-list-text {
    padding: 0px 24px;
}

.result-main-sec .heading-sec {
    text-align: left;
    margin-bottom: 20px;
}

.result-main-sec {
    padding: 100px 0px;
    position: relative;
}
.result-main-box:hover p {
    color: #fff;
}

.result-main-box:hover h3 {
    color: #fff;
}

.result-main-box:hover ul li {
    color: #fff;
}

.result-main-box:hover {
    background: #000;
    transition: 0.7s;
}

.result-main-box:hover .built-list-text img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(24%) saturate(699%) hue-rotate(305deg) brightness(99%) contrast(88%);
}

.result-main-box:hover a.theme-btn {
    background: #ebd3bb;
    color: #000;
}

.result-main-box:hover .result-head {
    border-color: #ffffff7a;
}
img.result-left-feet {
    position: absolute;
    right: 20%;
    top: 80px;
    animation: floatUpDown 2s ease-in-out infinite;
}
/*Section Result End*/


/*Section traning Start*/
.traning-img img {
    width: 100%;
    border-radius: 40px;
}

.traning-img {
    margin-bottom: 20px;
}
.traning-img.lst-big-img {
    margin-top: -252px;
}
.traning-main-sec .row {
    margin: 0px 60px;
}
.traning-main-sec {
    padding: 50px 0px 100px;
    position: relative;
}
.traning-main-sec .heading-sec {
    margin-bottom: 30px;
}
img.traning-feet {
    position: absolute;
    left: 140px;
    top: 0;
    animation: floatUpDown 2s ease-in-out infinite;
}

img.traning-left-feet {
    position: absolute;
    right: 50px;
    bottom: 20%;
    animation: floatUpDown 2s ease-in-out infinite;
}
/*Section Traning End*/


/*Section Client Say STart*/

 .test-sec-stage{
    width:100%;
    /* max-width:980px; */
    position:relative;
  }
.test-sec-quote-mark i {
    font-size: 31px;
}
  .test-sec-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:none;
    background:transparent;
    color: #000;
    font-size: 25px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    transition:transform .15s ease, opacity .15s ease;
    opacity:.75;
  }
  .test-sec-arrow:hover{ opacity:1; transform:translateY(-50%) scale(1.12); }
  .test-sec-arrow:focus-visible{ outline:2px solid var(--ink); outline-offset:3px; border-radius:50%; }
  .test-sec-arrow-left{left: -58px;}
  .test-sec-arrow-right{right: -48px;}
  .test-sec-arrow svg{ width:22px; height:22px; }

  .test-sec-slide-window{
    overflow:hidden;
    border-radius:var(--radius);
  }

  .test-sec-track{
    display:flex;
    width:300%;
    transition:transform .55s cubic-bezier(.65,0,.35,1);
  }

  .test-sec-slide{
    flex:0 0 33.3333%;
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:28px;
    padding:0 36px;
  }

  .test-sec-photo-panel{
    position:relative;
    border-radius: 40px;
    overflow:hidden;
    aspect-ratio:384/350;
    background:#ddd;
  }
  .test-sec-photo-panel img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .test-sec-right-col{
    display:flex;
    flex-direction:column;
    gap:18px;
    justify-content:center;
  }

  .test-sec-card{
    background: #edd4ba;
    border-radius: 40px;
    padding: 44px 32px 41px;
    position:relative;
  }
  .test-sec-quote-mark{
    width: 56px;
    height: 56px;
    border-radius:50%;
    background: #000;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
  }
  .test-sec-quote-mark svg{ width:20px; height:20px; }

  .test-sec-quote-text{
    font-style:italic;
    color: #000;
    font-size: 16px;
    line-height:1.65;
    margin:0 0 18px;
    min-height:96px;
    font-family: 'Poppins';
  }

  .test-sec-stars{
    color: #f8b434;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom:10px;
  }

  .test-sec-name{
    font-weight: 600;
    color: #000;
    font-size: 27px;
    margin:0 0 2px;
    font-family: 'Poppins';
  }
  .test-sec-location{
    color: #000;
    font-size: 20px;
    margin:0;
  }

  .test-sec-thumb-row{
    display:flex;
    gap:14px;
  }
  .test-sec-thumb{
    width:100%;
    height: 111px;
    object-fit:cover;
    border-radius:14px;
    flex:1;
    display:block;
    background:#ddd;
  }

  .test-sec-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:26px;
  }
  .test-sec-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#D8CBB8;
    border:none;
    cursor:pointer;
    padding:0;
    transition:background .2s ease, transform .2s ease;
  }
  .test-sec-dot-active{
    background:var(--ink);
    transform:scale(1.2);
  }
.client-main-sec {
    padding: 50px 0px 100px;
    position: relative;
}
.client-main-sec .heading-sec {
    margin-bottom: 30px;
}
.client-main-sec img.traning-left-feet {
    bottom: 40px;
    right: 20px;
}

.client-main-sec  img.traning-feet {
    left: 40px;
    transform: rotate(275deg) !important;
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/*Section Cleint Say End*/


/*Footer STart*/

footer {
    background: #000;
    padding: 80px 0px 0px;
}

.ft-logo-main p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.ft-logo-main img {
    margin-bottom: 11px;
}

.ft-logo-main ul li {
    border: 1px solid #fff;
    width: 37px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
}

.ft-logo-main ul li a {
    color: #000;
    font-size: 19px;
}

.ft-logo-main ul {
    display: flex;
    gap: 10px;
}

.ft-links h3 {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.ft-links ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.ft-links {
    width: 41%;
    margin: 0 auto;
}
.ft-links.traning-program-ft {
    width: 100%;
}
.ft-links.other-link {
    width: 80%;
}
.ft-bottom-text {
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
}

.ft-bottom-text p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.ft-bottom-text {
    border-top: 1px solid #ffffff73;
    margin-top: 40px;
}

.ft-links ul li {
    padding-bottom: 3px;
}

/*Footer End*/


section.innerbanner-main-sec {
    padding: 100px 0px;
    border-bottom: 1px solid #00000017;
}
section.services-pg-sec {
    padding: 100px 0px 0px;
}

section.services-pg-sec img.professional-feet {
    left: 20px;
}



/*Contact Page Start*/

.cntct-head h4 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
    background-size: contain;
}

.contact-input input {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    color: #7e7e7e;
    border: 1px solid #797777;
    appearance: auto;
    font-family: 'Poppins';
    color: #000;
    text-transform: capitalize;
}

.contact-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #797777;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    resize: none;
    background-color: unset;
    font-family: 'Poppins';
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 30px;
    margin: 15px 10px;
    transition: 0.8s all ease-in-out;
    background-color: transparent;
    border: 1px solid #797777;
}

.contact-input-btn button {
    border: none;
    background-color: transparent;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
    border: 1px solid #252525;
}

.cntct-info-icon i {
    font-size: 25px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntct-info-icon i::before {
    color: #252525;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'New Amsterdam';
    margin-bottom: 3px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
}

.contact-info-item-details p span {
    display: block;
}

.contact_page h2 {
    font-size: 51px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.get-in-touch.cntct-head {
    padding-right: 30px;
}
section.contact_page.all-section {
    padding: 100px 0px;
}
button.btn-main-wrap {
    border: unset;
}
button.theme-btn {
    margin-top: unset;
}
/*Contact Page End*/



/*Schdule Consultation page STrat*/
section.quote-sec {
  position: relative;
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section.quote-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--ct2);
  opacity: 0.9;
  z-index: 0;
}

.quote-txt-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 999;
}

.quote-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quote-txt h2 {
  font-size: 92px;
  line-height: 100px;
  color: var(--text-white);
}

.quote-txt h5 {
  color: var(--text-white);
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.quote-input input {
    width: 100%;
    height: 55px;
    border: 1px solid #7e7e7e6b;
    margin-bottom: 20px;
    padding: 0 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins";
    border-radius: 7px;
    outline: none;
}
.quote-input.selectbox select {
    width: 100%;
    height: 55px;
    border: 1px solid #7e7e7e6b;
    margin-bottom: 20px;
    padding: 0 80px 0 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins";
    border-radius: 7px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.quote-input textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #7e7e7e6b;
    margin-bottom: 20px;
    padding: 12px 20px 12px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background: transparent;
    border-radius: 11px;
    font-family: "Poppins";

}
.quote-input.selectbox i.fa-solid.fa-sort-down {
    position: absolute;
    right: 20px;
    left: unset !important;
    top: 20%;
    color: #000;
    opacity: 40%;
    cursor: pointer;
}
.quote-input {
    position: relative;
}
section.quote.sec {
    padding-top: 90px;
    padding-bottom: 100px;
}

.rates.text-center {
    display: flex;
    justify-content: center;
}



/*Schdule Consultation page End*/
p.pricing {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
    padding-top: 4px;
}
.text-professional h3 {
    font-weight: 500;
    margin-bottom: 10px;
}

.text-professional ul li {font-family: 'Poppins';font-size: 17px;list-style: disc;margin-left: 18px;margin-bottom: 10px;}

.text-professional ul {
    margin-bottom: 30px;
}

.professional-main-box:hover h3 {
    color: #fff;
}

.professional-main-box:hover ul li {
    color: #fff;
}
section.services-pg-sec .professional-main-box  {
    margin-bottom: 30px;
}









 .realty-modal {
                        position: fixed;
                        inset: 0;
                        z-index: 9999;
                        display: none;
                        align-items: center;
                        justify-content: center;
                        padding: 20px;
                }

                .realty-modal.active {
                        display: flex;
                }

                .realty-modal-overlay {
                        position: absolute;
                        inset: 0;
                        background: rgba(0, 0, 0, 0.65);
                        backdrop-filter: blur(4px);
                }

                .realty-modal-content {
                        position: relative;
                        width: 100%;
                        max-width: 850px;
                        background: #fff;
                        border-radius: 20px;
                        padding: 35px;
                        z-index: 2;
                        max-height: 90vh;
                        overflow-y: auto;
                }

                .realty-close {
                        position: absolute;
                        top: 15px;
                        right: 18px;
                        border: none;
                        background: transparent;
                        font-size: 35px;
                        cursor: pointer;
                }

                /* TITLE */
                .form-title {
                        font-size: 35px;
                        font-weight: 500;
                        margin-bottom: 25px;
                        font-family: 'New Amsterdam';
                        color: #000;
                }

                /* TABS */
                .form-tabs {
                        display: flex;
                        gap: 15px;
                        margin-bottom: 30px;
                }

                .tab-btn {
                        flex: 1;
                        padding: 15px;
                        border-radius: 10px;
                        border: 1px solid #ddd !important;
                        background: #f5f5f5 !important;
                        font-weight: 600;
                        cursor: pointer !important;
                        transition: .3s;
                        color: #000;
                }

                .tab-btn.active {
                        background: #edd4ba;
                        color: #000;
                }

                /* FORM */
                .form-row {
                        display: flex;
                        gap: 20px;
                }

                .form-group {
                        margin-bottom: 22px;
                        flex: 1;
                }

                .form-group label {
                        display: block;
                        margin-bottom: 10px;
                        font-weight: 600;
                }

                .form-group input,
                .form-group select {
                        width: 100%;
                        height: 55px;
                        border: 1px solid #d8d8d8;
                        border-radius: 10px;
                        padding: 0 16px;
                        font-size: 15px;
                        outline: none;
                        /* appearance: auto; */
                }

                .form-group input:focus,
                .form-group select:focus {
                        border-color: #000;
                }

                /* SWITCH */
                .switch-row {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-bottom: 0px;
                }

                .switch {
                        position: relative;
                        width: 60px;
                        height: 32px;
                }

                .switch input {
                        display: none;
                }

                .slider {
                        position: absolute;
                        inset: 0;
                        background: #ccc;
                        border-radius: 50px;
                        transition: .3s;
                }

                .slider::before {
                        content: "";
                        position: absolute;
                        width: 24px;
                        height: 24px;
                        background: #fff;
                        border-radius: 50%;
                        top: 4px;
                        left: 4px;
                        transition: .3s;
                }

                .switch input:checked+.slider {
                        background: #000;
                }

                .switch input:checked+.slider::before {
                        transform: translateX(28px);
                }

                /* CHECKBOX */
                .checkbox-group {
                        display: flex;
                        gap: 12px;
                        align-items: flex-start;
                        margin-top: 25px;
                }

                .checkbox-group input {
                        margin-top: 5px;
                }

                /* BUTTONS */
                .form-actions {
                        display: flex;
                        justify-content: flex-end;
                        gap: 15px;
                        margin-top: 35px;
                }

                .cancel-btn,
                .submit-btn {
                        padding: 14px 28px;
                        border-radius: 10px;
                        border: none;
                        font-weight: 600;
                        cursor: pointer;
                        font-size: 18px;
                        line-height: 20px;
                        font-weight: 500;
                        padding: 15px 26px;
                        color: #000;
                        margin: 20px 0px 20px 0;
                        border-radius: 50px;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        text-transform: capitalize;
                        border: unset !important;
                        text-transform: uppercase;
                        border-radius: 40px;
                        box-shadow: 0 9px 10px rgb(0 0 0 / 53%), inset 0 2px 4px rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(0, 0, 0, 0.08);
                        background: linear-gradient(180deg, rgba(237, 214, 190, 1) 46%, rgb(244 230 215 / 40%) 100%);
                        font-family: 'New Amsterdam';
                        letter-spacing: 1px;
                }

                .cancel-btn {
                        background: #eee;
                }

                .submit-btn {
                        /* background: #000; */
                        color: #000;
                }

                /* MOBILE */
                @media (max-width:768px) {

                        .realty-modal-content {
                                padding: 25px 20px;
                        }

                        .form-row {
                                flex-direction: column;
                                gap: 0;
                        }

                        .form-title {
                                font-size: 24px;
                        }

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

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

                        .cancel-btn,
                        .submit-btn {
                                width: 100%;
                        }

                        .checkbox-group a {
                                text-decoration: underline;
                                font-weight: 800;
                        }
                }

.realty-modal-content label a {
    color: #000;
    text-decoration: underline;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #edd4ba !important;
    color: #000 !important;
}


.toggle-switch {
  position: relative;
  width: 50px;
  height: 25px;
  margin: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-switch label {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-switch label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.toggle-switch input[type="checkbox"]:checked + label {
  background: linear-gradient(to bottom, #000, #000);
}

.toggle-switch input[type="checkbox"]:checked + label:after {
  transform: translateX(25px);
}

.toggle-switch label:hover {
  background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.toggle-switch label:hover:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* renamed from yep ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ toggle-input */
.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
}
button.realty-close.closeRealtyModal.btn-close.ms-auto.me-3.mt-3 {
    margin: unset !important;
    font-size: 26px;
}
.ban-btn-flex {display: flex;gap: 20px;}

.ban-btn-flex  a.theme-btn {
    padding: 15px 13px;
    margin-top: unset !important;
    text-align: center;
}
.client-main-sec .heading-sec.wow.fadeInDown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*about inner Page Start*/

:root{
    --ink:#1E2318;
    --pine:#2B3A2C;
    --pine-deep:#20291F;
    --sand:#EBE4D4;
    --sand-soft:#F4EFE3;
    --brass:#A9762C;
    --brass-light:#C99A4E;
    --cream:#F3EFE4;
    --line:rgba(30,35,24,0.14);
    --line-on-dark:rgba(243,239,228,0.18);

    --display:"Fraunces", serif;
    --body:"Libre Franklin", sans-serif;
    --mono:"IBM Plex Mono", monospace;

    --maxw:1180px;
  }

 

  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 clamp(20px,5vw,64px);}

  .eyebrow{
    font-family:var(--mono);
    font-size:12px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color: var(--brass) !important;
    display:flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{
    content:"";
    width:22px;
    height:1px;
    background:var(--brass);
    display:inline-block;
  }

 

  .img-placeholder{
    background:
      repeating-linear-gradient(135deg, rgba(30,35,24,0.05) 0 12px, transparent 12px 24px),
      var(--sand-soft);
    border:1px dashed rgba(30,35,24,0.3);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:rgba(30,35,24,0.55);
    font-family:var(--mono);
    font-size:12px;
    letter-spacing:0.06em;
    text-transform:uppercase;
    min-height:220px;
  }
  .img-placeholder.on-dark{
    background:
      repeating-linear-gradient(135deg, rgba(243,239,228,0.05) 0 12px, transparent 12px 24px),
      rgba(243,239,228,0.06);
    border-color:rgba(243,239,228,0.28);
    color:rgba(243,239,228,0.6);
  }

  /* ---------- reveal-on-scroll (respects reduced motion) ---------- */
  .reveal{opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease;}
  .reveal.is-visible{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
    html{scroll-behavior:auto;}
  }

  /* ---------- scent-trail divider (signature element) ---------- */
  .trail{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:44px 0;
  }
  .trail svg{width:min(560px,80%); height:28px;}
  .trail.on-dark{ opacity:0.9; }

  /* ================= SECTION 1 Ã¢â‚¬â€ HERO ================= */
  .hero{
    position:relative;
    min-height: 63vh;
    display:flex;
    align-items:flex-end;
    background:var(--pine-deep);
    overflow:hidden;
  }
  .hero .img-placeholder{
    position:absolute; inset:0; min-height:unset; border:none; border-radius:0;
  }
  .hero::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(32, 41, 31, 0.05) 0%, rgb(32 41 31 / 0%) 62%, rgb(240 233 219 / 48%) 100%);
  }
  .hero-content{
    position:relative;
    z-index:2;
    width:100%;
    padding:0 clamp(20px,5vw,64px) clamp(40px,6vw,72px);
    color:var(--cream);
  }
  .hero-content .eyebrow{color: #fff;margin-bottom:18px;font-family: 'Poppins';}
  .hero-content h1{
    font-size:clamp(40px,6.4vw,76px);
    line-height:0.98;
    letter-spacing:-0.01em;
  }
  .hero-role{
    font-family:var(--body);
    font-weight:500;
    font-size:clamp(16px,2vw,20px);
    color:var(--sand-soft);
    margin-top:14px;
    font-family: 'Poppins';
  }
  .hero-exp{
    font-family:var(--mono);
    font-size:13px;
    letter-spacing:0.03em;
    color:rgba(243,239,228,0.75);
    margin-top:22px;
    max-width:440px;
    padding-top:18px;
    border-top:1px solid var(--line-on-dark);
    font-family: 'Poppins';
  }

  /* ================= SECTION 2 Ã¢â‚¬â€ SPLIT ================= */
  .split{
    padding:clamp(72px,10vw,120px) 0;
  }
  .split .wrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(33px,6vw,40px);
    align-items:center;
    padding: unset;
    margin: unset;
    margin: 0 auto;
  }
  .split .img-placeholder{ aspect-ratio:4/5; }
  .split-text h2{
    font-size:clamp(30px,3.6vw,44px);
    line-height:1.08;
    margin-bottom:22px;
  }
  .split-text p{
    max-width:52ch;
    color: #000;
    font-size:16px;
    font-family: 'Poppins';
  }
  .split-text p + p{ margin-top:16px; }

  /* ================= SECTION 3 Ã¢â‚¬â€ FEATURED ================= */
  .featured{
    /* background:var(--pine); */
    color: #000;
    padding: 0px 0px 100px;
  }
  .featured .wrap{ max-width:880px; }
  .featured .img-placeholder{
    aspect-ratio:16/10;
    margin-bottom:clamp(40px,6vw,64px);
  }
  .featured .eyebrow{
    justify-content:center;
    color:var(--brass-light);
    margin-bottom:20px;
  }
  .featured .eyebrow::before{ background:var(--brass-light); }
  .featured h2{
    font-size:clamp(32px,4.6vw,54px);
    text-align:center;
    line-height:1.05;
    margin-bottom:8px;
  }
  .featured-rule{
    width:64px; height:2px; background:var(--brass-light);
    margin:26px auto 40px;
  }
  .featured p{
    font-size:clamp(16px,1.6vw,19px);
    line-height:1.75;
    color: #000;
    max-width:66ch;
    margin:0 auto;
  }
  .featured p + p{ margin-top:22px; }
  .featured em{
    font-family:var(--display);
    font-style:italic;
    color:var(--brass-light);
  }

  /* ================= SECTION 4 Ã¢â‚¬â€ MISSION (minimal) ================= */
  .minimal{
    padding: 20px 0px 30px;
    text-align:center;
    margin: 0px 150px;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .minimal .wrap{ max-width:720px; }
  .minimal .eyebrow{ justify-content:center; margin-bottom:22px; }
  .minimal h2{
    font-size:clamp(28px,3.6vw,42px);
    margin-bottom:26px;
    color: #000;
  }
  .minimal p{
    font-size:clamp(17px,1.8vw,20px);
    line-height:1.7;
    color: #000;
    font-family: 'Poppins';
  }

  /* ================= SECTION 5 Ã¢â‚¬â€ PHILOSOPHY ================= */
  .philosophy{
    /* background:var(--ink); */
    color:var(--cream);
  }
  .philosophy .eyebrow{ color:var(--brass-light); }
  .philosophy .eyebrow::before{ background:var(--brass-light); }
  .philosophy p.intro{
    color: #000;
  }
  .chain{
    list-style:none;
    margin:38px 0 0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-family:var(--mono);
    font-size:14px;
    letter-spacing:0.02em;
  }
  .chain li{color: #000;}
  .chain li.node{
    padding:8px 16px;
    border: 1px solid #000;
    border-radius:999px;
  }
  .chain li.arrow{color: #000;}
  .philosophy-close{
    margin-top:34px;
    font-size:clamp(17px,1.8vw,20px);
    color:rgba(243,239,228,0.9);
  }

  /* ================= FINAL BRAND STATEMENT ================= */
  .finale{
    position:relative;
    /* background:var(--pine-deep); */
    color:var(--cream);
    padding: 45px 0px 100px;
    text-align:center;
    overflow:hidden;
  }
  .finale::before{
    content:"";
    position:absolute; left:50%; top:-40%;
    width:900px; height:900px;
    transform:translateX(-50%);
    background:radial-gradient(circle, rgba(169,118,44,0.16) 0%, transparent 68%);
    pointer-events:none;
  }
  .finale .wrap{ position:relative; z-index:1; max-width:820px; }
  .finale .statement{
    font-family:var(--display);
    font-style:italic;
    font-weight:400;
    font-size:clamp(30px,5.2vw,56px);
    line-height:1.15;
    letter-spacing:-0.01em;
    color: #000;
  }
  .finale .divider{
    width:1px;
    height:44px;
    background: rgb(0 0 0);
    margin:36px auto;
  }
  .finale p{
    font-size:clamp(15px,1.6vw,17px);
    line-height:1.85;
    color:rgba(243,239,228,0.82);
    max-width:52ch;
    margin:0 auto;
    color: #000;
  }
  .finale .mark{
    margin-top:44px;
    font-family:var(--mono);
    font-size:12px;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--brass-light);
  }
.img-placeholder.on-dark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-placeholder.reveal.is-visible img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 100%;
}

section.minimal.philosophy .wrap.reveal.is-visible {
    max-width: 970px;
}
/*Abour Inner Page End*/


/*Faqs Page Start*/

.faq-pg-sec {
    padding: 80px 0;
    /* background: #edd4ba; */
    color: #000;
}

.faq-pg-wrap {
    max-width: 950px;
    margin: 0 auto;
}

.faq-pg-group {
    margin-bottom: 60px;
}

.faq-pg-group:last-child {
    margin-bottom: 0;
}

.faq-pg-title {
    margin: 0 0 25px;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'kepler';
}

.faq-pg-accordion {
    --bs-accordion-border-color: rgba(0, 0, 0, 0.12);
    --bs-accordion-border-width: 1px;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-body-color: #000;
    --bs-accordion-bg: transparent;
}

.faq-pg-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-pg-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-pg-button {
    padding: 22px 50px 22px 0;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'kepler';
}

.faq-pg-button::after {
    margin-left: auto;
}

.faq-pg-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-pg-body {
    padding: 0 50px 25px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Poppins';
}

.faq-pg-service-group {
    margin-top: 20px;
}

ul.service-pg-acc-list li {
    list-style: disc;
    margin-left: 20px;
}

.accordion-body.faq-pg-body p {
    font-weight: 400;
    margin-bottom: 9px;
}
.split-text.reveal.is-visible h4 {
    color: #000;
    margin-bottom: 10px;
}
/*Faqs Page End*/
.services-main-banner p.hero-exp {
    max-width: 730px;
}

.servbice-detail-main-sec .accordion-body.faq-pg-body {
    padding: 0 0px 25px 0;
}
.ser-detail-btm-main {
    margin-top: 50px;
}
.ser-detail-btm-main h2 {
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}
.service-pg-sec .img-placeholder.reveal.is-visible img {
    object-position: unset;
}
.services-pg-btn {
    margin-top: 30px;
}
ul.service-pg-acc-list li {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.traning-detail-btm-text p {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.traning-detail-btm-text {
    margin-top: 40px;
}

/* =========================================
   TRAINING PRICING
========================================= */

.training-pricing {
  padding: 50px 20px;
  /* background: #f7f5f0; */
}

.training-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.training-heading {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 55px;
}

.training-heading span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9a7b45;
}

.training-heading h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: unset;
  color: #1d1d1b;
}

.training-heading p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: stretch;
}



.training-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px 34px 35px;
  /* background: #ffffff; */
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.training-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}



.featured-card {
  border: 2px solid #9a7b45;
  transform: translateY(-10px);
}

.featured-card:hover {
  transform: translateY(-17px);
}

.featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 18px;
  background: #9a7b45;
  color: #fff;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.card-top {
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e6df;
}

.card-label {
  display: block;
  margin-bottom: 13px;
  color: #9a7b45;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.training-card h3 {
  margin: 0 0 10px;
  color: #1d1d1b;
  font-size: 27px;
  line-height: 1.25;
  font-weight: unset;
}

.price {
  color: #1d1d1b;
  font-size: 26px;
  font-weight: 500;
}

.support-title {
  color: #9a7b45;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}


.card-content {
  flex: 1;
  padding: 25px 0 30px;
}

.card-content p {
  margin: 0 0 17px;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.card-content p:last-child {
  margin-bottom: 0;
}

.training-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  background: #1d1d1b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.training-btn:hover {
  background: #9a7b45;
  color: #fff;
}

p.btm-para-center {
    text-align: center;
    margin-top: 40px;
}


 .cbk9-open-btn {
        border: 0;
        padding: 14px 26px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
        box-shadow: 0 9px 10px rgb(0 0 0 / 53%), inset 0 2px 4px rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(0, 0, 0, 0.08);
        background: linear-gradient(180deg, rgba(237, 214, 190, 1) 46%, rgb(244 230 215 / 40%) 100%);
        font-family: 'New Amsterdam';
        border-radius: 40px;
        font-weight: 300;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .cbk9-primary {
        background: #111827;
        color: #fff;
    }

    .cbk9-primary:hover {
        background: #000;
        transform: translateY(-1px);
    }

    .cbk9-secondary {
        background: #f3f4f6;
        color: #111827;
    }

    .cbk9-secondary:hover {
        background: #e5e7eb;
    }


    /* =========================
       MODAL
    ========================= */
    .cbk9-modal .modal-dialog {
        max-width: 850px;
    }

    .cbk9-modal .modal-content {
        border: 0;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
    }

    .cbk9-modal .modal-header {
        padding: 25px 30px 15px;
        border-bottom: 0;
    }

    .cbk9-modal .modal-title {
        font-size: 25px;
        font-weight: 700;
        color: #111827;
    }

    .cbk9-modal .modal-subtitle {
        color: #6b7280;
        font-size: 14px;
        margin-top: 5px;
    }

    .cbk9-modal .modal-body {
        padding: 10px 30px 30px;
    }


    /* =========================
       TABS
    ========================= */
    .cbk9-tabs {
        border-bottom: 1px solid #e5e7eb;
        gap: 5px;
        margin-bottom: 25px;
    }

    .cbk9-tabs .nav-link {
        border: 0;
        border-radius: 8px 8px 0 0;
        color: #6b7280;
        font-weight: 500;
        padding: 13px 20px;
        background: transparent;
        border-radius: 50px;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .cbk9-tabs .nav-link:hover {
        color: #111827;
    }

    .cbk9-tabs .nav-link.active {
        color: #111827;
        background: #f3f4f6;
    }


    /* =========================
       FORM
    ========================= */
    .cbk9-form-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111827;
    }

    .cbk9-form .form-label {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 7px;
    }

    .cbk9-form .form-control,
    .cbk9-form .form-select {
        min-height: 48px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 10px 13px;
        font-size: 14px;
    }

    .cbk9-form textarea.form-control {
        min-height: 115px;
        resize: vertical;
    }

    .cbk9-form .form-control:focus,
    .cbk9-form .form-select:focus {
        border-color: #111827;
        box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
    }


    /* =========================
       TOGGLE BUTTONS
    ========================= */
    .cbk9-toggle {
        display: flex;
        gap: 8px;
    }

    .cbk9-toggle .btn {
        min-width: 100px;
        padding: 10px 18px;
        border-radius: 8px !important;
        font-size: 14px;
        font-weight: 600;
        border-radius: 60px !important;
    }


    /* =========================
       SUBMIT BUTTON
    ========================= */
    .cbk9-submit {
        width: 100%;
        min-height: 52px;
        border: 0;
        border-radius: 9px;
        background: #ebd3bb;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        transition: all 0.25s ease;
        border-radius: 40px;
    }

    .cbk9-submit:hover {
        background: #000;
        color: #fff;
    }

    
    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {background: #000;}
.btm-trning-btm {
    text-align: center;
    margin: 40px 0px 20px;
}
.minimal .wrap {
    max-width: 50%;
    /* border: 1px solid #000; */
    height: 620px;
    padding: 40px 40px;
    background: #edd4ba;
    border-radius: 40px;
}
.main-mission {
    padding: 90px 40px !important;
}



  .cta{
    background: #edd4ba;
    padding: 80px 0 76px;
    position:relative;
    overflow:hidden;
  }
  .cta::before{
    content:"";
    position:absolute;
    right:-120px;top:-120px;
    width:420px;height:420px;
    border:1px solid rgba(196,129,63,.18);
    border-radius:50%;
  }
  .cta::after{
    content:"";
    position:absolute;
    right:-40px;top:-40px;
    width:280px;height:280px;
    border:1px solid rgba(196,129,63,.14);
    border-radius:50%;
  }

  .cta-inner{
    position:relative;
    z-index:1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .cta-eyebrow{
    font-size:12.5px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--tan);
    font-weight:700;
    margin:0 0 16px;
  }
  .cta-title{
    font-family:'Source Serif 4',serif;
    font-weight:700;
    font-style:italic;
    font-size:clamp(30px,4.2vw,46px);
    line-height:1.15;
    color: #000;
    margin:0 0 22px;
  }
  .cta-body{
    font-size:16.5px;
    line-height:1.7;
    color: #000;
    margin: 0 auto;
    max-width: 690px;
  }
  .cta-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content: center;align-items: center;}
  .btn-primary{
    background:var(--tan);
    color:var(--pine-deep);
    font-family:'Inter',sans-serif;
    font-weight:700;
    font-size:15px;
    padding:15px 30px;
    border-radius:8px;
    text-decoration:none;
    display:inline-block;
    transition:background .18s ease, transform .18s ease;
  }
  .btn-primary:hover{background:#D6935A;transform:translateY(-1px);}
  .btn-secondary{
    color:var(--paper);
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:15px;
    padding:15px 6px;
    text-decoration:none;
    border-bottom:1px solid rgba(244,240,228,.4);
  }
  .btn-secondary:hover{border-color:var(--paper);}


  /* ---------- RESOURCES SECTION ---------- */
  .resources{padding: 0px 0 88px;position:relative;}

  .eyebrow{
    font-family:'Inter',sans-serif;
    font-size:12.5px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--tan-dark);
    font-weight:700;
    margin:0 0 14px;
  }

  .section-title{
    /* font-family:'Source Serif 4',serif; */
    font-weight:700;
    font-size:clamp(30px,4vw,44px);
    line-height:1.12;
    margin:0 0 18px;
    color: #000;
    max-width:640px;
  }

  .section-lede{
    font-size:17px;
    line-height:1.65;
    color:var(--ink-soft);
    max-width:600px;
    margin: 0 0 22px;
  }

  .leash-rule{
    width:64px;
    height:3px;
    background:var(--tan);
    border-radius:2px;
    margin:0 0 22px;
  }

  .resource-columns{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:56px;
    align-items:start;
  }

  .group-label{
    font-family:'Inter',sans-serif;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--pine);
    margin:0 0 18px;
    padding-bottom:14px;
    border-bottom:1px solid var(--line);
  }

  .resource-list{list-style:none;margin:0;padding:0;}

  .resource-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:16px 0;
    border-bottom:1px solid var(--line);
    text-decoration:none;
    color:inherit;
    transition:transform .18s ease;
  }
  .resource-item:last-child{border-bottom:none;}

  .resource-item:hover{transform:translateX(4px);}
  .resource-item:hover .resource-name{color:var(--tan-dark);}
  .resource-item:focus-visible{outline:2px solid var(--tan-dark);outline-offset:4px;border-radius:6px;}

  .badge{
    flex:0 0 auto;
    width:38px;height:38px;
    border-radius:8px;
    background:var(--pine);
    color:var(--paper);
    display:flex;align-items:center;justify-content:center;
    font-family:'Source Serif 4',serif;
    font-weight:700;
    font-size:14px;
  }

  .resource-text{flex:1;}
  .resource-name{
    display:block;
    font-family:'Source Serif 4',serif;
    font-weight:600;
    font-size:16.5px;
    color:var(--ink);
    margin-bottom:3px;
    transition:color .18s ease;
  }
  .resource-desc{
    font-size:13.5px;
    color:var(--ink-soft);
    line-height:1.5;
  }
  .external{
    flex:0 0 auto;
    color:var(--ink-soft);
    font-size:16px;
    margin-top:6px;
  }

  /* Guides card list */
  .guides-card{
    background:var(--pine);
    border-radius:14px;
    padding:34px 30px;
    color:var(--paper);
    box-shadow: 0 9px 10px rgb(0 0 0 / 53%), inset 0 2px 4px rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(0, 0, 0, 0.08);
    background: linear-gradient(180deg, rgba(237, 214, 190, 1) 46%, rgb(244 230 215 / 40%) 100%);
    height: 480px;
  }
  .guides-card .group-label{
    color:var(--paper);
    border-bottom:1px solid rgba(244,240,228,.22);
  }
  .guide-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:13px 0;
    border-bottom:1px solid rgba(244,240,228,.14);
    font-family:'Source Serif 4',serif;
    font-size:15.5px;
    color:var(--paper);
    text-decoration:none;
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
  }
  .guide-item:last-child{border-bottom:none;}
  .guide-item span.arrow{
    font-family:'Inter',sans-serif;
    color:var(--tan);
    transition:transform .18s ease;
  }
  .guide-item:hover span.arrow{transform:translateX(3px);}
  .guide-item:hover{color:var(--paper);}
  .guide-note{
    margin-top:20px;
    font-size:12.5px;
    color:rgba(244,240,228,.65);
    line-height:1.6;
  }
  .resources h2.section-title {
    text-align: center;
    font-size: 52px;
    font-family: 'kepler';
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

.resources p.section-lede {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.guides-card p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.resource-columns a.guide-item {
    justify-content: left;
    gap: 10px;
}

.resource-columns a.guide-item span {
    font-size: 25px;
}
.testi-pg-sec .test-sec-right-col {
    margin-bottom: 50px;
}
.testi-pg-sec {
    padding: 100px 0px;
}

.new-pre-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 99999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.new-pre-loader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-pre-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.banner-img {
    margin-top: 40px !important;
}