  .google-review2 {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .google-logo {
      flex-shrink: 0;
    }
    .review-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.2;
    }
    .rating {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 1.1rem;
      color: #000;
      font-weight: 600;
    }

    .stars {
      color: #fbbc05;
      letter-spacing: 1px;
      font-size: 2.1rem;
    }

    .reviews {
      color: #1a73e8;
      font-weight: 500;
      text-decoration: none;
      font-size: 0.95rem;
    }

    .reviews:hover {
      text-decoration: underline;
    }
   .swiper-container-wrapper {
      position: relative;
      width: 88%;
      margin: auto;
    }

    .swiper {
      overflow: hidden;
      padding: 10px 0;
    }

    .swiper-slide {      
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }


	.google-review-brd{
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		padding: 25px 20px;
		height:380px;
	}

    .stars {
      color: #f7b500;
      margin-bottom: 0px;
    }

    .review-text {
      color: #333;
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 15px;
      min-height: 40px;
    }

    .reviewer-img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin: 10px auto;
    }

    .reviewer-name {
      font-weight: bold;
      color: #000;
    }

    .google-logo {
      margin-top: 8px;
      width: 50px;
    }
	/* Arrows - Outside the cards */
    .swiper-button-prev,
    .swiper-button-next {
      color: #000 !important;
      width: 15px;
      height: 15px;
      transition: all 0.3s ease;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      font-size:25px !important;
    }

    .swiper-button-prev {
      left: -55px;font-size:25px !important;

    }

    .swiper-button-next {
      right: -55px;font-size:25px !important;

    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      transform: translateY(-50%) scale(1.05);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size:25px !important;
      font-weight: bold;
    }
	
/* Happy Patient CSS Start */
body {
    font-family: "Poppins", sans-serif;
    background: #f4f1ea;
    margin: 0;
    padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
  }

  .section-patient {
    padding: 60px 20px;
    text-align: center;
	overflow: hidden;
  }

  .section-patient h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 40px;
    position: relative;
  }

  .section-patient h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #c74a1b;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }

  .disease-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
  }

  .disease-tabs button {
    padding: 5px 18px;
    border: none;
    background: #f1e0b7;
    border-radius: 30px;
    color: #c74a1b;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
  }

  .disease-tabs button.active,
  .disease-tabs button:hover {
    background: #723421;
    color: #fff;
    transform: scale(1.05);
  }

  .patients-grid {
	display: none;
	max-width: 100%;
	overflow: hidden;
  }

  .patients-grid.active {
    display: block;
  }

  .patient-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 10px;
    text-align: center;
	text-decoration:none;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .patient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
  }

  .patient-card img {
    width: 100%;
    border-radius: 12px;
  }

  .patient-card h4 {
    margin-top: 5px;
	margin-bottom:5px;
    color: #222;
    font-size: 18px;
	text-decoration:none;
  }
  .patient-card h4 a{
	text-decoration:none;
  }
  .patient-card h4 a:hover{
	text-decoration:none;
  }

  .patient-card p {
    color: #666;
    font-size: 14px;
    margin: 8px 0;
  }

  .stars {
    color: #ffc107;
    font-size: 16px;
  }

.patients-grid .swiper {
  position: relative;
  overflow: visible; /* 👈 important */
}

.patients-grid:not(.swiper) .patient-card,
.patients-grid .patient-card:only-child {
  max-width: 325px;
  margin: 0 auto;
  display: block;
}
/* Swiper arrows outside slider */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* Left arrow - move outside left */
.swiper-button-prev {
  left: -15px; /* Adjust spacing as needed */
}

