@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Agdasima:wght@400;700&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", serif;
    

}

body{
    
}

ul,
li,
a {
    list-style: none;
    text-decoration: none !important;
    padding: 0;
    padding-left: 0;
    margin: 0;
   
}

:root{
    --sec-bg:#fff9f0;
}

.sec-spacer {
    padding: 60px 0;
}


#mainNav {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    padding: 0;
}

.sec-nav{
    position: relative !important;
    background-color: #23262d ;
}

.pd-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.navbar.sticky {
 position: fixed !important ;
 top: 0;
    background-color: #23262d;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.navbar.sticky .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-nav .nav-item a:hover {
    color: #eb4d21;
}

.navbar.sticky .navbar-nav .nav-item.active a {
    color: #eb4d21;
}

.navbar-nav .nav-item.active a {
    color: #eb4d21;
}

.navbar-nav .nav-item.active {
    position: relative;

}

.navbar-nav .nav-item.active::after {
    position: absolute;
    content: '';
    top: 0;
    width: 50%;
    left: 50%;
    height: 1px;
    color: #eb4d21;
}

.navbar-brand img {
    transition: 0.3s linear;
}

.navbar.sticky .navbar-brand img {
    width: 100px !important;
}

.navbar .navbar-brand,
.logo {
    display: block;
    width: fit-content;
    padding: 1rem .5rem;
    position: relative;

}

.navbar-expand-lg .navbar-nav a {
    padding: 15px 20px;
}

.navbar-expand-lg .navbar-nav .ph {
    border: 1px solid #0d6efd;
    padding: 10px 20px;
    border-radius: 15px;
    color: #ffff;
    background-color: #0d6dfd29;
}

.navbar-nav .nav-item a {
    color: white;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.dropdown-menu li a {
    color: #23262d !important;
}

@media (max-width:991px) {
    #navbarNav {
        background-color: white;
        max-height: 500px;
        overflow-y: auto;
    }

    #navbarNav ul {
        text-align: center;
    }

    #navbarNav .navbar-nav li {
        padding: 15px 0;
    }

    #navbarNav li a {
        color: #23262d;

    }

    .dropdown-menu li {
        padding: 0 !important;
    }

    .dropdown-menu li a {
        padding: 5px 0 !important;
    }

    #navbarNav .ph {
        display: none;
    }
}


/* banner slider */
.slider {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.slider .list .item::before {
    content: '';
    position: absolute;
    z-index: 25;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.655);
}

.slider .list {
    height: 100%;
}

.slider .list .item {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .list .item .content {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50%;
    max-width: 80%;
    z-index: 35;
    color: white;
}

.slider .list .item .content p:nth-child(1) {
    text-transform: uppercase;
    letter-spacing: 5px;
}

.slider .list .item .content h2 {
    font-size: 5vw;
    margin: 0;
}

.slider .list .item.active {
    opacity: 1;
    z-index: 50;
}


@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3) {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}

.slider .list .item.active h2 {
    animation-delay: 1s;
}

.slider .list .item.active p:nth-child(3) {
    animation-duration: 1.3s;
}

.arrows {
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}

.arrows button {
    background-color: rgba(148, 148, 148, 0.333);
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}

.arrows button:hover {
    background-color: #eee;
    color: black;
}

.thumbnail {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 50;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;


}

.thumbnail::-webkit-scrollbar {
    width: 0;
}

.thumbnail .item {
    width: 65px;
    height: 65px;
    transition: .5s;
    flex-shrink: 0;
}

.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thumbnail .item.active {
    transform: scale(1.1);
    filter: brightness(1.5);
}

@media (max-width: 678px) {
    .thumbnail {
        bottom: 20px;
        justify-content: center;

    }


    .slider .list .item .content {
        top: 30%;
        width: 100%;
    }


    .arrows {
        display: none;
    }

}


/* SECTION-PROJECTS */
.project-wrapper {
    width: 100%;
    height: auto;
    background-color: var(--sec-bg);
}

.project-wrapper .pro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 100px 120px;
    animation: pro-reveal 1s ease;
    animation-play-state: paused;
}

@keyframes pro-reveal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

#h {
    width: 80%;
    height: 2px;
    border: 0 none;
    margin: 50px auto;
    background-color: #eb4d21;
}

.pro-badge {
    color: #daa14c;
    margin-bottom: 20px;
}

.pro-desc {
    max-width: 1000px;
}

.pro-header-wrapper {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.pro-head,
.pro-desc {
    color: #ffffff;
    margin-bottom: 20px;
}



#caro-1 {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

#pro-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
}

#pro-next,
#pro-prev {
    color: #d3d3d3a6;
    height: 2px;
    width: 2px;
}

