* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", sans-serif;
}

img {
  max-width: 100%;
}

h2 {
     background: linear-gradient(180deg, #be7e59 0%, #bd7e5b 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* header-top css start */

.container-fluid {
  width: 93%;
}

/* header-top css start */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out; /* Add transition for smooth hide/show */
}

.container-fluid {
  width: 93%;
}
.top-header {
  background-color:#be7e59;
  padding: 10px 0;
}
.top-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-links a {
  color: white;
  font-size: 13px;
}
.liveclass-btn button {
  background-color:  #bb7f5f;
 border-radius: 6px;
    padding: 10px 30px;
  margin: 15px 0 0 120px;
  color: rgb(255, 255, 255);
  font-size:15px;
  font-weight: 700;
  border: none;

}

.contact-links a i {
  /* color: white; */
  font-size: 19px;
  /* margin-right: 5px;
  position: relative;
  top: 3px; */
}

/* .contact-links a {
  position: relative;
  margin-right: 39px;
} */
/* .contact-links .whats-i::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43.45px;
  background-color: #ffffff;
  left: -20px;
  top: -17px;
} */

.main-header {
  background-color: #ffffff;
}

.offcanvas-body .nav-item {
  position: relative;
  display: inline-block;
  padding: 14px 10px 0px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.offcanvas {
  align-items: center;
}

.nav-item {
  position: relative;
  /* overflow: hidden;  <-- isko hata do */
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: transform 0.3s ease;
}

.nav-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-item a {
  color: #000000;
}

.nav-item a:hover {
  color: #000000;
}

.nav-item li a {
  color: #000;
}

.main-header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.nav-item {
  position: relative;
}

.main-header .navbar img{
  max-height: 80px !important;
    width: auto;
}


@media (max-width: 992px) {
  .top-header {
    display: none;
  }
  .main-header .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 0px;
    padding-left: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0px;
    color: #000000;
    text-transform: uppercase;
  }
  .offcanvas {
    align-items: start;
  }
}

/* header-top css end  */

/* --------------------------------------------------------------------------- */

/* =============================================================== */
/* =============================================================== */

#banner {
     background-image: url("../images/main-banner.jpg");  
    background-repeat: no-repeat; 
    background-size: cover;
	margin-top: 0px;
    background-color: #fff;
    background-size: 100%;
    width: 100%;
    height: 595px;
    padding: 10px 10px 10px;
    display: flex;
 
}



/* Flex to push form right */
#banner-flex {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  margin-top: 40px;
}

/* Form container */
.form-right {
  width:30%;
  /* background: rgba(255, 255, 255, 0.95); */
  padding:25px;
  border-radius: 12px;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
}

/* Form layout */
.form-right form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* margin-left: 50px; */
}

.form-right input {
  width: 48%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f7f8fc;
  font-size: 15px;
}

.form-right input.full-width {
  width: 100%;
}

.form-right button {
  width: 100%;
  padding: 15px;
  background: #bb7f5f;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Hover */
.form-right button:hover {
  background: #bb7f5f;
}



/* form-cont css start  */

/* =========================================================== */

.doc-details p {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
  text-align: justify;
}

/* ======================================================= */
.card {
  height: 550px;
      background: #fbf8f5;
}
.card .text {
     text-align: center;
    padding: 0 15px;
}
/* 
.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(207 98 101 / 90%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.card:hover .overlay {
  opacity: 1;
}

.overlay h4 {
  margin: 0 0 30px 0;
  font-size: 17px;
}

.overlay a {
  padding: 8px 16px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
}

.overlay h5 {
  background-color: #3e4562;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
} */


.why-us{
  background-color:#fbf8f5;
}



/* ================================================================================= */

/* after-before css start  */


.container-boxs {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  user-select: none;
}

.container-boxs img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.img-before {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: white;
  z-index: 3;
  cursor: ew-resize;
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #aaa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  z-index: 4;
}

.container-boxs {
  position: relative;
}

/* Hover texts */
.hover-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent */
  padding: 8px 16px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  pointer-events: none;
}

.hover-text-left {
  left: 10px;
}

.hover-text-right {
  right: 10px;
}

.container-boxs:hover .hover-text {
  opacity: 1;
}



