*, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 14px;
}

body {
    margin: 0;
    background-color: #121212;
    overflow-x: hidden;
}

video::-webkit-media-controls {
    display: none !important;
}
video::-webkit-media-controls-enclosure {
    display: none !important;
}
video::-webkit-media-controls-panel {
    display: none !important;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.banner ::placeholder{
    color: #fff !important;
}

.bg-light-black{
	background-color: #121212;
}

.header {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 998 !important;
    /* background-color: #1f1f1f; */
    min-width: max-content;
    min-height: 60px;
}

.navbar-brand img {
    width: 120px;
}


.image-container img {
    max-width: 100%;
    height: auto;
}

.navbar-nav{
    gap: .7rem;
}


.nav-link{
    color: #ccddd48f  !important;
}

.dropdown-menu{
    background: #000 !important;
}
.dropdown-item:hover{
    background: #ccc2 !important;
}

.btn-estimate{
    background: red;
    padding: 10px 20px;
    border: 1px solid red;
    margin-left: 2rem;
    transition: .5s;
    color: #fff !important;
    text-decoration: none;
}

.btn-estimate:hover{
	background: none;
	color: red !important;
}

#div2 img{
    height: 4rem;
}
/*#div3{
	background: url(https://feniceenergy.com/wp-content/uploads/2023/06/banner-video-home-page.mp4) no-repeat;
	background-size: cover;
}

video{
    width: 100vw;
}*/
.banner{
    height: calc(100vh - 5rem - 65px);
}

@media only screen and (max-width:769px){
      .home_page__mbl{
        margin-top: -40px;
    }
    .navbar-brand img{
        width: 80px;
    }
    .banner{
        height: 1000px;
    }
    .navbar-toggler{
        border: 1px solid white !important;
    }

    .vh-fit{
        height: auto !important;
    }

    .mx-xs-0{
        margin-left: 0;
        margin-right: 0;
    }

    .row .p-5{
        padding-left: 10px;
        padding-right: 10px;
    }
}


.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* Make sure the video covers the entire container */
    top: 0;
    left: 0;
    opacity: 0.5;
}

.banner .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background-size: cover;
    height: calc(100vh - 70px);
}

.section .data{
    background: #000a;
    height: calc(100vh - 70px);
    width: 100%;
    align-content: center;

}
.button__visiable{
    visibility: hidden;
}

#section2 .data{
    background: #042d02aa;
}
#section1 {
    background-image: url('../images/Solar-Battery.jpeg');
    background-size: 100% 100%;
}

#section2 {
    background-image: url('https://wallpapers.com/images/hd/inverter-pcu-off-grid-solar-panel-systems-4shxuqr8z7j7rub1.jpg');
}

#section3 {
    background-image: url('https://t3.ftcdn.net/jpg/07/52/70/74/360_F_752707422_6wyWHXR0SRmVyvmR2NCObNTW7RbCmSKq.jpg');
}

footer ul{
    list-style: none;
    /*margin: 0;
    padding: 10px 5px;*/
}

/*footer ul li{
    margin: 10px 0;
}*/
footer a{
    text-decoration: none;
}

.video-bg{
    height: calc(100vh - 70px);
}

.form_popup_icon{
    background-color: red;
    width: 30px;
    height: 30px;
    position: absolute;
    top:-10px;
    cursor: pointer;
    left: -10px;
    color: #000;
    display:flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    border-radius: 50%;
}
.form_popup_icon span{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
}
#div1{
    position: relative;
}
.form_popup{
    position: absolute;
    right: 100%;
    z-index: 1;
    top: 100px;
    transition: right 0.5s ease-in-out;
    background-color: #fff;
}

.form_popup_data{
    padding: 20px;
}

.button__submit{
    /* background-color: #000; */
    outline: none;
    width: 100%;
    padding: 10px;
    /* border-radius: 10px; */
}

.form-container {
    /* margin: 40px auto; */
    /* padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}
#registration-button{
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group label {
    display: block;
    color: #000 !important;
    margin-bottom: 10px;
}

.form-group input::placeholder{
    color: #000 !important;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"] {
    width: 100%;
    height: 30px;
    padding: 10px;
    color: #000 !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button[type="submit"] {
    width: 100%;
    height: 30px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #555;
}

#toggle-login-button {
    width: 100%;
    height: 30px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

#toggle-login-button:hover {
    background-color: #555;
}

#forgot-password-link {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

#forgot-password-link:hover {
    text-decoration: underline;
}



.video-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* Make sure the video covers the entire container */
    top: 0;
    left: 0;
    opacity: 0.3;
}

.video-bg .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: max-content !important;
    width: inherit;
}

.know-more {
    margin: 0;
    padding: 0;
}

.know-more .col-md-6 {
    position: relative;
    height: calc(70vh - 35px);
    padding: 0;
}

.know-more .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.know-more .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7; 
}

.text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
    align-content: center;
    background: rgba(0, 0, 0, 0.5); /* Adds background to text for better readability */
    padding: 10px 20px;
    border-radius: 5px;
}


