* {
   padding:0;
   margin:0;
}

:root {
    --backgroundColor: #015350;
    --font-size-16: 16px;
    --primary-color:#015350;
    --dental-font: "Montserrat", sans-serif;
}
body{
    margin:0;
    padding:0;
    font-family: var(--dental-font);
}
.header_top_row {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    padding:31px 20px;
    column-gap:25px;
    align-items:center;
}
.contactinfo {
    display: flex;
    gap: 10px;
    align-items: center;
}
.contactinfo_details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.headinginfo {
  color: #EA7F4A;
font-size: 17.825px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.headinginfo span{
    color: #000;
font-size: 12.478px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.header_nav_row {
    border-top: 1px solid #0E54AE;
    padding: 18px 0 11px;
}
.header-btn{
   background-color: var(--backgroundColor); 
   display: block;
       text-decoration: none;
    padding: 13px 22px;
    color: #FFF;
text-align: center;
font-size: var(--font-size-16);
font-style: normal;
font-weight: 700;
line-height:20px;
border-radius:100px;

}
/* search form*/
.custom-search-form {
    position: relative;
    border-radius: 1000px;
    border: 1px solid #B7B7B7;
    padding: 15px;
}
.search-submit {
    position: absolute;
    top: 12px;
    right: 18px;
    background: unset;
    border: 0;
}
.custom-search-form input{
    border:0;
    color: #B8B8B8;
font-size: 16px;
width:100%;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/* nav*/
.header_nav_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.header_nav_menu li {
 list-style-type:none;
}
.header_nav_menu a{
  color: #636363;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;
text-decoration:none;
padding-bottom:0;
display:inline-block;
}
.site-header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.contactinfo span{
    font-size: 17.825px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
/*.current_page_item {*/
/*    border-bottom: 2px solid #B15092;*/
/*}*/
/*.header_nav_container li:hover{*/
/*     border-bottom: 2px solid #B15092;*/
/*}*/
.header_nav_container {
    display: flex;
    justify-content: space-between;
}
.header-social {
    display: flex;
    column-gap: 24px;
    align-items: center;
}
.header-social a{
    padding-bottom:0;
}

/*herosection*/
.hero_section{
    border-radius: 20px;
background: linear-gradient(105deg, #DCE9E2 19.45%, #D1CAC0 67.44%);
}
.hero_section_right img{
    width:100%;height:100%;
}
.hero_section_wrapper {
    display: grid;
    grid-template-columns:40% 60%;
    align-items:center;
}
.highlighted_text {
    display: inline-flex;
    padding: 11.078px 47.264px 8.542px 16px;
    align-items: flex-end;
    gap: 11.973px;
    border-radius: 74.685px;
    background: #FFF;
    margin-bottom:22px;
}
.hero_section_leftcontent h1 {
    color: #000;
    font-size: 76.67px;
    font-style: normal;
    font-weight: 600;
    line-height: 86.168px;
    letter-spacing: -2.3px;
    margin-bottom:12px;
}
.hero_section_leftcontent p {
    color: #4E4E4E;
    font-size: 18.141px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.544px;
}
.hero_section_leftdiv{
    margin-top:25px;
}
.primary-button {
    display: inline-flex;
    padding: 13.31px 26.313px 15.141px 10.203px;
    align-items: center;
    gap: 17.935px;
    border-radius: 100px;
    background: #EA7F4A;
    color: #FFF;
    font-size: 19.829px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.778px;
    text-decoration: none;
}
.why_choose_wrapper{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 89px;
    align-items:center;
}
.whychooseusright_div h3 {
    color: var(--primary-color);
   margin-bottom:18px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -1.2px;
}
.whychooseusright_div p {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.whychooseleft {
    height: 90px;
    border-radius: 25px;
    border: 1px solid #B4B4B4;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whychooseright h4 {
    color: #EA7F4A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.66px;
}
.whychooseicondiv {
    margin-top: 36px;
}
.whychooseusleft_div {
    position: relative;
}
.second_imageright img {
    border-radius: 25px;
}
.second_imageright {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.commonbutton{
    padding: 13px 30px;
}
.button_section {
    display: flex;
    column-gap: 31px;
}
.button_section_icon {
    display: flex;
    gap:6px;
    align-items: center;
}
.whychooseus {
    margin-top: 63px;
    margin-bottom: 35px;
}
.orange_bold {
    color: #EA7F4A;
}
.whychooseiconwrapper {
    display: grid;
    grid-template-columns: 90px auto;
    column-gap: 27px;
    align-items: center;
    margin-bottom: 33px;
}
.cta_sections_div {
    border-radius: 24px;
    padding: 43px 51px 44px;
    background: linear-gradient(140deg, #F1F7F6 52.31%, #FBE7DC 117.21%);
    display: flex;
    justify-content: space-around;
}
.cta_sections_points {
    display: flex;
    align-items: center;
    gap:12px;
}
.cta_sections_points span {
    color: #000;
    font-size: 20.398px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.034px;
}
.cta_sections {
    margin-bottom: 77px;
}
/* Header */
.services__header {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 160px;
    margin-bottom: 98px;
    align-items: center;
}
.services__header h2 {
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 47px; /* 117.5% */
letter-spacing: -1.2px;
color: var(--primary-color);

}

.services__header h2 span {
  color: #0a5c53;
}

.services__header p {
  color: #3B3B3B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
}

/* Grid */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Cards */
.service-card {
    position: relative;
    background: linear-gradient(140deg, #F1F7F6 52.31%, #FBE7DC 117.21%);
    padding: 34px 41px 18px;
    min-height: 260px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-card h3 {
    margin: 100px 0 10px;
    color: var(--primary-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.66px;
}
.service-card p {
 font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
color: #3B3B3B;

}

/* Active card */
.service-card--active {
  background: linear-gradient(135deg, #0a5c53, #7a5c3a);
  color: #ffffff;
}
.service-card--active h3{
    color:#fff;
}
.service-card--active p {
  color: #e6f2f0;
}

/* Icons */
.service-icon {
  font-size: 28px;
  color: #f38b59;
}

.service-card--active .service-icon {
  color: #ffffff;
}

/* Number */
.service-number {
    position: absolute;
    top: 50px;
    right: 20px;
    color: #D1E2DF;
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -3.84px;
}

.service-card--active .service-number {
  color: rgba(255, 255, 255, 0.3);
}

/* CTA */
.services__cta {
  display: flex;
  justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #f38b59;
    color: #ffffff;
    text-decoration: none;
    padding: 13.605px 40.309px 14.846px 10.203px;
    border-radius: 113.379px;
    color: #FFF;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
}

.btn:hover {
  background: #e27948;
}
.services__grid .service-card:last-child {
    background: none;
    padding: 0;
    align-self: center;
    align-content: center;
}
.insurance {
    border-radius: 20px;
    background: linear-gradient(129deg, var(--primary-color) 28.24%, #EA7F4A 133.85%);
    margin: 84px 22px;
}
.logo-item img {
  width: 100%;
    max-width: 100%;
    height: 80.549px;
    object-fit: contain;
}
.insurance__container {
padding: 97px 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 68px;
  align-items: center;
}

/* Left */
.insurance__content h2 {
font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color:#fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.insurance__content h2 span {
  font-weight: 700;
}

.insurance__desc {
 font-size: 16px;
font-style: normal;
color:#fff;
line-height: 25px;
}

.insurance__note {

}

.insurance__note h4 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-top: 35px;
}
.insurance__note p {
  color: #fff;
 font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px;
margin-bottom:36px;
}

/* Button */
.insurance__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  background: #f38b59;
  color: #ffffff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 500;
}

.insurance__btn span {
  background: #ffffff;
  color: #f38b59;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Right Card */
.insurance__card {
height:100%; 
border-radius: 24px;
  padding: 52px 48px 0;
 background: linear-gradient(140deg, #F1F7F6 52.31%, #FBE7DC 117.21%);

}

.insurance__card h3 {
  color: var(--primary-color);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 26.514px;
margin-bottom:13px;
}

.insurance__card p {
     margin-bottom: 42px;
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

/* Logos */
.insurance__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 20px;
  text-align: center;
}

.logo-item {
  font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.844px;
  color: #000;
}

.clinic-locator {
  padding:0 0 60px;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.clinic-locator__title {
    margin-bottom: 100px;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    color: #015350;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -1.2px;
}

.clinic-locator__title span {
  color: #f5823c;
}

.clinic-locator__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap:59px;
}
.clinic-locator__main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.clinic-locator__item {
    display: flex;
    gap: 20px;
}
.clinic-locator__card {
  position: relative;
  background: linear-gradient(140deg, #F1F7F6 52.31%, #FBE7DC 117.21%);
  border-radius: 24px;
  padding: 56px;
  text-align: left;
}

.clinic-locator__icon
 {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 66px;
    background: #f5823c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.clinic-locator__item {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: #636363;
}

.clinic-locator__item strong {
  font-weight: 600;
}
.latest-articles {
  padding: 90px 0;
  font-family: "Montserrat", sans-serif;
}

.latest-articles__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0b5c52;
  margin-bottom: 14px;
}

.latest-articles__subtitle {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
  color: #666;
  line-height: 1.7;
}

.latest-articles__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 26px;
}

.latest-articles__card {
  /*width: 33.333%;*/
 border-radius: 21.45px;
  overflow: hidden;
}
.latest-articles__image {
    line-height:0;
}

.latest-articles__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.latest-articles__content {
    padding: 30px 29px 25px;
    background: linear-gradient(57deg, rgba(220, 233, 226, 0.50) 44.8%, rgba(251, 231, 220, 0.50) 104.73%);
}

.latest-articles__meta {
color: #EA7F4A;
font-size: 15.015px;
font-style: normal;
font-weight: 500;
line-height: 24.595px; /* 163.8% */
letter-spacing: -0.45px;


}

.latest-articles__heading {
  font-size: 22px;
  color: #0b5c52;
  margin-bottom: 12px;
}

.latest-articles__text {
  color: #3B3B3B;
font-size: 17.16px;
font-style: normal;
font-weight: 400;
line-height: 26.813px; /* 156.25% */
letter-spacing: -0.515px;
}

.latest-articles__link {
  display: inline-flex;
  padding: 10px 18px;
  background: #f5823c;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-top:6px;
}

/* Tablet */
@media (max-width: 1024px) {
  .latest-articles__card {
    width: 50%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .latest-articles__card {
    width: 100%;
  }
}


/* Responsive */
@media (max-width: 1024px) {
  .clinic-locator__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .clinic-locator__grid {
    grid-template-columns: 1fr;
  }

  .clinic-locator__title {
    font-size: 28px;
  }
}

.footer {
    background: #eef5f1;
    padding-top: 80px;
    background: linear-gradient(109deg, #DCE9E2 44.59%, #FBE7DB 100.53%);
    border-radius: 20px;

}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 60px;
}

.footer__logo {
  font-size: 32px;
  font-weight: 700;
}

.footer__logo span {
  color: #f5823c;
}

.footer__text {
  margin: 16px 0 24px;
  color: #555;
}

.footer__cta {
  display: inline-block;
  padding: 12px 28px;
  background: #f5823c;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.footer__title {
  font-size: 20px;
  margin-bottom: 16px;
}

.footer__links,
.footer__hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links li,
.footer__hours li {
  margin-bottom: 10px;
}

.footer__links a {
  text-decoration: none;
  color: #444;
}

.footer__hours li {
  display: flex;
  justify-content: space-between;
  color: #444;
}

/* Newsletter */
.footer__newsletter {
  margin-top: 60px;
  background: linear-gradient(90deg, #0b5c52, #7a5a2b);
  border-radius: 20px;
  padding: 40px 0;
  color: #fff;
}

.footer__newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer__form {
  display: flex;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.footer__input {
  border: none;
  padding: 14px 20px;
  width: 260px;
  outline: none;
}

.footer__button {
  background: #0b5c52;
  color: #fff;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
}
.patient-section {
  padding: 80px 40px;
}



/* LEFT IMAGE */
.image-wrapper {
  position: relative;
  flex: 1;
}
.patient-section_wrapper {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
}
.patient-section_left img{
    max-width:100%;
}

.image-wrapper img {
  width: 100%;
  max-width: 420px;
}

.rating-badge {
  position: absolute;
  bottom: 40px;
  right: -40px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.rating {
  font-size: 14px;
}

.reviews {
  font-size: 18px;
  color: #ff6a00;
}

.google {
  font-size: 12px;
  color: #666;
}

/* RIGHT CONTENT */
.content-wrapper {
  flex: 1.2;
}

.content-wrapper h2 {
  font-size: 40px;
  color: #0b3d3b;
}

.subtitle {
  margin: 12px 0 40px;
  color: #666;
  max-width: 480px;
}

/* CARDS */
.cards {
  display: flex;
  gap: 20px;
}

.card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
}

.card.active {
  background: #0b4a46;
  color: #fff;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.card h4 {
  font-size: 16px;
}

.card h4 span {
  color: #ff6a00;
  font-size: 14px;
  margin-left: 6px;
}

.card.active h4 span {
  color: #ffb27d;
}

.location {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 12px;
}

.text {
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
  }

  .cards {
    flex-wrap: wrap;
  }

  .image-wrapper img {
    max-width: 320px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__newsletter-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .services__header {
    grid-template-columns: 1fr;
  }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .insurance__container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .services__grid {
    grid-template-columns: 1fr;
  }

  .services__header h2 {
    font-size: 32px;
  }
    .insurance__content h2 {
    font-size: 30px;
  }

  .insurance__logos {
    grid-template-columns: repeat(2, 1fr);
  }
}