* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

header .container-fluid {
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

header .header-top {
  background-color: white;

}

header .header-top ul li a {
  color: #7B1126;
}

header .navbar {
  background-color: #fff;
}

header .navbar .navbar-brand img {
  max-width: 390px;
}

header .navbar ul li a {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  position: relative;
  padding-bottom: 6px;
}

header .navbar ul li a:hover {
  color: #2f8989;
}

.offcanvas {
  background-color: #fff;
}

/* underline */
header .navbar ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  /* ⭐ IMPORTANT */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* hover effect */
header .navbar ul li a:hover::after {
  transform: scaleX(1);
}


header .navbar .dropdown-menu a {
  color: black;
  font-size: 14px;
}

header .navbar .dropdown-menu a:hover {
  background-image: linear-gradient(145deg, #2f8989 0%, #7d9a77 97%);
  color: white;
}

header .navbar .dropdown-menu {
  background-image: linear-gradient(90deg, #fffceb 0%, #FFFFFF 100%);
}

header .header-tools {
  padding-right: 15px;
}


/* 
header .header-tools #search-button {
  height: 26px;
  width: 36px;
  color: white;
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding: 0 8px;
  position: relative; */
/* ⭐ IMPORTANT */
/* display: flex;
  align-items: center;
  justify-content: center;
} */






header .navbar .social-icon i {
  color: white;
  font-size: 15px;
  /* font-weight: 600; */
  padding-left: 5px;
  margin: 5px;

}

header .navbar .appointment-btn a {
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

/* slider  */

#implant-slider {
  /*background:#fff6bd4f;*/
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  padding: 60px 0;
}

.slide-content h2 {
  font-size: 90px;
  font-weight: 700;
  color: #0f3939;

  font-style: italic;
}

.slide-content h4 {
  font-size: 28px;
  color: #0f3939;
  margin-bottom: 30px;
}

.features {
  list-style: disc;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.features li {
  font-size: 18px;
  text-align: left;
  font-style: italic;
  color: #0f3939;
  font-weight: 600;
  font-family: 'Rale-way', sans-serif;
}

.features img {
  width: 30px;
}

.slide-img {
  max-width: 100%;
}

.float-text {
  display: inline-block;
  overflow: hidden;
}

.float-text span {
  display: inline-block;
  opacity: 0;
  transform: translate(20px, 30px);
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 40px;
  height: 7px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0f3939;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
}

.carousel-item.active .float-text span {
  animation: floatIn 0.8s ease forwards;
}


.carousel-item.active .float-text span:nth-child(1) {
  animation-delay: 0.05s;
}

.carousel-item.owl-item.active .float-text span:nth-child(2) {
  animation-delay: 0.10s;
}

.carousel-item.active .float-text span:nth-child(3) {
  animation-delay: 0.15s;
}

.carousel-item.active .float-text span:nth-child(4) {
  animation-delay: 0.20s;
}

.carousel-item.active .float-text span:nth-child(5) {
  animation-delay: 0.25s;
}

.carousel-item.active .float-text span:nth-child(6) {
  animation-delay: 0.30s;
}

.carousel-item.active .float-text span:nth-child(7) {
  animation-delay: 0.35s;
}

.carousel-item.active .float-text span:nth-child(8) {
  animation-delay: 0.40s;
}



/* letter fly  */

.letter-fly span {
  display: inline-block;
  opacity: 0;
  transform: translate(20px, 30px);
}

.carousel-item.active .letter-fly span {
  animation: floatIn 0.8s ease forwards;
}

.carousel-item.active .letter-fly span:nth-child(1) {
  animation-delay: 0.05s;
}

.carousel-item.owl-item.active .letter-fly span:nth-child(2) {
  animation-delay: 0.10s;
}

.carousel-item.active .letter-fly span:nth-child(3) {
  animation-delay: 0.15s;
}

.carousel-item.active .letter-fly span:nth-child(4) {
  animation-delay: 0.20s;
}

.carousel-item.active .letter-fly span:nth-child(5) {
  animation-delay: 0.25s;
}

.carousel-item.active .letter-fly span:nth-child(6) {
  animation-delay: 0.30s;
}

.carousel-item.active .letter-fly t span:nth-child(7) {
  animation-delay: 0.35s;
}

.carousel-item.active .letter-fly span:nth-child(8) {
  animation-delay: 0.40s;
}

/* letter fly end  */


@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translate(20px, 30px);
  }

  60% {
    opacity: 1;
    transform: translate(-5px, -5px);

  }

  100% {
    opacity: 1;
    transform: translate(0, 0);

  }
}


#implant-slider .btn {
  /*background:#0f3939;*/
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%);
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  font-size: 20px;
}


