:root {
    --primary-color: #777777;
    --hover-bg: #f1f1f1;
    --accent-pink: #f9b1cb;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
}

/* ====== NAVBAR ====== */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-brand img {
    height: 40px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.nav-link {
    color: var(--primary-color) !important;
    font-weight: 500;
    padding: 0.6rem 1rem;
    transition: all 0.2s ease;
    border-radius: 0.375rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    background-color: var(--accent-pink);
    color: #ffffff !important;
}

.dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 0.95rem;
    animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-toggler {
    border: none;
    padding: 0.4rem;
    margin-left: 0.5rem; /* из первого блока */
    /* чтобы бургер не прилипал к флагам */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 30 30'%3e%3cpath stroke='%23777777' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 1rem;
    }
    .nav-link {
        padding: 0.75rem 1rem;
    }
    .language-switcher-desktop { display: none !important; }
    .language-switcher-mobile { display: flex !important; }
}

@media (min-width: 992px) {
    .language-switcher-mobile { display: none !important; }
    .language-switcher-desktop { display: flex !important; }
}

/* ====== BUTTONS ====== */
.btn-outline-main {
    color: #f9b1cb;
    border-color: #f9b1cb;
    border-width: 1px;
}

.btn-outline-main:hover,
.btn-outline-main:focus {
    background-color: #f9b1cb;
    color: #ffffff;
    border-color: #f9b1cb;
}

.hero-section .btn-main,
#bookingModal .btn-main {
    background: #f9b1cb;
    color: #fff;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(249, 177, 203, 0.3);
    border: none;
    transition: all 0.18s;
    font-weight: 600;
}
.hero-section .btn-main:hover,
.hero-section .btn-main:focus,
#bookingModal .btn-main:hover {
    background: #fff;
    color: #f9b1cb;
    box-shadow: 0 4px 24px rgba(249, 177, 203, 0.4);
    border: 2px solid #f9b1cb;
}
.hero-section .btn-outline-main {
    border-radius: 2rem;
    color: #f9b1cb;
    border: 2px solid #f9b1cb;
    background: #fff;
    transition: all 0.18s;
}
.hero-section .btn-outline-main:hover,
.hero-section .btn-outline-main:focus {
    background: #f9b1cb;
    color: #fff;
    box-shadow: 0 4px 24px rgba(249, 177, 203, 0.4);
}
.btn-main-rose {
    background: linear-gradient(93deg, #f9b1cb 60%, #f6c1d7 100%);
    color: #fff !important;
    border: none;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(249,177,203,0.15);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.15s;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 1.07rem;
}
.btn-main-rose:hover, .btn-main-rose:focus {
    background: #fff;
    color: #f9b1cb !important;
    border: 2px solid #f9b1cb;
    box-shadow: 0 6px 24px rgba(249, 177, 203, 0.28);
    transform: translateY(-2px) scale(1.04);
    text-decoration: none;
}
.btn-price-list {
    display: inline-block;
    background-color: #f9b1cb;
    color: white;
    font-weight: 600;
    padding: 0.6rem 1.6rem;
    border-radius: 2rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(249,177,203,0.25);
    transition: all 0.2s ease;
    margin-top: 1rem;
}
.btn-price-list:hover {
    background: #fff;
    color: #f9b1cb;
    border: 2px solid #f9b1cb;
}

/** Навигация **/
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: white;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1050;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.05);
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #777777;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.mobile-bottom-nav .nav-item i {
    font-size: 18px;
    margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item:focus {
    color: #000;
}
/** Навигация **/

/* ----------- ЯЗЫКОВЫЕ КНОПКИ -------------- */
.language-switcher-desktop,
.language-switcher-mobile {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.language-switcher-mobile {
    margin-right: 0.2rem;
    margin-left: auto;
}
.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    border: 1px solid #eee;
    transition: box-shadow 0.15s, border-color 0.2s;
}

.lang-btn:hover,
.lang-btn:focus {
    box-shadow: 0 4px 12px rgba(249,177,203,0.10);
    border-color: var(--accent-pink);
}

