* {
  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;
}

body {
  font-family: "Poppins", sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d2b48c;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
}
header .header-top {
  background-color: #49256d;
  padding: 6px 0px;
}
header .header-top ul {
  display: flex !important;
  gap: 15px;
  list-style: none;
  justify-content: space-between;
}
header .header-top ul .tabs a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
}
header .header-top ul .tabs a:hover {
  color: #d2b48c;
}

header .header-top ul .suport a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
}
header .header-top ul .suport a:hover {
  color: #d2b48c;
}

header .navbar {
  padding: 0;
  justify-content: end;
}
header .navbar .navbar-brand {
  width: 13%;
}
header .navbar .nav-link {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
}
header .navbar .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #d2b48c;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.5s;
}
header .navbar .nav-link:hover:after {
  width: 100%;
}
header .navbar-toggler {
  padding: 8px 10px;
  color: #000;
  border: 0px;
  display: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
  color: #d2b48c;
}
header .book-now a {
  display: inline-block;
  background-color: #49256d;
  padding: 10px 30px;
  color: #fff;
  border-radius: 100px;
  transition: 0.5s;
}
header .book-now a:hover {
  background-color: #000;
}

.sticky {
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: -100%;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

/* slider */
#slider {
  padding: 90px 0 0;
  background-position: center;
  background: linear-gradient(
    rgb(231, 243, 247) 50%,
    rgb(73 37 109 / 49%)
  ) !important;
}
#slider .row {
  row-gap: 25px;
  align-items: end;
}
#slider .text h2 {
  margin: 0 0 10px;
  font-weight: bolder;
  color: #49256d;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: auto;
}
#slider .text p {
  font-weight: 700;
  font-size: 18px;
  color: #49256d;
  text-align: center;
  padding-bottom: 30px;
  font-family: auto;
}

#slider .gender-mobile {
  display: none;
}

#slider .form-bg {
  background-color: #49256d;
  padding-left: 60px;
}
#slider form.row {
  row-gap: 15px;
  padding: 15px 15px 15px 0;
}
#slider .form-bg h5 {
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
#slider .form-bg h5 i {
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: -41px;
  top: 9px;
}
#slider .form-bg .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #fff;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}
#slider .form-bg .form-control::placeholder {
  color: #f5eaff;
}
#slider .form-bg .form-control:focus {
  box-shadow: none;
}
#slider .form-bg .btn-back {
  background-color: #d2b48c;
  padding: 8px 20px;
  color: #000;
  border: 0;
}
#slider .img {
  position: relative;
}
#slider .img .icon {
  position: absolute;
  right: 0;
  top: 63%;
  width: 120px;
}

/* box */
#box {
  padding: 15px 0;
  background-color: #002c33;
}
#box .row {
  row-gap: 20px;
  justify-content: center;
}
#box .inner p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
#box .inner p i {
  color: #fff;
  font-size: 22px;
}
#box .inner p a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* choose */
/* #choose{ padding: 40px 0 0; background-image: url(../images/choose-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover;}  
#choose .row{row-gap: 25px; align-items: center;} 
#choose .content p{color: #000; font-weight: bold; font-size: 16px;}
#choose .content h3{font-size: 44px; color: #49256d; font-weight: bold;}
#choose .content ul{ list-style: none;}
#choose .content ul li{font-size: 16px; color: #49256d; font-weight: 500; margin-top: 10px; display: flex; gap: 15px; align-items: center; } 
#choose .content ul li i{font-size: 11px; color: #49256d;}  */

/* choose */
#choose {
  padding: 40px 0 1px;
}
#choose .row {
  row-gap: 25px;
  align-items: center;
}
#choose .content p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
#choose .content h3 {
  font-size: 44px;
  color: #49256d;
  font-weight: bold;
}
#choose .content ul {
  list-style: none;
}
#choose .content ul li {
  font-size: 14px;
  color: #49256d;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
#choose .content ul li i {
  font-size: 22px;
  color: #49256d;
}