#box {
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  ;
}

#box .box-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 29px 16px;
    height: 100%;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#box .box-item img {
  width: 58px;
  flex-shrink: 0;
}

#box .box-item h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0f3939;
}



/* .hero {
 background-image: linear-gradient(90deg,#FFF2DD 0%, #FFFFFF 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
} */

.hero {
  background-image: linear-gradient(90deg, #fffceb 0%, #fffef7 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero .container,
.hero-content,
.hero-image {
  position: relative;
  z-index: 2;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgb(47 137 137 / 21%);
  ;
  z-index: 0;
  /* 👈 background me */
}

.hero::before {
  width: 280px;
  height: 280px;
  top: 20%;
  left: 45%;
}

.hero::after {
  width: 420px;
  height: 420px;
  bottom: -100px;
  right: -100px;
}

.hero .container {
  padding: 0 20px;
}


.hero-content h5 {
  font-size: 46px;
  font-style: italic;
  color: #000000;
  margin-bottom: 10px;
}

.hero-content h2 {
  font-size: 60px;
  line-height: 1.1;
  color: #2f8989;
  font-style: italic;
}

.hero-content h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  color: #006363;
  margin-bottom: 25px;
  font-style: italic;
}

.hero-content p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: "Montserrat", Sans-serif;
  justify-content: center;
  font-style: italic;
}



.hero-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}


#choose {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-image: linear-gradient(90deg, #fffceb 0%, #fffef7 100%);
}

/* ===== BACKGROUND DESIGN IMAGE ===== */
.choose-bg {
  position: absolute;
  right: -200px;
  top: 0;
  width: 60%;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

/* RIGHT SIDE SHAPE */
.right-bg {
  top: 102px;
  right: 22px;
  width: 34%;
}

/* LEFT SIDE SHAPE (optional) */
/* .left-bg {
  bottom: -80px;
  left: -200px;
  width: 50%;
} */

/* ===== CONTENT ABOVE IMAGE ===== */
#choose .container {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}

/* ===== HEADING ===== */
#choose h2 {
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  color: #0f3939;
  margin-bottom: 60px;
}

/* ICON SIZE */
#choose .content img,
#choose .content2 img {
  width: 63px;
}

/* LIGHT CARD */
#choose .content {
  padding: 22px;
  margin: 12px;
  background-image: linear-gradient(-90deg, #f1eabd 0%, #FFFFFF 97%);
  display: flex;
  align-items: center;
}

/* DARK CARD */
#choose .content2 {
  padding: 22px;
  margin: 12px;
  background-image: linear-gradient(145deg, #2d8787a6 0%, #2d8787 97%);
  display: flex;
  align-items: center;
}

/* TEXT */
#choose .content a {
  font-size: 25px;
  margin-left: 22px;
  font-weight: 500;
  color: #2d8787;
}

#choose .content2 a {
  font-size: 25px;
  margin-left: 22px;
  font-weight: 500;
  color: #FFF2DD;
}

#treatment {
  padding: 25px 0;
  /* padding-bottom: 25px; */
  background-color: #0f3939;
}

/* marquee wrapper */
.treatment-marquee {
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

/* moving text */
.marquee-track {
  white-space: nowrap;
  gap: 60px;
  animation: marquee-up 10s linear infinite;
}

/* text style */
.marquee-track span {
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  opacity: 0.9;
}

/* animation */
@keyframes marquee-up {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


#cards {
  padding: 100px 0 0px;
  ;
  position: relative;
  background-color: #0f3939;
  /* overflow: hidden; */
  overflow: visible;
}

#cards .container {
  position: relative;
  z-index: 10;
  /* content image ke upar */
}


/*.bg-image {*/
/*        position: absolute;*/
/*    bottom: 96px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100%;*/
/*    height: 595px;*/
/*    background-image: url('../images/background-balram2.png');*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center top;*/
/*  z-index: 5;*/
/*  pointer-events: none;*/
/*}*/


/*#cards .cards-2 {*/
/*  padding: 130px 0px 0px 0px;*/
/*}*/

#cards .card1 .image img {
  margin: -120px 0px 0px 0px;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  object-fit: cover;
}

#cards .image img {
  width: 58%;
}

#cards .col-md-3 {
  padding: 20px 20px 20px 20px;

}

#cards .card1 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #2e898a 0%, #679c7e 76%);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 100px;
}

#cards .card1 .inr {
  padding: 20px 0;
}

#cards .card1 .inr h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  color: #fffef8;
  text-align: center;
  margin-bottom: 30px;
}

