.header-one .nav-area {
  margin-right: 0px !important;
}

.nav-area ul {
  gap: 25px !important;
}

.button-area .rts-btn {
    padding: 13px 13px;
}

.rts-banner-area.business-partner {
  padding: 130px 0;
  background: #00323D !important;
  place-content: center;
}

/*=========================================
Hero Banner
=========================================*/

.rts-banner-area {
  background: #003f4d;
  position: relative;
  overflow: hidden;
  height: 600px;
}

.rts-banner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.rts-banner-area .row {
  height: 600px;
}

.banner-content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.banner-content-wrapper .information {
  max-width: 650px;
}

.banner-content-wrapper .title {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.banner-content-wrapper .disc {
  font-size:20px;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
  margin-bottom: 20px;
  max-width: 450px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.experience-wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 45px;
}

.experience-count {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.experience-text {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,.95);
  text-transform: uppercase;
}

.banner-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

/* .banner-image-shape {
  
  border-left: 12px solid #d61b76;
  border-right: 12px solid #d61b76;
  border-bottom: 12px solid #d61b76;
  border-bottom-left-radius: 320px;
  border-bottom-right-radius: 320px;
  overflow: hidden;
  background:url('https://www.doctify.com/_next/image?url=https://www.doctify.com/public/images/athena-uk/practice/logo/javaid-ahmad-muglu/javaid-ahmad-muglud062220c-0e8f-4dee-9659-0f35c10a04f1.png&w=384&q=97');
} */

.banner-image-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-role-section {
    background: white;
    padding: 100px 0;
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
}

.role-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* Image Card */
.role-image-card {
    width: 420px;
    height: 600px;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.role-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
/* Content */
.role-content {
    flex: 1;
    padding-top: 5px;
}

.role-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.role-label .star {
    color: #d61b72;
    font-size: 16px;
}

.role-label span:last-child {
    font-size: 12px;
    letter-spacing: 2px;
    color: #555;
    text-transform: uppercase;
}

.role-content h2, .membership-section h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
    max-width: 700px;
}

.role-content p {
    font-size: 18px;
    line-height: 150%;
    color: #666;
    margin-bottom: 22px;
   
}
.membership-section {
    background:#FAF5F7;
    padding: 100px 0;
}

.membership-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 52px;
    font-weight: 400;
    color: #222;
    line-height: 1.25;
    margin-bottom: 70px;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
}

.membership-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 0 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid #bfbfbf;
}

.membership-item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #d21f73;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 3px;
}

.membership-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    font-weight: 400;
}


.statistics-section {
    padding: 100px 0;
}

.statistics-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
    margin-top:80px;
}

.stat-circle{
    width:220px;
    height:220px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-shrink:0;
}

.stat-circle h3{
    font-size:52px;
    font-weight:500;
    margin-bottom:10px;
}

.stat-circle p,
.stat-circle span{
    margin:0;
    font-size:14px;
    font-weight:500;
    line-height:1.5;
}

.stat-title .heading{
    font-size: 22px !important;
}
 

/* Circle 1 */
.stat-circle-outline{
    border:3px solid #42d4c6;
    background:#fff;
}

.stat-circle-outline h3{
    color:#006d67;
}

/* Circle 2 */
.stat-circle-dark{
    background:#003847;
    color:#fff;
}

.stat-circle-dark h3,
.stat-circle-dark p{
    color:#fff;
}

/* Circle 3 */
.stat-circle-blue{
    background:#3399db;
    color:#fff;
}

.stat-circle-blue h3{
    color:#fff;
}
.stat-circle-green{
    background:#55f0dd;
    color:#333;
}

.rating-stars{
    color:#55f0dd;
    font-size:18px;
    margin:8px 0;
}

.text-large{
    font-weight: 600;
    font-size: 24px;
}

/* Circle 4 */
.stat-circle-pink{
    background:#d21b73;
    color:#fff;
}

.stat-circle-pink h4{
    color:#fff;
    font-size:22px;
    line-height:1.3;
    margin-bottom:10px;
}

.stat-circle-pink span{
    color:#fff;
    font-size:11px;
}
.services-section{
    background:#FAF5F7;
    padding: 100px 0;
}

