#pxl-main{
	padding:10px 0 !important;
}

.mb-5{margin-bottom:25px;}
.mb-4{margin-bottom:20px;}
.mb-3{margin-bottom:15px;}


/* Hide only the custom duplicated dropdown UI */
.pxl-select .pxl-select-higthlight,
.pxl-select .pxl-select-options {
  display: none !important;
}

/* Force the real select box to be visible */
.pxl-select select {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight {

    padding: 10px 30px!important;
    border: 1px solid #23bdbc !important;
	color:#aaaaaa !important;
	font-weight: 400!important;
}

/* Section Headings */
.appointment-form-section .form-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  margin-bottom: 10px;
}

.appointment-form-section .form-subtext {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 30px;
}

/* Contact Form Inputs */
.book-appointment-form .form-input {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #23bdbc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  transition: border-color 0.3s ease;

}

.book-appointment-form .form-input:focus {
  outline: none;
  border-color: #1aa6a6;
}

/* Placeholder Text */
.book-appointment-form .form-input::placeholder {
  color: #aaa;
  font-size: 13px;
}

/* Submit Button */
.book-appointment-form .btn-custom {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #23bdbc;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.book-appointment-form .btn-custom:hover {
  background-color: #1aa6a6;
}


/* ======== DENTAL FORM BOX DESIGN ======== */
.dental-form-box {
  background: #fff;
  border: 1px solid #e0f7f5;
  border-left: 5px solid #23bdbc;
  border-radius: 12px;padding:20px 20px 0;
  box-shadow: 0 8px 24px rgba(35, 189, 188, 0.1);
  position: relative;
  overflow: hidden;
}

.dental-form-box::before {
  content: "\f5c9"; /* Font Awesome tooth */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  color: #e6f8f7;
  position: absolute;
  top: -25px;
  right: -20px;
  z-index: 0;
}

/* ======== DENTAL HEADINGS ======== */
.dental-form-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
}

.dental-form-subtext {
  font-size: 14px;
  color: #666;
}