.after-view-all-btn {
  display: flex;
  justify-content: center;
}

.after-view-all-btn a {
  background-color: #a18b45;
  color: #fff;
  padding: 10px 30px;
  margin: 30px 0;
}

/* after-before css end    */


/* ================================================================== */


/* why-choose css start  */



.why-choose-img i{
 font-size: 70px;
    color: #be7e59;
    text-align: center;
}


.why-choose-img h5{
  /* font-size: 20px; */
  margin: 20px 0;
  color: #bb7f5f;

}


/* why-choose css end  */



.hover-icon {
  transition: transform 0.6s ease;
  display: inline-block;
  margin-right: 8px;
}
.link-item:hover .hover-icon {
  transform: rotatey(360deg);
}
.link-item {
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.1rem;
}
.image-box{
   position: sticky;
    top: 80px; 
}
.image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.link-item img{
  background-color: #a18b45;
  padding: 10px;
  border-radius: 10px;
}
.link-item a{
  color: #000;
}

.link-item img:hover{
 border-color: #000;
}

/* =============================================================== */

/* counter css start  */

.counter-all{
  background-color: #be7e59;
  color: #fff;
  border-radius: 20px;
}

.counter-box h3 {
  font-size: 40px;
  font-weight: bold;
}

.counter-box p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.counter sup {
  font-size: 16px;
  vertical-align: super;
  margin-left: 2px;
}

@media (max-width:992px) {
  .counter-box p {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
}

.counter-box h3 {
  font-size: 22px;
  font-weight: bold;
}
}

/* counter css end  */
/* ========================================================================= */



/* footer css  */

.footer-area {
  background-color: #d2913330;
  position: relative;
  padding: 50px 0px 0px;
}


.footer-logo {
  /* background-color: #2b2b2b; */
  /* padding: 20px 20px; */
  border-radius: 15px;
}

.footer-logo img{
  width: 160px !important;
} 
.footer-about p{
  font-size: 14px;
    text-align: justify;
    color: #000000;
}

.footer-head {
     color: #be7e59;
  font-size: 22px;
  font-weight: 500;
}

.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #000;
  font-size: 15px;
}


.bottom-footer {
  background-color:#be7e59;
  padding: 15px 0px;
}
.foot-prcy p {
  text-align: center;
}



.footer-copyright-text img{
  width: 20%;
}
/* footer css end */
/* ============================================================== */



.thanks-video video{
  width:100%;
  height: 100vh;
}

/* ================ */


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulseShadow 1s infinite;
  border-radius: 50%;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

/* Shadow Pulse Animation */
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


/* gallery  */

#gallery {
  padding: 25px 0;
      background:#fbf8f5;
}

#gallery h5 {
  color: #000000;
  text-transform: uppercase;
}

#gallery h2 {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

#gallery  .img-wrapper {
  position: relative;
  margin-top: 15px;

  img {
    width: 100%;

  }
}

#gallery  .img-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
      border-radius: 30px;
}

#gallery  .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#gallery .owl-next {
  position: absolute;
  top: 150px;
  right: -46px;
  height: 35px;
  width: 35px;
    background-color: #f3e6e6;
    color: #000000;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#gallery .owl-prev {
 position: absolute;
    top: 150px;
    left: -46px;
    height: 35px;
    width: 35px;
    background-color: #f3e6e6;
    color: #000000;
    border-radius: 50px;
    font-size: 35px;
    text-align: center;
    line-height: 35px;
}

#gallery .owl-theme .owl-dots .owl-dot {
  display: none;
}

#gallery .owl-next span,
#gallery .owl-prev span {
  position: relative;
  top: -4px;
}


.modal-body .btn{
  background-color: #bb7f5f !important;
  color: white;
}

#banner .form-title{
    text-align: center;
    font-size: 16px;
}
/* #about{
  background-color:#f3e6e63b;
} */


@media(max-width:480px) {
  #banner .form-right h2{
    font-size: 27px;
  }
  
  #banner {
     background-image: url("../images/mobile-banner.jpg");  
    background-repeat: no-repeat; 
    background-size: cover;
	margin-top: 0px;
    background-color: #fff;
    background-size: 100%;
    width: 100%;
    height: 595px;
    padding: 10px 10px 10px;
    display: flex;
 
}
   #clinic .row{
    flex-direction: column-reverse;
   }
   #main-banner {
    width: 100%;
    /*height: 40vh;*/
    margin-top: 90px;
}

