/* ============================================
   Solar Home / Landing Page Styles
   ============================================ */

html, body {
    overflow-x: hidden;
}

/* Brands Carousel */
.brands-carousel-wrap {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.brands-carousel {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: brandsScroll 20s linear infinite;
}
.brands-carousel:hover {
    animation-play-state: paused;
}
.brands-carousel-item {
    flex-shrink: 0;
    width: 180px;
}
@keyframes brandsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.hero-section {
    background: linear-gradient(135deg, rgba(17,17,17,0.85) 0%, rgba(26,26,26,0.75) 50%, rgba(17,17,17,0.85) 100%), url('/img/background-1.jpg') center/cover no-repeat fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.page-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200,149,46,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.85rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    position: relative;
    overflow: hidden;
}
.btn-hero i {
    transition: transform 0.3s ease;
}
.btn-hero:hover i {
    transform: translateX(4px);
}
.btn-hero-primary {
    background: linear-gradient(135deg, #FEB800 0%, #f5a623 100%);
    color: #111;
    box-shadow: 0 10px 25px rgba(254,184,0,0.35), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(254,184,0,0.5), inset 0 1px 0 rgba(255,255,255,0.5);
    color: #111;
}
.btn-hero-ghost {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
}
.btn-hero-ghost:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.12);
    border-color: #FEB800;
    color: #FEB800;
}
.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.hero-title span {
    color: #C8952E;
}
.hero-subtitle {
    color: rgba(255,255,255,.7);
    font-size: 1.15rem;
    margin-top: 1.5rem;
    max-width: 500px;
}
.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
}
.hero-stat h3 {
    color: #C8952E;
    font-weight: 800;
    font-size: 2rem;
    margin: 0;
}
.hero-stat p {
    color: rgba(255,255,255,.6);
    font-size: 0.85rem;
    margin: 0;
}

.section-title {
    font-weight: 800;
    font-size: 2rem;
    color: #1a1a1a;
}
.section-title span {
    color: #C8952E;
}

.service-card {
    border: none;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.1);
}
.service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f5e6c8, #e8d4a0);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.5rem;
    color: #A67A25;
}
.service-card h5 {
    font-weight: 700;
    color: #1a1a1a;
}

.about-section {
    background: #f8fafc;
}
.about-feature {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.about-feature-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #f5e6c8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A67A25;
}

.cta-section {
    background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
    padding: 5rem 0;
}

.contact-section {
    padding: 5rem 0;
}
.contact-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
}
.contact-card i {
    font-size: 2rem;
    color: #C8952E;
    margin-bottom: 1rem;
}

