html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    background: #F5F7F6;
    font-family: 'Segoe UI', sans-serif;
}

/* HERO SECTION */

.hero {
    position: relative;
    height: 520px;
}

    .hero img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.55);
    color: white;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}

    .hero-overlay h1 {
        font-size: 48px;
        font-weight: 700;
    }

    .hero-overlay p {
        font-size: 18px;
    }

/* SERVICES */

.service-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-6px);
    }

/* GALLERY */

.gallery img {
    border-radius: 10px;
    transition: 0.3s;
}

    .gallery img:hover {
        transform: scale(1.03);
    }

/* FOOTER */

footer {
    background: #111;
    color: white;
    padding: 40px;
    margin-top: 60px;
    text-align: center;
}

.hero {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.55);
    color: white;
    padding: 60px;
    border-radius: 12px;
    text-align: center;
    max-width: 700px;
}

    .hero-overlay h1 {
        font-size: 52px;
        font-weight: 700;
    }

.service-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-6px);
    }

.hero-full {
    position: relative;
    width: 100vw;
    height: 650px;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0,0,0,0.55);
    padding: 60px;
    border-radius: 12px;
    color: white;
    max-width: 750px;
}

    .hero-content h1 {
        font-size: 56px;
        font-weight: 700;
    }

    .hero-content p {
        font-size: 18px;
        margin-top: 10px;
    }

.page-header {
    background: #111;
    color: white;
    padding: 80px 0;
    margin-bottom: 40px;
}

    .page-header h1 {
        font-size: 42px;
        font-weight: 700;
    }

.service-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-6px);
    }

    .service-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }



.product-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .product-card:hover {
        transform: translateY(-6px);
    }

    .product-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }


.gallery-item {
    overflow: hidden;
    border-radius: 10px;
}

    .gallery-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: 0.4s;
    }

        .gallery-item img:hover {
            transform: scale(1.08);
        }


.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .testimonial-card:hover {
        transform: translateY(-6px);
    }

.stars {
    color: #1FC62B;
    font-size: 20px;
    margin-bottom: 15px;
}


.notice-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .notice-card:hover {
        transform: translateY(-6px);
    }






.about-header {
    background: #000;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

    .about-header h1 {
        font-size: 48px;
        font-weight: 700;
    }

.info-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.mission-section {
    background: #f5f5f5;
    padding: 60px 0;
}

.value-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .value-card:hover {
        transform: translateY(-6px);
    }




.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .testimonial-card:hover {
        transform: translateY(-6px);
    }

.stars {
    color: #ffc107;
    font-size: 20px;
    letter-spacing: 3px;
}