#cards .card1 .inr a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(316deg, #0f3939 40%, #3a8d88 90%) !important;
  color: #fff !important;
  padding: 6px 35px;
}


#cards .card2 {
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 100px;
}

#cards .card2 .inr h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  /* fill: #C9AF90; */
  color: #0f3939;
  text-align: center;
  margin-bottom: 30px;
}

#cards .card2 .inr {
  padding: 20px 0;
}

#cards .card2 .inr a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(316deg, #0f3939 40%, #3a8d88 90%) !important;
  color: #fff !important;
  padding: 6px 35px;
}

#cards .card2 .image img {
  margin: -120px 0px 0px 0px;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  object-fit: cover;
}

#founder {
  padding: 70px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%)
    /*background-position: center center;*/
    /*background-repeat: repeat-x;*/
    /*background-size: 74% auto;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /* padding-top: 300px; */
    /*background-image:  url('../images/background-balram2.png');*/
}


#founder .para {
  width: 50%;
}


#founder .para p {
  text-align: start;
  font-family: "Raleway", Sans-serif;
  font-size: 80px;
  font-weight: 500;
  font-style: italic;
  line-height: 80px;
  color: #0f3939;
  width:200px;
}

#founder .founder1 .content h2 {
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 27px;
  font-weight: 600;
  font-style: italic;
  line-height: 47px;
  color: #0f3939;
  margin-bottom: 25px;
}

#founder .founder2 {
  margin-top: -200px;
  align-items: center;
  text-align: center;
}

#founder .founder2 .content h2 {
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 27px;
  font-weight: 800;
  font-style: italic;
  line-height: 47px;
  color: #7B1126;
  margin-bottom: 25px;
}

#founder .founder2 .content h5 {
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1px;
  color: #7B1126;
}

#founder .founder1 .content h5 {
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1px;
  color: #0f3939;
}

#founder .founder1 {
  width: 400px;
}

#founder .founder2 .image img {
  width: 82%;
}


#founder .founder-says {
  padding-top: 60px;
}

#founder .founder-says .heading h2 {

  font-family: "Raleway", Sans-serif;
  font-size: 41px;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
  color: #0f3939;
  margin-bottom: 30px;
}

#founder .founder-says .para2 p {
  font-weight: 600;
  font-style: italic !important;
  /* text-align: start; */
  text-align: justify;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 2.00;
}

#founder .founder-says .para2 .p-3 {
  font-weight: 600;
  font-style: italic !important;
  text-align: start;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 2.00;
  text-align: right;
}

#rating {
  padding: 10px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  ;
}

#rating h2 {
  color: #0f3939;
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 59px;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
  padding-bottom: 30px;
}

#rating .stat-card {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}

#rating .stat-card .stat-icon {
  width: 56px;
  height: 40px;
  margin: 0 auto 0px;
}

#rating .stat-card .stat-icon svg {
  width: 100%;
  height: 100%;
  fill: #0f3939;
  stroke: #0f3939;
}

#rating .stat-card .counter-number {
  font-size: 50px;
  font-weight: bold;
  color: #0f3939;
  margin: 10px 0 5px;
  font-family: 'Georgia', serif;
}

#rating .stat-card .stat-label {
  color: #0f3939 font-weight: 600;
  margin-top: 5px;
  font-size: 21px;
  line-height: 37px;
}

#rating .stat-card .rating-star {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

#rating .col-lg-2:nth-child(2) .stat-card,
#rating .col-lg-2:nth-child(4) .stat-card,
#rating .col-lg-2:nth-child(6) .stat-card {
  margin-top: 90px;
}

/* ======================================================== */
/* insta css start  */
#socialize {
  padding: 40px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#socialize h2 {
  color: #0f3939;
  text-align: center;
  font-family: "Raleway", Sans-serif;
  font-size: 59px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 40px;
}

#socialize img {
  width: 100%;
  border-radius: 10px;
}

#socialize #loadMore {
  background-color: #333333;
  color: #fff;
  padding: 7px 18px;
  margin-top: 20px;
}

#socialize #loadMore:hover {
  background-color: #0f3939;
  color: #fff;
}

#socialize #view-insta {
  background-color: #0f3939;
  color: #fff;
  padding: 7px 18px;
  margin-top: 20px;
}

#socialize #view-insta a {
  color: #fff;
}


.more-row {
  display: none;
}


/* insta css end  */
/* ======================================================== */

/* Services  */

#services {
  padding: 20px 0;
  background-image: linear-gradient(90deg, #FFF2DD 0%, #FFFFFF 100%);

}

.wave-wrapper {
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.wave-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}