.swiper-pagination-bullet {
    background: #a4a4a4;
}

@media (max-width:991px) {
    .project-wrapper .pro-container {
        padding: 30px 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

}


.contact-wrapper {
    background-color: #23262d;
    height: auto;
    width: 100%;
}

.contact {
    background-color: #B3BDC718;
    background-image: url('assets/overlay-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#cont-content {
    padding: 45px;
    color: #ffffff;
}

#cont-content h2 {
    margin-bottom: 35px;
}

#cont-content p {
    margin-bottom: 45px;
}

#cont-content a {
    text-decoration: none;
    color: white;

}

#cont-body {
    animation: fadeInUp 0.7s ease;
    animation-play-state: paused;

}



@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:499px) {
    #cont-content {
        padding: 30px;
    }
}


/* service */
.service-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.service-social-wrapper .social-item {
    background-color: #daa14c;
    padding: 5px;

}

.service-social-wrapper>.social-item>a {
    color: #fff;
}



.info-desc {
    font-size: 0.875em;
}

.blog-info{
    padding: 10px;

}


.events-custom:hover .blog-img img{
    transform: scale(1.04);
    transition: all 0.5s ;
}

.events-custom:hover .social-item{
background-color: white;
transition: all 0.5s;
}

.events-custom:hover .social-item a{
    color: #daa14c;
    transition: all 0.5s;


}

.events-custom:hover .blog-info{
    background-color: #daa14c;
    transition: all 0.5s;

}

.events-custom:hover .blog-info h4 b{
    color: #ffff !important;
    transition: all 0.5s;

}

.blog-img {
    overflow: hidden;
}

/* footer */
footer {
    position: relative;
    min-height: 100%;
    background-image: url('../assets/slides/carousel-1.jpg');
    object-fit: cover;
    object-position: center;
}

footer::before {
    content: '';
    background-color: #30373ee8;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#footer-container {

    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;


}

.elements-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 54px 30px 25px 31px;

}

.elements-container .logo {
    margin-bottom: 25px;
}

.elements-container .elements1 div {
    margin-bottom: 20px;
}

.elements-container .elements1 div span {
    color: #ffffff;
    font-weight: 600;
}

.elements2 {
    margin: 5px 15px 0px 15px;
    padding: 0px 30px 0px 30px;
}

.elements2 ul {
    padding: 0;
}

.elements2 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.elements2 ul li a {
    color: #9B9B9B;

}

.elements2 ul li a:focus {
    color: #daa14c;
}

@media (max-width:999px) {
    footer {
        height: auto;
    }

}

@media (max-width: 678px) {
    .elements-container {
        grid-template-columns: 1fr;

        justify-items: center;
        text-align: center;
    }

    .elements2 {
        margin: 0;
        padding: 0;
    }
}

.footer.social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer.social .ftr-scl-item{
    
}

.footer.social .ftr-scl-item i{
    font-size: 35px;
    color: #ffff;
}


/* GALLERY */
.gallery {
    min-height: 100vh;
    background-color: #ffffff;
}



.layout-container img {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    height: auto;
    transition: 0.5s;
    animation: img-appear ease;
    animation-timeline: view();
    animation-range: entry 0;
}

@keyframes img-appear {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.layout-container img:hover {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .layout-container {
        columns: 2 300px;
    }
}

@media (max-width: 768px) {
    .layout-container {
        columns: 1 100%;
    }
}


.services {
    min-height: 100vh;
    width: 100%;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    height: 100%;
    padding: 30px 0;
}

.card {
    border-radius: 15px;
    background: white;
    position: relative;
    display: block;
    margin-bottom: 1em;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card:hover {
    transform: translateY(10px);
}

.card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card img {

    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
}

.info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    /* Optional background overlay */
    border-radius: 15px;
    /* Keep the rounded corners */
}

.card:hover .info {
    opacity: 1;
}

.info h1 {
    margin: 0;
}

.info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.info button:hover {
    background: dodgerblue;
    color: white;
}

@media (max-width: 500px) {
    .card-wrapper {
        grid-template-columns: 1fr;
    }
}


.sticky01 {
    left: 0;
    position: fixed;
    top: 350px;
    z-index: 1000;
}


@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 32.333333% !important;
        margin: 5px;
    }
}


/* youtube */
.ytb-wrapper {
    background-color: rgb(246, 246, 246);
}

.anchr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    margin-top: 20px;
}

.btn a {
    color: #fff !important;
    padding: 10px 10px;
    background-color: #daa14c;
    height: fit-content;
}


@media (max-width:999px){
    .ytb-inner-wrapper{
        margin-bottom: 20px;
    }
}

.breadcrumbs-overlay{
    position: relative;
    
}

.breadcrumbs-overlay::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.063);
z-index: 1;
}