.lang-flag {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
/* ====== HERO SECTION ====== */
.hero-section {
    background: radial-gradient(circle at top left, rgba(249,177,203,0.1), transparent), linear-gradient(120deg, #fafbfc 70%, #f4f6fa 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0 3rem;
}
.hero-section::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 600px;
    background-image: url('/img/herobg2.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
@media (max-width: 991.98px) {
    .hero-section::after { width: 400px; opacity: 0.12; }
}
@media (max-width: 576px) {
    .hero-section::after { width: 100%; background-position: bottom center; opacity: 0.08; }
    .hero-section h1 { font-size: 2rem; }
    .hero-section .fs-3 { font-size: 1.4rem !important; }
}
.hero-section .tulip-logo img {
    max-height: 56px;
    filter: drop-shadow(0 2px 12px rgba(119,119,119,0.12));
    transition: transform 0.3s ease-in-out;
}
.hero-section .tulip-logo img:hover { transform: scale(1.08) rotate(-3deg); }
.hero-section .fs-3 { letter-spacing: 0.02em; color: #777; }
.hero-section .display-5 { color: #3a3a3a; font-size: 2.5rem; }
.hero-section .lead { color: #666; max-width: 640px; font-size: 1.05rem; }

/* ====== DIVIDER STRIPS ====== */
.divider-strip {
    background: #f9b1cb;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.divider-strip span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 12s linear infinite;
}
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* ====== ADDRESS BOX ====== */
.address-box {
    background: #f9b1cb13;
    border-radius: 1rem;
    padding: 0.5em 1em;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.03rem;
    margin-bottom: 0.5em;
    justify-content: center;
}

/* ====== SECTION DIVIDERS ====== */
.section-divider {
    text-align: center;
    margin: 2.5rem 0 2rem;
    position: relative;
}
.section-divider::before,
.section-divider::after {
    content: '';
    height: 1px;
    background: #f9b1cb;
    position: absolute;
    top: 50%;
    width: 40%;
}
.section-divider::before { left: 0; }
.section-divider::after { right: 0; }
.section-divider span {
    display: inline-block;
    padding: 0 1rem;
    font-weight: 600;
    color: #f9b1cb;
    background: #fff;
}

/* ====== GRADIENT DIVIDER ====== */
.gradient-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #f9b1cb, transparent);
    position: relative;
    margin: 2rem 0;
}
.gradient-divider::after {
    content: 'RS-MED';
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 1rem;
    color: #f9b1cb;
    font-weight: 600;
    font-size: 0.95rem;
}

/* ====== SERVICE CARDS, PRICES & ACCORDION ====== */
.service-card {
    border-radius: 1.5rem;
    background: #fff;
    transition: box-shadow 0.18s, transform 0.18s;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    position: relative;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(119,119,119,0.15);
}
.service-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border: 2px solid #f9b1cb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    box-shadow: 0 2px 8px rgba(249,177,203,0.2);
    transition: transform 0.2s;
}
.service-icon i {
    font-size: 2rem;
    color: #f9b1cb;
}
.service-card:hover .service-icon {
    transform: scale(1.1);
}
.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.75rem;
}
.service-card .small {
    font-size: 0.95rem;
    color: #666;
}
.service-card a { color: #f9b1cb; }
.section-title {
    font-weight: 700;
    color: #777777;
    margin-bottom: 2rem;
    text-align: center;
}
.prices-section {
    background: linear-gradient(120deg, #fafbfc 70%, #f4f6fa 100%);
}
.price-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.price-card .service-name {
    font-weight: 500;
    color: #444;
    font-size: 1rem;
}
.price-card .service-price {
    font-weight: 600;
    color: #f9b1cb;
    font-size: 1rem;
}
.old-price {
    position: relative;
    display: inline-block;
    color: #777;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0 0.2em;
}

.old-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: red; /* Цвет линии, можешь изменить */
    transform: rotate(20deg); /* Угол наклона */
    transform-origin: center;
}
.accordion {
    border-radius: 1rem;
    overflow: hidden;
}
.accordion-item {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.accordion-header {
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: #f9f9f9;
    color: #444;
    cursor: pointer;
    position: relative;
}
.accordion-header::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    font-size: 1.2rem;
    transition: transform 0.3s;
}
.accordion-header.active::after { content: '-'; }
.accordion-content {
    display: none;
    padding: 0 1.5rem 1rem;
}

/* ====== CONTACT SECTION ====== */
.contact-section {
    background: linear-gradient(120deg, #fafbfc 70%, #f4f6fa 100%);
    padding: 3rem 0;
}
.contact-title {
    font-weight: 700;
    text-align: center;
    color: #777;
    margin-bottom: 2rem;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}
.contact-details {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.contact-details::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(249,177,203,0.25) 0%, transparent 70%);
    z-index: 0;
}
.contact-details h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}
.contact-details p,
.contact-details a {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}
.contact-details i {
    color: #f9b1cb;
    margin-right: 0.5rem;
}
.contact-map {
    flex: 1 1 480px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: none;
}

/* ====== FOOTER ====== */
.footer {
    background: linear-gradient(145deg, #f4f6fa 0%, #fafbfc 100%);
    padding: 4rem 0 2rem;
    position: relative;
    font-size: 0.95rem;
    color: #555;
    overflow: hidden;
}
.footer::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(249,177,203,0.15) 0%, transparent 70%);
    z-index: 0;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}
.footer-logo h4 {
    font-weight: 700;
    color: #f9b1cb;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}
.footer-logo p { max-width: 340px; line-height: 1.6; }
.footer-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}
.footer-links a:hover {
    color: #f9b1cb;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.footer-social a {
    color: #fff;
    background-color: #f9b1cb;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(249, 177, 203, 0.35);
    transition: transform 0.3s, background 0.3s;
}
.footer-social a:hover {
    transform: scale(1.1);
    background-color: #f79cbf;
}
.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.85rem;
    color: #aaa;
    position: relative;
    z-index: 1;
}

.footer .tulip-logo-footer img {
    max-height: 56px;
    filter: drop-shadow(0 2px 12px rgba(119,119,119,0.12));
    transition: transform 0.3s ease-in-out;
}
.footer .tulip-logo-footer img:hover {
    transform: scale(1.08) rotate(-3deg);
}

/* ====== BOOKING MODAL ====== */
#bookingModal .modal-content {
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px rgba(249,177,203,0.15);
}
#bookingModal .form-check-label a {
    color: #f9b1cb;
    text-decoration: underline;
}