#vows-section {
  position: relative;
  background: #0f3939;
  color: #fff2dd;
  padding: 180px 0 200px;
  overflow: hidden;
}

/* BACKGROUND LOGO */
/*#vows-section::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background-image: url("https://mydentaa.com/wp-content/uploads/2025/05/My-Denta_FINALLOGO-04.svg");*/
/*  background-repeat: repeat-x;*/
/*  background-position: center;*/
/*  background-size: 74% auto;*/
/*  opacity: 0.15;*/
/*  z-index: 1;*/
/*  pointer-events: none;*/
/*}*/

/* WAVES */
#vows-section .wave {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  bottom: -1px;
}

#vows-section .wave path {
  fill: #f1efde;
}

#vows-section .wave-top {
  top: 0;
}

.wave-bottom {
  bottom: 0;
}

/* CONTENT */
#vows-section .vows-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 5;
}

#vows-section .vows-title {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  color: #FFF2DD;
  font-family: "Raleway", Sans-serif;
  margin-bottom: 30px;
}

#vows-section .vows-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

#vows-section .vows-grid .vow h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Raleway", Sans-serif;
  margin-bottom: 15px;
  font-style: italic;
}

#vows-section .vows-grid .vow p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
  font-family: "Raleway", Sans-serif;
  font-style: italic;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .vows-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vows-title {
    font-size: 34px;
  }

  .vows-grid {
    grid-template-columns: 1fr;
  }
}


/* testimonial */
#testimonial {
  padding: 160px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

#testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background-image: url("../images/background.webp");*/
  background-image: url(../images/background-balram2.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 84% auto;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

#testimonial .container {
  z-index: 5;
}

#testimonial .heading {
  width: 100%;
}

#testimonial .heading h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Raleway", Sans-serif;
  font-style: italic;
  line-height: 1.8;
  color: #0f3939;
}

#testimonial .row {
  row-gap: 20px;
}

#testimonial .testimonialslider .owl-item {
  border-color: #C9AF90 !important;
  border-left: 1px solid !important;
  border-right: 1px solid !important;
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
  background-image: linear-gradient(316deg, #0f3939 40%, #143131e0 90%) !important;
  border-radius: 30px !important;
  padding: 20px !important;
  height: 235px;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 #f1f1f1;
  display: flex;
  flex-direction: column;

}


#testimonial .owl-item h5 {
  color: #ffffff;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

#testimonial .owl-item h6 {
  color: #ffffff;
  margin: 0;
  font-size: 10px;
  /* font-weight: 600; */
}

#testimonial .owl-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  color: white;
  font-weight: 500;
}


#testimonial .iner ul li {
  font-size: 25px;
  color: #f6bb06;
}

#testimonial .iner h4 {
  margin-top: 10px;
}


#testimonial .testimonialslider .star li {
  color: #f6bb06;
  font-size: 16px;
}


#testimonial .testimonialslider .profile {
  margin-bottom: 8px;
}

#testimonial .testimonialslider .profile li:first-child p {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #818482;
  color: #fff;
  margin: 0;
}

#testimonial .testimonialslider .profile li span {
  font-size: 14px;
}

#testimonial .owl-theme .owl-dots .owl-dot.active span,
#testimonial .owl-theme .owl-dots .owl-dot:hover span {
  display: none;
}

#location {
  padding: 100px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

/*#location::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background-image: url(../images/background-balram2.png);*/
/*  background-repeat: repeat-x;*/
/*  background-position: right;*/
/*  background-size: 84% auto;*/
/*  opacity: 0.1;*/
/*  z-index: 1;*/
/*  pointer-events: none;*/
/*}*/

#location .content {
  /* margin-top: 20px; */
  text-align: end;
}

#location .content h3 {
  font-family: "Raleway", Sans-serif;
  font-size: 51px;
  font-weight: 700;
  text-transform: none;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
}

#location .content h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: none;
  font-style: oblique;
  color: #0a5554;
  margin-bottom: 20px;
}

#location .content h4 {
  font-family: "Raleway", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  color: #303030;
  margin-bottom: 25px;
}

#location .content a {
  background-color: transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.5px;
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 50px 10px 30px;
  color: white;
}

#location .map iframe {
  width: 100%;
  height: 450px;
}

#newsletter {
  padding: 30px 0;
}

#newsletter .row {
  align-items: center;
}

#newsletter .content {
  margin-left: 60px;
}

#newsletter .content h3 {
  font-family: "Raleway", Sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-transform: none;
  font-style: italic;
  line-height: 47px;
  color: #0a5554;
}

#newsletter .content h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 57px;
  font-weight: 800;
  text-transform: none;
  font-style: italic;
  line-height: 81px;
  color: #0a5554;
}