.breadcrumbs-inner{
    background-image: url('../assets/hybrid\ Solar\ power\ system\ for\ home\ and\ commercial\ in\ alappuzha.jpg');
    object-fit: cover;
    object-position: bottom center;
    padding: 1.25em 0;
   

}
.breadcrumbs-inner h1.page-title{
    position: relative;
    z-index:2;
    color: #23262d;
    font-size: 2.1875em;
    font-weight: 700;
    text-transform: uppercase;
}




/* about-us */
.abtus-head-wrapper .abts-title-text{
    font-size: 50px;
    font-weight: 700;
    line-height: 3.75rem;
}


.abts-note-wrapper{
    margin-top: 1.25em;
}

.abts-note-wrapper > ul > li{
    margin-bottom: 12px;
}

.abts-note-wrapper > ul > li >i{
    color: #eb4d21;
}
.abtus-head-wrapper .abts-subtitle{
    color:#eb4d21;
    font-weight: 600;
    font-size: 15px;
}

.abts-title{
    margin-top: 30px;
    
}


.abts-img-wrapper{
    max-width: 500px;
}

.abts-feature-wrapper{
    margin-top: 1.25em;
}

.feature-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    
}

.feature-inner .count{
    color: #eb4d21;
    font-size: 1.5625em;
    font-weight: 600;
    margin-bottom:10px ;
}



/* MISSION */
.wch-wrapper{
    background-color: #23262d;
    margin-top: 110px;
    
}

.item_subtitle{
    font-size: 1.25em;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.9;
    color: #fff;

}
.wch-img-wrapper{
    margin-top: -100px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
span{
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1.vis_item_title-tag,
h1.mis_item_title_tag{
    font-size: 3.353em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.053em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.03em;
    margin-top: 0.625em;
    margin-bottom: 0.55em;
    color: #fff;
    
}

.mis-desc{
    margin-top: 0.938em;
}

.mis-desc-text{
    color: #dadada;
}
.wch-visi-col{
    padding: 60px 20px 40px 20px;
}

.visi-container{
    margin-top: 50px
}

@media (max-width:999px){
    .wch-img-wrapper{
        margin-top: 0;
    }

    .wch-mis-container{
        margin-bottom: 0.625em;
    }
}

@media (max-width:999px){
    .btn-wrapper{
        justify-content: flex-start !important;
    }
}


/* testimonial */
.testimonial-wrapper{
    background-color: var(--sec-bg);
}
.testi-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    padding: 30px 0;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.testi-wrapper{
    display: grid;
    grid-template-columns: repeat(12,1fr);
   grid-row: 1;
}

.testi-left{
    grid-column: 2 /span 7;
    grid-row: 1;
    z-index: 2;
}

.testi-right{
    grid-column: 7/ span 12;
    grid-row: 1;
    
}

.testi-img-wrapper{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-text-wrapper{
    max-width: 600px;
}
.testi-bg{
    background-color: #23262d;
    height: 100%;
    width: 100%;
    position: relative;
}

.testi-bg::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.567);
}

@media  (max-width:1200px){
    .testi-right{
        display: none;
    }

    .testi-left{
        grid-column: 1/ span 12;
        grid-row: 1;
    }

    .testi-inner{
        display: flex;
        flex-direction: column;
        padding: 15px 20px;
    }
    
}

/* contact */
.contact-container{
    display: grid;
    grid-template-columns: repeat(12,1fr);
}

.inner-left-wrapper{
    grid-column: 2 / span 8;
    grid-row: 1;
    z-index: 2;
}

.contact-image{
    grid-column: 7 / span 12;
    grid-row: 1;
    z-index: 1;
}

.contact{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0.9375em;
    padding: 1.125em;
}

.contact:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon{
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #eb4d2140;
}

.contact .icon{
    color: #eb4d21;
    font-size: 1.1875em;
}

.contact-image img{
    
    height: 100%;
    width: 100%;
   
}

.inner-cont-container h4{
    margin-bottom: 0.938em;
}

.contact-image{
    position: relative;
}
.contact-image::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.567);
}

.cont-head{
    font-size: 17px;
    font-weight: 700;
    color: #27282a;
}

@media (max-width:999px){
    .contact-image{
        display: none;
    }

    .inner-left-wrapper{
        grid-column: 1 / span 12;
        grid-row: 1;
        z-index: 2;
    }
}



/* gallery */
#gallery {
    padding-top: 40px;
  }
  
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 40px 30px 40px 30px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
  }
  
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  
  #nextButton:hover {
    opacity: 0.7;
  }
  
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  
  #prevButton:hover {
    opacity: 0.7;
  }
  
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  #exitButton:hover {
    opacity: 0.7;
  }
  
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }
  