/* ---- Hero decorative elements ---- */
.hero-glow {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(200,149,46,0.2) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-icon-lg {
    font-size: 10rem;
    color: rgba(200,149,46,0.3);
}

/* ---- About section icon ---- */
.about-sun-icon {
    font-size: 5rem;
    color: #C8952E;
}

/* ---- CTA section ---- */
.cta-title {
    font-size: 2.2rem;
}
.cta-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

/* Modern Contact Section */
.contact-modern {
    background: #FEB800;
    position: relative;
    overflow: hidden;
}
.contact-modern::before,
.contact-modern::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.contact-modern::before {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
    top: -120px;
    left: -120px;
}
.contact-modern::after {
    display: none;
}
.contact-wrap {
    position: relative;
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: none;
}
.contact-info {
    background: linear-gradient(160deg, #111 0%, #1e1e1e 100%);
    color: #fff;
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
}
.contact-info::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,184,0,0.25) 0%, transparent 70%);
}
.contact-info .section-eyebrow {
    color: #FEB800;
}
.contact-modern-title {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.contact-modern-title span {
    color: #FEB800;
}
.contact-modern-lead {
    color: #c0c0c0;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-info-list li:last-child {
    border-bottom: none;
}
.contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(254,184,0,0.15);
    color: #FEB800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.contact-info-list small {
    color: #888;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.contact-info-list p {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
}
.contact-socials {
    display: flex;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
}
.contact-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.contact-socials a:hover {
    background: #FEB800;
    color: #111;
    transform: translateY(-3px);
}
.contact-form-col {
    padding: 3rem 2.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form-title {
    font-weight: 800;
    color: #111;
    margin-bottom: 1.75rem;
    font-size: 1.5rem;
}
.floating-field {
    position: relative;
}
.floating-field .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 0;
    padding: 1.4rem 0 0.5rem;
    font-size: 1rem;
    color: #111;
    box-shadow: none;
    transition: border-color 0.25s ease;
}
.floating-field textarea.form-control {
    resize: vertical;
}
.floating-field .form-control:focus {
    border-bottom-color: #FEB800;
    box-shadow: none;
    outline: none;
}
.floating-field label {
    position: absolute;
    top: 1.25rem;
    left: 0;
    color: #999;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.2s ease;
}
.floating-field .form-control:focus + label,
.floating-field .form-control:not(:placeholder-shown) + label {
    top: 0;
    font-size: 0.75rem;
    color: #FEB800;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-form-alert {
    padding: 0.85rem 1.1rem;
    border-radius: 0.6rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    animation: contact-alert-in 0.35s ease;
}
.contact-form-alert.is-success {
    background: rgba(254, 184, 0, 0.12);
    border-color: rgba(254, 184, 0, 0.45);
    color: #1a1a1a;
}
.contact-form-alert.is-error {
    background: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.4);
    color: #b02a37;
}
@keyframes contact-alert-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.contact-submit-btn {
    background: linear-gradient(135deg, #FEB800 0%, #FFC933 100%);
    color: #111;
    border: none;
    padding: 1.1rem 2.5rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1rem;
    box-shadow: 0 12px 30px rgba(254, 184, 0, 0.35);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.contact-submit-btn i {
    transition: transform 0.3s ease;
}
.contact-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(254, 184, 0, 0.5);
    color: #111;
}
.contact-submit-btn:hover i {
    transform: translateX(5px);
}
@media (max-width: 991px) {
    .contact-info,
    .contact-form-col {
        padding: 2.5rem 1.75rem;
    }
    .contact-modern-title {
        font-size: 1.75rem;
    }
}

/* Footer Contact Form */
.footer-contact-section {
    background: #FEB800;
    color: #111;
}
.footer-contact-section .section-eyebrow {
    color: #111;
}
.footer-contact-title {
    color: #111;
    font-weight: 800;
    font-size: 2.4rem;
}
.footer-contact-title span {
    color: #fff;
}
.footer-contact-section .text-muted {
    color: #2b2b2b !important;
}
.footer-contact-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.footer-contact-form .form-label {
    color: #111;
}
.footer-contact-form .form-control {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    color: #111;
}
.footer-contact-form .form-control::placeholder {
    color: #999;
}
.footer-contact-form .form-control:focus {
    background: #fff;
    border-color: #111;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.08);
    color: #111;
}

/* Floating Messenger */
.floating-messenger {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00B2FF 0%, #006AFF 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 8px 24px rgba(0, 106, 255, 0.45);
    z-index: 1080;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.floating-messenger:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 106, 255, 0.55);
}

