@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');

:root {
    --main-color: #c39bc3;
    --main-color-2: #ad79ad;
    --color-3: #f1b4f1;
    --dark: #2c2c2c;
    --background-color: #fff7f1;
    --cosmetic-color: #620d62;
    --light: #efc1ef7d;
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Montserrat', arial;
}

body {
    background-color: var(--background-color);
    width: 100%;

}

.logo {

    text-decoration: none;

}

.logo h1 {
    font-size: 50px;
    color: #c94a7f;
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-top: 14px;
}

/* .logo img{
    width: 240px;
} */
.top-contact {
    display: flex;
    align-items: center;
}

.s2 {
    padding: 30px 0;
}

.top-contact>a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 30px 10px;
    font-weight: 400;
    font-size: 18px;
}

.top-bar {
    background: #000;
}

.imageContainer {
    padding: 10px;
}

.xrewrdf .slick-arrow.slick-prev,
.baslider .slick-arrow.slick-prev {
    left: -45px;
}

.xrewrdf .slick-arrow.slick-next,
.baslider .slick-arrow.slick-next {
    right: -45px;
}

.xrewrdf .slick-arrow,
.baslider .slick-arrow {
    background: #c39bc3;
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 50%;
}

.hero {
    background: #fff7f1;
    padding-top: 30px;
}

.f2xx {
    padding: 40px;
}



.section {
    padding: 60px 0;
}

.form-control:focus {
    border-color: var(--dark);
}

.form-control,
.btn {
    box-shadow: none !important;
    border-radius: 0;
    font-size: 14px;
}

.s2 {
    background-color: var(--main-color-2);
}

.section-min {
    padding: 30px 0;
}

.features {
    background-color: var(--dark);
    color: white;

}

.features {
    padding-top: 30px;
}

.img {
    border: 2px solid white;
}

.img img {
    width: 50px;
}

.img {
    display: inline-block;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.fea {
    padding: 20px 0;
    border-right: 1px solid #adadad59;
    height: 100%;
}

.xrxerxss {
    transition: 300ms;
    padding: 24px;
    height: 100%;
}

@media (max-width:992px) {
    .xrxerxss {
            padding: 10px;
    }
    
    .service-btn-part{
    font-size:11px;
   }
   
    .service-btn-part1{
    font-size:11px;
   }
   
}

.xrxerxss img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.uttr {
    width: 100%;
    height: 350px;
}

.uttr {
    margin-bottom: -6px;
}

.bg-light {
    background-color: #eddfff !important;
}

.xrxerxss h5 {
    font-size: 24px;
    margin-bottom: 10px !important;
}

.xrxerxss:hover {
    transform: translateY(-20px);
}

.fea p {
    margin-bottom: 0;
}

.whychoose-section {
    max-width: 100%;
    margin: auto;
    background-color: var(--light);
    padding: 40px;
}

.xxzae {
    transition: 300ms;
}

.xxzae:hover {
    background-color: var(--main-color-2);
    color: white;
}

ul {}

ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.bg-primary {
    background-color: var(--main-color-2) !important;
    color: white;
}

.youtube {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.retf {
    width: 100%;
    border-radius: 8px;
    height: 435px;

}

.fwr {
    padding: 0 10px;
}

.review-slider .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.review-slider .card:hover {
    transform: translateY(-5px);
}

.slick-dots li button:before {
    font-size: 12px;
    color: #333;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 80px;
    /* optional, to keep height consistent */
}

.review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
}

.read-more {
    cursor: pointer;
}

.accordion-button {
    box-shadow: none !important;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #c94a7f;
    border-color: #c94a7f;
    color: white;
}

.accordion {
    max-width: 60%;
    margin: auto;
}

.cta_en {
    background-color: #c94a7f;
    color: white;
    padding: 50px;
    border-radius: 20px;
}

.form-control-lg {
    font-size: 16px;
}

.form {
    padding-left: 50px;
}

.rer p {
    font-size: 15px;
}

.drf {
    background-color: var(--main-color-2);
    color: white;
}

.top-bar-mobile {
    display: none;
}

.footer-statix {
    display: none;
}

.whatsappFixed {
    position: fixed;
    bottom: 84px;
    right: 20px;
}

.phoneFixed {
    bottom: 148px;
}

.phoneFixed img {
    width: 55px;
}




.footer-bottom a img {

    width: 300px;
}




/* model */


.modal .forem .icon-input {
    position: relative;
}

.modal .modal-content {
    background-color: #f8f8f8;
    padding: 30px;
}

.modal .forem span {
    position: absolute;
    top: 9px;
    left: 23px;
    color: #c94a7f;
}

.modal .forem .form-control {
    background-color: #fff;
    padding: 10px 40px;
    box-shadow: none;
    border: transparent;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}

.modal .forem .btn {
    padding: 10px 30px;
    background-color: #c94a7f;
    color: #fff;
    border-radius: 0px;
    margin-top: 20px;
}



.header-btn {
    background-color: #c94a7f;
    color: #fff;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background-color: #d35066;
    color: #fff;
}


#treatment {
    padding: 60px 0px;

}

#treatment h1 {
    color: #c94a7f;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

#results h1 {
    color: #c94a7f;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}


.services .row{
    justify-content: center;
}


.you-tube iframe{
    width: 100%;
    height: 350px;
}


.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 #c94a7f;
  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 #c94a7f;
  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
  }
}




/* whatapp */
/*.quickcontact {*/
/*  width: 40px;*/
/*  position: fixed;*/
/*  top: 77%;*/
/*  right: 30px;*/
/*  z-index: 9999;*/
/*}*/

/*.quickcontact img{*/
/*    width: 100%;*/
/*    height: 100%;*/

/*}*/

/* ======================================= */

/* treatment css start  */

.treatment-card h3{
    border-bottom: 1px solid #000;
}

.treatment-card-a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* treatment css end*/

/* ======================================= */


.service-btn-part{
    padding:10px 20px;
    background-color:#212529;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-size:13px;
}

.service-btn-part1{
    padding:10px 20px;
    background-color:#c94a7f;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-size:13px;
}

.service-btn-part:hover{
    background-color:transparent;
    border:1px solid #212529;
    color:#000;
    transition: all 0.3s ease;
}
.service-btn-part1:hover{
    background-color:transparent;
    border:1px solid #212529;
    color:#000;
    transition: all 0.3s ease;
}