/* treatment */
#treatment {
  padding: 0 0 40px;
  background-image: url(../images/t-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#treatment h2 {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  background-color: #49256d;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}
#treatment .inner {
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
#treatment .inner img {
  border-radius: 50%;
  border: 1px solid #49256d;
  width: 100px;
}
#treatment .inner h5 {
  font-size: 17px;
  color: #49256d;
  font-weight: bold;
  margin-top: 5px;
}
#treatment .inner a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  background-color: transparent;
  border-radius: 100px;
  margin-top: 0px;
  color: #49256d;
  font-weight: 500;
  border: 1px solid #49256d;
}
#treatment .logo {
  text-align: center;
}
#treatment .logo img {
  width: 160px;
}
#treatment .logo .border-tb2 {
  border-top: 1px solid #000;
  margin: 190px auto 0;
  width: 80%;
}
#treatment .logo .border-tb3 {
  border-top: 1px solid #000;
  margin: 190px auto 0;
  width: 60%;
}
#treatment .logo .border-tb {
  border-top: 1px solid #000;
  margin-top: 30px;
  position: relative;
}
#treatment .logo .border-tb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #49256d;
  width: 1px;
  margin: auto;
  height: 382px;
}

/* insta-reel */
#insta-reel .owl-carousel.owl-drag .owl-item iframe.instagram-media {
  min-width: 100% !important;
  height: 600px;
}
#insta-reel .owl-dots {
  display: none;
}

/* you-tube */
#you-tube {
  margin: 20px 11px 0;
  background-color: #fff;
  padding-top: 8px;
}
#you-tube .owl-dots {
  display: none;
}

/* footer */
footer {
  background-color: #49256d;
  padding: 50px 0px 0px;
  overflow: hidden;
}
footer h2 {
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
footer .row {
  row-gap: 30px;
}
footer .logo {
  margin-bottom: 120px;
  margin-left: -13px;
}
footer .logo img {
  width: 250px;
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 0 100px 100px 0;
}

footer .footerinr ul {
  list-style: none;
}
footer .footerinr ul li {
  color: #fff;
  margin-bottom: 15px;
}
footer .footerinr ul h4 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 6px;
}
footer .footerinr ul li p {
  font-size: 15px;
  color: #fff;
}
footer .footerinr ul li i {
  font-size: 21px;
  color: #fff;
}
footer .footerinr ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  transition: 0.5s;
}

footer .sociallink {
  justify-content: end;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  width: 160px;
  margin-left: auto;
}
footer .sociallink li {
  list-style: none;
  text-align: end;
  margin: 0 !important;
}

footer .img {
  text-align: center;
  border-top: #fff 1px solid;
  padding: 15px 0px;
  margin-top: 30px;
}
footer .img a img {
  width: 220px;
}

/*  */
/* .quickcontact-wa {
  width: 50px;
  position: fixed;
  top: 60%;
  right: 20px;
  z-index: 102;
} */

.quickcontact a {
  display: block;
  position: fixed;
  right: 15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
  animation-duration: 4s;
}

.quickcontact a:first-child {
  top: 60%;
}
.quickcontact a:last-child {
  top: 80%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.quickcontact i {
  color: #002c33;
}
.quickcontact a img {
  z-index: 999;
}

.quickcontact a {
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.quickcontact a::before {
  content: "";
  position: absolute;
  border: 1px solid #49256d;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}

.quickcontact a::after {
  content: "";
  position: absolute;
  border: 1px solid #49256d;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* modal */
.modal .btn-theme {
  border-radius: 0px;
  background: #49256d;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}
.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}
.modal .form-control {
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
}
.modal .form-control:focus {
  border-color: #000;
}

/* tnanks */
#thank {
  background-image: url(../images/thanks.jpg);
  padding: 250px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#thank .content {
  text-align: center;
  background-color: #49256dd7;
  margin: auto;
  width: 335px;
  padding: 20px;
  border-radius: 15px;
}
#thank .content h2 {
  color: #fff;
  font-size: 26px;
}
#thank .content p {
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
}
#thank .content .call a {
  padding: 7px;
  width: 166px;
  background-color: #fff;
  color: #49256d;
  font-weight: bold;
  border-radius: 40px;
  display: inline-block;
}

.book-appointment-btn {
  position: fixed;
  right: -59px;
  top: 40%;
  transform: rotate(-90deg);
  background: #49256d;
  padding: 11px;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
}

.book-appointment-btn a {
  color: #fff;
}

/* ========================== */

.form-container {
  background-color: #49256d;
  width: 100%;
  text-align: center;
}

.form-container h2 {
  margin-bottom: 41px;
  font-size: 35px;
}
.form-container input,
.form-container textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-container textarea {
  height: 100px;
}

