body{
            margin:0;
            padding:0;
            font-family:'Poppins', sans-serif;
            background:#f5f5f5;
        }

        .top-navbar{
            background:#fff;
            padding:18px 0;
            box-shadow:0 0 10px rgba(0,0,0,0.03);
        }

        .navbar-brand img{
            max-height:75px;
        }

        .custom-nav{
            gap:35px;
        }

        .custom-nav .nav-link{
            color:#1f1f1f;
            font-size:16px;
            font-weight:500;
            position:relative;
            padding:0 !important;
            transition:0.3s;
        }

        .custom-nav .nav-link:hover{
            color:#7b2cbf;
        }

        .custom-nav .nav-link.active::after{
            content:'';
            position:absolute;
            left:0;
            bottom:-12px;
            width:100%;
            height:3px;
            background:#7b2cbf;
            border-radius:10px;
        }

        .call-btn{
            background:linear-gradient(90deg,#5f2ac9,#8d39d9);
            color:#fff;
            border:none;
            border-radius:5px;
            padding:14px 28px;
            display:flex;
            align-items:center;
            gap:14px;
            text-decoration:none;
            min-width:230px;
            justify-content:center;
            transition:0.3s;
        }

        .call-btn:hover{
            color:#fff;
            transform:translateY(-2px);
        }

        .call-icon{
            width:42px;
            height:42px;
            border:2px solid rgba(255,255,255,0.5);
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:18px;
        }

        .call-content small{
            display:block;
            font-size:12px;
            font-weight:500;
            line-height:1;
            margin-bottom:4px;
        }

        .call-content span{
            font-size:18px;
            font-weight:700;
            letter-spacing:0.3px;
        }

        @media(max-width:991px){

            .custom-nav{
                gap:20px;
                padding:20px 0;
            }

            .call-btn{
                margin-top:15px;
                width:100%;
            }
        }


/****** Hero Section *********/


.hero-section{
      position:relative;
      overflow:hidden;
      background:#fff;
    }

    .hero-section::before{
      content:'';
      position:absolute;
      top:-120px;
      right:-120px;
      width:520px;
      height:520px;
      background:
      radial-gradient(circle at center,
      rgba(127,70,255,0.15),
      rgba(255,153,0,0.08),
      rgba(0,0,0,0));
      border-radius:50%;
      z-index:0;
    }

    .hero-content{
      position:relative;
      z-index:2;
    }

    .hero-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:2px solid #ffb3b3;
      color:#ff4d4d;
      padding:8px 18px;
      border-radius:40px;
      font-size:13px;
      font-weight:600;
      margin-bottom:24px;
      background:#fff;
    }

    .hero-title{
      font-size:64px;
      line-height:1.08;
      font-weight:800;
      color:#09122b;
      margin-bottom:22px;
    }

    .purple{
      color:#7a39db;
    }

    .orange{
      color:#ff8b00;
    }

    .green{
      color:#2ba84a;
    }

    .hero-desc{
      font-size:16px;
      line-height:1.9;
      color:#5d6472;
      max-width:620px;
      margin-bottom:40px;
    }

    .hero-buttons{
      display:flex;
      gap:20px;
      flex-wrap:wrap;
      margin-bottom:50px;
    }

    .btn-purple
    	{
      		background: linear-gradient(90deg,#7c33dc,#8f49e6);
  			color: #fff;
  			border: none;
  			border-radius: 5px;
  			padding: 12px 24px;
  			font-size: 16px;
  			font-weight: 600;
  			transition: 0.3s;
  			height: 50px;
    	}

    .btn-purple:hover{
      transform:translateY(-3px);
      color:#fff;
    }

    .btn-outline-green{
      border:3px solid #5fc174;
      color:#0f172a;
      background:#fff;
      border-radius:5px;
      padding: 12px 24px;
      font-size:16px;
      font-weight:600;
      height:50px;
      transition:0.3s;
    }

    .btn-outline-green:hover{
      background:#5fc174;
      color:#fff;
    }

    .stats-row{
      display:flex;
      gap:40px;
      flex-wrap:wrap;
      margin-bottom:38px;
    }

    .stat-box{
      display:flex;
      align-items:flex-start;
      gap:8px;
    }

    .stat-icon{
      font-size:42px;
    }

    .purple-icon{
      color:#b237ff;
    }

    .orange-icon{
      color:#ff9200;
    }

    .green-icon{
      color:#2ca64b;
    }

    .stat-box h4{
      font-size:20px;
      font-weight:700;
      margin:0;
      color:#111827;
    }

    .stat-box p{
      margin:0;
      color:#5f6675;
      font-size:16px;
      font-weight:500;
    }

    .review-box{
      background:#fff;
      border-radius:22px;
      padding:24px 28px;
      display:flex;
      align-items:center;
      gap:20px;
      width:420px;
      box-shadow:0 8px 25px rgba(0,0,0,0.06);
    }

    .google-icon{
      width:54px;
      height:54px;
    }

    .review-box h5{
      font-size:38px;
      margin:0;
      font-weight:700;
      display:flex;
      align-items:center;
      gap:12px;
    }

    .stars{
      color:#ffb400;
      font-size:20px;
    }

    .review-box p{
      margin:4px 0 0;
      color:#555;
      font-size:15px;
      font-weight:500;
    }

    .doctor-area{
      position:relative;
      z-index:2;
      text-align:center;
    }

    

    .appointment-card{
      position:absolute;
      top:50%;
      right:0;
      transform:translateY(-50%);
      background:#fff;
      width:380px;
      border-radius:28px;
      padding:38px 30px;
      box-shadow:0 15px 45px rgba(0,0,0,0.10);
      z-index:5;
    }

    .calendar-icon{
      width:64px;
      height:64px;
      background:#7a39db;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:24px;
      position:absolute;
      top:-32px;
      left:50%;
      transform:translateX(-50%);
      border:6px solid #fff;
    }

    .appointment-card h3{
      font-size:34px;
      font-weight:700;
      color:#111827;
      margin-bottom:28px;
      margin-top:18px;
      text-align:left;
    }

    .custom-input{
      height:64px;
      border:2px solid #ececec;
      border-radius:14px;
      margin-bottom:18px;
      padding-left:48px;
      font-size:16px;
      color:#555;
      box-shadow:none !important;
    }

    .input-icon{
      position:absolute;
      left:18px;
      top:50%;
      transform:translateY(-50%);
      color:#777;
      font-size:16px;
    }

    .input-group-custom{
      position:relative;
    }

    .book-btn{
      width:100%;
      height:64px;
      border:none;
      border-radius:14px;
      background:linear-gradient(90deg,#7a39db,#8d49e8);
      color:#fff;
      font-size:22px;
      font-weight:600;
      margin-top:8px;
      transition:0.3s;
    }

    .book-btn:hover{
      transform:translateY(-2px);
    }

    .trusted-text{
      text-align:center;
      margin-top:22px;
      font-size:14px;
      color:#666;
      font-weight:500;
    }

    .services-text{
      text-align:center;
      margin-top:28px;
      color:#7a39db;
      font-weight:700;
      font-size:14px;
      letter-spacing:1px;
    }

    @media(max-width:1399px){

      .hero-title{
        font-size:38px;
      }

      .appointment-card{
        width:340px;
      }
    }

    @media(max-width:1199px){

      .appointment-card{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
        margin:40px auto 0;
      }

      .doctor-area{
        margin-top:40px;
      }

      .hero-title{
        font-size:48px;
      }
    }

    @media(max-width:767px){

      .hero-section{
        padding:50px 0;
      }

      .top-navbar
      {
        padding:5px 0;
      }

      .hero-title{
        font-size:32px;
      }

      .hero-desc{
        font-size:16px;
      }

      .review-box{
        width:100%;
      }

      .appointment-card{
        width:100%;
      }

      .stats-row{
        gap:25px;
      }

      .btn-purple,
      .btn-outline-green{
        width:100%;
      }

      .doctor-image
      {
        width:100%;
      }

      .main-section
      {
        padding:0!important;
      }


    }


/****** Services **********/

.services-section{
      padding:40px 0 30px;
      background:#fff;
    }

    .section-tag{
      text-align:center;
      color:#7a38db;
      font-size:14px;
      font-weight:700;
      letter-spacing:1px;
      margin-bottom:10px;
      text-transform:uppercase;
    }

    .section-title{
      text-align:center;
      font-size:48px;
      font-weight:800;
      color:#111827;
      margin-bottom:8px;
      line-height:1.1;
    }

    .section-subtitle{
      text-align:center;
      color:#6b7280;
      font-size:18px;
      font-weight:500;
      margin-bottom:30px;
    }

    .service-card{
      background:#fff;
      border-radius:22px;
      padding:10px 18px 10px;
      text-align:center;
      
      position:relative;
      overflow:hidden;
      border:1px solid #f0f0f0;
      box-shadow:0 4px 18px rgba(0,0,0,0.05);
      transition:0.3s;
    }

    .service-card:hover{
      transform:translateY(-6px);
    }

    .service-icon{
      font-size:42px;
      margin-bottom:20px;
      line-height:1;
    }

    .purple{
      color:#8c42ec;
    }

    .red{
      color:#ff4040;
    }

    .orange{
      color:#ff9100;
    }

    .green{
      color:#21b48f;
    }

    .blue{
      color:#3b82f6;
    }

    .service-title
    {
      	font-size:22px;
      	font-weight:700;
      	color:#484848;
      	line-height:1.4;
      	margin-bottom:20px;
    }

    .service-img{
      width:100%;
      height:115px;
      object-fit:contain;
      margin-bottom:18px;
    }

    .bottom-line{
      position:absolute;
      bottom:0;
      left:50%;
      transform:translateX(-50%);
      width:56px;
      height:4px;
      border-radius:10px;
    }

    .line-purple{
      background:#8c42ec;
    }

    .line-red{
      background:#ff4040;
    }

    .line-orange{
      background:#ff9100;
    }

    .line-green{
      background:#21b48f;
    }

    .line-blue{
      background:#3b82f6;
    }

    @media(max-width:1399px){

      .section-title{
        font-size:32px;
      }

      .service-title{
        font-size:18px;
      }
    }

    @media(max-width:991px){

      .services-grid .col{
        margin-bottom:25px;
      }
    }

    @media(max-width:767px){

      .section-title{
        font-size:32px;
      }

      .section-subtitle{
        font-size:15px;
      }

      .service-card{
        padding:24px 15px 18px;
      }

      .service-title{
        min-height:auto;
      }
    }

/****** About ******/

.about-section{
      padding:70px 0;
      background:#faf5ff;
      overflow:hidden;
    }

    /* LEFT IMAGES */
    .gallery-wrapper{
      display:flex;
      gap:22px;
      align-items:stretch;
    }

    .left-gallery{
      display:flex;
      flex-direction:column;
      gap:18px;
      width:52%;
    }

    .gallery-img-small{
      height:200px;
      border-radius:10px;
      overflow:hidden;
      border:4px solid #d9b9ff;
      box-shadow:0 6px 18px rgba(0,0,0,0.06);
    }

    .gallery-img-small img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .doctor-image-box{
      width:48%;
      border-radius:10px;
      overflow:hidden;
      border:4px solid #9bc7ff;
      box-shadow:0 8px 22px rgba(0,0,0,0.06);
    }

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

    .about-tag{
      color:#7a3ddb;
      font-size:16px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:14px;
      letter-spacing:0.5px;
    }

    .about-title{
      font-size:58px;
      font-weight:800;
      line-height:1.12;
      color:#09122b;
      margin-bottom:10px;
    }

    .about-description
    {
      	font-size:20px;
      	line-height:1.9;
      	color:#4b5563;
      	margin-bottom:30px;
    }

    /* FEATURES */
    .features-row{
      display:flex;
      gap:24px;
      flex-wrap:wrap;
    }

    .feature-card{
      background:#fff;
      border-radius:24px;
      padding:24px 18px;
      text-align:center;
      flex:1;
      border:1px solid #f0f0f0;
      box-shadow:0 8px 20px rgba(0,0,0,0.05);
      transition:0.3s;
    }

    .feature-card:hover{
      transform:translateY(-6px);
    }

    .feature-icon{
      font-size:52px;
      margin-bottom:22px;
    }

    .purple{
      color:#8c42ec;
    }

    .orange{
      color:#ff8a00;
    }

    .green{
      color:#1dbf9f;
    }

    .blue{
      color:#3b82f6;
    }

    .feature-title{
      font-size:24px;
      font-weight:600;
      color:#111827;
      line-height:1.5;
      margin-bottom:16px;
    }

    .feature-subtitle{
      font-size:18px;
      line-height:1.5;
      color:#6b7280;
      font-weight:500;
    }

    /* RESPONSIVE */
    @media(max-width:1399px){

      .about-title{
        font-size:32px;
      }

      .about-description{
        font-size:16px;
      }

      .feature-title{
        font-size:16px;
      }

      .feature-subtitle{
        font-size:15px;
      }
    }

    @media(max-width:1199px){

      .gallery-wrapper{
        flex-direction:column;
      }

      .left-gallery,
      .doctor-image-box{
        width:100%;
      }

      .doctor-image-box{
        height:550px;
      }

      .about-content{
        padding-left:0;
        margin-top:45px;
      }
    }

    @media(max-width:767px){

      .about-section{
        padding:50px 0;
      }

      .about-title{
        font-size:36px;
      }

      .about-description{
        font-size:16px;
        line-height:1.8;
      }

      .gallery-img-small{
        height:220px;
      }

      .doctor-image-box{
        height:420px;
      }

      .feature-card{
        min-width:100%;
      }
    }

/*********** Why Choose Section ************/

.why-choose-section{
      padding:45px 0 35px;
      background:#ffffff;
    }

    /* SECTION HEADING */
    .section-tag{
      text-align:center;
      color:#7b3fe4;
      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:0.4px;
      margin-bottom:8px;
    }

    .section-title{
      text-align:center;
      font-size:48px;
      line-height:1.1;
      font-weight:800;
      color:#0f172a;
      margin-bottom:42px;
    }

    /* CARDS */
    .feature-card{
      background:#fff;
      border-radius:22px;
      padding:20px 12px 20px;
      text-align:center;
      height:100%;
      border:1px solid #f0f0f0;
      box-shadow:0 5px 16px rgba(0,0,0,0.05);
      transition:0.3s;
    }

    .feature-card:hover{
      transform:translateY(-6px);
    }

    .feature-icon
    {
      	width: 100px;
  		height: 100px;
  		line-height: 1;
  		display: grid;
  		justify-items: center;
  		align-items: center;
  		margin: 0 auto;
    }

    .feature-icon img {width:60px;}

    .purple{
      color:#9a4df0;
    }

    .red{
      color:#ff4336;
    }

    .green{
      color:#31b46d;
    }

    .orange{
      color:#ff8800;
    }

    .blue{
      color:#3b82f6;
    }

    .feature-title{
      font-size:21px;
      font-weight:700;
      line-height:1.45;
      color:#111827;
      margin-bottom:5px;
      
    }

    .feature-description{
      font-size:13px;
      line-height:1.8;
      color:#6b7280;
      font-weight:500;
    }

    /* RESPONSIVE */
    @media(max-width:1399px){

      .section-title{
        font-size:32px;
      }

      .feature-title{
        font-size:16px;
      }
    }

    @media(max-width:991px){

      .feature-card{
        margin-bottom:24px;
      }
    }

    @media(max-width:767px){

      .why-choose-section{
        padding:50px 0;
      }

      .section-title{
        font-size:32px;
      }

      .feature-title{
        min-height:auto;
      }
    }



    /********* Doctor Section **********/

    .ep_about_Section
    {
        background:#f5f6ff;
    }

    .main-section
    {
      padding:0 20px;
    }

    .section-tag{
      color:#8f5ae8;
      font-weight:700;
      font-size:14px;
      text-transform:uppercase;
      margin-bottom:8px;
    }

    .section-title{
      font-size:32px;
      font-weight:700;
      color:#111;
      margin-bottom:10px;
    }

    /* ======================
       BEFORE AFTER CARD
    ====================== */

    .before-after-card{
      text-align:center;
    }

    .before-after-wrapper{
      position:relative;
      width:100%;
      height:150px;
      overflow:hidden;
      border-radius:5px;
      box-shadow:0 4px 15px rgba(0,0,0,0.1);
      cursor:ew-resize;
    }

    .before-after-wrapper img{
      position:absolute;
      width:100%;
      height:100%;
      object-fit:cover;
      top:0;
      left:0;
    }

    .after-img{
      width:50%;
      overflow:hidden;
      z-index:2;
      border-right:3px solid #fff;
    }

    .after-img img{
      width:100%;
    }

    .slider-line{
      position:absolute;
      top:0;
      left:50%;
      width:3px;
      height:100%;
      background:#fff;
      z-index:5;
    }

    .slider-button{
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%, -50%);
      width:42px;
      height:42px;
      background:#fff;
      border-radius:50%;
      z-index:6;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:14px;
      color:#7b4ce2;
      box-shadow:0 2px 10px rgba(0,0,0,0.2);
    }

    .label{
      position:absolute;
      top:12px;
      padding:2px 16px;
      font-size:12px;
      font-weight:500;
      color:#fff;
      border-radius:30px;
      z-index:7;
    }

    .before-label{
      left:12px;
      background:#7b4ce2;
    }

    .after-label{
      right:12px;
      background:#34b233;
    }

    .card-title{
      margin-top:18px;
      font-size:16px;
      font-weight:600;
      color:#222;
    }

    /* BUTTON */

    .results-btn{
      margin-top:35px;
      padding:10px 20px;
      border:2px solid #b884ff;
      border-radius:40px;
      background:#fff;
      color:#7b4ce2;
      font-weight:600;
      transition:0.3s;
      display:inline-flex;
      align-items:center;
      gap:10px;
    }

    .results-btn:hover{
      background:#7b4ce2;
      color:#fff;
    }

    /* ======================
       DOCTOR SECTION
    ====================== */

    .doctor-section{
      position:relative;
      padding-left:10px;
    }

    .doctor-tag{
      color:#ff8b3d;
      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:8px;
    }

    .doctor-name{
      font-size:22px;
      color:#7b2fe0;
      font-weight:700;
      margin-bottom:10px;
    }

    .doctor-degree{
      font-size:20px;
      font-weight:700;
      color:#111;
      margin-bottom:6px;
    }

    .doctor-desc{
      color:#444;
      font-size:16px;
      line-height: 1.7em;
      margin-bottom:28px;
    }

    .doctor-list{
      list-style:none;
      padding:0;
      margin:0 0 30px;
    }

    .doctor-list li{
      margin-bottom:16px;
      font-size:18px;
      display:flex;
      align-items:center;
      gap:14px;
      color:#222;
    }

    .doctor-list i{
      color:#2ebf53;
      font-size:22px;
    }

    .social-icons{
      display:flex;
      gap:14px;
    }

    .social-icons a{
      width:45px;
      height:45px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      text-decoration:none;
      font-size:18px;
    }

    .facebook{ background:#3b5998; }
    .instagram{ background:#e1306c; }
    .youtube{ background:#ff0000; }
    .linkedin{ background:#0077b5; }

    .doctor-image{
      position:relative;
      text-align:center;
    }

    .doctor-image::before{
      content:'';
      position:absolute;
      width:420px;
      height:420px;
      background:#efe4ff;
      border-radius:50%;
      right:0;
      top:30px;
      z-index:0;
    }

    .doctor-image img{
      position:relative;
      z-index:1;
      max-width:100%;
    }

    @media(max-width:991px){

      .doctor-section{
        padding-left:0;
        margin-top:50px;
      }

      .section-title,
      .doctor-name{
        font-size:32px;
      }

      .doctor-image::before{
        width:300px;
        height:300px;
      }
    }

/***** Testimonials ********/

.testimonial-section
{
    padding:50px 0;
    background:#fff;
}



.testimonial-section .section-title{
      text-align:center;
      font-size:42px;
      font-weight:700;
      color:#222;
      margin-bottom:40px;
    }

    /* REVIEW CARD */

    .review-card{
      background:#e7e7ea;
      border-radius:24px;
      padding:28px 24px 24px;
      position:relative;
      min-height:320px;
      transition:0.3s;
    }

    .review-card:hover{
      transform:translateY(-5px);
    }

    .review-card::after{
      content:'';
      position:absolute;
      left:35px;
      bottom:-18px;
      width:36px;
      height:36px;
      background:#e7e7ea;
      transform:rotate(45deg);
      border-radius:4px;
    }

    /* STARS */

    .stars{
      margin-bottom:15px;
    }

    .stars i{
      color:#ffb400;
      font-size:18px;
      margin-right:2px;
    }

    /* REVIEW TEXT */

    .review-text{
      font-size:20px;
      line-height:1.7;
      color:#333;
      font-weight:400;
      margin-bottom:18px;

      display:-webkit-box;
      -webkit-line-clamp:5;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }

    .read-more{
      color:#8a8a8a;
      font-size:18px;
      font-weight:500;
    }

    /* USER */

    .review-user{
      display:flex;
      align-items:center;
      gap:14px;
      margin-top:40px;
      position:relative;
      z-index:5;
    }

    .review-user img{
      width:54px!important;
      height:54px;
      border-radius:50%;
      object-fit:cover;
    }

    .user-info h5{
      margin:0;
      font-size:16px;
      font-weight:600;
      color:#222;
      display:flex;
      align-items:center;
      gap:6px;
    }

    .user-info h5 i{
      color:#1d9bf0;
      font-size:15px;
    }

    .user-info span{
      color:#9a9a9a;
      font-size:16px;
      display:block;
      margin-top:3px;
    }

    /* COMPANY */

    .company{
      margin-top:15px;
      margin-left:68px;
      font-size:36px;
      font-weight:700;
      color:#c5c5c5;
      line-height:1;
    }

    /* NAVIGATION */

    .owl-nav{
      margin-top:0 !important;
    }

    .owl-prev,
    .owl-next{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:52px;
      height:52px;
      border-radius:50% !important;
      background:#fff !important;
      box-shadow:0 5px 20px rgba(0,0,0,0.15);
      font-size:22px !important;
      color:#222 !important;
      transition:0.3s;
    }

    .owl-prev:hover,
    .owl-next:hover{
      background:#000 !important;
      color:#fff !important;
    }

    .owl-prev{
      left:-26px;
    }

    .owl-next{
      right:-26px;
    }

    /* DOTS */

    .owl-dots{
      margin-top:45px !important;
      text-align:center;
    }

    .owl-dot span{
      width:12px !important;
      height:12px !important;
      margin:5px !important;
      background:#bbb !important;
      transition:0.3s;
    }

    .owl-dot.active span{
      background:#222 !important;
      width:28px !important;
      border-radius:20px !important;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

      .section-title{
        font-size:32px;
      }

      .review-text{
        font-size:17px;
      }

      .review-card{
        min-height:auto;
      }
    }

    @media(max-width:767px){

      .testimonial-wrapper{
        padding:50px 20px 60px;
      }

      .owl-prev{
        left:-10px;
      }

      .owl-next{
        right:-10px;
      }

      .company{
        font-size:28px;
      }
    }

.contact-faq-section
  {
      padding:40px 0;
  }

    .contact-faq-section .custom-card{
      background:#fff;
      border:1px solid #ececec;
      border-radius:22px;
      padding:26px;
      height:100%;
      box-shadow:0 2px 8px rgba(0,0,0,0.03);
    }

    /* =========================
        SECTION LABELS
    ========================== */

    .contact-faq-section .section-label{
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:0.5px;
      margin-bottom:8px;
      display:flex;
      align-items:center;
      gap:8px;
    }

    .contact-faq-section .visit-label{
      color:#9acfe2;
    }

    .contact-faq-section .appointment-label{
      color:#37a650;
    }

    .contact-faq-section .section-label::before{
      content:'';
      width:3px;
      height:14px;
      border-radius:10px;
      background:currentColor;
      display:block;
    }

    /* =========================
        TITLES
    ========================== */

    .contact-faq-section .section-title{
      font-size:38px;
      font-weight:700;
      color:#161616;
      margin-bottom:22px;
      line-height:1.2;
    }

    /* =========================
        MAP BOX
    ========================== */

    .contact-faq-section .map-box{
      width:100%;
      margin-bottom:22px;
    }

    .contact-faq-section .map-box img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    /* =========================
        CONTACT INFO
    ========================== */

    .contact-faq-section .contact-list{
      list-style:none;
      padding:0;
      margin:0;
    }

    .contact-faq-section .contact-list li{
      display:flex;
      gap:16px;
      margin-bottom:18px;
      align-items:flex-start;
    }

    .contact-faq-section .contact-icon{
      width:34px;
      height:34px;
      min-width:34px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:14px;
      margin-top:2px;
    }

    .contact-faq-section .green{
      background:#e6f8eb;
      color:#22a447;
    }

    .contact-faq-section .pink{
      background:#ffe8ee;
      color:#ff4b73;
    }

    .contact-faq-section .contact-content h5{
      font-size:17px;
      font-weight:700;
      color:#111;
      margin-bottom:6px;
    }

    .contact-faq-section .contact-content p{
      margin:0;
      font-size:15px;
      color:#666;
      line-height:1.7;
    }

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

    .appointment-form .form-control,
    .appointment-form .form-select{
      height:52px;
      border-radius:10px;
      border:1px solid #e5e5e5;
      padding:0 18px;
      font-size:15px;
      color:#555;
      box-shadow:none;
      margin-bottom:14px;
    }

    .contact-faq-section .appointment-form textarea.form-control{
      height:85px;
      padding-top:14px;
      resize:none;
    }

    .appointment-form .form-control:focus,
    .appointment-form .form-select:focus{
      border-color:#7b3fe4;
      box-shadow:none;
    }

    /* BUTTONS */

    .contact-faq-section .btn-book{
      width:100%;
      height:54px;
      border:none;
      border-radius:10px;
      background:#6f2ed6;
      color:#fff;
      font-size:17px;
      font-weight:600;
      margin-bottom:12px;
      transition:0.3s;
    }

    .contact-faq-section .btn-book:hover{
      background:#5e21bc;
    }

    .contact-faq-section .btn-whatsapp{
      width:100%;
      height:54px;
      border:none;
      border-radius:10px;
      background:#16a34a;
      color:#fff;
      font-size:17px;
      font-weight:600;
      transition:0.3s;
    }

    .contact-faq-section .btn-whatsapp:hover{
      background:#11853b;
    }

    .contact-faq-section .btn-whatsapp i{
      margin-right:8px;
    }

    /* =========================
        FAQ
    ========================== */

    .contact-faq-section .faq-title{
      font-size:38px;
      font-weight:700;
      color:#111;
      margin-bottom:22px;
    }

    .contact-faq-section .accordion-item{
      border:1px solid #ededed !important;
      border-radius:12px !important;
      overflow:hidden;
      margin-bottom:14px;
      background:#fff;
    }

    .contact-faq-section .accordion-button{
      background:#fff;
      font-size:16px;
      font-weight:600;
      color:#111;
      padding:20px 22px;
      box-shadow:none !important;
    }

    .contact-faq-section .accordion-button:not(.collapsed){
      background:#fff;
      color:#111;
    }

    .contact-faq-section .accordion-button::after{
      display:none;
    }

    .contact-faq-section .faq-icon{
      margin-left:auto;
      font-size:16px;
      color:#444;
    }

    .contact-faq-section .accordion-body{
      font-size:15px;
      color:#666;
      line-height:1.8;
      padding:0 22px 22px;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

      .contact-faq-section .custom-card{
        margin-bottom:25px;
      }

      .section-title, .faq-title
      {
        font-size:30px;
      }
    }