/* ====== FAQ SECTION ====== */
.faq-section {
    background: #fff;
    padding: 3rem 0 2.5rem 0;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    color: #f9b1cb;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: 0.01em;
}

.faq-item {
    background: #fafbfc;
    border-radius: 1.2rem;
    box-shadow: 0 2px 10px rgba(249, 177, 203, 0.06);
    margin-bottom: 1.25rem;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    transition: box-shadow 0.18s, transform 0.15s;
    position: relative;
}
.faq-item:hover {
    box-shadow: 0 8px 24px rgba(249,177,203,0.11);
    transform: translateY(-3px) scale(1.01);
}

.faq-question {
    font-weight: 600;
    color: #777;
    margin-bottom: 0.65rem;
    font-size: 1.14rem;
    letter-spacing: 0.01em;
}

.faq-answer {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .faq-title {
        font-size: 1.3rem;
        margin-bottom: 1.4rem;
    }
    .faq-item {
        padding: 1.1rem 0.9rem 1rem 0.9rem;
    }
    .faq-question {
        font-size: 1rem;
    }
    .faq-answer {
        font-size: 0.98rem;
    }
}




/* ====== BIG SECTIONS (pregnancy, gynecology, colposcopy, ultrasound) ====== */
.section-pregnancy,
.section-gynecology,
.section-colposcopy,
.section-ultrasound {
    background: #fff;
    padding: 4rem 0 3rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.section-pregnancy h2,
.section-gynecology h2,
.section-colposcopy h2,
.section-ultrasound h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #f9b1cb;
    margin-bottom: 1.4rem;
    letter-spacing: 0.01em;
}

.section-pregnancy h3,
.section-gynecology h3,
.section-colposcopy h3,
.section-ultrasound h3 {
    font-size: 1.16rem;
    font-weight: 600;
    color: #777;
    margin-bottom: 1rem;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
}