#newsletter .content h4 {
  font-family: "Raleway", Sans-serif;
  font-size: 34px;
  font-weight: 800;
  text-transform: none;
  font-style: italic;
  line-height: 47px;
  color: #0a5554;

}

/* quote  */

#quote {
  padding: 30px 0;
}

#quote h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 97px;
  font-weight: 800;
  text-transform: none;
  font-style: italic;
  line-height: 81px;
  color: #0a5554;
  margin-bottom: 25px;
}

#quote h3 {
  font-family: "Dancing Script", cursive;
  font-size: 57px;
  /* font-weight: 800; */
  text-transform: none;
  font-style: italic;
  line-height: 81px;
  color: #0a5554;
  margin-bottom: 20px;
}

#quote h4 {
  font-family: "Raleway", Sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 81px;
  color: #0a5554;
  margin-bottom: 25px;
}

#image-bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#image-bg img {
  width: 80%;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 0;
  left: 15px;
  z-index: 102;
}

/* .top {
  width: 45px;
  position: fixed;
  top: 87%;
  right: 15px;

  z-index: 102;
} */
/* 
.top img {
  width: 60%;
} 

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #ffc107;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
#scrollTopBtn:hover {
  background: #ffb300;
  transform: translateY(-5px);
} */
.top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

#scrollTopBtn {
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  transform: translateY(-6px) scale(1.05);
}

/* 
.top a i{
  color: white;
  background-color: #8a1d33;
  border-radius: 50%;
  padding: 20px ;
} */

.footer-bottom {
  padding: 10px;
  background: linear-gradient(180deg, #1F6F6B, #2F8F8B);
  text-align: center;
}

.footer-bottom .imgs img {
  width: 13%;
}

#footer {
  /*background-color: #7B1126;*/
  background: linear-gradient(180deg, #1F6F6B, #2F8F8B);
}

#footer .content {
  align-items: center;
  text-align: center;
}

#footer .content .logo img {
  width: 37%;
  margin-top: -85px;
  /* text-align: center; */
  /* margin-top: -110px; */
}

#footer .footer-inr {
  text-align: center;
}

#footer .footer-inr h4 {
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;

}

#footer .footer-inr ul li {
  list-style: none;
  margin: 15px 0;
}

#footer .footer-inr ul li a {
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
  color: #fff;
  padding: 20px 0;
}

#footer .services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

#footer .services-list li {
  position: relative;
  padding-right: 12px;
}

#footer .services-list li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
}

#footer .services-list li:last-child::after {
  display: none;
}

#footer .services-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s ease;
}

#footer .services-list a:hover {
  color: #ffd6df;
}

#footer .map iframe {
  width: 100%;
  height: 250px;
}

#footer .row {
  row-gap: 20px;
}

/* ABOUT section  */

#about {
  padding: 20px 0;
  /* background-color: transparent; */

  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%)
}

#about .heading {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 135px;
  font-weight: 700;
  padding: 43px;
  line-height: 1.1;

}

#about .content h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: none;
  font-style: italic;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  margin-bottom: 30px;
}

#about .content p {
  text-align: justify;
  font-size: 17px;
  color: #0f5d5c;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

#vision {
  padding: 40px 0;
  /* background-color: transparent; */
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#vision .heading h2{
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  color: #303030;
  margin-bottom: 40px;
}

#vision .content-para p {
  margin-bottom: 30px;
  font-weight: 500;
  font-style: italic !important;
  text-align: justify;
  line-height: 2;
  font-size: 17px;
  color: #0f5d5c;
}

#empathy {
  padding: 40px 0;
  /* background-color: transparent; */
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#empathy .video-section {
  text-align: center;
  width:100%;
}

#empathy .content {
  margin-left: -40px;
}

#empathy video{
    width:72% !important;
}

#empathy .content h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: none;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  margin-bottom: 40px;
  line-height: 1.1;
}

#empathy .content p {
  margin-bottom: 30px;
  color: #0f5d5c;
  font-weight: 500;
  font-style: italic !important;
  text-align: justify;
  line-height: 2;

}

#journey {
  padding: 60px 0;
  /* background-color: transparent; */
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#journey .heading {
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  margin-bottom: 40px;
  text-align: center;
}

#journey .content-para {
  margin: 0 86px;
}

#journey .content-para p {
  margin-bottom: 30px;
  color: #0f5d5c;
  font-weight: 500;
  font-style: italic !important;
  text-align: center;
  line-height: 2;
}

#member {
  padding: 60px 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}


#member::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgb(11 167 165 / 8%);
  border-radius: 50%;
  right: 364px;
  top: 54%;
  transform: translateY(-50%);
  z-index: 1;
}