.services-section h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
    max-width: 700px;
}

.section-heading{
    margin-bottom:50px;
}

.service-tag{
    display:block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#666;
    margin-bottom:15px;
}

.service-title{
    font-size:56px;
    font-weight:500;
    color:#222;
    line-height:1.2;
}

.service-card{
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:12px;
    padding:22px;
    height:100%;
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.service-card h4{
    font-size:22px;
    font-weight:500;
    color:#222;
    margin-bottom:15px;
}

.service-card p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    margin-bottom:20px;

    /* Keep all cards equal height */
    min-height:120px;
}

.service-card img{
    width:100%;
    height:170px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}

.service-card a{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    color:#d61b72;
}

.service-card a:hover{
    color:#b0125f;
}
/*==================================================
TESTIMONIAL SECTION
==================================================*/


.rts-testimonial-area {
    padding: 120px 0;
    background: white;
    font-family: 'Manrope', sans-serif;
}

/*====================================
SECTION TITLE
====================================*/

/* .rts-testimonial-area .title-style-two {
    margin-bottom: 70px;
} */

.rts-testimonial-area .title-style-two .pre {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 20px;
}

.rts-testimonial-area .title-style-two .pre::before {
    content: "✦";
    color: #d61b76;
    font-size: 14px;
}

.rts-testimonial-area .title-style-two .title {
    font-size: 35px;
    line-height: 1;
    font-weight:500;
    color:#222222;
    letter-spacing: 0;
    margin-bottom:15px;
}

/*====================================
LEFT REVIEW CARD
====================================*/

.review-summary-card {
    background: #eef2ee;
    border: 2px solid #9ae0b2;
    border-radius: 22px;
    min-height: 347px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    text-align: center;
}

.review-summary-card h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.review-summary-card .stars {
    margin-bottom: 30px;
}

.review-summary-card .stars i {
    color: #f4b400;
    font-size: 22px;
    margin: 0 3px;
}

.review-count {
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 1.7;
    margin-bottom: 25px;
}

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

.verified-by span {
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
}

.verified-by img {
    max-height: 48px;
    width: auto;
}

/*====================================
TESTIMONIAL CARD
====================================*/

.single-testimonial-wrapper {
    height: 100%;
    padding:  0;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.single-testimonial-content{
    padding:20px;
}

.rating-stars {
    margin-bottom: 25px;
}

.rating-stars i {
    color: #f4b400;
    font-size: 18px;
    margin-right: 4px;
}

.single-testimonial-wrapper .disc {
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #444;
    margin-bottom: 28px;
    max-width: 95%;
    height: 50px;
    overflow-x: hidden;
}

/*====================================
SOURCE
====================================*/

.source {
    margin-bottom: 25px;
}

.source strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 4px;
}

.source span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8b8b8b;
}

/*====================================
AUTHOR BOX
====================================*/

