.primary-menu > li:nth-child(4) > a::after {
    width: 100%;
}

.mobile-menu-list .menu-item:nth-child(4) > a {
    background: rgba(55, 115, 115, 0.08);
    color: #377373;
    padding-left: 2rem;
}


.treatment_tile{
	Width: 33%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
margin:10px 0;
}
.treatment-card {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
  height: 100%;
}

.treatment-card:hover {
  transform: translateY(-6px);
}
.treatment-hero {
    background: #377373;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}
.treatment-hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    color: white;
}
.treatment-hero p {
    color: white;
}

.treatment-topbox{
width:100%;
display:flex;
justify-content:center;
}
.icon-box {
  width: 60px;
  height: 60px;
  background: #d6bfa5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-box img {
  width: 28px;
}

.treatment-card h3 {
font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	color:#555;
font-family:'Montserrat', sans-serif;
}

.treatment-card p {
  font-size: 14px;
  color: #55555;
margin-bottom: 10px;
font-family:'Montserrat', sans-serif;
height:60px;
}

.small-heading {
    font-size: 16px;
    color: #377373;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;}


.rtl .available_treatment ul{
Padding-right:15px!important;
}
.available_treatment ul {
  padding-left: 15px;
	height:105px;
}

.available_treatment ul li {
font-size: 13px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
 }

.btn-box {
  display: flex;
  gap: 10px;
  margin-top: 15px;
clear:both;
}

.btn-main {
  background: #2f6f6d;
  color: #fff;
  border-radius: 8px;
  padding: 7px 14px;
}

.btn-outline {
  border: 1px solid #2f6f6d;
  color: #2f6f6d;
  border-radius: 8px;
  padding: 7px 14px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.cta-section-figma {
    background: #377373;
    padding: 80px 20px;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-description {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
}

/* BUTTON WRAPPER */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* PRIMARY BUTTON */
.btn-cta-primary {
    background: #CDAF97;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
font-weight:600;
}

/* OUTLINE BUTTON */
.btn-cta-outline {
    border: 1px solid #CDAF97;
    color: #CDAF97;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    background: transparent;
width:175px;
font-weight:600;
}
/* Responsive */

@media (max-width: 820px) {
.treatment_tile{
	Width: 100%;
}
}

@media (max-width: 1024px) {
    .doctors-grid-figma {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-row {
        gap: 2rem;
    }
.treatment_tile{
Width:49%;
}
}

@media (max-width:820px) {
    .treatment_tile {
        Width: 100%;
    }
.treatment-card p, .available_treatment ul{
height:auto;
}
.btn-box{
        margin-top: 15px;
        display: inline-flex;
}
}

@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 600px) {
  .header h1 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
      .mid_section_btn {
    border: 2px solid #377373;
    background: transparent;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    width: 142px !important;
    padding: 10px !important;
    text-align: center;
    font-size: 16px !important;
    background: #377373;
}

@media(max-width:480px){
.mid_section_btn{
width:124px!important;
font-size:12px!important;
}
}