#member .container {
  position: relative;
  z-index: 2;
}

#member .image {
  text-align: end;
}

#member .image img {
  width: 74%;
  height: 499px;
  object-fit: cover;
  object-position: center center;
}

#member .dr-image {
  text-align: end;
}

#member .content h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

#member .content {
  margin: 0 86px;
}

#member .content p {
  margin-bottom: 30px;
  color: #0f5d5c;
  font-weight: 500;
  font-style: italic !important;
  text-align: justify;
  line-height: 2;
}

#member .btn {
  padding: 0 40px;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  border-radius: 12px;
}

#member .btn h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  color: #fff2dd;
}

#member .btn h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  color: #fff2dd;
}


#quality {
  padding: 60px 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  position: relative;
}

#quality .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#quality .quality-policy {
  padding: 47px 15px;
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  border-radius: 22px;
  text-align: center;
  width: 820px;
  z-index: 2;
}

#quality .quality-policy h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: none;
  color: #fff2dd;
  margin-bottom: 20px;
}

#quality .icon img {
  height: 50px;
  margin-bottom: 20px;
}


#quality .quality-policy .para p {
  font-size: 17px;
  color: #fff2dd;
  margin-bottom: 20px;
  font-weight: 500;
}









/* ///////////////////////  */

#mission {
  padding: 80px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  background-color: transparent;
}

#mission .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -200px;
}

#mission .mission-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background-image: linear-gradient(180deg, #ffffff 0%, #fffcec 100%);
  border-radius: 28px;
  padding: 70px 60px;
  position: relative;
}

#mission .mission-box {
  text-align: center;
  max-width: 420px;
}

#mission .mission-box h2 {
  font-size: 46px;
  font-weight: 700;
  color: #0a5554;
  margin-bottom: 20px;
}

#mission .mission-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #0a5554;
  font-weight: 500;
}

#mission .icon img {
  height: 45px;
  margin-bottom: 18px;
}

/* Vertical Divider */
#mission .divider {
  width: 1px;
  height: 450px;
  margin-top: 30px;
  background: #0a5554;
}

#vows-heading {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  text-align: center;

}

#vows-heading h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  font-size: 50px;
  font-weight: 700;
}

/* contact section  */

#contact {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  text-align: center;
}

#contact h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 135px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}

#contact .para {
  margin: 0 206px;
}

#contact .para p {
  font-size: 17px;
  line-height: 1.7;
  color: #105e5d;
  font-weight: 500;
  font-style: italic;
}

#form {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#form .btn {
  background-color: transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.5px;
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 50px 10px 30px;
  color: white;
}

#form label {
  font-size: 15px;
  color: #105e5d;
  font-weight: 700;
}

#form textarea {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-color: transparent !important;
  font-size: 20px !important;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  font-weight: 600;
  color: #ffffff !important;
}

#form input {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-color: transparent !important;
  font-size: 20px !important;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  font-weight: 600;
  color: #ffffff !important;
}

#faq {
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);

}

#faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/background.webp");
  background-repeat: repeat-x;
  background-position: top;
  background-size: 90% auto;
  opacity: 0.1;
  ;
  z-index: 1;
  pointer-events: none;
}

#faq .image img {
  width: 62%;
  height: 550px;
  object-fit: cover;
  object-position: top center;
}

#faq h2 {
  background-image: linear-gradient(316deg, #A1304F 40%, #7B1126 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.1;
  margin-bottom: 80px;
}

#faq .faq-list {
  max-width: 900px;
  margin: auto;
}

#faq .faq-list .faq-item {

  margin-bottom: 5px;
  border-radius: 4px;
  overflow: hidden;
}

#faq .faq-list .faq-item .faq-question {
  display: flex;
  background: #8b1d3a;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
}

#faq .faq-list .faq-item .faq-question span {
  color: #fff2dd;
  font-size: 17px;
  font-weight: 600;
}

#faq .faq-list .faq-item .faq-question .icon {
  font-size: 22px;
  font-weight: 700;
  color: #fff2dd;
}

#faq .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: transparent;
  transition: max-height 0.4s ease;
}

#faq .faq-list .faq-item .faq-answer p {
  padding: 18px 22px;
  color: #8b1d3a;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}

/* gallery */

/* #gallery {
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
  padding: 40px 0;
}

#gallery .gallery-header h2 {
  background-image: linear-gradient(316deg, #A1304F 40%, #7B1126 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 135px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}

#gallery .gallery-header {
  margin-bottom: 57px;
}

#gallery .gallery-header .lead {

  font-size: 17px;
  line-height: 1.7;
  color: #7b1126;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 80px;
}

#gallery .gallery-container {
  margin-bottom: 100px;
}

#gallery .gallery-container a {
  width: 324px;
  margin: 5px;
}

#gallery .gallery-container a img {
  max-width: 100%;
  height: auto;
} */