/* ======== DENTAL FORM INPUTS ======== */
.dental-appointment-form .dental-input {
  background: #f8fafa;
  border: 1px solid #b2e1dd;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

.dental-appointment-form .dental-input:focus {
  border-color: #23bdbc;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 189, 188, 0.15);
}

/* ======== DENTAL BUTTON ======== */
.dental-appointment-form .dental-btn {
  background-color: #23bdbc;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 12px 20px;
  transition: 0.3s ease;
  width: 100%;
}

.dental-appointment-form .dental-btn:hover {
  background-color: #1aa6a6;
}

/* ======== DENTAL FIELD SPACING ======== */



.dental-implant-max-width {
  max-width: 1100px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.dental-implant-title {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  margin-bottom: 10px;
}

.dental-implant-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.dental-implant-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.dental-implant-box {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  padding: 15px;
  transition: transform 0.3s ease;
}

.dental-implant-box:hover {
  transform: translateY(-5px);
}

.dental-implant-heading {
  font-size: 16px;
  font-weight: 400;
  margin:20px 0 10px;
}

.dental-implant-text {
  font-size: 14px;
  color: #666;
}



.dental-feature-slider .dental-implant-box {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  margin: 10px; /* this gives spacing between slides */
  transition: transform 0.3s ease;
}

.dental-feature-slider .dental-implant-box:hover {
  transform: translateY(-5px);
}


.dental-img-box {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.dental-img-box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}


.dental-video-box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.dental-icon-img {
  max-width: 120px;
  height: auto;
}



.dental-feature-box {
    border: 1px solid #e2f1f0;
    transition: 0.3s ease;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}

.dental-feature-box:hover {
  box-shadow: 0 10px 24px rgba(35, 189, 188, 0.12);
  transform: translateY(-4px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #23bdbc;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.dental-overview-section {
  background-color: #f9fdfd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dental-section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  margin-bottom: 16px;
}

.dental-section-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.dental-img-box {
  background-color: #ffffff;
  border: 1px solid #e2f1f0;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(35, 189, 188, 0.08);
}


.dental-what-implants {
  padding: 50px 0;
}

.dental-section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
}

.dental-section-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.dental-icon-box {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(35, 189, 188, 0.1);
  padding: 30px;
  display: inline-block;
}

.dental-icon-img {
  max-width: 120px;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
}



.dental-implant-undergo-section {
  background-color: #f9fdfd;
  padding-top: 40px;
  padding-bottom: 40px;text-align:center;
}

.dental-implant-undergo-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
}

.dental-implant-undergo-intro,
.dental-implant-undergo-paragraph {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.dental-implant-undergo-icon-box {
  padding: 10px;height:150px;
}

.dental-implant-undergo-icon-box:hover{border: solid 1px #23bdbc;
    border-radius: 10px;}

.dental-implant-undergo-icon {
  font-size: 28px;
  color: #23bdbc;
}

.dental-implant-undergo-text {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: 500;
}


.dental-implant-symptoms-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.dental-implant-symptoms-main{text-align:center;padding:50px 0;}
.dental-implant-symptoms-main h2{font-size:20px;}
.dental-implant-symptoms-main p{font-size:14px;}

.dental-implant-symptoms-list {
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dental-implant-symptom-item {
  background: #e8fafa;
  padding: 15px 20px;
  border-left: 4px solid #23bdbc;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.3s;
}

.dental-implant-symptom-item:hover {
  transform: translateX(5px);
}

.dental-implant-symptoms-image {
  max-width: 350px;
  flex: 1;
  display: flex;
  justify-content: center;
}

.dental-implant-symptoms-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}



.dental-implant-symptoms-title{
	color:#157372;}

.dental-implant-procedure-section {
  background: #f7fdfd;
	padding:50px 0;
	text-align:center;
	margin:50px 0;
}

.dental-implant-procedure-heading {
  font-size: 20px;
  color: #157372;
  font-weight: bold;
}

.dental-implant-procedure-subheading {
  font-size: 14px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
}

.dental-implant-procedure-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.dental-implant-procedure-step {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  border-left: 5px solid #23bdbc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.dental-implant-procedure-step:hover {
  transform: translateY(-5px);
}

.step-number {
  width: 32px;
  height: 32px;
  background: #23bdbc;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-bottom: 12px;
}

.dental-implant-procedure-step h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}

.dental-implant-procedure-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.dental-implant-care-section{text-align:center;padding:30px 0;}
.dental-implant-care-heading{font-size:20px;color:#157372;}
.dental-implant-care-subheading{font-size:14px;}

.dental-implant-care-item {
  background: #fefefe;
  padding: 25px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #e0f7f6, 0 8px 18px rgba(0, 0, 0, 0.05);
  margin: 15px;height:160px!important;
  transition: all 0.3s ease-in-out;
}

.dental-implant-care-item:hover {
  box-shadow: inset 0 0 0 2px #23bdbc, 0 12px 24px rgba(35, 189, 188, 0.15);
}

.dental-implant-care-item h4 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}

.dental-implant-care-item p {
  font-size: 14px;
  color: #555;
}


.dental-benefits-section{
	  background: #f7fdfd;
	padding:50px 0;
	text-align:center;
	margin:50px 0;
}
.dental-benefits-heading {
  font-size: 20px;
  font-weight: bold;
  color: #157372;
}

.dental-benefits-subheading {
  font-size: 14px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
}

.dental-benefits-img {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.dental-benefits-list {
  list-style: none;
  padding: 0;
}

.dental-benefits-list li {
  font-size: 14px;
  color: #333;
  background: #f8fdfd;
  padding: 12px 16px 12px 38px;
  margin-bottom: 12px;
  border-radius: 8px;
  position: relative;text-align:left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.dental-benefits-list li::before {
  content: "🦷";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #23bdbc;
}


/*Myth*/

.dental-implant-myth{
	text-align:center;
}

.dental-implant-myth-title {
  font-size: 20px;
  font-weight: bold;
  color: #157372;
}

.dental-implant-myth-subtitle {
  font-size: 14px;
  color: #555;
  max-width: 700px;
  margin: 0 0 20px;text-align:center;
}

.dental-implant-myth-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.flip-circle {
  width: 200px;
  height: 200px;
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  border-radius: 50%;
}

.flip-circle:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #e6fbfb;
  color: #333;
}


.flip-back {
  background: #23bdbc;
  color: white;
  transform: rotateY(180deg);
}

.flip-front h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #23bdbc;
}

.flip-front p,
.flip-back p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  .dental-implant-myth-circles {
    flex-direction: column;
    align-items: center;
  }

  .flip-circle {
    width: 180px;
    height: 180px;
  }

  .flip-front h4 {
    font-size: 16px;
  }

  .flip-front p,
  .flip-back p {
    font-size: 12px;
  }
}

/*dental implant-faq*/

.dental-implant-faq {
  background: #f9ffff;

	margin:50px 0;
}

.faq-title {
  font-size: 20px;text-align:center;
  color: #157372;text-align:center
  font-weight: 700;margin-top:50px;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question {
  font-size: 16px;
  font-weight: 600;
  color: #23bdbc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  font-size: 12px;
  color: #444;
  display: none;
  padding-top: 8px;
}

.arrow {
  transition: transform 0.3s ease;
}

.faq-item.open .arrow {
  transform: rotate(180deg);
}

.faq-item.open .faq-answer {
  display: block;
}


/*CTA*/
.dental-implant-cta {
  width: 100%;
  background-color: #157372;
  padding: 30px 20px;
 margin:50px 0;
  text-align: center;
}

.dental-implant-cta h2 {
  font-size: 24px;
  font-weight: 700; color: #fff;
  margin-bottom: 20px;
}

.dental-implant-cta p {
  font-size: 16px;color: #fff;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.dental-implant-cta button {
  background-color: #ffffff;
  color: #23bdbc;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dental-implant-cta button:hover {
  background-color: #fff; color: #147372;
  transform: translateY(-2px);
}


@media (max-width: 992px) {
  .dental-implant-symptoms-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .dental-implant-symptoms-list {
    max-width: 100%;
    align-items: center;
  }

  .dental-implant-symptoms-image {
    margin: 30px 0;
  }
	
	.dental-implant-symptom-item{width:100%;}
	.mobile{order:1;}
	.desktop{order:2;}
}

@media (min-width: 768px) {
	.mobile{order:1!important;}
	.desktop{order:2!important;}
	
}


.pxl-contact-form1.style2 .wpcf7-form p button:hover {
    background-color: #23bdbc!important;
}

.dental-cleaning-whychoose{padding:50px 0;width:1200px;background:#f7fdfd;}
.dental-whychoose h2{text-align:center;font-size:20px; color: #157372;}
.dental-whychoose p{text-align:center:font-size:12px;padding:0 100px;}

.dental-cleaning-whychoose .whychoose-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.dental-cleaning-whychoose .whychoose-box:hover {
  transform: translateY(-5px);
}

.dental-cleaning-whychoose i {
  display: block;
}


.dental-problem-type {
  background-color: #f8f9fc;
}

.dental-problem-type-box {
 border-radius: 10px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    padding: 20px;
    
    margin: 20px 0;
}

.dental-problem-type-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.dental-problem-type-box h5{font-size:16px;}
.dental-problem-type-box p {font-size:12px;}

.dental-problem-img img {

  object-fit: cover;
 
}

.dental-procedure{   
	border: solid 1px #23bdbc;
    padding: 10px;margin-bottom:20px;
    border-radius: 10px;
    text-align: center;}

.dental-procedure .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px; 
  width: 40px; 
  margin: 0 auto 10px auto; 
  background-color: #23bdbc;
  color: white;
  border-radius: 50%;
  font-weight: bold;
}


.dental-procedure h4{font-size:16px;}
.dental-procedure p{font-size:12px;}


.dental-problem-type {text-align:center;padding:10px 0;}
.dental-problem-type h2{ font-size: 20px;text-align:center;
  color: #157372;text-align:center
  font-weight: 700;margin-top:50px;}
.dental-problem-type p{font-size:14px;}




/*Dental Main*/

/* Section Title */
.dental-main-heading {
  font-size: 20px;
  font-weight: bold;
   color: #157372;
}

/* Feature Boxes Wrapper */
.dental-main-features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* Single Box */
.dental-main-feature-box {
  background: #e6fafa;
  border: 1px solid #b8efef;
  border-radius: 12px;
  text-align: center;
  flex: 1;
  padding: 20px;
  min-width: 180px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.dental-main-feature-box:hover {
  background: #d4f6f6;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(35, 189, 188, 0.1);
}

/* Icon */
.dental-main-icon {
  font-size: 32px;
  color: #23bdbc;
  margin-bottom: 10px;
}

/* Title */
.dental-main-title {
  font-size: 16px;
  font-weight: 600;
  color: #1b9e9e;
  margin-bottom: 6px;
}

/* Paragraph */
.dental-main-text {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}


/*main dental services*/


/* Overall Section */
.dental-main-wrapper {
  background-color: #23bdbc;
  padding: 60px 20px;
  color: #fff;

	
}

/* Container */
.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Top Section Layout */
.dental-main-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Left Headings */
.dental-main-left {
  flex: 1 1 45%;
}

.dental-main-left h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px; color: #fff;
}

.dental-main-left h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3; color: #fff;
}

/* Right Paragraph */
.dental-main-right {
  flex: 1 1 50%;
  font-size: 14px;
  line-height: 1.6;
  color: #e0fafa;
}

/* Grid */


/* Box */
.dental-main-box {
  background-color: #fff;
  color: #222;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  transition: 0.3s ease;
}

.dental-main-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Icon */
.dental-main-box .icon img {
 width:50%;
}

/* Title */
.dental-main-box h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Description */
.dental-main-box p {
  font-size: 12px;
  color: #444;
}

.dental-main-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.dental-main-link:hover h4 {
  text-decoration: underline;
}


/* Responsive Grid */
@media (max-width: 1200px) {
  .dental-main-grid {
    grid-template-columns: repeat(2, 1fr);width:unset;
  }
}




/*dentel main testimonial*/
	
.dental-main-testimonials {
  background-color: #f9ffff;
}

.dental-main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #157372;
  text-align: center;
  margin-bottom: 30px;
}

.dental-main-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dental-main-testimonial-card {
  border: 1px solid #d1f2f2;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(35, 189, 188, 0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dental-main-testimonial-card:hover {
  box-shadow: 0 4px 20px rgba(35, 189, 188, 0.12);
}

.dental-main-testimonial-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #23bdbc;
}

