/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

    .solar-contact-section {
        margin: 6rem 0;
        background: linear-gradient(135deg, #0d1b5e 0%, #132a7a 55%, #0e225f 100%);
        padding: 70px 0;
    }

    .solar-contact-card {
        background: #f7f8fb;
        border-radius: 28px;
        padding: 40px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .solar-contact-left h6 {
        color: #ff8c1a;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .solar-contact-left h1 {
        color: #0d1b5e;
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .solar-contact-left p {
        color: #5f6470;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .solar-form-label {
        color: #0d1b5e;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
    }

    .solar-required {
        color: #ff5b5b;
    }

    .solar-contact-form .form-control {
        border: 1px solid #d9dfea;
        border-radius: 14px;
        min-height: 54px;
        padding: 12px 16px;
        font-size: 15px;
        box-shadow: none;
        background: #fff;
    }

    .solar-contact-form .form-control:focus {
        border-color: #19b5fe;
        box-shadow: 0 0 0 0.2rem rgba(25, 181, 254, 0.12);
    }

    .bill-options {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .bill-btn {
        border: 1px solid #cfd7e6;
        background: #fff;
        color: #111827;
        padding: 12px 18px;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 600;
        transition: 0.3s ease;
        cursor: pointer;
    }

    .bill-btn:hover {
        border-color: #ff8c1a;
        color: #ff8c1a;
    }

    .bill-btn.active {
        background: linear-gradient(135deg, #ff8c1a, #ffb347);
        color: #fff;
        border-color: #ff8c1a;
        box-shadow: 0 10px 25px rgba(255, 140, 26, 0.25);
    }

    .solar-checkbox-wrap {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-top: 5px;
    }

    .solar-checkbox-wrap input {
        margin-top: 4px;
        accent-color: #19b5fe;
    }

    .solar-checkbox-wrap label {
        color: #6b7280;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

    .solar-checkbox-wrap a {
        color: #5c8df6;
        text-decoration: underline;
    }

    .solar-submit-btn {
        background: linear-gradient(135deg, #19b5fe, #00c6ff);
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 16px 28px;
        border-radius: 14px;
        min-width: 280px;
        transition: 0.3s ease;
        box-shadow: 0 12px 30px rgba(25, 181, 254, 0.25);
    }

    .solar-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 35px rgba(25, 181, 254, 0.35);
    }

    .solar-info-box {
        background: linear-gradient(135deg, #0d1b5e, #163a8c);
        color: #fff;
        border-radius: 24px;
        padding: 35px 30px;
        height: 100%;
    }

    .solar-info-box h3 {
        font-size: 1.8rem;
        font-weight: 800;
        margin-bottom: 16px;
    }

    .solar-info-box p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .solar-highlight-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .solar-highlight-list li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 14px;
        color: #fff;
        font-size: 15px;
    }

    .solar-highlight-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #ff8c1a;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .solar-contact-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.15);
        padding: 12px 18px;
        border-radius: 14px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .solar-note {
        font-size: 13px;
        color: #7b8190;
        margin-top: 12px;
    }

    @media (max-width: 991px) {
        .solar-contact-card {
            padding: 25px;
        }

        .solar-contact-left h1 {
            font-size: 1.8rem;
        }

        .solar-submit-btn {
            width: 100%;
            min-width: auto;
        }

        .solar-info-box {
            margin-top: 25px;
        }
    }
    .solar-contact-section {
    margin: 6rem 0;
    background: linear-gradient(135deg, #f9fbff 0%, #eef5ff 100%);
    padding: 70px 0;
}
 :root{
            --solar-blue:#0b4d8c;
            --solar-blue-dark:#08345c;
            --solar-yellow:#f4b223;
            --solar-yellow-dark:#e39b00;
            --solar-light:#f5f9ff;
            --solar-text:#1b1b1b;
        }

        body{
            font-family: 'Open Sans', sans-serif;
            color:#555;
        }

        h1,h2,h3,h4,h5,h6{
            font-family: 'Roboto', sans-serif;
        }

        .text-primary{
            color: var(--solar-blue) !important;
        }

        .bg-primary{
            background-color: var(--solar-blue) !important;
        }

        .btn-primary{
            background: linear-gradient(135deg, var(--solar-yellow), var(--solar-yellow-dark));
            border: none !important;
            color: #111 !important;
            font-weight: 700;
            box-shadow: 0 8px 22px rgba(244,178,35,0.28);
            transition: .3s;
        }

        .btn-primary:hover,
        .btn-primary:focus{
            background: linear-gradient(135deg, var(--solar-blue), var(--solar-blue-dark)) !important;
            color: #fff !important;
            transform: translateY(-2px);
            box-shadow: 0 10px 26px rgba(11,77,140,0.28);
        }

        .spinner-border.text-primary{
            color: var(--solar-yellow) !important;
        }

        .topbar-custom{
            background: linear-gradient(90deg, var(--solar-blue-dark), var(--solar-blue));
        }

        .topbar-custom small,
        .topbar-custom a,
        .topbar-custom i{
            color:#fff !important;
        }

        .topbar-custom .text-primary{
            color: var(--solar-yellow) !important;
        }

        .navbar{
            box-shadow: 0 4px 18px rgba(0,0,0,0.06);
        }

        .navbar-brand img{
            height:70px;
            width:auto;
        }

        .navbar .nav-link{
            position: relative;
            font-weight: 700;
            color: var(--solar-blue-dark) !important;
            padding-left: 16px !important;
            padding-right: 16px !important;
            transition: .3s;
        }

        .navbar .nav-link:hover,
        .navbar .nav-link.active{
            color: var(--solar-yellow-dark) !important;
        }

        .navbar .nav-link::after{
            content:"";
            position:absolute;
            left:16px;
            bottom:10px;
            width:0;
            height:3px;
            border-radius:10px;
            background: var(--solar-yellow);
            transition:.3s;
        }

        .navbar .nav-link:hover::after,
        .navbar .nav-link.active::after{
            width: calc(100% - 32px);
        }

        .navbar-toggler{
            border:none !important;
            box-shadow:none !important;
        }

        .header-carousel .owl-carousel-item::before{
            content:"";
            position:absolute;
            inset:0;
            background: linear-gradient(rgba(8,52,92,.55), rgba(11,77,140,.45));
            z-index:1;
        }

        .header-carousel .owl-carousel-inner{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            display:flex;
            align-items:center;
            z-index:2;
        }

        .header-carousel .btn-primary{
            color:#111 !important;
        }

        .btn-lg-square.bg-primary,
        .btn-square.bg-primary{
            background: linear-gradient(135deg, var(--solar-blue), var(--solar-blue-dark)) !important;
        }

        .about,
        .feature,
        .quote{
            position:relative;
        }

        .about-text h1,
        .feature-text h1,
        .quote-text h1{
            color: var(--solar-blue-dark);
        }

        .service-item{
            border-radius: 18px !important;
            box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            transition: .35s;
            background:#fff;
        }

        .service-item:hover{
            transform: translateY(-8px);
            box-shadow: 0 16px 36px rgba(11,77,140,0.14);
        }

        .service-item img{
            height:250px;
            object-fit:cover;
        }

        .service-icon{
            width:90px;
            height:90px;
            display:flex;
            align-items:center;
            justify-content:center;
            margin-top:-45px;
            margin-bottom:20px;
            border-radius:50%;
            background: linear-gradient(135deg, var(--solar-yellow), var(--solar-yellow-dark));
            color: var(--solar-blue-dark) !important;
            box-shadow: 0 10px 28px rgba(244,178,35,0.30);
        }

        .service-item h4{
            color: var(--solar-blue-dark);
            font-weight: 700;
        }

        .service-item a.small{
            color: var(--solar-yellow-dark);
            font-weight: 700 !important;
        }

        .service-item a.small:hover{
            color: var(--solar-blue);
        }

        #portfolio-flters li{
            cursor:pointer;
            padding:10px 22px;
            border-radius:30px;
            background:#fff;
            border:1px solid #dbe6f3;
            color: var(--solar-blue-dark);
            font-weight:700;
            transition:.3s;
            margin-bottom:10px;
        }

        #portfolio-flters li.active,
        #portfolio-flters li:hover{
            background: linear-gradient(135deg, var(--solar-yellow), var(--solar-yellow-dark));
            color:#111;
            border-color: transparent;
            box-shadow: 0 8px 20px rgba(244,178,35,0.28);
        }

        .portfolio-img{
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border-radius:18px !important;
        }

        .portfolio-btn .btn-outline-light{
            border-color:#fff !important;
        }

        .portfolio-container h5{
            color: var(--solar-blue-dark);
        }

        .quote .form-control,
        .quote .form-select,
        .quote textarea{
            background:#fff;
            border:1px solid #e7eef8 !important;
            box-shadow:none !important;
            border-radius: 12px !important;
        }

        .quote .form-control:focus,
        .quote .form-select:focus,
        .quote textarea:focus{
            border-color: var(--solar-yellow) !important;
            box-shadow: 0 0 0 0.15rem rgba(244,178,35,0.18) !important;
        }

        .brands-section{
            background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
        }

        .brands-heading h6{
            color: var(--solar-yellow-dark);
            font-weight:700;
            letter-spacing:1px;
        }

        .brands-heading h1{
            color: var(--solar-blue-dark);
            font-weight:800;
        }

        .brand-card{
            background:#fff;
            padding:35px 20px;
            border-radius:18px;
            border:1px solid #e2ebf6;
            box-shadow: 0 10px 28px rgba(11,77,140,0.07);
            transition:.35s;
            height:100%;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .brand-card h5{
            margin:0;
            font-weight:700;
            color: var(--solar-blue-dark);
        }

        .brand-card:hover{
            transform: translateY(-6px);
            border-color: var(--solar-yellow);
            box-shadow: 0 14px 30px rgba(244,178,35,0.18);
        }

        .brand-card.brand-highlight{
            background: linear-gradient(135deg, var(--solar-yellow), var(--solar-yellow-dark));
            border:none;
        }

        .brand-card.brand-highlight h5{
            color:#111;
        }

        .testimonial-theme .section-subtitle{
            color: var(--solar-yellow-dark);
            font-weight:700;
        }

        .testimonial-theme h1{
            color: var(--solar-blue-dark);
            font-weight:800;
        }

        .testimonial-item{
            padding:12px;
        }

        .testimonial-text{
            background:#fff;
            border-radius:20px !important;
            border:1px solid #e6edf7;
            box-shadow:0 12px 30px rgba(11,77,140,0.08);
            padding:35px 28px !important;
            min-height:260px;
            transition:.3s;
        }

        .testimonial-text:hover{
            transform: translateY(-6px);
            box-shadow:0 16px 36px rgba(244,178,35,0.15);
            border-color:#f5d27d;
        }

        .testimonial-text p{
            font-size:16px;
            line-height:1.8;
            color:#555;
        }

        .testimonial-text h5{
            color: var(--solar-blue-dark);
            font-weight:800;
            margin-top:10px;
        }

        .testimonial-text .fst-italic{
            color: var(--solar-yellow-dark);
            font-weight:600;
        }

        .footer{
            background: linear-gradient(135deg, var(--solar-blue-dark), var(--solar-blue)) !important;
        }

        .footer h5{
            color:#fff !important;
            font-weight:700;
        }

        .footer,
        .footer p,
        .footer a,
        .footer .btn.btn-link{
            color: rgba(255,255,255,0.85) !important;
        }

        .footer .btn.btn-link:hover{
            color: var(--solar-yellow) !important;
            letter-spacing:.3px;
        }

        .footer .btn-social{
            border-color: rgba(255,255,255,0.35) !important;
        }

        .footer .btn-social:hover{
            background: var(--solar-yellow) !important;
            border-color: var(--solar-yellow) !important;
            color:#111 !important;
        }

        .copyright{
            border-top:1px solid rgba(255,255,255,0.12);
            padding:25px 0;
        }

        .copyright a{
            color: var(--solar-yellow) !important;
        }

        .back-to-top{
            background: linear-gradient(135deg, var(--solar-yellow), var(--solar-yellow-dark)) !important;
            color:#111 !important;
            border:none !important;
            box-shadow:0 10px 25px rgba(244,178,35,0.28);
        }

        .bg-light{
            background-color: var(--solar-light) !important;
        }

        .owl-dot.active img{
            border: 3px solid var(--solar-yellow) !important;
        }

        @media (max-width: 991.98px){
            .navbar-brand img{
                height:60px;
            }

            .navbar .nav-link::after{
                display:none;
            }

            .header-carousel h1{
                font-size: 2rem !important;
            }
        }

        @media (max-width: 767.98px){
            .testimonial-text{
                min-height:auto;
            }

            .brand-card{
                padding:25px 15px;
            }
        }
         .quote-section {
        background: linear-gradient(135deg, #f9fbff, #eef5ff);
        margin: 6rem 0;
    }

    .quote-text h6 {
        color: #ff8c1a;
        font-weight: 700;
    }

    .quote-text h1 {
        color: #0d1b5e;
        font-weight: 800;
    }

    .quote-form .form-control,
    .quote-form .form-select {
        border-radius: 12px;
        border: 1px solid #dce3f0;
        height: 55px;
        box-shadow: none;
    }

    .quote-form textarea {
        height: 100px !important;
        border-radius: 12px;
        border: 1px solid #dce3f0;
    }

    .quote-form .form-control:focus,
    .quote-form .form-select:focus {
        border-color: #19b5fe;
        box-shadow: 0 0 0 0.15rem rgba(25, 181, 254, 0.15);
    }

    .bill-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bill-btn {
        padding: 10px 16px;
        border-radius: 10px;
        border: 1px solid #cfd7e6;
        background: #fff;
        cursor: pointer;
        font-weight: 600;
    }

    .bill-btn.active {
        background: #ff8c1a;
        color: #fff;
        border-color: #ff8c1a;
    }

    .quote-btn {
        background: linear-gradient(135deg, #19b5fe, #00c6ff);
        border: none;
        color: #fff;
        font-weight: 700;
        border-radius: 30px;
        padding: 14px 35px;
    }
    /*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.portfolio-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.portfolio-img::after {
    content: "";
    position: absolute;
    inset: 0;
  background: rgba(244, 178, 35, 0.30);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
}

.portfolio-item:hover .portfolio-img::after {
    opacity: 1;
}

.portfolio-item:hover .portfolio-img img {
    transform: scale(1.08);
}

.portfolio-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: .4s ease;
    transform: scale(.8);
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transform: scale(1);
}

.portfolio-btn .btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.96);
    color: var(--solar-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
    transition: .3s ease;
}

.portfolio-btn .btn:hover {
    background: var(--solar-yellow);
    color: #111;
}
/* WhatsApp */
.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 110px;   /* 👈 upar shift */
    z-index: 9999;
}

/* Call */
.floating-call {
    position: fixed;
    right: 20px;
    bottom: 40px;    /* 👈 beech me */
    z-index: 9999;
}

/* Back to top (already hai tumhare paas) */
.back-to-top {
    right: 20px;
    bottom: 180px;   /* 👈 sabse upar */
}
/* Floating Buttons */
.floating-whatsapp,
.floating-call {
    position: fixed;
    right: 20px;
    z-index: 9999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* WhatsApp */
.floating-whatsapp {
    bottom: 90px;
    background: #25D366;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    background: #1ebe5d;
}

/* Call */
.floating-call {
    bottom: 20px;
    background: linear-gradient(135deg, #0b4d8c, #08345c);
}

.floating-call:hover {
    transform: scale(1.1);
}
.navbar .dropdown-menu{
    border: none;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    padding: 10px 0;
    min-width: 260px;
}

.navbar .dropdown-item{
    font-weight: 600;
    padding: 10px 18px;
    color: var(--solar-blue-dark);
    transition: .3s;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
    background: rgba(244,178,35,0.12);
    color: var(--solar-yellow-dark);
}

@media (min-width: 992px){
    .navbar .dropdown:hover .dropdown-menu{
        display: block;
        margin-top: 0;
    }
}