#gallery {
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  padding: 40px 0 80px;
}

/* HEADER */
#gallery .gallery-header h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text;
  color: transparent;
  font-style: italic;
  text-align: center;
  font-size: 135px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.1;
}

#gallery .gallery-header .lead {
  font-size: 17px;
  line-height: 1.7;
  color: #105e5d;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 60px;
}

/* TABS */
#gallery .gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

#gallery .gallery-tabs .tab-btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #105e5d;
  padding-bottom: 8px;
  cursor: pointer;
  position: relative;
}

#gallery .gallery-tabs .tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #105e5d;
  transition: 0.3s ease;
}

#gallery .gallery-tabs .tab-btn.active::after {
  width: 100%;
}

/* GALLERY CONTAINER */
#gallery .gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 80px;
}

/* TAB VISIBILITY */
#gallery .tab-content {
  display: none;
}

#gallery .tab-content.active {
  display: flex;
}

/* IMAGES */
#gallery .gallery-container a {
  width: 324px;

  position: relative;
  overflow: hidden;
}

#gallery .gallery-container a img {
  width: 100%;
  height: auto;
  display: block;
}

#gallery .gallery-container iframe {
  height: 220px;
}

/* services section  */

#service-hero {
  color: #621818;
  padding: 80px 0;
  text-align: center;
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
}

#service-hero h2 {
  background-image: linear-gradient(316deg, #A1304F 40%, #7B1126 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 120px;
  font-weight: 700;
  padding: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
}

#service-hero p {
  font-size: 17px;
  line-height: 1.7;
  color: #7b1126;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}

/* SERVICE CARDS */

#service-container {
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
  padding: 20px 0;
}

#service-container .service-card {
  background: #7b1126;
  color: #fff2dd;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

#service-container .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}


#service-container .service-card .service-icon {
  width: 70px;
  height: 70px;
  background: #eaf3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

#service-container .service-card .service-icon img {
  width: 60px;
}

#service-container .service-car .service-icon img {
  width: 40px;
}


/* WHY CHOOSE */
#why-choose {
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
  padding: 70px 0;
}

#why-choose h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  background-image: linear-gradient(316deg, #A1304F 40%, #7B1126 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  margin-bottom: 30px;
  text-align: center;
}

#why-choose p {
  font-size: 17px;
  line-height: 1.7;
  color: #7b1126;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

#why-choose .why-box {
  /* background: #fff2dd; */
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
  border-radius: 18px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

#why-choose .why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

#why-choose .why-box h5 {
  /* margin: 0; */
  font-size: 22px;
  font-weight: 600;
  color: #8b1e38;
}

#why-choose .why-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #7b1126;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

#why-choose .why-box .why-icon {
  width: 55px;
  height: 55px;
  background: #7b1126;
  color: #fff2dd;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 15px;
}

#why-choose .why-box .why-icon img {
  width: 40px;
}

/* CTA */

#appointment-section {
  background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%);
  padding: 70px 0;
}

#appointment-section .cta {
  background-image: linear-gradient(316deg, #A1304F 40%, #7B1126 90%) !important;
  color: #fff2dd;
  padding: 60px 0;
  text-align: center;
  border-radius: 30px;
}

#appointment-section .cta .btn {
  background: #fff2dd;
  color: #7B1126;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
}

/* modal */
.modal-content {
  background: #fffcec;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  color: #0a5554;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.modal textarea {
  background-image: linear-gradient(145deg, #2f8989 0%, #c8e3df 84%) !important;
  background-color: transparent !important;
  font-size: 20px !important;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  font-weight: 600;
  color: #000000 !important;
}

.modal input {
  background-image: linear-gradient(145deg, #2f8989 0%, #c8e3df 84%) !important;
  background-color: transparent !important;
  font-size: 20px !important;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  font-weight: 600;
  color: #000000 !important;
}

.modal .btn {
  background-color: transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.5px;
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 50px 10px 30px;
  color: white;
}



#form .contact-box {
  /* background-image: linear-gradient(-270deg, #fff2dd 0%, #ffffff 100%); */
  background-image: linear-gradient(180deg, #ffffff 0%, #fffceb 100%);
  padding: 35px;
  max-width: 530px;
  height: 384px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

}


#form .contact-box h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #105e5d;
  position: relative;
}

#form .contact-box h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #105e5d;
  display: block;
  margin-top: 6px;
  border-radius: 5px;
}

