/* Custom styles for ЯД ЛЕ-АХЛАМА */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    display: flex;
    flex-direction: column;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    font-family: "Exo 2", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #dd0000;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.logo-img {
    height: 60px;
    width: auto;
}

.company-name {
    color: #dc2626;
}

.accessibility-icon {
    font-size: 1.2rem;
    color: #1e3a8a;
    display: inline-block;
    margin-left: 10px;
}

/* Blue Banner */
.blue-banner {
    background: #1e3a8a;
    color: white;
    padding: 15px 0;
}

.banner-text {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.banner-text strong {
    font-size: 1.2rem;
}

/* Main Content */
.main {
    flex: 1;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    background: url("../../assets/images/shero_bg.webp") no-repeat;
    background-size: cover;
    background-position: 100% 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

/*.cta-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    opacity: 0.8;
    z-index: 1;
}*/

.cta-section .container {
    position: relative;
    z-index: 2;
}

.medical-image {
    padding: 20px;
    text-align: center;
}

.medical-placeholder img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.language-text {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1e3a8a;
    padding: 15px 30px;
    background: #f0f9ff;
    border: 2px solid #1e3a8a;
    border-radius: 8px;
    text-align: center;
}

.cta-section .btn {
    border-radius: 8px;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
}

.cta-section .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Services Section */
.services-section {
    padding: 60px 0;
    background: #fff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dc2626;
    margin-bottom: 40px;
}

.services-content {
    max-width: 800px;
    margin: 0 auto;
}

.services-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
}

.services-list li {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
}

.services-list li:before {
    content: "•";
    color: #dc2626;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 15px;
}

.services-list li:last-child {
    border-bottom: none;
}

.pricing-item {
    background: #fef2f2;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #dc2626;
    margin: 20px 0 0 0;
    position: relative;
}

.pricing-item:before {
    display: none;
}

.pricing-item strong {
    color: #dc2626;
    font-size: 1.2rem;
    display: block;
    text-align: center;
}

/* About Section */
.about-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact Section */
.contact-section {
    background: #1e3a8a;
    color: white;
    padding: 60px 0;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 500;
}

.contact-form .form-control {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    font-size: 1.1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-form .form-control:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
    border: none;
}

.contact-form .btn {
    border-radius: 8px;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}

.required-note {
    margin-top: 15px;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Footer */
.footer {
    background: #c2d3f9;
    color: #fff;
    padding: 30px 0;
}

.footer-text {
    margin: 0;
    font-size: 0.9rem;
    color: #9ca3af;
}

.footer-logo {
    height: 40px;
    width: 140px;
    margin: 0 auto;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-header {
    border: 0!important;
    padding: 0!important;
    position: relative;
}

.modal-body {
    padding: 0 30px 20px;
}

.modal-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
}

.modal .form-control {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 15px 20px;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.modal .form-control:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.modal .btn-danger {
    background: #dc2626;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modal .btn-danger:hover {
    background: #b91c1c;
    transform: translateY(-1px);
}

.modal-footer {
    border: none;
    padding: 0 30px 20px;
}

.red-line {
    height: 3px;
    background: #dc2626;
    border-radius: 2px;
}

.modal-close {
    background: #dc2626 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1050;
    cursor: pointer;
}

.modal-close:hover {
    background: #fa4545 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    .medical-image {
        padding-left: 0;
        padding-right: 0;
    }

    .cta-section {
        max-height: 300px;
        padding: 30px 0;
        background-image: url("../../assets/images/shero_bg_mob.webp");
        background-position: 50% 100%;
    }
}

@media (max-width: 768px) {
    .company-name {
        font-size: 1.4rem;
    }
    
    .banner-text {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    


    .cta-section .btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .contact-title {
        font-size: 1.3rem;
    }
    
    .about-content p {
        font-size: 1rem;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 1.1rem;
    }

    .language-text {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