.dental-main-testimonial-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}

.dental-main-testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: #1b9e9e;
}

@media (max-width: 992px) {
  .dental-main-testimonial-grid {
    grid-template-columns: 1fr;
  }
}


/*CTA*/
.dental-main-cta {
  background: linear-gradient(90deg, #23bdbc, #1aa2a2);
  padding: 60px 0;
  margin: 50px 0;
}

.dental-main-cta-box {
  background: #ffffff;
  border: 1px solid #d2f4f4;
  border-radius: 14px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.dental-main-cta-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  margin-bottom: 10px;
}

.dental-main-cta-subtext {
  font-size: 14px;
  color: #333;
  max-width: 600px;
  line-height: 1.6;
}

.dental-main-cta-button {
  display: inline-block;
  background-color: #23bdbc;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.dental-main-cta-button:hover {
  background-color: #1ca3a3;
}

@media (min-width: 768px) {
  .dental-main-cta-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    text-align: left;
  }

  .dental-main-cta-content {
    max-width: 70%;
  }

  .dental-main-cta-action {
    display: flex;
    align-items: center;
  }
}




/***Hair Transplant***/

/*Why Choose*/

.hair-main-why-choose {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.hair-main-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  text-align: center;
  margin-bottom: 30px;
}

.hair-main-subtitle {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.hair-main-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.hair-main-feature-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.hair-main-feature-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #ccc;
}

.hair-main-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.hair-main-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #23bdbc;
}

.hair-main-text {
  font-size: 12px;
  color: #555;
}

/*hair services*/
/* Section Background */
.hair-main-wrapper {
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
  padding: 60px 20px;
  color: #fff;
  margin: 50px 0;
}

/* Top Section Layout */
.hair-main-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Left Side */
.hair-main-left {
  flex: 1 1 45%;
}

.hair-main-left h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

.hair-main-left h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

/* Right Side */
.hair-main-right {
  flex: 1 1 50%;
  font-size: 14px;
  line-height: 1.6;
  color: #e0fafa;
}

/* Grid */
.hair-main-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 30px;
}

/* Box Style */
.hair-main-box {
  background-color: #fff;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  transition: 0.3s ease;
}