.section-pregnancy .lead,
.section-gynecology .lead,
.section-colposcopy .lead,
.section-ultrasound .lead {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

/* ====== ADVANTAGES LIST (универсально для всех преимуществ) ====== */
.section-pregnancy .bg-light ul,
.section-gynecology .bg-light ul,
.section-colposcopy .bg-light ul,
.section-ultrasound .bg-light ul {
    padding-left: 0 !important;
    margin-bottom: 1.4rem;
    list-style: none;
    /* убираем flex, пусть будет в потоке */
}

.section-pregnancy .bg-light li,
.section-gynecology .bg-light li,
.section-colposcopy .bg-light li,
.section-ultrasound .bg-light li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(249,177,203,0.09);
    padding: 1rem 1.1rem;
    font-size: 1.07rem;
    color: #444;
    line-height: 1.55;
    margin-bottom: 0.7rem;
    position: relative;
    transition: box-shadow 0.14s, transform 0.13s;
}

.section-pregnancy .bg-light li:last-child,
.section-gynecology .bg-light li:last-child,
.section-colposcopy .bg-light li:last-child,
.section-ultrasound .bg-light li:last-child {
    margin-bottom: 0;
}

.section-pregnancy .bg-light li i,
.section-gynecology .bg-light li i,
.section-colposcopy .bg-light li i,
.section-ultrasound .bg-light li i {
    color: #f9b1cb;
    background: #f9b1cb18;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18em;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(249,177,203,0.08);
}

.section-pregnancy .bg-light li:hover,
.section-gynecology .bg-light li:hover,
.section-colposcopy .bg-light li:hover,
.section-ultrasound .bg-light li:hover {
    box-shadow: 0 8px 24px rgba(249,177,203,0.14);
    transform: translateY(-1px) scale(1.01);
}

/* Остальные списки в секциях — простой стиль */
.section-pregnancy ul,
.section-gynecology ul,
.section-colposcopy ul,
.section-ultrasound ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.1rem;
}
.section-pregnancy li,
.section-gynecology li,
.section-colposcopy li,
.section-ultrasound li {
    font-size: 1.03rem;
    color: #444;
    margin-bottom: 0.55rem;
    display: flex;
    align-items: flex-start;
    gap: 0.4em;
    line-height: 1.5;
}
.section-pregnancy li i,
.section-gynecology li i,
.section-colposcopy li i,
.section-ultrasound li i {
    color: #f9b1cb;
    font-size: 1.16em;
    margin-right: 0.4em;
    min-width: 1.1em;
    margin-top: 2px;
}

/* == END ADVANTAGES == */

.bg-light.rounded-4.p-4.shadow-sm.h-100 {
    background: #fafbfc !important;
    border-radius: 1.3rem !important;
    box-shadow: 0 2px 12px rgba(249, 177, 203, 0.06) !important;
}

.section-pregnancy .text-center,
.section-gynecology .text-center,
.section-colposcopy .text-center,
.section-ultrasound .text-center {
    padding: 1.4rem 0 0 0;
}

.section-pregnancy .btn-main,
.section-gynecology .btn-main,
.section-colposcopy .btn-main,
.section-ultrasound .btn-main {
    font-size: 1.08rem;
    padding: 0.7rem 2rem;
    margin-bottom: 0.5rem;
}

.section-pregnancy .btn-outline-main,
.section-gynecology .btn-outline-main,
.section-colposcopy .btn-outline-main,
.section-ultrasound .btn-outline-main {
    font-size: 1.05rem;
    padding: 0.7rem 2rem;
    margin-bottom: 0.3rem;
}

.section-pregnancy .small,
.section-gynecology .small,
.section-colposcopy .small,
.section-ultrasound .small {
    color: #888 !important;
    font-size: 0.97rem !important;
}

.section-pregnancy .bi,
.section-gynecology .bi,
.section-colposcopy .bi,
.section-ultrasound .bi {
    vertical-align: -0.08em;
}