#banner .form-title {
    text-align: center;
    font-size: 12px;}
    
.doc-int{
  text-align: center !important;
}
.doc-int h2{
  text-align: center !important;
  margin-left: 23px;
}
.card {
        height: 100%!important;
}
.footer-logo {
    margin-left: -16px;
}
.footer-area {
    padding: 0px 0px 0px;
}
#gallery .owl-next {
    right: -6px;}
    #gallery .owl-prev {
    left: -6px;}
    .liveclass-btn button {
    margin: 10px 0 0 5px;}
    .form-right form {
    margin-left: 0;
}
.form-right input.full-width {
    width: 100%;
}
#banner-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0;
          margin-top: 250px;}
    .form-right {
    width: 100%;
      padding: 0px;}
      #banner {
    min-height: 77vh;}
     
  }

  /* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index:102;
}

@media(max-width:400px) {
    
        #banner-flex {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-right: 0;
        margin-top: 210px;
    }
}

@media(max-width:768px) {
/*#main-banner {*/
/*    width: 100%;*/
/*    height: 69vh;*/
/*    margin-top: 93px;*/
/*}*/
    
    #clinic .row{
    flex-direction: column-reverse;
   }
    
}


#Procedure .card img{
  margin: 0 20px;
    border-radius: 20px;
}
#Procedure .card .cards-btn{
  background-color: #bb7f5f;
    border-radius: 6px;
    padding: 10px 30px;
    /* margin: 15px 0 0 120px; */
    color: rgb(255, 255, 255);
    font-size:15px;
    font-weight: 700;
    border: none;
}
.why-choose-main-img img{
  border-radius: 20px !important;
}

/* testimonial */


#testimonial {
  padding: 20px 0 40px;
  overflow: hidden;
}


#testimonial .row {
  row-gap: 20px;
}


#testimonial .testimonialslider .owl-item {
    border: 1px solid #be7e59;
 
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 260px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #bb7f5f #ffffff;

}


#testimonial .owl-item h5 {
  color: #070707;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

#testimonial .owl-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

#testimonial .iner .google {
  width: 40%;
}

#testimonial .iner ul li {
  font-size: 35px;
  color: #f6bb06;
}

#testimonial .iner h4 {
  margin-top: 10px;
}


#testimonial .testimonialslider .star li {
  color: #f6bb06 !important;
  font-size: 16px !important;
}


#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: #a18b45;
  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;
}
 




#gallery  .gallery-btn{
  background-color:  #bb7f5f;
    border-radius: 6px;
    padding: 10px 30px;
    /* margin: 15px 0 0 120px; */
    color: rgb(255, 255, 255);
    font-size:15px;
    font-weight: 700;
    border: none;
}

#about {
background: #fbf8f5;
}

.about-wrapper {
  /* background: #fff; */
  border-radius: 20px;
  padding: 40px 0;
}

/* Image Card */
.doc-img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.doc-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 6px;
  height: 100%;
  background: #e58b2a; /* orange side line */
  border-radius: 10px;
}

.doc-img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}

/* Content Styling */
/* .doc-content {
  padding-left: 30px;
} */
 
.doc-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.doc-degree {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.doc-rating ul li{
  color: #f5a623;
  font-weight: 600;
  margin-bottom: 15px;
}

.doc-rating span {
  color: #000;
  font-weight: 500;
}

.doc-content p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Bullet Points */
.doc-points {
  padding-left: 18px;
}

.doc-points li {
  margin-bottom: 10px;
  line-height: 1.6;
}

#youtube-shorts {
  padding: 60px 0;
  background: #f9f9f9;
}

#youtube-shorts .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
}

.shorts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.short {
  position: relative;
  width: 100%;
  padding-top: 177%; /* 9:16 ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 #Procedure{
  /* background-image: url("../images/pngtree-background-watercolor-texture-yellow-pastel-picture-image_1458417.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: #fbf8f5;
} 