.author-box {
    background: #ececec;
    border-radius: 0 0 18px 18px;
    min-height: 110px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.author-image {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    overflow: hidden;
    background: #9b9b9b;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h6 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #1f1f1f;
    /* margin: 0 0 4px; */
}

.author-info span {
    font-size: 14px;
    font-weight: 400;
    color: #6b960f;
}

/*====================================
HOVER
====================================*/

.single-testimonial-wrapper:hover {
    transform: translateY(-4px);
    transition: all .3s ease;
}

/*====================================
RESPONSIVE
====================================*/

@media (max-width: 1199px) {

    .rts-testimonial-area .title-style-two .title {
        font-size: 56px;
    }

    .review-summary-card {
        min-height: 300px;
    }

    .single-testimonial-wrapper .disc {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .rts-testimonial-area {
        padding: 90px 0;
    }

    .rts-testimonial-area .title-style-two .title {
        font-size: 48px;
    }

    .review-summary-card {
        margin-bottom: 40px;
        min-height: auto;
        padding: 50px 30px;
    }

    .single-testimonial-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .banner-content-wrapper{
        padding: 30px;
    }
    .rts-banner-area{
        height: auto;
    }
    .banner-content-wrapper .title{
        font-size: 30px;
    }
    .information{
        margin-top: 30px;
    }
    .information .title, .information p{
        margin-bottom: 8px;
    } 
    .rts-testimonial-area {
        padding: 70px 0;
    }
    .role-image-card{
            width: 100%;
    }

    .rts-testimonial-area .title-style-two .title {
        font-size: 36px;
        line-height: 1.2;
    }

    .review-summary-card h3 {
        font-size: 42px;
    }

    .single-testimonial-wrapper .disc {
        font-size: 17px;
        line-height: 1.75;
    }

    .author-info h6 {
        font-size: 18px;
    }

    .author-info span {
        font-size: 15px;
    }
    .membership-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    }
}

/*==================================================
REMOTE APPOINTMENT SECTION
==================================================*/

.rts-remote-appointment-area {
  position: relative;
  background: url('https://media.istockphoto.com/id/2147705600/photo/doctor-holding-clipboard-consulting-child.jpg?s=612x612&w=0&k=20&c=kP69Bx11MvnjiE6n5eC3Tn1hqa5rOIOUScWhuxqFPvk=') center center/cover no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

/* Dark Overlay */
.rts-remote-appointment-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 27, 0.58);
  z-index: 1;
}

.rts-remote-appointment-area .container {
  position: relative;
  z-index: 2;
}

/*====================================
CONTENT
====================================*/

.remote-appointment-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.remote-appointment-content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0px;
  margin-bottom: 38px;
}

.remote-appointment-content .disc {
  max-width: 800px;
  margin: 0 auto 60px;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  color: rgba(255,255,255,0.92);
}

/*====================================
BUTTON
====================================*/



.rts-btn.btn-remote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #d8f1a7;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  color: #1f1f1f;
  transition: all .3s ease;
}

.rts-btn.btn-remote:hover {
  background: #cce998;
  color: #1f1f1f;
  transform: translateY(-3px);
}


/*====================================
RESPONSIVE
====================================*/

@media (max-width: 1400px) {

  .remote-appointment-content .title {
      font-size: 72px;
  }

  .remote-appointment-content .disc {
      font-size: 24px;
  }
  
}

@media (max-width: 1199px) {

  .rts-remote-appointment-area {
      padding: 100px 0;
  }

  .remote-appointment-content .title {
      font-size: 60px;
  }

  .remote-appointment-content .disc {
      font-size: 22px;
      max-width: 850px;
  }
}

@media (max-width: 991px) {

  .rts-remote-appointment-area {
      padding: 100px 0;
  }

  .remote-appointment-content .title {
      font-size: 50px;
  }

  .remote-appointment-content .disc {
      font-size: 20px;
      line-height: 1.7;
  }

  .rts-btn.btn-remote {
      min-width: 340px;
      height: 76px;
      font-size: 20px;
  }
}

@media (max-width: 767px) {

  .rts-remote-appointment-area {
      padding: 100px 0;
  }

  .remote-appointment-content .title {
      font-size: 38px;
      margin-bottom: 25px;
  }

  .remote-appointment-content .disc {
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 40px;
  }

  .rts-btn.btn-remote {
      min-width: 280px;
      height: 64px;
      font-size: 16px;
      padding: 0 30px;
  }
}

/*==================================================
BOOK CONSULTATION SECTION
==================================================*/

.rts-book-consultation-area {
    background: #003d4a;
    padding: 100px 0 120px;
    position: relative;
}

.consultation-wrapper {
    text-align: center;
}

/*====================================
TITLE
====================================*/

.consultation-wrapper .title {
    font-family: 'Manrope', sans-serif;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 45px;
    letter-spacing: -1px;
}

.consultation-wrapper .title span {
    color: #72d7dc;
    font-weight: 500;
}

/*====================================
FORM CARD
====================================*/