/* Shared eyebrow */
.section-eyebrow {
    color: #FEB800;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

/* Team Section */
.team-section {
    background: #f7f7f7;
}
.team-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #eee;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.team-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FEB800 0%, #f5a623 100%);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 1.25rem;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(254,184,0,0.35);
}
.team-photo {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.25rem;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(254,184,0,0.35);
}
.team-card h5 {
    font-weight: 700;
    color: #111;
    margin-bottom: 0.25rem;
}
.team-role {
    color: #FEB800;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}
.team-bio {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.team-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    margin: 0 0.2rem;
    transition: all 0.25s ease;
    text-decoration: none;
}
.team-socials a:hover {
    background: #111;
    color: #FEB800;
    transform: translateY(-2px);
}

/* Projects Section */
.projects-section {
    background: #0a0a0a;
    color: #fff;
}
.projects-section .section-title,
.projects-section .section-title span {
    color: #fff;
}
.projects-section .text-muted {
    color: #b0b0b0 !important;
}
.project-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 240px 240px;
    gap: 12px;
    border-radius: 1rem;
    overflow: hidden;
}
.projects-see-more-btn {
    background: linear-gradient(135deg, #FEB800 0%, #FFC933 100%);
    color: #111;
    border: none;
    padding: 0.85rem 2.25rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 24px rgba(254, 184, 0, 0.35);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.projects-see-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(254, 184, 0, 0.5);
    color: #111;
}
.projects-see-more-btn i {
    transition: transform 0.3s ease;
}
.projects-see-more-btn:hover i {
    transform: translateY(2px);
}
.gallery-item {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.95) 100%);
    transition: background 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.02);
}
.gallery-item:hover::after {
    background: linear-gradient(180deg, rgba(254,184,0,0.15) 0%, rgba(0,0,0,0.9) 100%);
}
.gallery-main {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 1.5rem;
    color: #fff;
    z-index: 1;
}
.gallery-overlay h6 {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FEB800;
    margin-bottom: 0.25rem;
}
.gallery-main .gallery-overlay h6 {
    font-size: 0.85rem;
}
.gallery-overlay h4 {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}
.gallery-main .gallery-overlay h4 {
    font-size: 1.75rem;
}
.gallery-overlay p {
    margin: 0;
    color: #ddd;
    font-size: 0.75rem;
    line-height: 1.5;
}
.gallery-main .gallery-overlay p {
    font-size: 0.85rem;
}
.gallery-overlay p b {
    color: #fff;
}
.gallery-savings-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #FEB800;
    color: #111;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    z-index: 2;
    letter-spacing: 0.3px;
}
.gallery-tag {
    display: inline-block;
    background: #FEB800;
    color: #111;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.gallery-cta {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    background: #fff;
    color: #111;
    font-weight: 700;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    z-index: 2;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    .project-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
    }
    .gallery-main {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

/* Project Modal */
.project-modal .modal-content {
    background: #0a0a0a;
    color: #fff;
    border: none;
    border-radius: 0;
    overflow: hidden;
}
.project-modal-close {
    position: absolute;
    top: 1rem;
    right: 3rem;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.6rem;
    opacity: 1;
}
.project-modal .modal-content,
.project-modal .row {
    height: 100%;
}
.project-modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    display: block;
}
.project-modal-carousel,
.project-modal-carousel .carousel-inner,
.project-modal-carousel .carousel-item {
    aspect-ratio: 1 / 1;
    width: 90vh;
    max-width: 100%;
    height: auto;
}
.project-modal .col-lg-auto {
    padding-left: 4rem;
    padding-right: 4rem;
}
.project-modal-carousel .carousel-control-prev,
.project-modal-carousel .carousel-control-next {
    width: 3rem;
    opacity: 1;
}
.project-modal-carousel .carousel-control-prev {
    left: -3.5rem;
}
.project-modal-carousel .carousel-control-next {
    right: -3.5rem;
}
.project-modal-carousel .carousel-control-prev-icon,
.project-modal-carousel .carousel-control-next-icon {
    filter: none;
    background-image: none;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    flex: 0 0 2.75rem;
    border-radius: 50%;
    background-color: #FEB800;
    background-size: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.project-modal-carousel .carousel-control-prev-icon:hover,
.project-modal-carousel .carousel-control-next-icon:hover {
    background-color: #FFC627;
}
.project-modal-carousel .carousel-control-prev-icon::after {
    content: '\2039';
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
    line-height: 1;
}
.project-modal-carousel .carousel-control-next-icon::after {
    content: '\203A';
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
    line-height: 1;
}
.project-modal-carousel .carousel-indicators {
    margin-bottom: 1.5rem;
}
.project-modal-carousel .carousel-indicators button {
    background-color: #FEB800;
}
.project-modal .project-modal-body {
    height: 50vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.project-modal-body {
    padding: 1.5rem 1.25rem;
}
@media (min-width: 992px) {
    .project-modal .project-modal-body {
        height: 100vh;
    }
    .project-modal-body {
        padding: 2.5rem 2rem;
    }
}
.project-modal .project-system {
    color: #FEB800;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.project-modal .project-name {
    color: #fff;
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}
.project-modal .project-meta {
    color: #d0d0d0;
    margin-bottom: 0.5rem;
}
.project-modal .project-meta strong {
    color: #fff;
}

/* Solar Types Section */
.solar-types-section {
    position: relative;
    background:
        linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.92)),
        url('/img/background-1.jpg') center/cover no-repeat fixed;
    color: #fff;
}
.solar-types-script {
    color: #FEB800;
    font-family: 'Brush Script MT', cursive;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.solar-types-title {
    color: #FEB800;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.05;
    text-transform: uppercase;
    text-shadow: none;
}
.pv-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 0 1.75rem 1.75rem;
    text-align: center;
    color: #111;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    position: relative;
}
.pv-header {
    background: #FEB800;
    margin: 0 -1.75rem 1.5rem;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 1.5rem 1.5rem 50% 50% / 1.5rem 1.5rem 25% 25%;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.pv-title {
    font-weight: 900;
    font-size: 2rem;
    color: #111;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.pv-tagline {
    color: #111;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    font-size: 0.95rem;
}
.pv-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: left;
    flex-grow: 1;
}
.pv-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 0.95rem;
}
.pv-list li i {
    color: #FEB800;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.pv-list li:last-child {
    border-bottom: none;
}
.pv-warn {
    color: #c0392b !important;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.pv-warn i {
    color: #c0392b !important;
}
.pv-good {
    color: #1f7a34 !important;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.pv-good i {
    color: #1f7a34 !important;
}
.pv-price {
    background: #FEB800;
    color: #111;
    padding: 0.85rem 1.75rem;
    font-size: 0.95rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    white-space: nowrap;
}
.pv-price strong {
    color: #111;
    font-weight: 800;
}