/* Right arrow - move outside right */
.swiper-button-next {
  right: -15px; /* Adjust spacing as needed */
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after{
	font-size:15px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{
	font-size:15px;
}


/* Hover effect */

.two-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}

.two-box-wrapper .patient-card {
  width: 48%;
  min-width: 260px;
}
@media (max-width: 600px) {
  .two-box-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  .two-box-wrapper .patient-card {
    width: 100%;
  }
}

/* Responsive: bring arrows inside on small screens */
@media (max-width: 768px) {
  .swiper-button-prev { left: 5px; }
  .swiper-button-next { right: 5px; }
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

  @media(max-width: 600px) {
    .patient-card { max-width: 90%; margin: auto; }
  }

/* Happy Patient CSS End */

/* FAQ CSS Start */

.faq-section{
  max-width:1200px;
  margin:60px auto;
  padding:0 15px;
}
.home-faq{
	padding-bottom:70px;
}
.faq-title{
  text-align:center;
  font-size:35px;
  font-weight:600;
  margin-bottom:40px;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.faq-item{
  border-bottom:1px solid #ddd;
  padding:18px 0;
  cursor:pointer;
}

.faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:17px;
  font-weight:600;
  color:#444;
}

.faq-icon{
  font-size:22px;
  color:#f58220;
  transition:0.3s;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  font-size:14px;
  color:#555;
  line-height:1.6;
  transition:max-height 0.4s ease;
  padding-right:25px;
}

.faq-item.active .faq-answer{
  max-height:200px;
  margin-top:10px;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
}

/* Mobile */
@media(max-width:768px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}

/* FAQ CSS End */
    
@media (max-width: 1024px) {
      .swiper-container-wrapper {
        width: 94%;
      }
      .swiper-button-prev {
        left: -35px;
      }
      .swiper-button-next {
        right: -35px;
      }
    }

    @media (max-width: 768px) {
      .swiper-container-wrapper {
        width: 95%;
      }
      .swiper-button-prev,
      .swiper-button-next {
        width: 20px;
        height: 20px;
      }
      .swiper-button-prev {
        left: -5px;
      }
      .swiper-button-next {
        right: -5px;
      }
	  .faq-title{
		font-size:25px;
		margin-bottom:25px;
	  }
	  .home-faq{
		padding:0px 20px 0px 20px;
	  }
	  .faq-grid{
		gap:0px;
	  }
	  
    }

    @media (max-width: 480px) {
      .google-logo {
        width: 32px;
        height: 32px;
      }
      .rating {
        font-size: 1rem;
      }
      .reviews {
        font-size: 0.9rem;
      }
    }

/* Homepage CSS Start */
:root{
  --primary:#c74a1b;
  --secondary:#723421;
  --light:#f7efe7;
}
.custom-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero{font-family:Lato, arial;background:url("https://www.jiva.com/jiva/img/web-banner.webp") no-repeat center bottom;background-size:cover;padding:20px 0 0px;position:relative;
overflow:hidden; border-bottom: 0px solid #d6d5d5;box-shadow: 0 10px 30px rgba(0,0,0,0.18);}

/*
.hero{font-family:Lato, arial;
background:linear-gradient(135deg,#f9f1ea,#f1e0b7);
padding:40px 0px 0px 0px;background-image:url("web-banner.png");
}*/


.hero-wrap{font-family:Lato, arial;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}

/* LEFT */
.hero-left{font-family:Lato, arial;
  position:relative;
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:350px auto;
  padding-right:0px;
  /* padding-right:380px;*/
}
.hero-left h1{font-family:Lato, arial;
font-size:25px;line-height:1.20;color:var(--secondary);font-weight:800
}
.hero-left h1 span{color:var(--primary)}
.hero-left p{font-family:Lato, arial;margin:5px 0;font-size:15px;color:#555;font-weight:500;}
.hero-left p b{font-weight:800;}
.stats{display:flex;gap:14px;margin:22px 0}
.stat{font-family:Lato, arial;
background:#ffffff;border-radius:12px;padding:10px 10px;text-align:center;
/*box-shadow:0 8px 24px rgba(0,0,0,.08);*/width:150px
}
.stat h3{font-family:Lato, arial;font-size:22px;color:var(--secondary);font-weight:800;margin-bottom:0px;margin-top:5px;}
.stat p{font-family:Lato, arial;font-size:16px;color:#444;line-height:20px;font-weight:600;}

.list-hme{list-style:none;margin:18px 0}
.list-hme li{font-family:Lato, arial;font-size:14px;margin-bottom:5px;padding-left:22px;position:relative;color:#444;}
.list-hme li:before{content:'✔';position:absolute;left:0;color:var(--primary)}

.buttons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px;}
.btn-hme{font-family:Lato, arial;text-transform:none;text-align:left;letter-spacing:0.5px;padding:12px 15px;width:35%;border-radius:8px;font-size:13px;border:1px solid var(--primary);color:var(--primary);cursor:pointer;margin:0px 0 0px;}
.btn-hme.primary{background:var(--primary);color:#fff}
.btn-hme.active {background: #c74a1b;color: #fff;}
.btn-hme:hover .btn-hme.active { background: transparent; color: #d35400;}
.btn-hme:hover {background: #c74a1b;color: #fff;}
.btn-mrg-btm{margin-bottom:30px;}
/* RIGHT FORM */
.form-box{font-family:Lato, arial;
background:#fff;border-radius:16px;box-shadow:0 12px 34px rgba(0,0,0,.15);
overflow:hidden
}
.form-head{font-family:Lato, arial;
background:linear-gradient(135deg,var(--primary),#e56b2c);
color:#fff;text-align:center;padding:14px;font-weight:600
}
.form-body{padding:18px}
.form-body p{font-size:12px;color:#777;text-align:center;margin-bottom:14px;margin-top:0px;}
.form-body input{
width:100%;padding:0px 12px;border-radius:8px;border:1px solid #ddd;
margin-bottom:0px;font-size:14px
}
.steps{font-family:Lato, arial;font-size:13px;margin:14px 0}
.steps div{margin-bottom:6px}
.submit{
width:100%;padding:12px;border:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;
background:linear-gradient(135deg,var(--secondary),var(--primary));
color:#fff;font-size:15px;cursor:pointer
}

/* RESPONSIVE */
@media(max-width:992px){
.hero-left{
	background-image:none;
	padding-right:0;
}
.hero-wrap{grid-template-columns:1fr}
}
@media(max-width:576px){
.hero-left h1{font-size:26px}
.stats{flex-wrap:wrap}
.stat{flex:1 1 45%}
}

/* ===== EXACT RIGHT FORM STYLES ===== */
.exact-form{border-radius:18px;width:300px;margin-left:auto;margin-top:-30px;}
.form-head{font-size:20px;padding:18px}
.form-tagline{text-align:center;font-size:13px;color:#666;margin:12px 0}
.field{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:10px;padding:10px 12px;margin-bottom:12px}
.field-icon{font-size:16px;color:#999;margin-right:0px}
.field input{border:none;outline:none;width:100%;font-size:14px}
.info{display:flex;align-items:flex-start;font-size:12px;color:#666;margin:10px 0}
.info .check{color:#2fa84f;margin-right:6px}
.step{display:flex;gap:10px;align-items:flex-start;margin:10px 0}
.step .num{width:20px;height:20px;border-radius:50%;background:#c74a1b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
.step-text{display:flex;flex-direction:column}
.step-text .title{font-size:13px;font-weight:500;color:#777;line-height:1.5}
.step-text .desc{font-size:12px;color:#777;margin-top:2px}
.submit{margin-top:0px;font-size:16px;font-weight:500}

/* Homepage CSS End */

/* Homepage Top Banner Section Mobile CSS End */
.desktop-only{
	display:block;
}
.mobile-only{display:none;}

@media(max-width:768px){
	.mobile-only{display:block;background:#f4f1ea;}
	.desktop-only{display:none;}
	.newhome-mob h1{line-height:25px;}
}

.newhome-container{
  max-width:420px;
  margin:auto;
  padding:20px;
  text-align:center;
}

.newhome-mob h1{
  color:#c74a1b;
  font-size:23px;
  margin-bottom:20px;
  line-height:30px;
  font-weight:900;
}
.newhome-mob h1 span{
  color:#723421;
  font-weight:600;
}

.newhome-stats{
  display:flex;
  justify-content:space-between;
  margin-top:25px;
}

.newhome-stat{
  flex:1;
  position:relative;
  font-size:18px;
  line-height:20px;
  color:var(--secondary);
  font-weight:900;
}
.newhome-stat span{
	font-size:15px;
	line-height:16px;
	font-weight:600 !important;
	color:#444;
}

.newhome-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:5px;
  height:40px;
  width:1px;
  background:#bfcbd4;
}

.newhome-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 5px 15px rgba(0,0,0,.1);
  overflow:hidden;
}

.newhome-card-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:18px 18px 0;
}

.newhome-card-header h2{
  text-align:left;
  font-size:23px !important;
  line-height:30px;
  color:#444;
  margin-top:0px;
  font-weight:900;
}

.newhome-doctor{
  width:150px;
  margin-bottom:0px;
}

.newhome-card-body{
  padding:0px 18px 20px;
}

.newhome-input{
  width:100%;
  padding:10px;
  margin-bottom:10px;
  border-radius:10px;
  border:1px solid #ccc;
}

.newhome-steps{
  text-align:left;
  margin:12px 0;
}

.newhome-step{
  display:flex;
  align-items:center;
  margin-bottom:8px;
  font-size:13px;
}

.newhome-step span{
  background:#d35400;
  color:#fff;
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:10px;
}

.newhome-button{
  width:100%;
  background:#c74a1b;
  color:#fff;
  padding:14px;
  border:none;
  border-radius:12px;
  font-size:16px;
  margin-top:20px;
}

.newhome-call-btn{
	width:100%;
	color:#fff;
	padding:14px;
	border:none;
	border-radius:12px;
	font-size:16px;
	margin-top:20px;
	background:#723421;
}
.newhome-call-btn a{
	color:#fff;
}
.newhome-call-btn a:hover{
	color:#fff;
}
@media(max-width:768px){
	.newhome-mob h1{line-height:25px;padding-left:18px;padding-right:18px;margin-top:0px;}
}
@media (max-width: 1280px) {
	.exact-form{border-radius:18px;width:275px;margin-left:auto;margin-top:-30px;}
	
}

@media (min-width: 540px) and (max-width: 992px) {
	.google-rate-frm{
		display: none;
	}
	.city-boxs{
		width:30%;
	}
	.logo-scroll-wrap {
		width: 100%;
		overflow: hidden;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
      display: block;
      background: #f4f1ea;
    }
    .brd-right {
        display: none;
    }
    .top-pad {
        width: 100%;
    }
    #popup {width:90% !important;}
}


/* Homepage Top Banner Section Mobile CSS End */