.form-container button {
  width: 90%;
  padding: 12px;
  background-color: #e08e04;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.rating-text {
  margin-top: 15px;
  font-size: 14px;
}

.stars {
  color: #e08e04;
  font-size: 24px;
  margin-top: 5px;
}

#choose {
  background: aliceblue;
}

/* .top-text-box{
    margin-top: 113px;

  } */

.top-text-box .img {
  filter: drop-shadow(5px 0px 5px #cacaca96);
  color: #cacaca96;
  width: 85%;
}

#slider .row {
  display: flex;
  align-items: stretch;
}

#slider .form-container,
#slider .carousel-inner {
  height: 100%;
}

#slider .carousel-inner img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 992px) {
  #slider .row {
    flex-direction: column;
  }

  #slider .carousel-inner img {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #slider .carousel-inner img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  #slider .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }

  .brachialplexus-img img {
    width: 100%;
  }
}
.form-container{
        margin-bottom: 10px;

}

.brachialplexus-img {position: relative; bottom: 40px;}

/* =============================================== */

/* brachialplexus css start  */

.brachialplexus-img img {
  width: 100%;
}



@media (max-width:992px) {
  #slider{
    padding: 0;
  }
.brachialplexus-img img {
 position: relative;
 top: 60px;
}

} 


/*===========================================================*/
    .popup-box{
        display: flex;
    }

  .form-box {
    background: #fdf0f8;
    padding: 30px 25px;
    text-align: center;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .form-box h2 {
    margin: 0;
    font-size: 18px;
    color: #49256d;
    font-weight: 900 !important;
    margin-bottom: 20px;
    line-height: 30px;

  }
  
  .form-box p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}


  .phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .country-code {
    background: #eee;
    padding: 10px 12px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

  input[type="number"] {
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
  }

  .book-btn {
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    animation: blink-bg 1s infinite alternate;
  }

  @keyframes blink-bg {
    0% { background-color: #000; }
    50% { background-color: #49256d; }
    100% { background-color: #000; }
  }

  .social-icons {
    margin-top: 20px;
  }

  .social-icons a {
    text-decoration: none;
    color: #555;
    font-size: 22px;
    margin: 0 10px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #007BFF;
  }
  
  
    select {
    border: none;
    outline: none;
    background: #eee;
    padding: 10px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

/* ===========================
   Responsive Design
   =========================== */
    @media (max-width: 768px) {
    
      .popup-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    
      .form-box {
        width: 100%;
        padding: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }
    
      .form-box h2 {
        font-size: 18px;
      }
    
      .form-box p {
        font-size: 13px;
        margin-bottom: 15px;
      }
    
      .phone-input {
        flex-direction: row;
      }
    
      select {
        font-size: 14px;
        padding: 8px;
        width: 30%;
      }
    
      input[type="number"] {
        font-size: 14px;
        padding: 8px;
      }
    
      .book-btn {
        font-size: 15px;
        padding: 10px 0;
      }
    
      .social-icons {
        margin-top: 15px;
      }
    
      .social-icons a {
        font-size: 20px;
        margin: 0 8px;
      }
    
      /* Optional: Adjust popup itself */
      .popup {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .close-icon {
        top: 10px;
        right: 15px;
        font-size: 26px;
      }
    }
    
    @media (max-width: 480px) {
      .form-box h2 {
        font-size: 16px;
      }
    
      .form-box p {
        font-size: 12px;
      }
    
      select {
        width: 35%;
      }
    
      input[type="number"] {
        font-size: 13px;
      }
    
      .book-btn {
        font-size: 14px;
      }
    }



/* Overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Styling for popups */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
  text-align: center;
  border-radius: 10px;
  width: 750px;
}

.popup img { width:500px;}
@media (max-width:991px) {
  .popup{
    width: 330px;
  }
}

.popup img {
  max-width: 100%;
  height: 100%;
}

/* Close icon */
.close-icon {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  font-weight: bolder;
  cursor: pointer;
  color: #000;
}

.close-icon:hover {
  color: #9c7440;
}

.precautions-for-hair-before-after .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
}

.cta-strap-content{
  background-color: #9c7440;
}

.cta-strap-content p{
  color: #fff;
}

.cta-strap-content button{
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
}

.cta-strap-content button a{
  color: #9c7440;
}

.best-advance-anti-ageing .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  height: 100%;
  border-radius: 30px;
}