/* How It Works */
.how-section {
    background: linear-gradient(rgba(10,10,10,0.92), rgba(10,10,10,0.95)),
        url('/img/background-1.jpg') center/cover no-repeat fixed;
}
.how-section .section-title,
.how-section .section-title span {
    color: #fff;
}
.how-section .section-title span {
    color: #FEB800;
}
.how-subtitle {
    color: #b0b0b0;
    font-size: 1.1rem;
}
.how-section .row {
    position: relative;
}
.how-section .row::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12.5%;
    right: 12.5%;
    transform: translateY(-50%);
    height: 2px;
    background: #FEB800;
    z-index: 0;
}
@media (max-width: 991px) {
    .how-section .row::before { display: none; }
}
.how-section .col-md-6 {
    position: relative;
    z-index: 1;
}
.how-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: transform 0.25s ease, border-color 0.25s ease;
    height: 100%;
}
.how-card:hover {
    transform: translateY(-6px);
    border-color: #FEB800;
}
.how-step {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    color: #FEB800;
    font-weight: 800;
    font-size: 1.1rem;
    opacity: 0.6;
}
.how-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #FEB800;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.25rem;
}
.how-card h5 {
    color: #fff;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}
.how-card p {
    color: #b0b0b0;
    margin: 0;
    font-size: 1.05rem;
}
.financing-banner {
    background: linear-gradient(135deg, #FEB800 0%, #f5a623 100%);
    border-radius: 1rem;
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: #111;
}
@media (max-width: 575.98px) {
    .financing-banner {
        padding: 1.25rem 1rem;
        gap: 1rem;
        justify-content: center;
        text-align: center;
    }
    .financing-btn {
        width: 100%;
    }
}
.financing-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #111;
    color: #FEB800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}
.financing-banner h4 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.financing-banner p {
    margin: 0;
    color: #1a1a1a;
}
.financing-btn {
    background: #FEB800;
    color: #111;
    font-weight: 700;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
    border: 2px solid #111;
}
.financing-btn:hover {
    background: #111;
    color: #FEB800;
    transform: translateY(-2px);
}

.project-feature {
    background: #141414;
    border: 1px solid #FEB800;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.project-feature-img {
    height: 100%;
    min-height: 380px;
    background-size: cover;
    background-position: center;
}
.project-feature-body {
    padding: 2.5rem 3rem;
    color: #fff;
}
.project-system {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.project-name {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}
.project-meta {
    color: #d0d0d0;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.project-meta strong {
    color: #fff;
    font-weight: 600;
}
.project-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.project-btn-primary {
    background: #1f7a34;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.85rem 2rem;
    border-radius: 0.4rem;
    border: none;
}
.project-btn-primary:hover {
    background: #166026;
    color: #fff;
}
.project-btn-secondary {
    background: #FEB800;
    color: #111;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.85rem 2rem;
    border-radius: 0.4rem;
    border: none;
}
.project-btn-secondary:hover {
    background: #e0a400;
    color: #111;
}
@media (max-width: 991px) {
    .project-feature-img {
        min-height: 280px;
    }
    .project-feature-body {
        padding: 2rem 1.5rem;
    }
    .project-name {
        font-size: 1.75rem;
    }
}
.project-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
.project-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.project-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
}
.project-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #FEB800;
    color: #111;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    z-index: 1;
}
.project-body {
    padding: 1.25rem 1.5rem 1.5rem;
}
.project-body h5 {
    font-weight: 700;
    color: #111;
    margin-bottom: 0.4rem;
}

/* Why Switch Section */
.why-switch-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.why-switch-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.why-eyebrow {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}
.why-title {
    font-size: 3rem;
    font-weight: 800;
    color: #111;
    line-height: 1.05;
    margin-bottom: 1.25rem;
}
.why-title span {
    color: #FEB800;
}
.why-text {
    color: #2b2b2b;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 460px;
}
.why-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.25rem 1.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    height: 100%;
}
.why-card:hover {
    transform: translateY(-4px);
    background: #111;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}
.why-card:hover h5,
.why-card:hover p {
    color: #FEB800;
}
.why-card:hover .why-icon {
    background: #FEB800;
    color: #111;
}
.why-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #111;
    color: #FEB800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.25s ease;
}
.why-card h5 {
    color: #111;
    font-weight: 700;
    font-size: 1.05rem;
    transition: color 0.25s ease;
}
.why-card p {
    color: #444;
    font-size: 0.9rem;
    transition: color 0.25s ease;
}