.hair-main-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Icon */
.hair-main-box .icon img {
  width: 50%;
  margin-bottom: 10px;
}

/* Title */
.hair-main-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Description */
.hair-main-box p {
  font-size: 12px;
  color: #444;
}

/* Link */
.hair-main-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.hair-main-link:hover h4 {
  text-decoration: underline;
}

/* Responsive Grid */
@media (max-width: 1200px) {
  .hair-main-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .hair-main-top {
    flex-direction: column;
    gap: 20px;
  }

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



/* Testimonials */
.hair-main-testimonials {
  background-color: #f9ffff;
}

.hair-main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #157372;
  text-align: center;
  margin-bottom: 30px;
}

.hair-main-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hair-main-testimonial-card {
  border: 1px solid #d1f2f2;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(35, 189, 188, 0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hair-main-testimonial-card:hover {
  box-shadow: 0 4px 20px rgba(35, 189, 188, 0.12);
}

.hair-main-testimonial-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #23bdbc;
}

.hair-main-testimonial-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}

.hair-main-testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: #1b9e9e;
}

@media (max-width: 992px) {
  .hair-main-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* Call to Action */

.hair-main-cta {
  background: linear-gradient(90deg, #23bdbc, #1aa2a2);
  padding: 60px 0;
  margin: 50px 0;
}

.hair-main-cta-box {
  background: #ffffff;
  border: 1px solid #d2f4f4;
  border-radius: 14px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.hair-main-cta-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  margin-bottom: 10px;
}

.hair-main-cta-subtext {
  font-size: 14px;
  color: #333;
  max-width: 600px;
  line-height: 1.6;
}

.hair-main-cta-button {
  display: inline-block;
  background-color: #23bdbc;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.hair-main-cta-button:hover {
  background-color: #1ca3a3;
}

@media (min-width: 768px) {
  .hair-main-cta-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    text-align: left;
  }

  .hair-main-cta-content {
    max-width: 70%;
  }

  .hair-main-cta-action {
    display: flex;
    align-items: center;
  }
}



/*Skin Treatment*/

.skin-main-why-choose {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.skin-main-heading {
  font-size: 20px;
  font-weight: 700;
  color: #157372;
  text-align: center;
  margin-bottom: 30px;
}

.skin-main-subtitle {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.skin-main-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.skin-main-feature-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.skin-main-feature-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #ccc;
}

.skin-main-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.skin-main-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #23bdbc;
}

.skin-main-text {
  font-size: 12px;
  color: #555;
}



/* Skin Services Section */
.skin-main-wrapper {
background: linear-gradient(90deg, #c8f6f6, #618c8d);
  padding: 60px 20px;
  color: #333;
  margin: 50px 0;
}

.skin-main-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.skin-main-left {
  flex: 1 1 45%;
}

.skin-main-left h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #2c6e6d;
}

.skin-main-left h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #eaeaea;
}

.skin-main-right {
  flex: 1 1 50%;
  font-size: 14px;
  line-height: 1.6;
  color: #5c5c5c;
}

/* Grid Layout */
.skin-main-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.skin-main-box {
  background-color: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  transition: 0.3s ease;
}

.skin-main-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.skin-main-box .icon img {
  width: 50%;
  margin-bottom: 10px;
}

.skin-main-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.skin-main-box p {
  font-size: 12px;
  color: #444;
}

.skin-main-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.skin-main-link:hover h4 {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1200px) {
  .skin-main-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .skin-main-top {
    flex-direction: column;
    gap: 20px;
  }

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



/* Testimonials */
.skin-main-testimonials {
  background-color: #fffdfc;
}

.skin-main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #2c6e6d;
  text-align: center;
  margin-bottom: 30px;
}

.skin-main-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.skin-main-testimonial-card {
  border: 1px solid #f3dff7;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(156, 77, 158, 0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.skin-main-testimonial-card:hover {
  box-shadow: 0 4px 20px rgba(156, 77, 158, 0.12);
}

.skin-main-testimonial-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #9c4d9e;
}

.skin-main-testimonial-text {
  font-size: 13px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.6;
}

.skin-main-testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: #9c4d9e;
}

@media (max-width: 992px) {
  .skin-main-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* Call to Action */
.skin-main-cta {
 background: linear-gradient(90deg, #2c6e6d, #093132);
  padding: 60px 0;
  margin: 50px 0;
}

.skin-main-cta-box {
  background: #ffffff;
  border: 1px solid #f3dff7;
  border-radius: 14px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.skin-main-cta-heading {
  font-size: 20px;
  font-weight: 700;
  color: #093132;
  margin-bottom: 10px;
}

.skin-main-cta-subtext {
  font-size: 14px;
  color: #333;
  max-width: 600px;
  line-height: 1.6;
}

.skin-main-cta-button {
  display: inline-block;
  background-color: #2c6e6d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.skin-main-cta-button:hover {
  background-color: #823c88;
}

@media (min-width: 768px) {
  .skin-main-cta-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    text-align: left;
  }

  .skin-main-cta-content {
    max-width: 70%;
  }

  .skin-main-cta-action {
    display: flex;
    align-items: center;
  }
}



/*BLOGS*/

.blog-new-header-inner {
    display: grid;
    grid-template-columns: 60% 10% 30%;
    align-items: flex-start;
    gap: 20px;
}

.blog-new-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #23bdbc; /* Teal color */
}

.blog-new-subtext {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    max-width: 100%;
}

.blog-new-search-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-new-search-box form {
    display: flex;
    gap: 8px;
    width: 100%;
}

.blog-new-search-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    flex: 1;
}

