.bg-blur,
.book-now-btn,
.logo-slider {
    position: relative
}

body {
    background-color: #fff;
    overflow-x: hidden
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.text-secondary {
    font-size: large
}

.poppins-regular {
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.inter-tight {
    font-family: "Inter Tight", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important
}

.bg-blur {
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px)
}

.navlink-hover:hover {
    color: #eded62 !important
}

.btn-contact,
.btn-contact:hover {
    color: #0a1f44;
    text-decoration: none
}

.nav-pill {
    outline: #f7f7f7 solid .05px
}

.nav-pill:hover {
    box-shadow: rgba(16, 12, 12, .35) 0 5px 15px
}

.logo-slider {
    overflow: hidden
}

.scrolling-logos {
    animation: 10s linear infinite scroll-logos
}

.logo img {
    filter: brightness(.7)
}

.logo-slider:hover .scrolling-logos {
    animation-play-state: paused
}

.btn-contact {
    background-color: gold;
    border: 2px solid gold;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    transition: .3s
}

.btn-contact:hover {
    background-color: #e6c200;
    border-color: #e6c200
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.card-bg {
    background: linear-gradient(to bottom, #1e1e1e, #141414);
    outline: #414141 solid .05px
}

.text-des {
    color: #6e6d6d
}

.star-rating .bi-star-fill {
    color: gold
}

.card-title {
    font-size: 1rem
}

.book-now-btn {
    background: #b29b10;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 111, 97, .4);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s
}

.book-now-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    transform: scale(0);
    transition: transform .4s;
    border-radius: 50px
}

.book-now-btn:hover::before {
    transform: scale(1)
}

.book-now-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 111, 97, .5)
}

@media (max-width:576px) {
    .header-div {
        text-align: center
    }

    .header-div i,
    .header-div span {
        font-size: 12px
    }

    .header-div .col-auto {
        width: 100%;
        justify-content: center
    }
}

.navbar {
    background: #fff;
    padding: 15px 40px
}

.navbar-brand img {
    height: 80px;
    width: 80px
}

.nav-link {
    font-weight: 500;
    color: #000;
    margin: 0 10px;
    transition: color .3s
}

.nav-link:hover {
    color: #ff5722
}

.appointment-btn {
    background-color: #ff5722;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background .3s
}

.appointment-btn:hover {
    background-color: #e64a19
}

@media (max-width:992px) {
    .appointment-btn {
        margin-top: 10px;
        display: inline-block
    }
}

.mobile-nav .dropdown-menu.show,
.mobile-nav a {
    display: block
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: #fff;
    transition: left .3s ease-in-out;
    z-index: 1000;
    padding-top: 20px
}

.mobile-sidebar.show {
    left: 0
}

.mobile-sidebar-content {
    padding: 15px
}

.mobile-nav {
    list-style: none;
    padding: 0
}

.mobile-nav li {
    padding: 10px
}

.mobile-nav a {
    color: #fff;
    text-decoration: none
}

.mobile-nav .dropdown-menu {
    display: none;
    background: #444;
    padding-left: 20px
}

.services-banner1::after,
.services-banner2::after,
.services-banner::after {
    content: "";
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1
}

.navbar-toggler {
    border: none;
    outline: 0
}

.navbar-toggler-icon {
    background-color: #f5491c;
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.close-sidebar {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 20px;
    float: right;
    cursor: pointer
}

.banner {
    background-color: #0f1e44;
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.banner-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 5px
}

.stat-icon {
    font-size: 30px;
    transition: font-size .3s
}

.stat-icon:hover {
    font-size: 40px
}

.services-section {
    background: url('your-background.png') center center/cover no-repeat rgba(10, 31, 68, .9);
    background-blend-mode: overlay;
    color: #fff;
    min-height: 80vh
}

.services-title span {
    color: #1e90ff
}

.service-box {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    animation: 1.5s infinite ripple
}

.service-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
}

.service-name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.service-link {
    text-decoration: none;
    display: block
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)
    }
}

.services-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px
}

.value-heading {
    font-size: 32px;
    font-weight: 600;
    color: #333
}

.prop-heading {
    font-size: 40px;
    font-weight: 700;
    color: #007bff
}

.divider {
    border-top: 1px solid #ccc
}

