@import url("/fonts/furore/stylesheet.css");

.gradient-text {
    background: linear-gradient(90deg, #d4af37, #f5e27c);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent; 
}

html, body {
    max-width: 100%; 
    font-family: Furore, Arial, Helvetica, sans-serif;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

h1 {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}

section{
    display: flex;
    justify-content: center;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #161616;
    color: white;
    margin: 0;
    padding: 10px 30px;
    height: 100%;
}

header a {
    height: 70px;
    align-content: center;
}

.logo-and-name-header{
    display: flex;
    align-items: center;
}

.logo-clinic{
    height: 60px;
    padding-right: 15px;
}

.doc-name {
    padding-bottom: 10px;    
}

.name-clin-doc{
    font-size: 25.7px;
    margin: 0;
}

.name-clin-line{
    height: 2px;
    background-color: white;
    width: 100%;
    margin: 5px 0;
}

.name-clin-coti{
    margin: 0;
}

.header-location-and-phone {
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
}

.location-icon{
    height: 40px;
}

.header-location-div{
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.header-phone-div{
    display: flex;
    align-items: center;
}

.phone-icon{
    height: 40px;
}

.header-social-div{
    display: flex; 
}

.social-icon{
    width: 40px; 
    cursor: pointer;
}

@media (max-width: 1200px) {
    .logo-and-name-header {
        flex-basis: 100%;
        justify-content: center;
  }

    .header-social-div {
        flex-basis: 100%;
        text-align: center;
        justify-content: center;
  }
}

 @media (max-width: 768px) {
    .header-location-and-phone {
        font-size: 12px;
    }
} 

@media (max-width: 480px) {
    header {
        padding: 10px 10px;
    }
    
    header a {
        height: 40px;
        align-content: center;
    }

    .logo-clinic {
        height: 40px;
    }

    .name-clin-doc {
        font-size: 18.1px;
    }

    .name-clin-line {
        width: 214.6px;
    }

    .name-clin-coti {
        font-size: 11.3px;
    }

    .header-location-and-phone {
        font-size: 8px;
    }

    .location-icon, .phone-icon {
        height: 25px;
    }

    .header-location-div {
        padding-right: 5px;
    }

    .social-icon {
        width: 25px;
    }
}


nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: grey;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

nav ul {
    display: flex;
    padding: 5px 2px 5px 2px;
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li{
    padding: 0 15px;
}

nav ul li:hover{
    background: linear-gradient(90deg, #d4af37, #f5e27c);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent; 
    transition: all 0.25s ease;
}

.clinic-photo { 
    position: relative; 
    width: 100%; 
    overflow: hidden; 
}

.clinic-photo img { 
    width: 100%; 
    display: block; 
    object-fit: cover; 
}

.photo-overlay {
    position: absolute; 
    top: 50%; 
    left: 5%;
    transform: translateY(-50%);
    margin-right: 15px;
}

.slogan-text {
    font-size: 36px;
    line-height: 1.3;
    -webkit-text-stroke: 1px black;
    animation: goldGlow 1s infinite alternate
}

@keyframes goldGlow {
  from {
    text-shadow: 
      0 0 5px #ffd700
      0 0 10px #ffa500;
  }
  to {
    text-shadow: 
      0 0 20px #ffd700,
      0 0 40px #fff8dc;
  }
}

@media (max-width: 768px) {
    .slogan-text {
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .slogan-text {
        font-size: 18px;
    }
}

.services {
    flex-wrap: wrap;
    text-align: center;
    background-color: #f9f9f9;
    padding: 40px 20px 20px 20px;
}

.box-services{
    border: 1px solid gold;
    animation: goldGlowb 1s infinite alternate;
    border-radius: 15%;
    text-align: center;
    margin: 20px;
    background-color: white;
    height: 150px;
    flex: 1 1 200px;
    max-width: 200px;
}

@keyframes goldGlowb {
  from {
    box-shadow: 
      0 0 5px #ffd700,
      0 0 10px #ffa500;
  }
  to {
    box-shadow: 
      0 0 20px #ffd700,
      0 0 40px #fff8dc;
  }
}

.img-services{
    height: 50%;
    padding-top: 5%;
}

@media (max-width: 768px) {
    .box-services{
        margin: 10px;
        height: 110px;
        flex: 1 1 110px;
        max-width: 110px;
}
    .box-services p {
        font-size: 10px;
    }
} 

.why-us {
    flex-wrap: wrap;
    text-align: center;
    background-color: white;
    padding: 40px 20px 20px 20px;
}

.why-us span{
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 25px;
    margin-bottom: 30px;
}

h2{
    margin-bottom: 0;
}

.box-why-us{
    border: 1px solid #f9f9f9;
    border-radius: 10%;
    text-align: center;
    margin: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    flex: 0 1 500px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .box-why-us {
        flex: 1 1 295px;
    }
}

@media (max-width: 480px) {
    .why-us span {
        font-size: 15px;
    }

    .why-us p {
        font-size: 10px;
    }

    h2{
        font-size: 15px;
    }
}

.about-us{
    flex-wrap: wrap;
    text-align: center;
    background-color:#f9f9f9;
    padding: 40px 20px 20px 20px;
}

.about-us p{
    padding-left: 15%;
    padding-right: 15%;
    line-height: 1.5;
    font-size: 20px;
}

@media (max-width: 768px) {
    .about-us p {
    font-size: 15px;
    padding-left: 5%;
    padding-right: 5%;
    }
}

@media (max-width: 480px) {
    .about-us p {
    font-size: 12px;
    }
}

.doctors {
    padding: 40px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.doctors-text,
.doctors-box {
    width: 50%;
}

.doctors-text p {
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
}

.doctors-box {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.slider-line {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-doctor {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    filter: blur(5px);

    transition: all 0.5s ease;
    z-index: 1;

    will-change: transform, opacity;
}

.slide-doctor.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 3;
}

.slide-doctor.prev {
    transform: translate(calc(-50% - 90px), -50%) scale(0.85);
    opacity: 0.5;
    filter: blur(4px);
    z-index: 2;
}

.slide-doctor.next {
    transform: translate(calc(-50% + 90px), -50%) scale(0.85);
    opacity: 0.5;
    filter: blur(4px);
    z-index: 2;
}

.slide-doctor img {
    width: 300px;
    max-width: 80vw;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

.doctor-info {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

    width: 80%;
    padding: 10px;

    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 10px;

    text-align: center;
    font-size: 14px;
}

.control-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.control-slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 50px;
    height: 50px;

    border-radius: 50%;
    border: 1px solid gold;
    background: rgba(255, 255, 255, 0.7);

    font-size: 24px;
    cursor: pointer;

    transition: 0.3s;
    pointer-events: all;
}

.control-slider button:hover {
    background: gold;
    color: black;
}

.btn-prev {
    left: 10px;
    z-index: 5;
}

.btn-next {
    right: 10px;
    z-index: 5;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .slide-doctor.prev {
        transform: translate(calc(-47% - 55px), -50%) scale(0.8);
    }

    .slide-doctor.next {
        transform: translate(calc(-53% + 55px), -50%) scale(0.8);
    }
}

@media (max-width: 768px) {
    .doctors {
        flex-direction: column;
    }

    .doctors-text,
    .doctors-box {
        width: 100%;
    }

    .doctors-box {
        height: 400px;
    }

    .slide-doctor img {
        width: 250px;
    }

    .slide-doctor.prev {
        transform: translate(calc(-50% - 60px), -50%) scale(0.8);
    }

    .slide-doctor.next {
        transform: translate(calc(-50% + 60px), -50%) scale(0.8);
    }

    .btn-prev {
        left: 10px;
    }

    .btn-next {
        right: 10px;
    }

    .control-slider {
        display: none;
    }
}

@media (max-width: 420px) {
    .doctors-box {
        height: 320px;
    }

    .slide-doctor img {
        width: 200px;
    }

    .doctor-info {
        font-size: 12px;
    }

    .slide-doctor.prev {
        transform: translate(calc(-50% - 40px), -50%) scale(0.75);
    }

    .slide-doctor.next {
        transform: translate(calc(-50% + 40px), -50%) scale(0.75);
    }
}

.our-work {
    background-color: #f9f9f9;
    padding: 40px 20px 20px 20px;
    flex-direction: column;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.work-box {
    width: 100%;
}

.before-after-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.before-after-slider img {
    width: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
}

.after {
    position: relative;
    z-index: 1;
}

.before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    clip-path: inset(0 50% 0 0);
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 2px;
    height: 100%;
    background: white;
    z-index: 3;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 2px solid gold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    z-index: 4;
}


.reviews{
    padding: 40px 20px 20px 20px;
    flex-wrap: wrap;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.review-item {
  position: relative;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 16px;
  padding-bottom: 40px; 
  transition: all 0.3s ease;
}

.review-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.review-link {
    text-decoration: none;
    color: inherit;
}

.row-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.user-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.google-logo { width: 18px; }

.row-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.relative-date {
    color: #70757a;
    font-size: 13px;
}

.reviews-text {
  position: relative; 
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6em;
  transition: max-height 0.4s ease;
}

.reviews-text.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    max-height: 1000px;
}

.read-more {
  position: absolute; 
  bottom: 12px;       
  left: 16px;         
  color: #1a73e8;
  cursor: pointer;
  font-weight: 500;
  display: block;     
  z-index: 10;        
  background: #fff;   
}


.contacts {
    background-color: #f9f9f9;
    padding: 40px 20px 20px 20px;
    flex-direction: column;
}

.map-google iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.FAQ {
    padding: 40px 20px 20px 20px;
    flex-direction: column;
}

.faq-block {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(148, 163, 184, 0.12);
}

.faq-question {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    list-style: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #161616; 
    border-bottom: 2px solid #161616;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
    margin-left: 5px;
    flex-shrink: 0;
}

.faq-item[open] .faq-arrow {
    transform: rotate(-135deg);
}

.faq-answer {
    padding: 0 20px 20px 20px;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.faq-answer p {
    margin-bottom: 10px;
}
.faq-answer p:last-child {
    margin-bottom: 0;
}

footer{
    background-color: #161616;
    color: white;
    padding: 40px 40px 20px 40px;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logo-and-name-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nav {
    text-align: center;
}

.footer-nav ul {
    padding: 0;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-social{
    display: flex;
    flex-direction: column;
}

.footer-social-icon {
    display: flex;
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
    color: gray;
}

@media (max-width: 1200px) {
    .footer-info :nth-child(n+2) {
        margin: auto;
    }
    
    .footer-info :first-child {
        flex: 1 1 100%;
    }
}


#price-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}


.price-category {
    margin-bottom: 50px; 
    scroll-margin-top: 110px; 
}

.category-static-header {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 3px solid #e8f0fe;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-content-static {
    display: flex;
    flex-direction: column;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 10px;
    border-bottom: 2px solid #f1f3f4;
    transition: background-color 0.2s ease;
}

.price-row:hover {
    background-color: #f8f9fa;
}

.price-row:last-child {
    border-bottom: none;
}

.item-info {
    flex: 1;
    padding-right: 30px;
}

.item-name {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #202124;
}

.item-note {
    font-size: 10px;
    color: #70757a;
    font-style: italic;
    margin-top: 6px;
}

.item-price {
    font-size: 18px;
    white-space: nowrap;
    text-align: right;
    padding-top: 2px;
}

@media (max-width: 600px) {
    #price-container {
        padding: 0 15px;
        margin: 20px auto;
    }

    .category-static-header {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .price-row {
        flex-direction: column; 
        padding: 12px 5px;
    }

    .item-info {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .item-price {
        font-size: 17px;
        text-align: left;
        width: 100%;
        border-top: none; 
        padding-top: 4px;
    }
    
    .item-name {
        font-size: 16px;
    }
}