.blog-new-search-btn {
    background-color: #23bdbc;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.blog-new-search-btn:hover {
    background-color: #1ca2a7;
}



.blog-new-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.blog-new-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.blog-new-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.blog-new-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-new-meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
}

.blog-new-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
    margin: 10px 0;
}

.blog-new-title a {
    text-decoration: none;
    color: #222;font-size:16px;
}

.blog-new-excerpt {
    padding: 0 15px 10px;
    font-size: 15px;
    color: #555;
}

.blog-new-read-more {
    display: block;
    margin: 0 15px 15px;
    text-align: right;
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.blog-new-read-more:hover {
    text-decoration: underline;
}

.blog-new-pagination {
    margin-top: 40px;
    text-align: center;
}

/*Blog Single*/

.blog-single-title {
    font-size: 22px;
    color: #035b5a;
    font-weight: bold;
    margin: 20px;
}

.blog-single-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.blog-single-content h2,
.blog-single-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 10px;
    color: #222;
}

.blog-single-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.blog-single-comments {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}


/*sidebar*/
.custom-sidebar {
  font-family: 'Segoe UI', sans-serif;
}

.widget {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  color: #23bdbc;
  margin-bottom: 15px;
}

.search-form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.search-input {
  flex: 1;
  padding: 8px 10px;
  border: none;
  font-size: 14px;
}

.search-button {
  background: #23bdbc;
  color: white;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
}

.category-list,
.recent-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li,
.recent-post-list li {
  margin-bottom: 10px;
}

.category-list a,
.recent-post-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.category-list a span {
  color: #666;
  font-size: 13px;
  margin-left: 5px;
}