#form .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  align-items: flex-start;
}

#form .info-item i {
  font-size: 18px;
  color: #105e5d;
  min-width: 22px;
  margin-top: 3px;
}

#form .info-item p {
  margin: 0;
  color: #105e5d;
  font-size: 15px;
  line-height: 1.6;
}


#fixed-dentures {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);

}

#fixed-dentures h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 90px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0px;
  color: #105e5d;
  /* text-align: center; */
}

#fixed-dentures .image img {
  width: 100%;
  /*height: 355px;*/
  object-fit: cover;
  object-position: center center;
  text-align: end;
}

/* #fixed-dentures .image{

    text-align: end;
} */

#dentix {
  padding: 20px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#dentix h2 {
  font-family: "Raleway", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0px;
  color: #105e5d;
  margin-bottom: 30px;
}

#dentix .para p {
  font-weight: 500;
  font-style: italic !important;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0px;
  color: #105e5d;
  text-align: justify;
  margin-bottom: 30px;
}

#dentix .btn {
  background-color: transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.5px;
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%) border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 50px 10px 30px;
  color: white;
}

#image {
  padding: 60px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#image img {
  width: 100%;
  max-width: 100%;
  height: 368px;
  object-fit: cover;
  object-position: center center;
}

/* blog */

#blog {
  padding: 40px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#blog h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  font-style: italic !important;
  text-align: center;
  font-size: 135px;
  font-weight: 700;
  padding:15px;
  line-height: 1.1;
}


#blog-section {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
}

#blog-section .blog-card {
  padding: 20px;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 20px;
}


#blog-section .blog-card .blog-image {
  position: relative;
  overflow: hidden;
}

#blog-section .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Overlay – default hidden */
#blog-section .blog-card .blog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgb(33 121 120) 100%);
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
}

/* Plus icon */
#blog-section .blog-card .plus-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.4s ease;
  z-index: 2;
}

/* HOVER EFFECT */
#blog-section .blog-card:hover .blog-image::after {
  opacity: 1;
}

#blog-section .blog-card:hover .plus-icon {
  opacity: 1;
  transform: scale(1.5);
}

#blog-section .blog-content {
  text-align: center;
  padding: 40px;
}

#blog-section .blog-content .meta {
  font-size: 11px;
  color: #A7A7A7;
  margin-bottom: 20px;
}

#blog-section .blog-content .title {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  background-clip: text !important;
  color: transparent !important;
  text-transform: none !important;
  font-family: raleway !important;
  font-style: italic !important;
  font-weight: 800;
  line-height: 1;
  font-size: 36px;
}

#blog-section .blog-content .desc {
  font-size: 15px;
  color: rgba(85, 85, 85, 1);
  margin-top: 20px;
}


/* blog-deatil1 */
#blog1-heading {
  position: relative;
  width: 100%;
  height: 380px;
  background: url("../images/logo.jpeg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* light pink overlay */
#blog1-heading .nabh-overlay {
  position: absolute;
  inset: 0;
  background: rgb(68 148 146 / 93%);
  z-index: 1;
}

/* text content */
#blog1-heading .nabh-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

#blog1-heading .nabh-text span {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.7);
}

#blog1-heading .nabh-text h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
}

#blog-1detail {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #fffceb 0%, #fff 100%);
  ;
}

/* #blog-1detail .image{
      max-width: 440px;
    height: auto;
    
} */

#blog-1detail .image {
  text-align: center;
}

#blog-1detail .image img {
  max-width: 440px;
  /* size control */
  width: 100%;
}

#blog-1detail .content h2 {
  background-image: linear-gradient(316deg, #2c8988 40%, #0a5554 90%) !important;
  font-style: italic;
  background-clip: text !important;
  color: transparent !important;
  text-transform: none;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  margin-top: 40px;
  font-family: Raleway, sans-serif;
  text-align: center;
}

#blog-1detail .content p {
  padding: 12px;
  font-weight: 500;
  font-style: italic !important;
  font-size: 15px;
  color: rgba(85, 85, 85, 1);
  line-height: 1.7;
  text-align: center;
}

#dentix a {
  background-color: transparent;
  font-family: "Raleway", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  line-height: 34px;
  letter-spacing: 0.5px;
  background-image: linear-gradient(90deg, #2c8988 96%, #0a5554 30%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 50px 10px 30px;
  color: white
}

.carousel-indicators {
  top: 410px !important;
}

.slide-content .slide2{
    font-size: 45px !important;
}
    
    .slide-content .slideh4{
    font-size: 70px !important;
    }
    