/* GLOBAL STYLES */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 15px !important;
    color: #3b3b3b !important;
}
main{
    padding-top: 110px;
}
.active{
    color: #283891 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #283891 !important;
}
.link-footer{
    color: #ffffff !important;
    text-decoration: none !important;
}
.cols-container{
    min-height: 540px;
}
.cols-container-contact{
    min-height: 480px;
}
.text-blue {
    color: #283891 !important;
}
.text-blue-light {
    color: #3e96d1 !important
}
.text-bold {
    font-weight: bold !important;
}
@media (max-width: 545px) {
    main{
        padding-top: 75px;
    }
}
/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    padding: 0px 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-top{
    background-color: #283891;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.navbar ul {
    list-style: none;
    display: flex;
    gap: 15px;
}
.navbar a {
    color: white;
    text-decoration: none;
}
.navbar-logo {
    width: 200px;
}
.navbar-nav {
    display: flex;
    align-items: center;
    padding-left: 6rem !important;
}
.btn-appointment {
    background-color: #3d96d1 !important;
}
.top-contact {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.navbar-light .navbar-toggler{
    border: none;
}
.navbar-toggler {
    border: none;
    background-color: transparent;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 5px 0;
}
.menu-mobile{
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100vh;
    top: -100vh;
    transition: top 0.3s ease;
    z-index: 10;
    padding-top: 130px;
    display: none;
    text-align: center;
}
.view-menu-mobile{
    top: 0;
}
.menu-mobile .navbar-nav{
    padding-left: 0px !important;
    margin-bottom: 30px;
}
.menu-mobile .navbar-nav .nav-item .nav-link{
    font-size: 1.3em;
    color: #666;
}
.menu-mobile .btn-appointment{
    background-color: #3d96d1;
}
.menu-mobile-contact{
    padding-left: 0px !important;
    margin-bottom: 30px;
    display: none;
}
.menu-mobile-contact .link-footer{
    font-size: 1.1em;
    color: #666 !important;
}
.filter-gray{
    filter: brightness(.6) invert(1);
}
@media (max-width: 992px) {
    .navbar-toggler {
        display: block;
    }
    .header-btn-appointment{
        display: none !important;
    }
    .menu-mobile{
        display: block;
    }
}
@media (max-width: 545px) {
    .menu-mobile-contact{
        display: block;
    }
    .header-top{
        display: none;
    }
    .text-footer {
        font-size: 12px !important;
    }
}

/* HERO SECTION */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
    background-color: #f0f8ff;
}
.hero-home {
    background-image: url('../img/home/banner_hero_home.jpg'); 
    background-size: cover; 
    background-position: center; 
    height: 750px;
}
.hero-text {
    color: #283891;
}
.lead {
    max-width: 250px;
    font-size: 1.5rem !important;
    margin: 0 auto;
}
.hero-content {
    max-width: 50%;
}
@media (max-width: 991px) {
    .hero-home {
        height: 490px;
    }
}
@media (max-width: 767px) {
    .hero-home {
        background-position: -280px center;
    }
}
@media (max-width: 605px) {
    .hero-home {
        position: relative;
        background-position: right center;
    }
    .hero-home::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .left-col-hero{
        display: none;
    }
    .hero-text{
        text-align: center;
    }
}
@media (max-width: 564px) {
    .hero-text h1{
        font-size: 2.5rem !important;
    }
    .hero-text p{
        font-size: 1.2rem !important;
    }
    .lead{
        font-size: 1.2rem !important;
    }
}

/* BUTTONS */
button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.btn-appointment-hero {
    background-color: #3d96d1 !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
}

/* TESTIMONIALS */
.testimonials{
    background-color: #edf7ff;
}
.text-testimonial {
    font-size: .9rem !important;
    font-weight: 500 !important;
    color: #555555 !important;
    font-style: italic !important;
    text-align: center !important;
}

/* SERVICES */
.services, .aesthetic-medicine {
    padding: 50px 20px;
    background-color: #f9f9f9;
}
.text-services {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #555555 !important;
}

/* FOOTER */
footer {
    background-color: #00358a;
    color: white;
    padding: 20px;
    text-align: center;
}
.footer {
    background-color: #00358a;
    color: white;
    padding: 40px 0;
    text-align: left;
}
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer .row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.footer a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.footer a:hover {
    text-decoration: underline;
}
.img-footer{
    filter: brightness(0) invert(1);
    max-width: 230px;
    width: 100%;
    margin-bottom: 20px;
}
.text-footer{
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}
.menu-footer li{
    padding-left: 0;
    padding-bottom: 20px;
}
.bottom-footer {
    padding: 10px 0;
    text-align: center;
}
.bottom-footer span {
    margin-right: 15px;
    display: inline-block;
}
@media (max-width: 767px) {
    footer .container{
        padding: 0px !important;
    }
    footer .container .row .col-md-3, 
    footer .container .row .col-md-9 p, 
    .menu-footer li,
    .title-contact-footer{
        text-align: center !important;
    }
    .bottom-footer .container{
        justify-content: center !important;
    }
}
/* TESTIMONIAL CARD */
.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #a2dafa !important;
    border-radius: 12px !important;
    margin-bottom: 30px;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stars {
    color: #FFD700;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.testimonial-author {
    position: absolute;
    bottom: 30px;
    max-width: 210px;
    display: flex;
    align-items: center;
    margin-top: auto;
}
.testimonial-author img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonial-author strong {
    display: block;
    font-size: 1em;
    line-height: 1.1em;
}
.testimonial-author span {
    font-size: 0.9em;
    color: #666;
}
.icon-testimonial{
    position: absolute;
    width: 67px;
    height: 53px;
    bottom: 10px;
    right: 10px;
    background-image: url(../img/testimonial/testimonial-quote.png);
    background-size: contain;
    background-position: center;
}
@media (max-width: 991px) {
    .icon-testimonial {
        position: absolute;
        width: 45px;
        height: 33px;
        bottom: 5px;
        right: 5px;
    }
}
@media (max-width: 767px) {
    .testimonials .container .row .col-md-4 {
        margin-bottom: 20px;
    }
}
/* SERVICE CARD */
.service-card {
    background-color: #edf7ff !important;
    border: 1px solid #a2dafa !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-card .card-img-top {
    height: 250px;
}
.service-card {
    padding: 20px;
}
.card-body-testimonial{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 90px !important;
}
.service-card .card-title {
    color: #007bff;
    font-size: 1.25em;
    margin-bottom: 15px;
}
.service-card ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.service-card ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.service-card ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/services/check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    margin-right: 15px;
    color: #007bff;
}
@media (max-width: 991px) {
    .cols-services{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 40px;
    }
    .service-card .card-img-top {
        max-width: 350px;
        height: auto;  
        margin: 0 auto;
    }
}

