 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
 @import url('bootstrap.min.css');

 @font-face {
     font-family: 'Reyhan';
     src: url('../fonts/Reyhan-Regular.eot');
     src: url('../fonts/Reyhan-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reyhan-Regular.woff2') format('woff2'),
         url('../fonts/Reyhan-Regular.woff') format('woff'),
         url('../fonts/Reyhan-Regular.ttf') format('truetype'),
         url('../fonts/Reyhan-Regular.svg#Reyhan-Regular') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Reyhan';
     src: url('../fonts/Reyhan-RegularItalic.eot');
     src: url('../fonts/Reyhan-RegularItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reyhan-RegularItalic.woff2') format('woff2'),
         url('../fonts/Reyhan-RegularItalic.woff') format('woff'),
         url('../fonts/Reyhan-RegularItalic.ttf') format('truetype'),
         url('../fonts/Reyhan-RegularItalic.svg#Reyhan-RegularItalic') format('svg');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Reyhan';
     src: url('../fonts/Reyhan-Medium.eot');
     src: url('../fonts/Reyhan-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reyhan-Medium.woff2') format('woff2'),
         url('../fonts/Reyhan-Medium.woff') format('woff'),
         url('../fonts/Reyhan-Medium.ttf') format('truetype'),
         url('../fonts/Reyhan-Medium.svg#Reyhan-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Reyhan';
     src: url('../fonts/Reyhan-Semibold.eot');
     src: url('../fonts/Reyhan-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reyhan-Semibold.woff2') format('woff2'),
         url('../fonts/Reyhan-Semibold.woff') format('woff'),
         url('../fonts/Reyhan-Semibold.ttf') format('truetype'),
         url('../fonts/Reyhan-Semibold.svg#Reyhan-Semibold') format('svg');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
 }



 @font-face {
     font-family: 'Reyhan';
     src: url('../fonts/Reyhan-Bold.eot');
     src: url('../fonts/Reyhan-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reyhan-Bold.woff2') format('woff2'),
         url('../fonts/Reyhan-Bold.woff') format('woff'),
         url('../fonts/Reyhan-Bold.ttf') format('truetype'),
         url('../fonts/Reyhan-Bold.svg#Reyhan-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'reyhanextrabold';
     src: url('../fonts/reyhan-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/reyhan-extrabold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }

html {
     scroll-behavior: smooth;
 }

.cta-sec {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     background: #fff; /* adapt if needed */
     box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
 }

 /* Prevent content from being hidden behind the fixed CTA */

 body {
     margin: 0;
     padding: 0;
     font-family: 'Reyhan';
 }

 body {
      padding-bottom: 160px; /* adjust to CTA height */
  }


 a.active,
 a:focus,
 button:focus,
 button.active {
     outline: none;
 }

 a {
     text-decoration: none;
 }

 a:focus,
 a:hover,
 a:active {
     outline: 0;
     box-shadow: none;
 }

 a:focus,
 a:hover {
     text-decoration: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0;
     padding: 0;
     font-family: 'Reyhan';
 }

 a {
     text-decoration: none;
 }

 a:hover {
     text-decoration: none;
 }

 ul,
 ol {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 ul li {
     list-style: none;
 }

 p {
     margin: 0;
     padding: 0;
 }

 input:focus,
 select:focus,
 textarea:focus {
     outline: none;
 }

 img {
     border-style: none;
     display: inline-block;
     max-width: 100%;
     height: auto;
 }

 .wrapper {
     overflow: hidden;
 }

 /******** HEADER *******/
 header {
     border-radius: 12px 12px 0 0;
     background-color: #fff;
     padding: 24px 0;
 }

 header .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .logo a {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .header-right {
     display: flex;
     align-items: center;
     gap: 16px;
 }

 .appointment-btn {
     color: #fff;
     font-weight: 600;
     font-size: 16px;
     line-height: normal;
     line-height: 150%;
     background-color: #D81292;
     border: 2px solid #D81292;
     height: 48px;
     width: 156px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 14px;
     border-radius: 12px;
     transition: all 0.5s ease-in-out;
 }

 .appointment-btn:hover {
     background: #AC1086;
     border-color: #AC1086;
     transition: all 0.5s ease-in-out;
 }

 .language-btn {
     background-color: rgb(249, 226, 245, 0.6);
     border: 1.5px solid #F9E2F5;
     display: flex;
     align-items: center;
     height: 44px;
     width: 87px;
     color: #000000;
     font-weight: 500;
     font-size: 16px;
     line-height: 150%;
     border-radius: 12px;
     letter-spacing: 0.16px;
     padding: 0 12px;
     gap: 6px;
 }

 .language-btn strong {
     font-weight: 500;
 }

 .flag-icon {
     border-radius: 50%;
 }

 .language-btn span {
     display: flex;
     align-items: center;
     width: 12px;
     height: 12px;
     justify-content: center;
 }

 .dropdown-menu {
     padding: 12px;
     border: 1.5px solid #F9E2F5;
     background-color: #fff;
     min-width: 170px;
     box-shadow: 0px 2px 22px 0 rgba(52, 93, 158, 0.16), 0px 2px 4px 0 rgba(52, 93, 158, 0.12);
 }

 .dropdown-item {
     color: #000000;
     font-weight: 500;
     font-size: 16px;
     padding: 10px;
     line-height: 150%;
     letter-spacing: -0.16px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-radius: 12px;
 }

 .dropdown-item img {
     border-radius: 50%;
 }

 /**** MOBILE MENU *****/

 .hamburger-menu {
     background-color: transparent;
     border: none;
     padding: 0;
     width: 44px;
     height: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }

 .crosse-btn {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     opacity: 0;
     visibility: hidden;
 }

 .hamburger-menu[aria-expanded="true"] .hamburger-menu-btn {
     opacity: 0;
     visibility: hidden;
 }

 .hamburger-menu[aria-expanded="true"] .crosse-btn {
     opacity: 1;
     visibility: visible;
 }

 .navbar-nav {
     border: 1.5px solid #F9E2F5;
     background-color: #fff;
     border-radius: 16px;
     padding: 12px;
     box-shadow: 0px 2px 22px 0 rgba(52, 93, 158, 0.16), 0px 2px 4px 0 rgba(52, 93, 158, 0.12);
 }

 .navbar-nav .nav-item .nav-link {
     padding: 0;
     height: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000000;
     font-weight: 500;
     font-size: 16px;
     line-height: 150%;
     letter-spacing: 0.16px;
     position: relative;
     gap: 4px;
 }

 .navbar-nav .nav-item .nav-link.active,
 .navbar-nav .nav-item .nav-link:hover {
     color: #D81292;
     transition: all 0.5s ease-in-out;
     font-weight: bold;
 }

 .navbar-nav .nav-item .nav-link.active::after,
 .navbar-nav .nav-item .nav-link:hover::after {
     opacity: 1;
     transition: all 0.5s ease-in-out;
 }

 .navbar-nav .nav-item .nav-link::after {
     position: absolute;
     content: "";
     left: 50%;
     bottom: 5px;
     transform: translate(-50%, 0);
     background-color: #D81292;
     width: 4px;
     opacity: 0;
     height: 4px;
     border-radius: 50%;
 }

 .navbar-nav .nav-item .nav-link span {
     width: 12px;
     height: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .navbar-nav .nav-item .appointment-btn {
     width: 100%;
     height: 48px;
 }

 /****** HER0 SEC ******/
 .hero-sec {
     background: url("../images/hero-bg.png") no-repeat;
     background-position: center;
     background-size: cover;
     padding: 46px 0;
 }

 .hero-sec .text-box h1 {
     color: #000000;
     font-family: 'reyhanextrabold';
     font-weight: normal;
     font-size: 48px;
     line-height: 100%;
 }

 .hero-sec .text-box p {
     font-weight: normal;
     font-size: 24px;
     color: #000000;
     line-height: 150%;
     margin: 10px 0 20px 0;
 }

 .hero-sec .text-box ul {
     gap: 8px;
     display: flex;
     align-items: center;
 }

 .hero-sec .text-box ul .appointment-btn {
     height: 42px;
     font-size: 18px;
     width: 158px;
     gap: 12px;
 }

 .info-btn {
     font-weight: 600;
     font-size: 18px;
     line-height: normal;
     justify-content: center;
     color: #000;
     gap: 12px;
     display: inline-flex;
     align-items: center;
     align-items: center;
     width: 144px;
     height: 42px;
     border-radius: 12px;
     border: 2px solid rgb(65, 65, 79, 0.2);
     transition: all 0.5s ease-in-out;
 }

 .info-btn:hover {
     border-color: #D81292;
     transition: all 0.5s ease-in-out;
 }

 .hero-sec .image-holder {
     display: flex;
     align-items: center;
     justify-content: flex-end;
 }

 /**** TESTIMONIAL SEC *****/

 .testimonial-sec {
     padding: 40px 0;
 }

 .testimonial-box {
     max-width: 900px;
     width: 100%;
     margin: 0 auto;
 }

 .testimonial-box .media {
     display: flex;
     align-items: start;
     margin-bottom: 10px;
     gap: 18px;
 }

 .testimonial-box .media span {
     display: flex;
     align-items: center;
     max-width: 75px;
     height: 75px;
 }

 .testimonial-box .media h5 {
     font-weight: normal;
     font-style: italic;
     font-size: 28px;
     line-height: 150%;
     flex: 1;
     width: 100%;
     color: #840566;
 }

 .testimonial-box h4 {
     color: #000000;
     font-weight: bold;
     font-size: 16px;
     line-height: 100%;
     text-align: right;
 }

 .testimonial-inner p {
     color: #2C2C3A;
     font-weight: 600;
     font-size: 20px;
     line-height: 150%;
     max-width: 950px;
     width: 100%;
     margin: 40px auto 0;
     text-align: center;
 }

 .add-sec {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /***** TITLE *****/
 .title {
     text-align: center;
 }

 .title h3 {
     color: #840566;
     font-family: 'reyhanextrabold';
     font-weight: normal;
     font-size: 32px;
     line-height: 100%;
 }

 /**** COSMETIC *****/
 .cosmetic-sec {
     padding: 40px 0;
 }

 .cosmetic-inner {
     margin-top: 24px;
 }

 .cosmetic-box {
     margin-bottom: 24px;
 }

 .cosmetic-box:last-child {
     margin: 0;
 }

 .cosmetic-media {
     display: flex;
     gap: 18px;
     align-items: start;
 }

 .cosmetic-media span {
     width: 56px;
     height: 56px;
     border-radius: 6px;
     border: 1px solid #EE7AD2;
     background-color: #F9E2F5;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .cosmetic-media .text-box {
     flex: 1;
     width: 100%;
 }

 .cosmetic-media .text-box h4 {
     color: #000;
     font-weight: bold;
     font-size: 20px;
     line-height: 100%;
     margin-bottom: 6px;
 }

 .cosmetic-media .text-box p {
     color: #D81292;
     font-weight: normal;
     font-size: 18px;
     line-height: 150%;
     letter-spacing: -0.16px;
 }

 .cosmetic-media .text-box ul {
     padding-left: 12px;
 }

 .cosmetic-media .text-box ul li {
     position: relative;
     color: #D81292;
     font-weight: normal;
     font-size: 18px;
     line-height: 150%;
     padding-left: 16px;
 }

 .cosmetic-media .text-box ul li::after {
     position: absolute;
     content: "";
     left: 0;
     top: 13px;
     background-color: #D81292;
     width: 3px;
     height: 3px;
     border-radius: 50%;
 }

 /****** CONTACT ***********/
 .contact-sec {
     padding: 40px 0;
 }

 .contact-inner {
     padding-top: 20px;
 }

 .contact-inner .text-box p {
     color: #000000;
     font-weight: normal;
     font-size: 18px;
     margin-bottom: 28px;
     line-height: 150%;
 }

 .contact-inner .text-box p strong {
     display: inline-block;
     font-weight: bold;
 }

 .contact-inner .text-box span {
     color: #D81292;
     font-weight: bold;
     font-size: 18px;
     display: block;
     line-height: 150%;
     font-family: "Nunito Sans", sans-serif;
 }

 .map-holder {
     display: flex;
     align-items: center;
     justify-content: center;
     border: 2px solid #F9E2F5;
     border-radius: 12px;
     margin-top: 24px;
     height: 478px;
 }

 .map-holder iframe {
     width: 100%;
     border-radius: 12px;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .map-holder img {
     width: 100%;
     border-radius: 12px;
 }

 .contact-info {
     margin-top: 18px;
 }

 .contact-info-box {
     background-color: rgb(249, 226, 245, 0.5);
     border: 2px solid #F9E2F5;
     border-radius: 12px;
     padding: 14px;
     height: 100%;
 }

 .contact-info-box .media {
     display: flex;
     gap: 10px;
     align-items: center;
     margin-bottom: 16px;
 }

 .contact-info-box .media span {
     background-color: #AC1086;
     width: 40px;
     height: 40px;
     display: flex;
     border-radius: 6px;
     align-items: center;
     justify-content: center;
 }

 .contact-info-box .media h3 {
     color: #000;
     font-weight: bold;
     font-size: 24px;
     line-height: 100%;
 }

 .contact-info-box h4 {
     color: #000;
     font-size: 18px;
     font-weight: bold;
     line-height: 150%;
     margin-bottom: 2px;
 }

 .contact-info-box p {
     color: #D81292;
     font-size: 16px;
     font-weight: normal;
     line-height: 150%;
 }

 .contact-info-box ul li {
     color: #000000;
     font-weight: bold;
     font-size: 18px;
     line-height: 150%;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .contact-info-box ul li span {
     color: #AC1086;
     display: block;
 }

 /**** CTA SEC ***/
 .cta-sec {
     padding: 40px 0;
 }

 .cta-box {
     background-color: rgb(249, 226, 245, 0.5);
     border: 2px solid #F9E2F5;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 14px;
 }

 .cta-box .text-box h4 {
     color: #000;
     font-weight: bold;
     font-size: 20px;
     line-height: 100%;
     margin-bottom: 4px;
 }

 .cta-box .text-box p {
     color: #000;
     font-size: 18px;
     font-weight: normal;
     line-height: 150%;
 }

 .cta-box .timer-main {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 12px;
     background-color: #D81292;
     border-radius: 12px;
     height: 42px;
     width: 170px;
 }

 .cta-box span {
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 18px;
     font-weight: bold;
     line-height: 150%;
 }

 /**** FOOTER ****/
 footer {
     background-color: #840566;
     /* border-radius: 0 0 20px 20px; */
     padding: 38px 0;
 }

 .footer-logo {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 footer .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 footer .media p {
     color: #fff;
     font-size: 16px;
     line-height: 150%;
     font-weight: bold;
     text-align: right;
 }

 footer .media p a {
     color: #EE7AD2;
 }

 .address-link {
     display: block;
     text-decoration: none;
     color: inherit;
     cursor: pointer;
 }
 .address-link:hover h4,
 .address-link:hover p {
     text-decoration: underline;
     cursor: pointer;

 }