body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #f9f9f9;
    color: #222;
}

.navbar-brand {
    letter-spacing: 1px;
    font-size: 1.7rem;
}

.mini-logo {
    color: #fe460e;
    font-weight: 700;
}

.hero {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(24,77,71,0.12);
}
.hero .container {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease;
}
.hero h1, .hero p {
    color: #fff;
    text-shadow: 0 4px 16px rgba(24,77,71,0.25);
}
.animate-fade {
    opacity: 0;
    animation: fadeInUp 1s forwards;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

section {
    scroll-margin-top: 70px;
}

.card-title {
    font-weight: 700;
    color: #fe460e;
}

.card {
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(24,77,71,0.06);
}
.card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 12px 32px rgba(24,77,71,0.15);
}

.bg-light {
    background: #f6f6f6 !important;
}

.footer-modern {
    background: #222;
    color: #fff;
    letter-spacing: 0.5px;
    box-shadow: 0 -2px 24px rgba(24,77,71,0.13);
    margin-top: 4rem;
}
.footer-modern h5, .footer-modern h6 {
    color: #fff;
}
.footer-modern a {
    transition: color 0.2s;
}
.footer-modern a:hover {
    color: #fff;
    text-shadow: 0 2px 8px rgba(30,107,90,0.18);
}
.footer-modern .input-group .form-control {
    border-radius: 8px 0 0 8px;
    border: none;
}
.footer-modern .input-group .btn {
    border-radius: 0 8px 8px 0;
    background: #ff5f2e;
    border: none;
}
.footer-modern .input-group .btn:hover {
    background: #fe460e;
}
.footer-modern hr {
    border-color: rgba(255,255,255,0.15);
}
.footer-modern .fs-4 {
    font-size: 1.6rem !important;
}
.footer-modern .bi {
    vertical-align: -.125em;
}
@media (max-width: 767px) {
    .footer-modern {
        text-align: center;
        border-radius: 16px 16px 0 0;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 45vh;
        padding: 3rem 0;
    }
    .navbar-brand {
        font-size: 1.2rem;
    }
    .gallery-img {
        margin-bottom: 1rem;
    }
}

/* Gallery enhancements */
.gallery-img {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(24,77,71,0.08);
    cursor: pointer;
}
.gallery-img:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 0 8px 28px rgba(24,77,71,0.16);
}

section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

/* Why Choose Us */
#why-us .bi {
    font-size: 2.5rem;
    color: #ff5f2e;
    background: linear-gradient(135deg, #eafaf4 60%, #f6f6f6 100%);
    border-radius: 50%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(24,77,71,0.08);
}
#why-us .p-4 {
    transition: box-shadow 0.3s, transform 0.3s;
}
#why-us .p-4:hover {
    box-shadow: 0 8px 28px rgba(24,77,71,0.13);
    transform: translateY(-4px) scale(1.03);
}

/* Process Steps */
.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #ff5f2e 60%, #fe460e 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(24,77,71,0.10);
    margin-bottom: 0.8rem;
    margin-top: 0.3rem;
    transition: background 0.2s;
}
.process-step span {
    display: block;
    font-size: 1.3rem;
}

/* Testimonials */
.testimonial {
    border-left: 5px solid #ff5f2e;
    position: relative;
    min-height: 180px;
}
.testimonial img {
    box-shadow: 0 2px 8px rgba(30,107,90,0.13);
    border: 3px solid #eafaf4;
}
.testimonial h6 {
    color: #fe460e;
}

/* FAQ Accordion */
#faq .accordion-button {
    color: #fe460e;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    transition: background 0.2s;
}
#faq .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #ff5f2e 60%, #fe460e 100%);
    color: #fff;
}
#faq .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
#faq .accordion-item {
    border-radius: 8px;
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0 2px 8px rgba(24,77,71,0.07);
}
#faq .accordion-body {
    background: #fff;
    border-radius: 0 0 8px 8px;
    color: #222;
}


h2, h5, .navbar-brand {
    letter-spacing: 0.5px;
}

.list-unstyled li {
    font-size: 1.08rem;
    margin-bottom: 0.75rem;
}

.btn-primary {
    font-size: 1.1rem;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(24,77,71,0.09);
    background: #fe460e;
    border: none;
}

.btn-primary:hover {
    background: #ff5f2e;
}

.btn-primary.btn-lg {
    padding: 0.75rem 1.5rem;
}

.btn-primary.btn-sm {
    padding: 0.1rem .5rem;
}

.bg-light {
    background: linear-gradient(90deg, #f6f6f6 80%, #eafaf4 100%) !important;
}

.navbar-nav .nav-item:hover .nav-link,
.copyright-text a {
    color: #fe460e;
    text-decoration: none;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}