section.coaching-section{
padding:140px 0px;
background:#F7FBFF;
}

.coaching-grid{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
}

.content h1{
font-size:56px;
font-family: 'CaslonGraD';
font-weight: normal;
letter-spacing: 0.5px;
line-height:1.2;
margin-bottom:12px;
color: #1B202A;
}

.desc{
font-size:18px;
color:#4D4D4D;
line-height:1.7;
margin-bottom:30px;
}

.features{
list-style:none;
margin-bottom:30px;
margin-left: 0;
}

.features li {
    margin-bottom: 14px;
    position: relative;
    font-size: 18px;
    color: #070F12;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.cta{
display:inline-block;
background:#2563EB;
color:#fff;
padding:16px 24px;
border-radius:10px;
text-decoration:none;
font-size:16px;
font-weight:500;
margin-bottom:30px;
}
.cta:hover{
background:#1E4FD8;
}

.reviews{
display:flex;
align-items:center;
gap:15px;
margin-top: 64px;
}
.review-text{
font-size:14px;
color:#5B616D;
}

.review-text .count{
font-weight:600;
margin-right:5px;
}

.stars{
margin-top:3px;
color:#F59E0B;
}
.image-box {
    width: 75%;
}
.image-box img{
border-radius:20px;
display:block;
}
.features li svg{ 
  flex-shrink:0;
}

/* Health Section */
section.health-section{
padding:140px 0;
background:#F2F5FF;
}

.section-header{
text-align:center;
max-width:760px;
margin:0 auto 50px;
}

.section-header h2{
font-size:56px;
font-family: 'CaslonGraD';
font-weight: normal;
letter-spacing: 0.5px;
margin-bottom:16px;
color: #1B202A;
}

.section-header p{
font-size:18px;
line-height:1.6;
color:#4D4D4D;
}

.health-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.health-box{
background:#fff;
padding:50px 30px;
border-radius:16px;
transition:0.3s;
}

.health-box:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.icons{
  margin-bottom: 50px;
}

.health-box h3{
font-size:24px;
font-family: 'CaslonGraD';
font-weight: normal;
letter-spacing: 0.5px;
margin-bottom:14px;
}

.health-box p{
font-size:18px;
line-height:1.6;
color:#4D4D4D;
}

/* Testimonial section*/

section.reviews-section{
padding:140px 0;
background:#F6F8FB;
}

.reviews-header{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:80px;
}

.reviews-header h2{
font-size:56px;
color:#1B202A;
font-family: 'CaslonGraD';
font-weight: normal;
letter-spacing: 0.5px;
margin-bottom:20px;
}

.reviews-header p{
font-size:18px;
color:#4D4D4D;
line-height:1.6;
}

.reviews-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.review-card{
background:#fff;
padding:40px;
border-radius:16px;
position:relative;
}

.quote{
  margin-bottom:10px;
}

.review-text{
font-size:18px;
color:#4D4D4D;
line-height:1.6;
margin-bottom:30px;
}

.review-bottom{
display:flex;
justify-content:space-between;
align-items:center;
}

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

.user img{
width:42px;
height:42px;
border-radius:50%;
object-fit:cover;
}

.name{
font-size:20px;
color:#1B202A;
font-weight:600;
line-height: 120%;
}

.role{
font-size:14px;
color:#5B616D;
line-height: 20px;
}

.rating{
display:flex;
align-items:center;
gap:6px;
font-size:16px;
color:#5B616D;
}

.starss{
color:#FFC742;
font-size:20px;
}

section.ads-health {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
section.ads-health .ads-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}
.ads-btn{
padding: 16px 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ads-btn:hover{
background:#fff;
color:#7F95DB;
}
.ads-btn:hover path{
  fill: #7F95DB !important;
}
.ads-content h2{
font-size:56px;
font-weight:700;
margin-bottom:10px;
color: #fff;
}

.ads-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 34px;
}

.ads-content {
    max-width: 768px;
}

section.faq-sec{
  background:#F7FBFF;
}

section.expert-health {
    background: #F7FBFF;
    padding-bottom: 140px;
}
.bg_set {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 32px;
    background: linear-gradient(157.54deg, #E3E9E2 13.55%, #F6F9F6 80.88%) !important;
}
.small_container p {
    color: var(--ast-global-color-1);
    font-size: 20px;
    margin-bottom: 34px;
}
.small_container h2 {
    color: var(--ast-global-color-1);
    font-size: 48px;
    font-family: 'CaslonGraD';
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.small_container {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.whilte_link a {
    background: var(--ast-global-color-0);
    padding: 16px 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.whilte_link a:hover {
    background: var(--ast-global-color-1);
    color: #fff;
}
.whilte_link a svg path {
  fill: #fff;
}
.whilte_link a:hover path{
  fill: #fff !important;
}
@media(max-width: 1440px){
  section.coaching-section,section.health-section,section.reviews-section{
    padding:100px 0px;
  }
  section.expert-health {
    padding-bottom: 100px;
  }
}

@media(max-width: 1024px){
  section.coaching-section,section.health-section,section.reviews-section{
    padding:70px 0px;
  }
  section.expert-health {
    padding-bottom: 70px;
  }
  .bg_set {
    padding: 70px 20px;
}
  .content h1,.section-header h2,.reviews-header h2,.ads-content h2{
    font-size:40px;
  }
  .desc,.features li,.section-header p,.health-box p,.reviews-header p,.review-text,.ads-content p,.small_container p{
    font-size:16px;
  }

.small_container h2 { font-size: 36px; }
  .name { font-size:18px; }
  .desc{
    margin-bottom: 20px;
  }
  .reviews {
    margin-top: 20px;
  }
  .reviews-header { margin-bottom: 50px; }
  .image-box {
    width: 100%;
  }
  .coaching-grid{
    gap: 20px;
  }
  .health-box h3 { font-size:20px; }
  .icons,.section-header { margin-bottom: 20px; }
  .health-box{
    padding:20px 20px;
  }
  .reviews-grid{
    gap:15px;
  }
  .review-card{
    padding:20px;
  }
  section.ads-health {
    padding: 50px 0 0 0;
  }
  section.ads-health .ads-wrapper { align-items: flex-end; }
  .ads-content {
    margin-bottom: 50px;
}
}

@media(max-width: 767px){
  section.coaching-section,section.health-section,section.reviews-section{
    padding:50px 0px;
  }
  section.expert-health {
    padding-bottom: 50px;
  }
  .bg_set {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
  .content h1,.section-header h2,.reviews-header h2,.ads-content h2,.small_container h2{
    font-size:30px;
  }
  .reviews-header { margin-bottom: 20px; }
  .coaching-grid{
    flex-direction: column;
  }
  .health-grid,.reviews-grid{
    grid-template-columns:1fr;
  }
  
  .ads-wrapper {
    flex-direction: column;
  }
  section.ads-health {
    padding: 50px 0 0 0;
  }
  .ads-content {
    margin-bottom: 0px;
}
}