@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* _content/PortFolio/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2faxv250u2] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-2faxv250u2] {
    flex: 1;
}
/* _content/PortFolio/Components/Layout/NavMenu.razor.rz.scp.css */
/* Styles moved to component or global css */
/* _content/PortFolio/Components/Pages/About.razor.rz.scp.css */
/* About Page Styles */

.about-intro[b-yyqujju8u3] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about-img[b-yyqujju8u3] {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.about-text[b-yyqujju8u3] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.mission-box[b-yyqujju8u3] {
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.stats-section[b-yyqujju8u3] {
    background: linear-gradient(135deg, #1a2a3a 0%, #2c3e50 100%);
    padding: 4rem 0;
}

.stat-item i[b-yyqujju8u3] {
    color: #d4af37;
    /* Gold accent */
}

.stat-number[b-yyqujju8u3] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.stat-label[b-yyqujju8u3] {
    font-size: 0.9rem;
    letter-spacing: 1px;
    opacity: 0.8;
    color: #fff;
}

.feature-box[b-yyqujju8u3] {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-box:hover[b-yyqujju8u3] {
    transform: translateY(-5px);
    border-color: #d4af37;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.feature-box h4[b-yyqujju8u3] {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #1a2a3a;
}

.feature-box p[b-yyqujju8u3] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}
/* _content/PortFolio/Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Styles */

.contact-intro[b-06xrr1zkpb] {
    padding: 80px 0 40px;
}

.icon-box[b-06xrr1zkpb] {
    width: 50px;
    height: 50px;
    background-color: rgba(40, 116, 252, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}

.text-primary[b-06xrr1zkpb] {
    color: #2874fc !important;
}

.contact-form-card[b-06xrr1zkpb] {
    border-top: 5px solid #2874fc;
}

.form-control[b-06xrr1zkpb] {
    padding: 0.8rem 1rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.form-control:focus[b-06xrr1zkpb] {
    box-shadow: 0 0 0 4px rgba(40, 116, 252, 0.1);
    border-color: #2874fc;
}

.btn-primary[b-06xrr1zkpb] {
    background-color: #2874fc;
    border-color: #2874fc;
}

.btn-primary:hover[b-06xrr1zkpb] {
    background-color: #1a5ac8;
    border-color: #1a5ac8;
}
/* _content/PortFolio/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-d9yqhdk2f3] {
    position: relative;
    background: linear-gradient(135deg, rgb(212 175 55 / 38%) 0%, rgb(212 175 55 / 17%) 100%), url(images/hero-bg.jpg) no-repeat center center / cover;
    color: white;
    padding: 150px 0 100px;
    margin-bottom: 2rem;
}

.hero-title[b-d9yqhdk2f3] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-subtitle[b-d9yqhdk2f3] {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.custom-btn[b-d9yqhdk2f3] {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* General Section */
.section[b-d9yqhdk2f3] {
    padding: 80px 0;
}

.section-title[b-d9yqhdk2f3] {
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Service Card */
.service-card[b-d9yqhdk2f3] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.service-card:hover[b-d9yqhdk2f3] {
    transform: translateY(-5px);
}

.service-icon img[b-d9yqhdk2f3] {
    max-width: 60px;
}

/* FAQ Section Styling */
.faq-section[b-d9yqhdk2f3] {
    background-color: #fff;
}

.faq-container[b-d9yqhdk2f3] {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item[b-d9yqhdk2f3] {
    background-color: #F6F5F0;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-header[b-d9yqhdk2f3] {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-header:hover[b-d9yqhdk2f3] {
    background-color: #eae8e0;
}

.faq-item.active[b-d9yqhdk2f3] {
    background-color: #ECEBE4;
    /* Slightly darker */
}

.faq-question[b-d9yqhdk2f3] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
}

.faq-toggle-btn[b-d9yqhdk2f3] {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-item.active .faq-toggle-btn[b-d9yqhdk2f3] {
    transform: rotate(180deg);
    background-color: #333;
    color: white;
    border-color: #333;
}

.faq-body[b-d9yqhdk2f3] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content[b-d9yqhdk2f3] {
    padding: 0 2rem 2rem 2rem;
    color: #555;
    line-height: 1.6;
}

/* Testimonials */
.testimonial-card[b-d9yqhdk2f3] {
    background: #EAE8DF;
    /* Beige background from image */
    padding: 2.5rem;
    border-radius: 4px;
    /* Sharper corners as per design */
    height: auto;
    /* Allow auto height for masonry feel */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle border */
    box-shadow: none;
    /* Removed shadow for cleaner flat look */
}

.testimonial-text[b-d9yqhdk2f3] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    font-weight: 400;
}

.testimonial-author[b-d9yqhdk2f3] {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.testimonial-author img[b-d9yqhdk2f3] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 2px solid white;
    /* White border around avatar */
}

.testimonial-name[b-d9yqhdk2f3] {
    font-family: var(--font-heading);
    font-size: 1rem;
    color: #1a2a3a;
}

.section-title[b-d9yqhdk2f3] {
    font-size: 3.5rem;
    /* Larger title */
    line-height: 1.1;
    color: #0c2e3e;
    /* Dark navy */
    margin-bottom: 3rem;
}

/* Scroll Animation */
.animate-on-scroll[b-d9yqhdk2f3] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible[b-d9yqhdk2f3] {
    opacity: 1;
    transform: translateY(0);
}
/* _content/PortFolio/Components/Pages/Services.razor.rz.scp.css */
/* Services Page Styles */

.service-intro[b-cyjuo3xy0d] {
    padding: 60px 0;
}

.service-box[b-cyjuo3xy0d] {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-box:hover[b-cyjuo3xy0d] {
    transform: translateY(-10px);
    border-color: #d4af37;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon[b-cyjuo3xy0d] {
    margin-bottom: 1.5rem;
}

.service-icon img[b-cyjuo3xy0d] {
    height: 60px;
    width: auto;
}

.service-box h3[b-cyjuo3xy0d] {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.service-box p[b-cyjuo3xy0d] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.bg-dark[b-cyjuo3xy0d] {
    background-color: #0b1120 !important;
}

.opacity-75[b-cyjuo3xy0d] {
    opacity: 0.75;
}
