.elementor-306 .elementor-element.elementor-element-30d7b6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:4%;--padding-bottom:6%;--padding-left:2%;--padding-right:2%;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-306 .elementor-element.elementor-element-30d7b6b{--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}}@media(min-width:768px){.elementor-306 .elementor-element.elementor-element-30d7b6b{--content-width:1260px;}}/* Start custom CSS for html, class: .elementor-element-e7c29b2 */.gd-booking-section{
  width:100%;
  font-family:'Inter',sans-serif;
  background:#ffffff;
  color:#1f2933;
}

.gd-booking-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:70px;
  align-items:start;
}

/* LOCATION */

.gd-location{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
}

.gd-location span{
  width:40px;
  height:2px;
  background:#E6655E;
}

.gd-location p{
  margin:0;
  font-size:11px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#E6655E;
  font-weight:800;
}

/* HEADING */

.gd-left h2{
  margin:0 0 20px;
  line-height:1;
}

.gd-left h2 em{
  display:block;
  font-size:62px;
  font-style:italic;
  color:#E6655E;
  font-family:'Playfair Display',serif;
  font-weight:700;
  letter-spacing:-0.03em;
}

.gd-left h2 span{
  display:block;
  margin-top:8px;
  font-size:58px;
  color:#1f2933;
  font-family:'Cormorant Garamond',serif;
  line-height:1;
  letter-spacing:-0.03em;
}

.gd-intro{
  color:#51606f;
  line-height:1.8;
  font-size:17px;
  margin-bottom:30px;
  max-width:580px;
}

/* TRUST BAR */

.gd-trust-bar{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:40px;
}

.gd-trust-item{
  padding:16px 20px;
  border-radius:16px;
  background:rgba(170,215,212,.22);
  border:1px solid rgba(170,215,212,.75);
  color:#334155;
  font-size:14px;
  line-height:1.6;
}

.gd-trust-item strong{
  color:#E6655E;
}

/* DOCTORS */

.gd-doctors{
  display:flex;
  gap:22px;
}

.gd-doctor-card{
  flex:1;
}

.gd-doctor-card img{
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:top center;
  border-radius:22px;
  display:block;
  box-shadow:0 18px 45px rgba(31,41,51,.12);
}

.gd-doctor-info{
  margin-top:14px;
}

.gd-doctor-info h4{
  margin:0 0 5px;
  color:#1f2933;
  font-size:18px;
  font-weight:800;
}

.gd-doctor-info p{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}

/* GOOGLE */

.gd-social-proof{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:14px 22px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(230,101,94,.18);
  margin-bottom:24px;
  box-shadow:0 16px 40px rgba(31,41,51,.08);
}

.gd-google-icon-wrap{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:50%;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(31,41,51,.10);
}

.gd-google-icon{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}

.gd-stars{
  color:#f5b700;
  font-size:13px;
  letter-spacing:2px;
}

.gd-social-text span{
  color:#334155;
  font-size:15px;
  font-weight:700;
}

.gd-social-text strong{
  color:#E6655E;
}

/* SIDE BOXES */

.gd-side-box,
.gd-help-box{
  padding:24px;
  border-radius:22px;
  background:rgba(230,101,94,.07);
  border:1px solid rgba(230,101,94,.18);
  margin-bottom:24px;
}

.gd-side-box h4,
.gd-help-box h4{
  margin:0 0 12px;
  color:#E6655E;
  font-size:22px;
  font-weight:800;
}

.gd-side-box p,
.gd-help-box p{
  margin:0;
  color:#51606f;
  line-height:1.8;
  font-size:15px;
}

.gd-side-box strong{
  color:#E6655E;
}

.gd-help-box{
  background:rgba(170,215,212,.22);
  border:1px solid rgba(170,215,212,.75);
  margin-top:24px;
}

.gd-help-box h4{
  color:#1f2933;
}

.gd-help-box a{
  color:#E6655E;
  font-weight:800;
  text-decoration:none;
}

/* BOOKING */

.gd-booking-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.gd-booking-card{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding:34px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(31,41,51,.09);
  text-decoration:none !important;
  transition:.28s ease;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(31,41,51,.08);
}

.gd-booking-card:hover{
  transform:translateY(-4px);
  border-color:#E6655E;
  box-shadow:0 24px 55px rgba(230,101,94,.16);
}

.gd-booking-content{
  flex:1;
}

.gd-booking-content h3{
  margin:0 0 12px;
  color:#1f2933;
  font-size:30px;
  line-height:1.2;
  font-weight:800;
}

.gd-booking-content p{
  margin:0;
  color:#51606f;
  line-height:1.8;
  font-size:16px;
}

.gd-booking-content small{
  display:block;
  margin-top:12px;
  color:#718096;
  line-height:1.7;
  font-size:13px;
}

.gd-booking-content strong{
  color:#E6655E;
}

/* ARROW */

.gd-arrow{
  width:56px;
  height:56px;
  min-width:56px;
  border-radius:50%;
  background:#E6655E;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:700;
  transition:.25s ease;
}

.gd-booking-card:hover .gd-arrow{
  transform:translateX(5px);
  background:#AAD7D4;
  color:#1f2933;
}

/* FEATURED */

.gd-featured{
  border:2px solid #E6655E;
  background:linear-gradient(135deg, rgba(230,101,94,.08), #ffffff 55%, rgba(170,215,212,.20));
}

.gd-popular-badge{
  position:absolute;
  top:16px;
  left:28px;
  background:#AAD7D4;
  color:#1f2933;
  padding:9px 16px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1;
  z-index:2;
}

.gd-featured .gd-booking-content{
  padding-top:22px;
}

/* EMERGENCY */

.gd-emergency{
  border:2px solid rgba(230,101,94,.35);
  background:rgba(230,101,94,.06);
}

/* MOBILE */

@media(max-width:991px){

  .gd-booking-wrap{
    grid-template-columns:1fr;
    gap:60px;
  }

  .gd-left h2 em{
    font-size:54px;
  }

  .gd-left h2 span{
    font-size:52px;
  }

}

@media(max-width:767px){

  .gd-booking-wrap{
    gap:50px;
  }

  .gd-left h2 em{
    font-size:40px;
  }

  .gd-left h2 span{
    font-size:38px;
  }

  .gd-intro{
    font-size:15px;
  }

  .gd-doctors{
    flex-direction:column;
    gap:28px;
  }

  .gd-doctor-card img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:top center;
    border-radius:22px;
    background:#f8fafc;
  }

  .gd-booking-card{
    padding:28px 22px;
    gap:18px;
    align-items:flex-start;
  }

  .gd-booking-content h3{
    font-size:24px;
  }

  .gd-booking-content p{
    font-size:14px;
  }

  .gd-booking-content small{
    font-size:12px;
  }

  .gd-arrow{
    width:46px;
    height:46px;
    min-width:46px;
    font-size:22px;
  }

  .gd-social-proof{
    width:100%;
    justify-content:center;
  }

  .gd-popular-badge{
    top:16px;
    left:20px;
    font-size:10px;
    padding:8px 14px;
  }

  .gd-featured .gd-booking-content{
    padding-top:22px;
  }

  .gd-side-box,
  .gd-help-box{
    padding:20px;
  }

}/* End custom CSS */