.value-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6
}

.value-card {
    background-color: #0a3d91;
    border-radius: 12px;
    transition: transform .3s, box-shadow .3s;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.value-card i {
    color: #fff
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.affiliations-section {
    background-color: #fff;
    text-align: center;
    padding: 50px 20px
}

.affiliations-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px
}

.affiliations-section .highlight {
    color: #1a73e8;
    font-weight: 700
}

.affiliations-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px
}

footer a:hover {
    color: orange !important;
    text-decoration: underline
}

.who-we-are-section {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    position: relative
}

.who-we-are-img {
    max-height: 500px;
    object-fit: contain
}

.stats-row div img {
    height: 40px;
    filter: grayscale(100%) brightness(.5)
}

.stats-row div:hover img {
    filter: none;
    transform: scale(1.1);
    transition: .3s
}

.stats-row h4,
.text-orange {
    color: #007bff
}

.stats-row p {
    font-size: 14px;
    margin-top: -5px
}

.text-justify {
    text-align: justify
}

.services-banner,
.services-banner1 {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    overflow: hidden
}

.services-banner::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/header.jpg');
    background-size: cover
}

.services-banner h1,
.services-banner1 h1,
.services-banner2 h1 {
    position: relative;
    z-index: 2
}

.service-card {
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
    transition: transform .3s
}

.service-card:hover {
    transform: scale(1.03)
}

.card-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    border-radius: 20px;
    transition: background .3s
}

.services-section {
    background-color: #f8f9fa
}

.service-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 10px;
    cursor: pointer;
    transition: transform .3s, box-shadow .3s;
    height: 100%
}

.service-box:hover,
.solar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.service-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 5px
}

.service-title {
    font-weight: 500;
    font-size: 16px;
    color: #333
}

.service-card:hover .card-overlay {
    background: rgba(0, 0, 0, .3)
}

.service-card h4 {
    font-size: 1.5rem
}

.book-btn {
    background-color: #ff5722 !important;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    transition: background .3s, transform .3s;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.book-btn:hover {
    background-color: gold !important;
    color: #fff !important;
    transform: scale(1.05)
}

.services-section {
    padding: 60px 20px
}

.services-section h2 {
    font-weight: 700;
    margin-bottom: 20px
}

.services-section ul {
    padding-left: 20px
}

.services-section li {
    margin-bottom: 15px;
    line-height: 1.6
}

.services-section li strong {
    color: #343a40
}

.why-choose-section {
    padding: 50px 0;
    background-color: #fff
}

.feature-icon {
    color: #007bff;
    margin-right: 10px
}

.features-list li {
    margin-bottom: 15px;
    font-weight: 600
}

.features-list li span {
    color: #000
}

.orange-dot-pattern {
    background-image: radial-gradient(#f47c1c 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: -1
}

.image-container,
.services-banner2 {
    position: relative
}

.service-image {
    width: 100%;
    border-radius: 10px
}

.text-primary {
    font-weight: 700;
    color: #007bff
}

.bi-tools {
    font-size: 1.2rem
}

.services-banner1::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/electrician.jpg');
    background-size: cover
}

.services-banner2 {
    width: 100%;
    height: 250px;
    background: linear-gradient(to right, #000 60%, #002b5c 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    overflow: hidden
}

.services-banner2::after {
    position: absolute;
    width: 40%;
    height: 100%;
    background-image: url('assets/images/banner-workers.png');
    background-size: cover
}

.section-heading {
    color: #0d6efd;
    font-weight: 700
}

.card-img-top,
.product-card img {
    height: 200px;
    object-fit: cover
}

.solar-card {
    border: 1px solid #dee2e6;
    transition: transform .3s, box-shadow .3s
}

.divider {
    width: 40px;
    height: 3px;
    background-color: #0d6efd;
    margin: 10px auto
}

.hero-section {
    background: url('https://cdn.pixabay.com/photo/2018/05/03/10/20/solar-system-3375815_1280.jpg') center center/cover no-repeat;
    color: #fff;
    padding: 100px 20px;
    text-align: center
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700
}

.icon {
    font-size: 2rem;
    color: #f39c12
}

.cta-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
    text-align: center
}

.cta-section h3 {
    margin-bottom: 20px
}