@media (max-width: 991.98px) {
    .section-pregnancy,
    .section-gynecology,
    .section-colposcopy,
    .section-ultrasound {
        padding: 2.3rem 0 1.2rem;
        border-radius: 1.1rem;
        margin-bottom: 1rem;
    }
    .section-pregnancy h2,
    .section-gynecology h2,
    .section-colposcopy h2,
    .section-ultrasound h2 {
        font-size: 1.28rem;
        margin-bottom: 1rem;
    }
    .section-pregnancy h3,
    .section-gynecology h3,
    .section-colposcopy h3,
    .section-ultrasound h3 {
        font-size: 1.05rem;
        margin-bottom: 0.8rem;
    }
    .section-pregnancy .bg-light li,
    .section-gynecology .bg-light li,
    .section-colposcopy .bg-light li,
    .section-ultrasound .bg-light li {
        font-size: 0.98rem;
        padding: 0.73rem 0.75rem;
        border-radius: 0.72rem;
    }
    .section-pregnancy .bg-light li i,
    .section-gynecology .bg-light li i,
    .section-colposcopy .bg-light li i,
    .section-ultrasound .bg-light li i {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 0.97em;
    }
    .section-pregnancy li,
    .section-gynecology li,
    .section-colposcopy li,
    .section-ultrasound li {
        font-size: 0.98rem;
        margin-bottom: 0.42rem;
    }
    .section-pregnancy .bg-light,
    .section-gynecology .bg-light,
    .section-colposcopy .bg-light,
    .section-ultrasound .bg-light {
        padding: 1.1rem 0.8rem !important;
    }
    .section-pregnancy .btn-main,
    .section-gynecology .btn-main,
    .section-colposcopy .btn-main,
    .section-ultrasound .btn-main {
        font-size: 1rem;
        padding: 0.58rem 1.4rem;
    }
    .section-pregnancy .btn-outline-main,
    .section-gynecology .btn-outline-main,
    .section-colposcopy .btn-outline-main,
    .section-ultrasound .btn-outline-main {
        font-size: 0.98rem;
        padding: 0.55rem 1.1rem;
    }
    .section-pregnancy .text-center,
    .section-gynecology .text-center,
    .section-colposcopy .text-center,
    .section-ultrasound .text-center {
        padding: 0.9rem 0 0 0;
    }
}

@media (max-width: 576px) {
    .section-pregnancy,
    .section-gynecology,
    .section-colposcopy,
    .section-ultrasound {
        padding: 1.1rem 0 0.7rem;
        border-radius: 0.6rem;
    }
    .section-pregnancy h2,
    .section-gynecology h2,
    .section-colposcopy h2,
    .section-ultrasound h2 {
        font-size: 1.02rem;
        margin-bottom: 0.7rem;
    }
    .section-pregnancy h3,
    .section-gynecology h3,
    .section-colposcopy h3,
    .section-ultrasound h3 {
        font-size: 0.96rem;
    }
    .section-pregnancy .bg-light li,
    .section-gynecology .bg-light li,
    .section-colposcopy .bg-light li,
    .section-ultrasound .bg-light li {
        font-size: 0.94rem;
        padding: 0.51rem 0.48rem;
        border-radius: 0.48rem;
    }
    .section-pregnancy .bg-light li i,
    .section-gynecology .bg-light li i,
    .section-colposcopy .bg-light li i,
    .section-ultrasound .bg-light li i {
        width: 19px;
        height: 19px;
        min-width: 19px;
        font-size: 0.89em;
    }
    .section-pregnancy li,
    .section-gynecology li,
    .section-colposcopy li,
    .section-ultrasound li {
        font-size: 0.94rem;
    }
    .section-pregnancy .bg-light,
    .section-gynecology .bg-light,
    .section-colposcopy .bg-light,
    .section-ultrasound .bg-light {
        padding: 0.8rem 0.3rem !important;
        border-radius: 0.8rem !important;
    }
    .section-pregnancy .btn-main,
    .section-gynecology .btn-main,
    .section-colposcopy .btn-main,
    .section-ultrasound .btn-main {
        font-size: 0.95rem;
        padding: 0.45rem 1.1rem;
    }
    .section-pregnancy .btn-outline-main,
    .section-gynecology .btn-outline-main,
    .section-colposcopy .btn-outline-main,
    .section-ultrasound .btn-outline-main {
        font-size: 0.93rem;
        padding: 0.4rem 0.7rem;
    }
    .section-pregnancy .text-center,
    .section-gynecology .text-center,
    .section-colposcopy .text-center,
    .section-ultrasound .text-center {
        padding: 0.6rem 0 0 0;
    }
}