/* Services Section */
.services-section {
    background:
        linear-gradient(rgba(10,10,10,0.88), rgba(10,10,10,0.92)),
        url('/img/background-2.jpg') center/cover no-repeat fixed;
}
.services-section .section-title,
.services-section h5 {
    color: #fff;
}
.services-section .text-muted {
    color: #b0b0b0 !important;
}
.services-section .service-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
}
.services-subtitle {
    color: #FEB800;
    font-weight: 600;
    font-size: 1.15rem;
}
.services-list {
    list-style: none;
    padding-left: 0;
    color: #f0f0f0;
    font-size: 1.15rem;
    line-height: 2;
}
.services-list li {
    position: relative;
    padding-left: 1.75rem;
}
.services-list li::before {
    content: '\2022';
    color: #FEB800;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
.warranty-grid {
    border-top: 1px solid #2a2a2a;
    padding-top: 1.5rem;
}
.warranty-item {
    color: #d0d0d0;
    padding: 0.35rem 0;
}
.warranty-years {
    color: #FEB800;
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Vision Section */
.vision-section {
    background: #FEB800;
    position: relative;
    overflow: hidden;
}
.vision-eyebrow {
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.vision-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 1.25rem;
}
.vision-text {
    color: #2b2b2b;
    max-width: 520px;
    line-height: 1.7;
}
.vision-btn {
    background: #111;
    color: #FEB800;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.85rem 1.75rem;
    border-radius: 0.4rem;
    border: none;
}
.vision-btn:hover {
    background: #000;
    color: #FEB800;
}
.vision-stats {
    background: #111;
    border-radius: 0.75rem;
    padding: 1.5rem 1rem;
    max-width: 540px;
}
.vision-stat-divider {
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
.vision-collage {
    position: relative;
    min-height: 480px;
}
.vision-img {
    position: absolute;
    width: 60%;
    border-radius: 0.75rem;
    border: 4px solid #f0c419;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    object-fit: cover;
    aspect-ratio: 4/3;
}
.vision-img-1 {
    top: 0;
    left: 0;
    z-index: 1;
}
.vision-img-2 {
    top: 40px;
    right: 0;
    z-index: 2;
    width: 55%;
}
.vision-img-3 {
    bottom: 0;
    left: 18%;
    z-index: 3;
    width: 60%;
}
@media (max-width: 767.98px) {
    .vision-collage {
        position: static;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .vision-img {
        position: static;
        width: 100%;
        aspect-ratio: 16/9;
    }
    .vision-img-2 {
        width: 100%;
    }
    .vision-img-3 {
        width: 100%;
    }
}

/* Why Choose Us Section */
.why-choose-section {
    background: #111;
    color: #fff;
}
.why-choose-section .why-choose-img {
    object-fit: cover;
    max-height: 400px;
}
.why-choose-section .why-choose-heading {
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}
.why-choose-section .why-choose-list {
    font-size: 1.05rem;
    line-height: 2.4;
}
.why-choose-section .why-choose-tagline {
    color: #FEB800;
}
.why-choose-section .why-choose-subtext {
    color: rgba(255,255,255,0.7);
}
.why-choose-section .why-choose-subtext a {
    color: #FEB800;
    text-decoration: underline;
}

/* Trusted Brands Section */
.brands-section {
    background: #111;
}
.brands-section .section-eyebrow {
    color: #FEB800;
}
.brands-section .section-title {
    color: #fff;
}
.brands-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    height: 120px;
}
.brands-card img {
    height: 40px;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}
.brands-card .brands-icon {
    font-size: 2rem;
    color: #FEB800;
}
.brands-card .brands-name {
    color: rgba(255,255,255,0.8);
}

/* Team See More/Less animation */
.team-member-card.team-collapsed {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
    margin-top: 0;
    margin-bottom: 0;
}
.team-member-card.team-expanded {
    max-height: 500px;
    opacity: 1;
}