.consultation-form {
    background: #f3f1f1;
    border-radius: 30px;
    padding: 42px 40px 52px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/*====================================
INPUTS
====================================*/

.single-input {
    position: relative;
    margin-bottom: 20px !important;
}

.single-input input,
.single-input select {
    width: 100%;
    height: 72px;
    border: none;
    border-bottom: 2px solid #c7c7c7;
    background: transparent;

    padding-left: 52px;
    padding-right: 20px;

    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;

    outline: none;
}

.single-input input::placeholder {
    color: #2d2d2d;
}

.input-icon {
    position: absolute;
    left: 0;
    top: 14px;
    width: 38px;
    height: 38px;

    background: #e5e3e3;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #565656;
    font-size: 16px;
}

.consultation-select {
    margin-top: 10px;
}

.consultation-select select {
    appearance: none;
    cursor: poManrope;
    color: #8b8b8b;
}

.consultation-select::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    position: absolute;
    right: 10px;
    top: 24px;

    font-size: 14px;
    color: #677387;
}
.checkbox-wrap .form-check{
 margin-right: 8px;
}
.single-input label{
    color: #333 !important;
    /* font-weight: 600 !important; */
}

.single-input .check-top{
    position: relative !important;
    top:6px !important;
}
/*====================================
TEXTAREA
====================================*/

.single-textarea {
    margin-top: 15px;
    margin-bottom: 20px;
}

.single-textarea label {
    display: block;

    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 400;

    color: #2d2d2d;
    margin-bottom: 12px;
}

.single-textarea textarea {
    width: 100%;
    height: 150px;

    resize: none;
    outline: none;

    border: 2px solid #c9c9c9;
    border-radius: 16px;

    background: transparent;

    padding: 18px;

    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #2d2d2d;
}

/*====================================
BUTTON
====================================*/

.consultation-form .rts-btn {
    min-width: 100% !important;
}

.btn-consultation {
    width: 100%;
    height: 64px;

    border: none;
    border-radius: 40px;

    background: #cf1975;
    color: #ffffff;

    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: all .3s ease;
}

.btn-consultation:hover {
    background: #b81667;
    color: #ffffff;
}

.btn-consultation i {
    font-size: 16px;
}

/*====================================
FOCUS STATES
====================================*/

.single-input input:focus,
.single-input select:focus {
    border-bottom-color: #cf1975;
}

.single-textarea textarea:focus {
    border-color: #cf1975;
}

.single-input h6{
    font-size: 16px;
}
.single-input p{
    line-height: 24px;
}
/*====================================
RESPONSIVE
====================================*/

@media (max-width: 991px) {

    .rts-book-consultation-area {
        padding: 80px 0;
    }

    .consultation-wrapper .title {
        font-size: 48px;
    }

    .consultation-form {
        padding: 35px 30px 40px;
    }
}

@media (max-width: 767px) {

    .consultation-wrapper .title {
        font-size: 36px;
    }

    .consultation-form {
        padding: 25px 20px 30px;
        border-radius: 20px;
    }

    .single-input input,
    .single-input select {
        height: 60px;
        font-size: 15px;
    }

    .single-textarea textarea {
        height: 120px;
    }

    .btn-consultation {
        height: 56px;
        font-size: 15px;
    }
}



.custom-footer{
    background:#f7f3f5;
    padding:60px 0 20px;
}

.section-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px !important;
}

.location-icon{
    width:32px;
    height:32px;
    border-radius:8px;
    background:#d61b72;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

.section-title h5{
    margin:0;
    color:#d61b72;
    font-size:24px;
    font-weight:600;
}

.location-card h6{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:0px;
}

.location-card p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-bottom: 0;
}

.custom-footer hr{
    margin:30px 0;
    border-color:#efbfd4;
   
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.copyright{
    color:#555;
    font-size:14px;
}

.copyright span,
.footer-links span{
    margin:0 10px;
}

.footer-links a{
    text-decoration:none;
    color:#555;
    font-size:14px;
}

.footer-links a:hover{
    color:#d61b72;
}

.text-white{
   color: #fff;
}
.text-medium{
     font-size: 14px !important;
}
.mr-2{
    margin-right: 10px !important;
}
@media (max-width:768px){
    .location-card{
      margin-bottom: 24px !important;
    }
    .rts-banner-area{
        height: 900px !important;
    }
}

@media (min-width:992px){
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 19.67% !important;
}
}