.counter-section {
    position: relative;
    padding: 100px 0; /* Adjust spacing */
    text-align: center;
    color: white;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/solar-roof.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.3;  /* Adjust background image opacity */
    z-index: -1;   /* Places it behind the text */
}

.counter-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    position: relative; /* Ensures text stays on top */
    z-index: 1;
}

.counter-box {
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for better readability */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 200px;
}


.vh-fit {
    height: calc(100vh - 70px);
    margin: 0;
    padding: 0;
}

.mbl__view__footer{
    display: none;
}    

@media only screen and (max-width:767px){
    .img__mbl_view img{
        width: 30% !important;
    }

    .home__page_text__mbl{
        text-align: center;
    }
    .destop__view__footer{
        display: none;
    }
    .mbl__view__footer{
        display: block;
    }    
    .caurosl__mbl{
        background-color: #474646 !important;
        /* color: #000 !important; */
        font-size: 20px;
    }
    .foot__font__size__ul{
        list-style-type: none;
        /* margin-left: -10px; */
        /* margin-top: 10px; */
        padding: 20px;
        margin-bottom: -10px;
        background-color: #5e5c5c;
    }
    a.foot__font__size_mbl{
        color: white !important;
        text-decoration: none;
        font-size: 20px;
    }    
    .foot__font__size__ul1{
        display: flex;
        list-style-type: none;
        gap: 40px;
        margin-left: -30px;
    }
    .foot__font__size__ul2{
        margin-left: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .display-555 {
        font-size: 1.8; /* Adjust to fit */
    }
    .display-666 {
        font-size: 1.2; /* Adjust as needed */
    }
}


@media only screen and (min-width:768px) and (max-width:999px ){
    .vh-fit{
        height: auto !important;
    }
}
.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Prevents extra space below the image */
}

.display-7{
    font-size: 1.3rem;
}


#section4 {
    background-image: url('../images/suns-power.webp');
}

#section5 {
    background-image: url('../images/xt-36.png');
}

#section6 {
    background-image: url('../images/solar-battery.gif');
}

#section7 {
    background-image: url('../images/Charge-into-the-Future.webp');
    background-size: 100% 100%;
}

#section8 {
    background-image: url('../images/privacy-policy.jpg');
}


#section9 {
    background-image: url('../images/legal-disclaimer.jpg');
}

#section10 {
    background-image: url('../images/roof-solar-panels.webp');
}

#section11 {
    background-image: url('../images/mobile-app.jpg');
    background-size: 100% 130%;
}


#section12 {
    background-image: url('../images/GA-Footer.webp');
    background-size: 100% 140%;
}

.bg-white * {
    color: #000 !important;
}

.financing-partners .col-md-3{
    height: 150px;
}

.financing-partners img{
    max-width: 100%;
    max-height: 100%;
}

.bold{
    font-weight: bold !important;
}


#section13 {
    background-image: url('../images/footer-finance.jpg');
    background-size: 100% 140%;
}


#section14 {
    background-image: url('../images/cta-ev-scaled-1.webp');
    background-size: 100% 150%;
}


#section15 {
    background-image: url('https://stg-feniceenergy-fenicestg.kinsta.cloud/wp-content/uploads/2023/07/Keep-Your-Solar-system-In-Prime-Condition.webp');
    background-size: 100% 150%;
}


#section16 {
    background-image: url('../images/Shining-a-light-on-savings-Solar-Panels.webp');
    background-size: 100% 150%;
}

.search-bar{
    height: 50px;
}


.search-bar input{
    background: #fff9;
    color: #000 !important;
}

.card *{
    color: #000 !important;
}

.card-body{
    min-height: 200px !important;
}

.card-img{
    height: 300px;
    background: #f009;
}

.card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-img{
    height: 200px;
}

.item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-none{
    background: none !important;
}

.banner input[type=text]{
    background: none;
    border-radius: 0;
    border: 1px solid #fff !important;
}

.sticky-estimate{
    position: fixed;
    z-index: 9999 !important;
    right: -45px;
    top: 50%;
    rotate : -90deg;
    padding: 5px 20px;
    text-decoration: none;
}

#popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000d;
    align-content: center;
    text-align: center;
    display: none;
    overflow: auto;
}
#popup::-webkit-scrollbar{
     display: none;
}
#popup .content{
    background: #fff;
    padding: 1rem;
    width: max-content;
    min-width: 40%;
    max-width: 80%;
    margin: 0 30px;
    float: right;
    position: relative;
}
#popup .content *{
    color: #000 !important;
}

/*#popup:target{
    display: block;
    animation: zoom-in 0.1s;
    z-index: 9999;
}*/
.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #ccc;
}
@keyframes glitch {
  100% {
    transform: skew(180deg);
  }
}

@keyframes zoom-in{
    0%{
        transform: scale(0.7);
    };
    100% {
        transform: scale(1.0);
    }
}

@keyframes left-to-right{
    0%{
        left: -100%;
    };
    100%{
        left: 0;
    }
}


.whatsapp-icon {
    position: fixed !important;
  	
    bottom: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 99999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon img {
    width: 40px;
    height: 40px;
}
