/* /Pages/About.cshtml.rz.scp.css */
/* ============================
   HERO SECTION
============================ */
.about-hero[b-bmz5fg8240] {
    text-align: center;
    padding: 80px 20px 40px;
}

    .about-hero h1[b-bmz5fg8240] {
        font-size: 2.5rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .about-hero p[b-bmz5fg8240] {
        font-size: 1.2rem;
        color: #555;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

/* ============================
   PHOTO + INTRO SECTION
============================ */
.about-hero-block[b-bmz5fg8240] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.about-photo img[b-bmz5fg8240] {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.about-hero-text[b-bmz5fg8240] {
    max-width: 600px;
}

    .about-hero-text h2[b-bmz5fg8240] {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .about-hero-text p[b-bmz5fg8240] {
        font-size: 1.1rem;
        color: #444;
        line-height: 1.7;
        margin-bottom: 18px;
    }

/* ============================
   CONTENT SECTION
============================ */
.about-content[b-bmz5fg8240] {
    max-width: 900px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

/* ============================
   INFO CARDS
============================ */
.about-card[b-bmz5fg8240] {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .about-card:hover[b-bmz5fg8240] {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }

    .about-card h2[b-bmz5fg8240] {
        font-size: 1.6rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .about-card p[b-bmz5fg8240] {
        font-size: 1.05rem;
        color: #555;
        line-height: 1.7;
    }

    .about-card ul[b-bmz5fg8240] {
        padding-left: 20px;
        color: #555;
        line-height: 1.7;
    }

    .about-card li[b-bmz5fg8240] {
        margin-bottom: 8px;
    }

/* ============================
   RESPONSIVE TWEAKS
============================ */
@media (max-width: 768px) {
    .about-photo img[b-bmz5fg8240] {
        width: 200px;
        height: 200px;
    }

    .about-hero-block[b-bmz5fg8240] {
        flex-direction: column;
        text-align: center;
    }

    .about-hero-text[b-bmz5fg8240] {
        max-width: 100%;
    }
}

.about-hero[b-bmz5fg8240],
.about-hero-block[b-bmz5fg8240] {
    background: rgba(255, 255, 255, 0.55);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    margin-bottom: 40px;
}

/* /Pages/Contact.cshtml.rz.scp.css */
/* ============================
   HERO
============================ */
.contact-hero[b-piqhqob3ns] {
    text-align: center;
    padding: 80px 20px 40px;
}

    .contact-hero h1[b-piqhqob3ns] {
        font-size: 2.5rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .contact-hero p[b-piqhqob3ns] {
        font-size: 1.2rem;
        color: #555;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

/* ============================
   ACTION BUTTONS
============================ */
.contact-actions[b-piqhqob3ns] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0 20px;
}

.contact-btn[b-piqhqob3ns] {
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

    .contact-btn.primary[b-piqhqob3ns] {
        background: #2c3e50;
        color: #fff;
    }

    .contact-btn.secondary[b-piqhqob3ns] {
        background: #f4f4f4;
        color: #2c3e50;
        border: 1px solid #ddd;
    }

    .contact-btn:hover[b-piqhqob3ns] {
        transform: translateY(-3px);
    }

/* ============================
   CONTACT FORM FIX
============================ */
.contact-form[b-piqhqob3ns] {
    max-width: 700px;
    margin: 60px auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
}

    .contact-form h2[b-piqhqob3ns] {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .contact-form p[b-piqhqob3ns] {
        text-align: center;
        color: #555;
        margin-bottom: 25px;
    }

    .contact-form form[b-piqhqob3ns] {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .contact-form input[b-piqhqob3ns],
    .contact-form textarea[b-piqhqob3ns] {
        width: 100%;
        padding: 14px;
        border-radius: 10px;
        border: 1px solid #ccc;
        font-size: 1rem;
        background: #fafafa;
        box-sizing: border-box;
    }

    .contact-form textarea[b-piqhqob3ns] {
        height: 140px;
        resize: none;
    }

.contact-submit[b-piqhqob3ns] {
    align-self: center;
    width: 200px;
    padding: 14px;
    background: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .contact-submit:hover[b-piqhqob3ns] {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
    .contact-form[b-piqhqob3ns] {
        padding: 30px 20px;
    }
}


/* ============================
   INFO CARDS
============================ */
.contact-info[b-piqhqob3ns] {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 20px;
}

.contact-card[b-piqhqob3ns] {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    text-align: center;
}

    .contact-card h2[b-piqhqob3ns] {
        font-size: 1.6rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .contact-card p[b-piqhqob3ns] {
        font-size: 1.05rem;
        color: #555;
        line-height: 1.6;
    }

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
    .contact-actions[b-piqhqob3ns] {
        flex-direction: column;
    }
}
/* /Pages/Index.cshtml.rz.scp.css */
/* ------------------------------
   HERO SECTION (background image)
------------------------------ */

.hero[b-y80bdwc5iu] {
    background: url("/images/hero.jpg") center/cover no-repeat;
    padding: 140px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: hidden; /* ensures rounded corners apply to overlay */
}

    /* Gradient overlay */
    .hero[b-y80bdwc5iu]::before {
        content: "";
        position: absolute;
        inset: 0;
        /* ⭐ Gradient overlay — tweak colors as needed */
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25) );
        border-radius: inherit;
        z-index: 0;
    }

.hero-inner[b-y80bdwc5iu] {
    position: relative;
    z-index: 1; /* text stays above the gradient */
    color: #fff;
}


.hero-title[b-y80bdwc5iu] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-subtitle[b-y80bdwc5iu] {
    font-size: 1.25rem;
    margin-bottom: 35px;
    line-height: 1.6;
}

.hero-cta[b-y80bdwc5iu] {
    margin-top: 20px; /* add this */
    background: #4a9ef2;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255,255,255,0.85);
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}


    .hero-cta:hover[b-y80bdwc5iu] {
        background: #3a7bd5;
        transform: translateY(-2px); /* smaller lift */
        box-shadow: 0 5px 16px rgba(0,0,0,0.35); /* softer */
    }





/* ------------------------------
   INTRO SECTION
------------------------------ */

.home-intro[b-y80bdwc5iu] {
    max-width: 900px;
    margin: 60px auto;
    text-align: center;
    padding: 0 20px;
}

    .home-intro h2[b-y80bdwc5iu] {
        font-size: 2rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .home-intro p[b-y80bdwc5iu] {
        font-size: 1.1rem;
        color: #555;
        line-height: 1.7;
    }
/* /Pages/Privacy.cshtml.rz.scp.css */


.privacy[b-glky8tmxks] {
    max-width: 900px;
    margin: auto;
    padding: 50px 20px;
    font-family: system-ui, sans-serif;
}

    .privacy h1[b-glky8tmxks] {
        font-size: 2.6rem;
        margin-bottom: 15px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

.intro[b-glky8tmxks] {
    margin-bottom: 35px;
    color: #555;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* --- Card Base Style --- */
.card[b-glky8tmxks] {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    margin-bottom: 28px;
    border: 1px solid #e5e5e5;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .card:hover[b-glky8tmxks] {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

    .card h2[b-glky8tmxks] {
        margin-bottom: 12px;
        font-size: 1.35rem;
        font-weight: 600;
        letter-spacing: -0.3px;
    }

    .card p[b-glky8tmxks] {
        color: #444;
        line-height: 1.65;
        font-size: 1.05rem;
    }

    /* --- Contact Card Upgrade --- */
    .card.contact[b-glky8tmxks] {
        border-left: 5px solid #4a90e2;
        background: linear-gradient(180deg, #fdfdfd 0%, #f7faff 100%);
    }
/* /Pages/Services.cshtml.rz.scp.css */
/* ------------------------------
   Services Hero
------------------------------ */

.services-hero[b-62is26ll1b] {
    text-align: center;
    max-width: 800px;
    margin: 40px auto 60px;
    padding: 0 20px;
}

    .services-hero h1[b-62is26ll1b] {
        font-size: 2.5rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .services-hero p[b-62is26ll1b] {
        font-size: 1.2rem;
        color: #555;
        line-height: 1.6;
    }


/* ------------------------------
   Services Grid
------------------------------ */

.services-grid[b-62is26ll1b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.service-card[b-62is26ll1b] {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

    .service-card:hover[b-62is26ll1b] {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }

    .service-card h2[b-62is26ll1b] {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 12px;
    }

    .service-card p[b-62is26ll1b] {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    /* BUTTONS*/

.service-email-btn[b-62is26ll1b] {
    display: block;
    padding: 12px 20px;
    background: #4a9ef2;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 15px;
    margin-top: auto;
}


    .service-email-btn:hover[b-62is26ll1b] {
        background: #3a7bd5;
        transform: translateY(-2px);
        box-shadow: 0 5px 14px rgba(0,0,0,0.22);
    }

    .service-email-btn:active[b-62is26ll1b] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0,0,0,0.18);
    }

/* ------------------------------
   Mobile Fixes for Services Page
------------------------------ */

@media (max-width: 768px) {

    .services-hero[b-62is26ll1b] {
        margin: 20px auto 40px;
        padding: 0 15px;
    }

        .services-hero h1[b-62is26ll1b] {
            font-size: 2rem;
        }

        .services-hero p[b-62is26ll1b] {
            font-size: 1rem;
            line-height: 1.4;
        }

    .services-grid[b-62is26ll1b] {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
        margin-bottom: 40px;
    }

    .service-card[b-62is26ll1b] {
        padding: 20px;
        border-radius: 10px;
    }

        .service-card h2[b-62is26ll1b] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .service-card p[b-62is26ll1b] {
            font-size: 0.95rem;
            line-height: 1.4;
        }

    .service-email-btn[b-62is26ll1b] {
        padding: 12px;
        font-size: 1rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-vzzki61sp5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-vzzki61sp5] {
  color: #0077cc;
}

.btn-primary[b-vzzki61sp5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-vzzki61sp5], .nav-pills .show > .nav-link[b-vzzki61sp5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-vzzki61sp5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-vzzki61sp5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-vzzki61sp5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-vzzki61sp5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-vzzki61sp5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Mobile layout fixes */
@media (max-width: 768px) {

    .header-inner[b-vzzki61sp5] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .header-nav-list[b-vzzki61sp5] {
        flex-direction: column;
        gap: 8px;
        padding: 0;
        margin: 0;
    }

    .header-nav-item[b-vzzki61sp5] {
        width: 100%;
        text-align: center;
    }

    .header-nav-link[b-vzzki61sp5] {
        display: block;
        padding: 10px 0;
        font-size: 1.1rem;
    }

    .page-container[b-vzzki61sp5] {
        padding: 10px;
    }

    .page-main[b-vzzki61sp5] {
        padding: 10px 0;
    }

    .site-footer[b-vzzki61sp5] {
        text-align: center;
        padding: 15px 0;
    }
}

