:root { --mavi: #6bc1f1 }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
header { background: url('img/headerbg.jpg') center/cover }
.bg-mavi { background-color: var(--mavi) }
.navbar-brand img { max-height: 50px; width: auto; object-fit: cover; object-position: center; transform: scale(2.5); }
.bg-goy{background-color: #072035;}
.bg-boz { background-color: #f1f1f1 }
.text-mavi { color: var(--mavi) }
.vh-50 { min-height: 50vh; }
.features:hover { opacity: .5;}
.serviceimgs{ width: 100px; height: 100px;}
.carousel-caption , .carousel-item {height: 200px;}
.carousel-indicators button { width: 45px!important; height: 45px!important; border-radius: 50%; }
.carousel-indicators button.active { width: 50px!important; height: 50px!important; }

.carousel-inner h6 { text-transform: uppercase; letter-spacing: .1rem;}
.carousel-inner p { text-transform: uppercase; color: rgba(255, 255, 255, 0.7);}

footer p{
    opacity: 0.7;
    font-size: 0.8rem;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
}

footer h5{
    margin-top: 40px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
    
}
/* 
.bt1 { background: url("img/feature-1.jpg") center/cover;}
.bt2 { background: url("img/feature-2.jpg") center/cover;}
.bt3 { background: url("img/feature-3.jpg") center/cover;}
.bt4 { background: url("img/feature-4.jpg") center/cover;}
.bt5 { background: url("img/feature-5.jpg") center/cover;} */

/* Contact Form Styles */
#contactForm .form-control,
#contactForm .form-select {
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

#contactForm .form-control:focus,
#contactForm .form-select:focus {
    border-color: var(--mavi);
    box-shadow: 0 0 0 0.2rem rgba(107, 193, 241, 0.25);
}

#contactForm label {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

#contactForm textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

#contactForm .form-check-input:checked {
    background-color: var(--mavi);
    border-color: var(--mavi);
}

#contactForm button[type="submit"] {
    transition: all 0.3s ease;
}

#contactForm button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 193, 241, 0.4);
}

/* PACS Section Styles */
#pacs-detalle .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#pacs-detalle .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

#pacs-detalle h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

#pacs-detalle ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

#pacs-detalle ul li {
    margin-bottom: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #contactForm .card-body {
        padding: 2rem 1.5rem !important;
    }

    #pacs-detalle .display-4 {
        font-size: 2rem;
    }

    #pacs-detalle .card-body {
        padding: 1.5rem !important;
    }
}