.appointment-box {
  background-color: #23bdbc;
  color: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.appointment-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.appointment-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.appointment-button {
  background: white;
  color: #23bdbc;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}


.recent-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.recent-post-link {
  display: flex;
  text-decoration: none;
  color: #333;
}

.recent-post-thumb{width:100px;}

.recent-post-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 10px;
}

.recent-post-title {
  font-size: 14px;
  line-height: 1.4;
}



/*Landing page start*/

.cherian-banner-redesign {
 background: linear-gradient(135deg, #010f0f, #00c1d4, #00e5f0);
  padding: 20px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

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

/* Left Content */
.cherian-banner-text {
  flex: 0 0 45%;
  min-width: 280px;
  padding: 20px 0;
}

.banner-title {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-subtitle {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.price-highlight {
  display: inline-block;
 
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  padding: 6px 16px;

 
  margin-left: 8px;
  animation: glow 1.8s infinite alternate;
}



.banner-desc {
  font-size: 17px;
  color: #fff;
  line-height: 1.6;
  max-width: 400px;
}


/* Buttons */
.banner-btns a {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 12px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-primary {
  background-color: #fff;
  color: #23bdbc;
}
.btn-primary:hover {
  background-color: #f0f0f0;
}
.btn-secondary {
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}
.btn-secondary:hover {
  background-color: rgba(255,255,255,0.35);
}

/* Center Image */

.cherian-banner-image img {
  width: 100%;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.cherian-banner-form{    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 20px;}




/* Responsive */
@media (max-width: 1024px) {
  .cherian-banner-inner {
    flex-direction: column;
    text-align: center;
  }
  .cherian-banner-text,
  .cherian-banner-image,
  .cherian-banner-highlights {
    flex: 0 0 100%;
  }
  .cherian-banner-image img {
    max-width: 200px;
    margin: 20px 0;
  }
}


/**/
.dental-landing-whychoose {
 
  padding: 50px 0 0;
  color: #333;
}

.dental-landing-whychoose .whychoose-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 30px;
}

.dental-landing-whychoose .whychoose-intro h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #0097a7; /* Dental teal */
}

.dental-landing-whychoose .whychoose-intro p {
  font-size: 16px;
  line-height: 1.5;
}

.dental-landing-whychoose .whychoose-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.dental-landing-whychoose .point {
  background: #f1f8fa;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0f2f4;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dental-landing-whychoose .point:hover {
  background: #e0f7fa;
  transform: translateY(-3px);
}

/* Mobile view */
@media (max-width: 768px) {
  .dental-landing-whychoose .whychoose-grid {
    grid-template-columns: 1fr;
  }
  .dental-landing-whychoose .whychoose-points {
    grid-template-columns: 1fr;
  }
}


/**/
.dental-landing-delaycheckup {
 background: #b8e4e3;
  padding: 60px 0;
}

.dental-landing-delaycheckup .delay-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.dental-landing-delaycheckup h2 {
  font-size: 30px;
  color: #0097a7; /* Dental teal */
  margin-bottom: 10px;
}

.dental-landing-delaycheckup p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.dental-landing-delaycheckup .delay-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.dental-landing-delaycheckup .delay-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.dental-landing-delaycheckup .delay-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dental-landing-delaycheckup .point {
  background: #ffffff;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border: 1px solid #e0f2f4;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dental-landing-delaycheckup .point:hover {
  background: #e0f7fa;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
  .dental-landing-delaycheckup .delay-row {
    grid-template-columns: 1fr;
  }
}


/**/
.dental-landing-cta {
  background: #002b36; /* Dark navy */
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.dental-landing-cta h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.dental-landing-cta p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 25px;
}

.dental-landing-cta .cta-btn {
  background: #00bcd4;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.dental-landing-cta .cta-btn:hover {
  background: #0097a7;
}



/**/
.dental-how-to-book {
  background: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
  color: #333;
}

.dental-how-to-book h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.dental-how-to-book .how-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* MOBILE (default): 2 columns */
.how-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Small tablet */
@media (min-width: 769px) {
  .how-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop: 4 columns */
@media (min-width: 1025px) {
  .how-steps {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Wide screens: show 6 columns if you have many steps */
@media (min-width: 1400px) {
  .how-steps {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Step card */
.how-steps .step {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
}

/* Circular step number */
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00bcd4;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

/* step title + copy */
.how-steps .step h4 {
  font-size: 16px;
  margin: 0 0 6px;
  color: #222;
}

.how-steps .step p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* optional: center headings on narrow screens */
@media (max-width: 420px) {
  .dental-how-to-book h2 { font-size: 24px; }
  .step-number { width: 40px; height: 40px; font-size: 15px; }
}

/**/
.che-dental-landing-expertise {
  background-color: #f9f9f9; /* light bg to highlight */
  padding: 60px 20px;
}

.che-dental-landing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.che-dental-landing-image {
  flex: 0 0 35%; /* Image width 35% */
}

.che-dental-landing-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.che-dental-landing-content {
  flex: 0 0 65%; /* Content width 65% */
  text-align: left;
}

.che-dental-landing-heading {
  color: #23bdbc;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.che-dental-landing-subheading {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 15px 0;
}

.che-dental-landing-desc {
  color: #121212;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .che-dental-landing-grid {
    flex-direction: column;
  }
  .che-dental-landing-image,
  .che-dental-landing-content {
    flex: 0 0 100%;
  }
}

/**/
.che-dental-landing-expertise {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.che-dental-landing-grid {

  max-width: 1100px;
  margin: auto;
}

.che-dental-landing-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.che-dental-landing-heading {
  color: #23bdbc;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.che-dental-landing-subheading {
  color: #202020;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.che-dental-landing-desc {
  color: #121212;
  font-size: 14px;
  line-height: 1.6;
}

@media(max-width: 768px) {
  .che-dental-landing-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
}


/**/
/* Common styling */
.sticky-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.whatsapp-btn {
  background-color: #25d366;
}

.call-btn {
  background-color: #007bff;
}

.contact-btn i {
  font-size: 20px;
  margin-right: 8px;
}

/* Desktop: right side, icons only */
@media (min-width: 768px) {
  .sticky-contact {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .contact-btn {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
  }

  .contact-btn .btn-text {
    display: none; /* hide text on desktop */
  }

  .contact-btn i {
    margin: 0;
    font-size: 22px;
  }
}

/* Mobile: bottom full width with text */
@media (max-width: 767px) {
  .sticky-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: space-around;
    padding: 8px;
    background: #fff;
    border-top: 1px solid #ddd;
  }

  .contact-btn {
    flex: 1;
    border-radius: 8px;
    justify-content: center;
  }

  .contact-btn .btn-text {
    display: inline-block; /* show text on mobile */
  }
}


/*CTA Model*/
/* Modal base */
.che-modal { 
  position: fixed; inset: 0; display: none; 
  z-index: 100000; /* above sticky bars/headers */
}
.che-modal.is-open { display: block; }

/* Backdrop */
.che-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}

/* Dialog */
.che-modal__dialog {
  position: relative;
  max-width: 560px; width: calc(100% - 28px);
  margin: 6vh auto;
  background: #fff; color: #202020;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
  padding: 22px;
  transform: translateY(10px) scale(.98);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.che-modal.is-open .che-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.che-modal__title {
  margin: 0 0 10px;
  font-size: 20px; font-weight: 700;
  color: #23bdbc;
}

/* Close btn */
.che-modal__close {
  position: absolute; top: 10px; right: 12px;
  width: 36px; height: 36px; border-radius: 50%;
  border: 0; background: #f1f5f9; color: #121212;
  font-size: 22px; line-height: 1; cursor: pointer;
}
.che-modal__close:hover { background: #e2e8f0; }

/* Make CF7 elements fit nicely inside */
.che-modal .wpcf7 form p { margin-bottom: 12px; }
.che-modal input, .che-modal select, .che-modal textarea {
  width: 100%;
}
@media (max-width: 480px){
  .che-modal__dialog { margin: 10vh auto; padding: 18px; }
}


.cta_btn{background: #23bdbc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;}




/*Skin Services*/
/* ========== Cherian Skin Banner ========== */
.cherian-skin-banner {
  position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/acne_banner.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;
}

.cherian-skin-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 1;
}

.cherian-skin-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cherian-skin-content {
  flex: 1;
  max-width: 55%;
}

.cherian-skin-content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}

.cherian-skin-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.cherian-skin-form {
  flex: 1;
  max-width: 40%;
  background: #fff;
  color: #333;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .cherian-skin-inner {
    flex-direction: column;
    text-align: center;
  }
  .cherian-skin-content,
  .cherian-skin-form {
    max-width: 100%;
  }
}


/**/
.cherian-acne-intro {
  padding: 20px 0;
  background: #fff; /* you can change if needed */
}

.cherian-acne-intro h1 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
  line-height: 1.4;
}

.cherian-acne-intro p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #444;
}


/**/
.cherian-acne-types {
  padding: 50px 0;
  background: #f9fdfd;
}

.cherian-acne-types .section-title {
  font-size: 20px;text-align:center;
  margin-bottom: 0px;margin-top:30px;
  color: #23bdbc;
}

.cherian-acne-types .section-intro {
  text-align:center;
  margin: 0 auto 30px;
  font-size: 14px;
  color: #555;
}

.acne-box {
  background: #fff;
  border: 1px solid #e3f7f7;
  border-radius: 12px;
  padding: 15px;height:300px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(35, 189, 188, 0.08);
}

.acne-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(35, 189, 188, 0.18);
}

.acne-box img {
  margin-bottom: 12px;
  border-radius: 10px;
}

.acne-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #007c7b;
  margin-bottom: 8px;
}

.acne-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}


@media (max-width: 991px) {
  .acne-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .acne-box {
    padding: 20px;
    height: auto;
  }

  .cherian-acne-types .section-title {
    font-size: 18px;
  }

  .acne-box h3 {
    font-size: 15px;
  }

  .acne-box p {
    font-size: 13px;
  }
}


/**/
.cherian-acne-causes h2 {
   font-size: 20px;text-align:center;
  margin-bottom: 0px;margin-top:30px;
  color: #23bdbc;
}

.cherian-acne-causes p {
  font-size: 14px;
  color: #555;text-align:center;
  line-height: 1.6;
}

.cause-item {
  margin-bottom: 25px;
    background: #0e4b4b;
    color: #fff;
    border-radius: 30px;
}

.cause-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.cause-icon img{width:70%;}

.cause-item h5 {
  font-size: 16px;
  font-weight:400;
 color: #fff;
  margin-top: 5px;
	margin-bottom:0;
}

.cause-item p {
  font-size: 14px;
 color: #fff;
  margin: 0;
}


/*Skin treatment tabs*/
.acne-tabs {
  padding: 60px 20px;
  background: #f9f9f9;
}

.acne-tabs h2 {
  font-size: 20px;
  text-align: center;
}

.acne-tabs .section-desc {
  margin: 0 auto 30px;
  font-size: 14px;
  color: #555;
  text-align: center;
}

/* Tabs */
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 25px;
  border: none;
  background: #e6e6e6;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  transition: 0.3s;
}

.tab-btn.active {
  background: #00b7b1;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.tab-btn:hover {
  background: #00b7b1;
  color: #fff;
}

/* Content */
.tab-content {
  max-width: 1000px;
  margin: 0 auto;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-panel.active {
  display: block;
}

/* Grid for treat-boxes */
.treatment-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row on desktop */
  gap: 20px;
}

.treat-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.treat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.treat-box h4 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #00b7b1;
}

.treat-box p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

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

/* Responsive */
@media (max-width: 991px) {
  .treatment-boxes {
    grid-template-columns: repeat(2, 1fr); /* 2 boxes per row on tablets */
  }
}

@media (max-width: 600px) {
  .treatment-boxes {
    grid-template-columns: repeat(2, 1fr); /* 2 boxes per row on mobile */
  }
  
  .treat-box h4 {
    font-size: 16px;
  }
  
  .treat-box p {
    font-size: 13px;
  }
}


/*acne why choose*/
.skin-acne-whychoose {
  padding: 60px 0;
  background: #fff;
}
.skin-acne-whychoose-title {
  text-align: center;
  font-size: 20px;
}

.skin-acne-whychoose-des {
  text-align: center;
  font-size: 14px;
}


.skin-acne-whychoose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.skin-acne-whychoose-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: rgba(255, 255, 255, 0.85); /* ✅ 85% opacity white */
  transition: transform 0.3s ease, background 0.3s ease;
}
.skin-acne-whychoose-box:hover {
  transform: translateY(-8px);
}
.skin-acne-whychoose-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.skin-acne-whychoose-content {
  padding: 15px;
  text-align: center;
}
.skin-acne-whychoose-content h4 {
  font-size: 16px;
  margin-bottom: 0px;
}
.skin-acne-whychoose-content p {
  font-size: 14px;
  color: #555;
}
.skin-acne-whychoose-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 189, 188, 0.9);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  padding: 20px;
  transition: opacity 0.3s ease;
}
.skin-acne-whychoose-box:hover .skin-acne-whychoose-overlay {
  opacity: 1;
}
.skin-acne-whychoose-overlay h4 {
  font-size: 20px;color:#fff;
  margin-bottom: 10px;
}
.skin-acne-whychoose-overlay p {
  font-size: 14px;
}
@media(max-width: 991px) {
  .skin-acne-whychoose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 575px) {
  .skin-acne-whychoose-grid {
    grid-template-columns: 1fr;
  }
}