/* BOTTOM BANNER */
.bottom-banner{
    background-image: url(../img/home/banner_bottom.jpg);
    background-size: auto;
    background-position: center -180px;
    height: 760px;
    position: relative;
}
.img-banner-bottom{
    max-width: 680px;
}

/* ABOUT US */
.about-us{
    background-color: #edf7ff;
}
.about-us .container{
    background-image: url('../img/about-us/bg-about-us.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    padding: 50px 0;
}
.subscribe-left {
    background-image: url('../img/about-us/subscribe-left.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.subscribe-right {
    background-image: url('../img/about-us/subscribe-right.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.title-subscribe {
    font-size: 2.8em;
    font-weight: 600;
    text-align: center;
}
.offer-box {
    background-color: #3e96d1;
    color: white;
    border-radius: 30px;
    padding: 5px 20px;
    margin: 0px 0px 35px 0px;
    font-size: 2.3em;
    text-align: center;
}
@media (max-width: 991px) {
    .img-banner-bottom {
        max-width: 450px;
    }
    .bottom-banner {
        background-position: center center;
        background-size: cover;
        height: 500px;
    }
    .col-right-about-us{
        display: none;
    }
    .col-left-about-us{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .hero-home::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .about-us .container{
        padding-left: 50px;
        padding-right: 50px;
    }
    .about-us .container::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .offer-box{
        font-size: 1.5rem !important;
    }
    .title-subscribe {
        font-size: 2em;
    }
}
@media (max-width: 745px) {
    .img-banner-bottom {
        max-width: 310px;
    }
}
@media (max-width: 564px) {
    .img-banner-bottom {
        max-width: 220px;
    }
}
@media (max-width: 530px) {
    .about-us .container{
        background-image: unset;
    }
    .about-us .container::before{
        background-color: unset;
    }
}

/* BUTTONS */
.btn-dark-blue {
    background-color: #283891;
    color: white;
    border: none;
    padding: 7px 35px;
    border-radius: 25px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-dark-blue:hover {
    background-color: #1f2d5a;
}

/* MISSION SECTION */
.mission-section {
    background: linear-gradient(to right, #e9e6e1 50%, #edf7ff 50%);
}
.mission-left {
    background-image: url('../img/about-us/mision-left.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mission-right {
    background-color: #edf7ff;
    padding: 20px;
    text-align: center;
}
.mission-text {
    color: #283891;
    font-size: 2.3rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
@media (max-width: 991px) {    
    .mission-text {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}
@media (max-width: 767px) {
    .mission-left {
        display: none;
    }
    .mission-section {
        background: #edf7ff;
    }
    .subscribe-left {
        display: none;
    }
}


/* BUTTONS */
.btn-light-blue {
    background-color: #d0e7ff;
    color: #283891;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-light-blue:hover {
    background-color: #b0d7ff;
}

/* CONTACT US */
.contact-us{
    background-color: #edf7ff;
    padding-top: 50px;
}
.contact-left {
    background-image: url('../img/contact/bg-contact.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.contact-right {
    padding: 20px;
    background-color: #edf7ff;
}
.contact-right .form-group {
    margin-bottom: 15px;
}
.contact-right .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}
.contact-form {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}
.contact-form .form-group input, .contact-form .form-group textarea{
    border: 1px solid #3e96d1;
}
.contact-right .btn-primary {
    background-color: #3e96d1;
    color: white;
    border: none;
    padding: 8px 35px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.contact-right .btn-primary:hover {
    background-color: #2d6fa6;
}

/* BLOG CONTENT */
.container-blog-content{
    padding: 20px;
    border: 2px solid #b0d7ff;
    border-radius: 15px;
    background-color: #edf7ff;
    margin-bottom: 30px;
}
.img-blog{
    border-radius: 20px;
}
.rainbow-bullet{
    color: #ff0000;
    font-size: .6em;
    line-height: .8em;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .contact-left h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 767px) {
    .contact-left h2 {
        font-size: 2rem;
    }
    .cols-container-contact {
        min-height: 250px;
    }
}
/* INTRO */
.intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: opacity 1s ease, visibility 1s ease;
}
.intro.hidden {
    opacity: 0;
    visibility: hidden;
}
.logo-container {
    position: relative;
    width: 100px;
    height: 100px;
}
.logo-container img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle {
    width: 100px;
    height: 100px;
    border: 5px solid #3e96d1;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