/**/
/* Transformative Results Section */
.skin-acne-results {
  background: linear-gradient(135deg, #f0f9ff, #e0f7fa);
  padding: 60px 20px;
  border-radius: 16px;
}

.skin-acne-results-top {
  text-align: center;
  margin-bottom: 40px;
}

.skin-acne-results-top h2 {
  font-size: 20px;
  color: #23bdbc;
}

.skin-acne-results-top p {
  color: #444;
  font-size: 14px;
}

.skin-acne-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* desktop: auto columns */
  gap: 25px;
}

/* Card styles */
.skin-acne-results-card {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skin-acne-results-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Icon */
.skin-acne-results-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #00acc1;
}

/* Card heading */
.skin-acne-results-card h3 {
  font-size:16px;
  color:  #23bdbc;
  margin-bottom: 10px;
}

/* Card content */
.skin-acne-results-card p {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

/* Responsive adjustments */

/* Mobile: still 2 cards per row */
@media (max-width: 600px) {
  .skin-acne-results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* smaller gap for mobile */
  }

  .skin-acne-results-card h3 {
    font-size: 14px;
  }

  .skin-acne-results-card p {
    font-size: 12px;
  }
}


/*acne prevent*/
/* Acne Scarring Prevention */
.skin-acne-scarring {
  padding: 70px 20px;
  background: #f9f9f9;
}

.skin-acne-scarring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.skin-acne-scarring h2 {
  font-size: 20px;text-align:center;
  color: #23bdbc;
  margin-bottom: 20px;
}

.skin-acne-scarring-left p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.skin-acne-scarring-list {
  list-style: none;
  padding: 0;
}

.skin-acne-scarring-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.skin-acne-scarring-right img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Responsive (Stack on mobile) */
@media (max-width: 768px) {
  .skin-acne-scarring-grid {
    grid-template-columns: 1fr;
  }

  .skin-acne-scarring-right {
    order: -1; /* Image comes first on mobile */
  }
}



/**/
/* Skincare Routine Section */
.skin-acne-routine {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5ffff, #fdfdfd);
}

.skin-acne-routine h2 {
  font-size: 20px;
  color: #23bdbc;
  text-align: center;
  margin-bottom: 40px;
}

.skin-acne-routine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* desktop: auto-fit */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.skin-acne-routine-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.skin-acne-routine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.skin-acne-routine-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: #23bdbc;
}

.skin-acne-routine-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0a3d62;
}

.skin-acne-routine-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Mobile: 2 cards per row */
@media (max-width: 600px) {
  .skin-acne-routine-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* optional smaller gap on mobile */
  }

  .skin-acne-routine-card h3 {
    font-size: 14px;
  }

  .skin-acne-routine-card p {
    font-size: 12px;
  }
}




/*Skin Anti Aging*/

/* Skin Aging Treatment Grid */
.skin-aging-treatment-section {
  padding: 60px 20px;background:#f2f2f2;
}

.skin-aging-section-title {
  text-align: center;
  font-size: 20px;
  color: #23bdbc;
  margin-bottom: 20px;
}

.skin-aging-section-desc {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.skin-aging-treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.skin-aging-treatment-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skin-aging-treatment-box img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.skin-aging-treatment-content {
  padding: 20px;
}

.skin-aging-treatment-content h3 {
  font-size: 18px;
  color: #23bdbc;
  margin-bottom: 12px;
}

.skin-aging-treatment-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Hover effect */
.skin-aging-treatment-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px) {
  .skin-aging-treatment-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}


/**/
.skin-aging-causes-slider {
  padding: 60px 20px;
  background: #fff;
}

.skin-aging-causes-slider h2 {
  color: #23bdbc;
  font-size: 20px;font-weight:600;
  text-align: center;
  margin-bottom: 40px;
}

.slider-causes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Each box */
.slider-causes .cause-box {
  flex: 1 1 calc(25% - 20px); /* 4 boxes per row minus gap */
  max-width: calc(25% - 20px);
}

.slider-causes .cause-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Icon */
.slider-causes .cause-box .icon {
  font-size: 28px;
  color: #23bdbc;
  margin-bottom: 15px;
}

/* Heading */
.slider-causes .cause-box h3 {
  font-size: 16px;
    color: #23bdbc;
    margin-bottom: 10px;
    font-weight: 400;
}

/* Paragraph */
.slider-causes .cause-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Fix Slick slider track */
.slider-causes.slick-slider .slick-track {
  display: flex !important;
}

.slider-causes.slick-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .slider-causes .cause-box {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
    max-width: calc(50% - 20px);
  }
}

/* Small phones */
@media (max-width: 480px) {
     .slider-causes .cause-box {
        flex: 1 1 47%;
        max-width: 100%;
        margin-bottom: 20px;
        border: solid 1px #279d8a;
        padding: 10px;
        border-radius: 10px;
    }
}
/**/
.anti-aging-consult {
  padding: 60px 20px;background-color: #effbf6;

}

.consult-title {
  text-align: center;
  font-size: 22px;
  color: #23bdbc;
  margin-bottom: 40px;
  font-weight: 700;
}

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

.consult-box {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

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

.consult-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #23bdbc;
}

.consult-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.consult-icon {
  width: 55px;
  height: 55px;
  background: #23bdbc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 15px;
}
.consult-icon img{width:80%;}
/* Responsive */
@media (max-width: 768px) {
  .consult-grid {
    grid-template-columns: 1fr;
  }
}


/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #1c1c1c, #073232);
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.cta-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #23bdbc; /* accent color */
}

.cta-section p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 25px;
}

.cta-section .cta-btn {
  display: inline-block;
  background: #23bdbc;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-section .cta-btn:hover {
  background: #1fa5a5;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}


/*Aging last section*/
/* Why Cherian Clinic Section */
.why-cherian {
  background: #f9fdfd;
	padding:30px 0;
}

.why-cherian h2 {
  color: #23bdbc;
  font-size: 20px;
  font-weight: 600;
text-align:center;
}

.cherian-features {
  list-style: none;
  padding: 0;
}

.cherian-features li {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.cherian-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #23bdbc;
  font-weight: bold;
  font-size: 14px;
}

.why-cherian img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.why-cherian img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .why-cherian h2 {
    font-size: 24px;
  }
  .cherian-features li {
    font-size: 15px;
  }
  .why-cherian .row {
    text-align: center;
  }
  .why-cherian img {
    margin-top: 20px;
  }
}
.cherian-skin-aging-banner {
  position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/anti-aging-banner-scaled.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;
}


.cherian-skin-aging-banner {
  position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/anti-aging-banner-scaled.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;
}


.cherian-skin-peel-banner{
	 position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/chemicalpeel-banner.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;
}

.cherian-skin-laser-banner{ position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/laser-banner.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;}

.cherian-skin-whitening-banner{ position: relative;background: url('https://cherianclinic.com/wp-content/uploads/2025/08/skin-whitening-banner.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;}


.cherian-skin-pig-banner{
	 position: relative;
  background: url('https://cherianclinic.com/wp-content/uploads/2025/08/skin-pigmentation-banner.jpg') center/cover no-repeat;
  padding: 20px 0;
  color: #fff;
}