/* =============================
   Default Theme
   -----------------------------
   fonts : Cormorant Garamond & Open Sans
   -----------------------------
   Colors :
      White Smoke        #f4f4f4
      Black              #000
      White              #fff
      Orange             #f67009   
      Forest Green       #8dc63f
      light green        #eff9e1
      Black Pearl        #061a2d
      
================================ */


/* =============================
            HTML, Body
   ============================= */
html,
body {
    height: 100%;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section {
    overflow: hidden;
}



/* =============================
            Preloader      
================================ */
#preloader {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}

#status {
    background-image: url("../img/preloader/preloder.gif");
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
}

/* =============================
            Home
   ============================= */
#home {

    height: 100%;
    background: none;
}


#home{
     background: url("../img/home/banner.webp") no-repeat;
    background-size: cover;
    position: relative;
        background-color: #fff;
 
    background-repeat: no-repeat;
    -webkit-background-size:cover;
   
   
    background-position: center;
 
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
    margin-left: 100px;

}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading-1 {
    padding-left: 50px;
    color: #061a2d;
    font-size: 60px;
    font-weight: 500;
    
    margin: 0;
    display: inline-block;
    margin-top: -100px;

}

#home-heading-2 {
    padding-left: 50px;
    color: #061a2d;
    font-size: 43px;
    font-weight: 500;
    
    margin: 0;
    display: inline-block;

}
#home-button-group{
       display: flex;
    align-items: center;
    gap: 35px;
    padding: 28px 80px;
   
}
#home-button-group span {
    font-size: 16px;
}
#home-button-group .button-2 {
     color: #8dc63f;
    border: 1px solid #fff;
     background: #f4f4f4;
}
#home-button-group .button-2  span {
     color: #8dc63f;
     font-weight: 500;   
} 
#home-button-group .button-1:hover span,
#home-button-group .button-1:focus span {
    transform: translateX(8px);
    
}
 #home-button-group .button-2:hover,
 #home-button-group .button-2:focus {
    color: #fff;
    background: #8dc63f;
    border: 1px solid #8dc63f;
}
#home-button-group .button-2:hover span,
#home-button-group .button-2:focus span {
    transform: translateX(8px);
    color: #fff;
}

#home-text p {
    color: #061a2d;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    margin: 8px 0 30px 0;


}

/* =============================
          Buttons
   ============================= */
.btn-general {
       display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8dc63f;
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: 14px;

  
   
    transition: 0.3s ease;
}



.btn-home {

    color: #fff;
    border: 1px solid #8dc63f;
     background: #8dc63f;

}

.btn-home:hover,
.btn-home:focus {
    color: #fff;
    background: #f67009;
    border: 1px solid #f67009;
}
.btn-about {

    color: #fff;
    border: 1px solid #8dc63f;
     background: #8dc63f;

}

.btn-about:hover,
.btn-about:focus {
    color: #fff;
    background: #061a2d;
    border: 1px solid #061a2d;


}



/* =============================
          Arrow Down
   ============================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
     color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #272B33;
}


/* back to top button */
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    color: #fff;
   border-radius: 4px;
    background-color:#8dc63f ;
    transition: all 400ms linear;
    display: none;


}
.btn-back-to-top:hover,
.btn-back-to-top:focus{
    background-color:#fff ;
    color: #000;
    font-size: 24px;

}

/* =============================
         Content boxes
   ============================= */
.content-box-lg {
    padding: 100px 0;

}

.content-box-md {
    padding: 80px 0;
}
.content-box-sm{
    padding: 60px 20px;

}
.content-box-xs{
    padding: 40px 20px;

}



/* =============================
        Industries Strip
   ============================= */


.industries-strip {
    width: 100%;
    overflow: hidden;
    background: #eff9e1;
    border-top: 1px solid #eff9e1;
    border-bottom: 1px solid #eff9e1;
}

/* Horizontal scrolling area */
.industries-scroll {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 62px;

    padding: 0 25px;

    overflow-x: auto;
    scrollbar-width: none;

    white-space: nowrap;
}

/* Hide scrollbar - Chrome, Safari, Edge */
.industries-scroll::-webkit-scrollbar {
    display: none;
}

/* Industry item */
.industry-item {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #8dc63f;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    flex-shrink: 0;
}

/* Icons */
.industries-scroll img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    
}

/* Separator */
.industry-separator {
    margin: 0 38px;

    color: #8dc63f;
    font-size: 23px;
    line-height: 1;

    flex-shrink: 0;
}
/* Industries scroll Animation*/

.industries-scroll {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 62px;
    padding: 0 25px;

    white-space: nowrap;

    animation: industryScroll 20s linear infinite;
}

@keyframes industryScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.industries-strip:hover .industries-scroll {
    animation-play-state: paused;
}
/* =============================
        Solutions
   ============================= */
#solution{
    padding-top: 60px;
    padding-bottom: 60px;
 
}

.container{
   
    margin:auto;
}

.solution-heading{
    text-align: center;
    margin-bottom:60px;
}

.solution-heading span{
    display:inline-block;
    color:#8dc63f;
    letter-spacing:3px;
    font-size:15px;
    font-weight:600;
    margin-bottom:15px;
}

.solution-heading h2{
    font-size:50px;
    color:#061a2d;
    
    font-weight:600;
    margin-bottom:20px;
}

.solution-heading p{
    max-width:760px;
    margin:auto;
    color:#061a2d;
    line-height:1.8;
    font-size:18px;
}

.solution-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}

.card{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow: rgba(0,0,0,.08);
    transition:.35s;
}

.card:hover{
    transform:translateY(-10px);
    border-color:#8dc63f ;
}

.card img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.card-content{
    padding:15px 15px 15px;
    text-align:center;
}

.card-content h3{
    
    color:#061a2d;
    font-size:28px;
    line-height:1.25;
    margin-bottom:15px;
}
.card-content a {
  

    color: #8dc63f;
    text-decoration: none;
    font-size: 14px;
    opacity: .9;
}


.explore:hover span {
   transform: translateX(8px);
}


/* Responsive */

@media(max-width:1200px){
    .wellness-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .solution-heading h2{
        font-size:38px;
    }

    .solution-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .card img{
        height:280px;
    }

    .card-content h3{
        font-size:26px;
    }

    .bottom-text{
        width:100%;
        text-align:center;
        font-size:22px;
    }

}

@media(max-width:576px){

    .wellness-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:32px;
    }

    .card img{
        height:320px;
    }

}


/* =============================
         About
   ============================= */

#about {
    padding-top: 100px;
    background-color: #fff;
    background: url("../img/about/about-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;

}

#about-left {}



#about-right h1 {
    color: #061a2d;
    font-size: 60px;

   margin-top: -10px;
 


}


#about-left p {
    color: #061a2d;
    font-size: 17px;
    font-weight: 200;
    margin: 8px 0 30px 0;
}
#about-btn a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #8dc63f;
}

/* =========================================
                About 01
============================================ */

/*==========================
        ABOUT BANNER
===========================*/

.about-banner{

    position:relative;

    width:100%;
    height:420px;

    background-image:url("../img/about/about-banner.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    overflow:hidden;
}

/* Overlay */

.about-banner::before{

    content:"";

    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        rgba(20,24,66,.72) 0%,
        rgba(20,24,66,.45) 35%,
        rgba(20,24,66,.10) 100%
    );
}

/* Content */

.banner-content{

    position:relative;
    z-index:2;

    max-width:1200px;
    height:100%;

    margin:auto;

    display:flex;
    align-items:center;

    padding:0 70px;
}

.banner-content h1{

    color:#fff;

    font-family:'Cormorant Garamond',serif;

    font-size:72px;

    font-weight:500;

    letter-spacing:2px;

    text-transform:uppercase;

    animation:fadeUp .8s ease;
}



/* about-01 */
.about-1-heading h1 {
    color: #061a2d;
    font-size: 60px;
}
#about-1-left p:first-child {
    margin-top: 30px;
}



#about-1-right img {
    margin: 0 auto;
}

/* About 02*/

#about-2 {
  
    background-color: #eff9e1;
}

.about-item {
    background-color: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #061a2d;
}

.about-item hr {
    width: 55px;
    height: 3px;
    background-color: #8dc63f;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 17px;
}
.about-item span {
     font-size: 20px;
     font-weight: 700;
     color:#8dc63f ;
     padding-right:15px;
}


/* Hover state */

.about-item:hover {
    background-color: #8dc63f;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover h3 {
    transform: translateY(-20px);
}
.about-item:hover span {
    color: #fff;
}


/* Smooth transition */

.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.about-item h3,
.about-item p {
   -webkit-transition: all 400ms linear;
    transition: all 400ms linear;  
}
/* about-03 */
.about-3-heading h1 {
    color: #061a2d;
    font-size: 60px;
}
.about-3-heading h2 {
    color: #061a2d;
    font-size: 40px;
    font-weight: 200;
}
.about-3-heading  hr {
    width: 55px;
    height: 3px;
    margin: 0;
    background-color: #8dc63f;
   
    border: none;
}
.item i{
    font-size: 20px;
    color:#8dc63f ;
    padding-right: 15px;
}

.about-3-right {
    margin-top: 20px;
}
.about-3-right h4 {
    font-size: 28px;
   
    font-weight: 600;
}
.about-3-right p {
    padding-left: 20px;
    font-size: 15px;
    color: #a3a3a3;
}
#about-3-left img {
    margin: 0 auto;
}

.lead {
    padding-top: 30px;
    padding-bottom: 30px;
}
.lead h2 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 500;
}
.lead hr {
    width: 55px;
    height: 3px;
    background-color: #8dc63f;
    
    border: none;
}
.lead p{

}




/* =========================================
           Dealer
============================================ */
/* Dealer Section */

.dealer-section {
    width: 100%;
    padding: 60px 20px;
    background: #fff;
}

.dealer-content {
    max-width: 1200px;
    min-height: 400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 45% 55%;

    overflow: hidden;
    border-radius: 24px;

    background: #061a2d;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}


/* Left Content */

.dealer-text {
    padding: 70px 65px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #061a2d;
}

.dealer-label {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 25px;

    color: #8dc63f;

    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.dealer-label span {
    width: 45px;
    height: 3px;

    display: block;

    background: #8dc63f;
    border-radius: 10px;
}


/* Heading */

.dealer-text h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(42px, 4vw, 68px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -2px;
}

.dealer-text h2 strong {
    display: block;

    color: #8dc63f;
    font-weight: 700;
}


/* Description */

.dealer-text p {
    max-width: 520px;

    margin: 30px 0 38px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 18px;
    line-height: 1.6;
}


/* Button */

.dealer-btn {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 35px;

    padding: 18px 28px;

    color: #fff;
    background: #8dc63f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 600;

    transition: all 0.3s ease;
}



.dealer-btn:hover {
    text-decoration: none;
   background: #fff;
   color:#8dc63f ;
}




/* Image */

.dealer-image {
    width: 100%;
    height: 100%;
    min-height: 500px;

    overflow: hidden;
}

.dealer-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.dealer-content:hover .dealer-image img {
    transform: scale(1.03);
}


/* Tablet */

@media (max-width: 900px) {

    .dealer-content {
        grid-template-columns: 1fr;
    }

    .dealer-text {
        padding: 55px 45px;
    }

    .dealer-image {
        min-height: 400px;
    }
}


/* Mobile */

@media (max-width: 600px) {

    .dealer-section {
        padding: 30px 15px;
    }

    .dealer-content {
        border-radius: 18px;
    }

    .dealer-text {
        padding: 45px 30px;
    }

    .dealer-label {
        font-size: 13px;
        gap: 10px;
    }

    .dealer-label span {
        width: 30px;
    }

    .dealer-text h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .dealer-text p {
        margin: 22px 0 30px;
        font-size: 16px;
    }

    .dealer-btn {
        padding: 15px 22px;
        gap: 25px;
    }

    .dealer-image {
        min-height: 300px;
    }
}


/* =============================
        Services
   ============================= */
#services {
   
    background-color: ;
   /* background: url("../img/services/serices-bg.png");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;*/
   
  
   
}

/* =========================================
                Why Choose US
============================================ */

#why-renova {
    padding-top: 100px;
    background-color: #fff;
    background: url("../img/wcu/wcu-bg.webp");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;

}
/* LEFT STATS */

.stats-card {
    width: 100%;
    min-height: 450px;
    padding: 25px;
    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
    background: #fff;
    border-radius: 12px;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    min-height: 170px;
    text-align: center;
    
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Remove right border from second column */
.stat-item:nth-child(2),
.stat-item:nth-child(4) {
    border-right: none;
}

/* Remove bottom border from last row */
.stat-item:nth-child(3),
.stat-item:nth-child(4) {
    border-bottom: none;
}

.stat-item h2 {
    margin: 0 0 8px;
    font-size: 42px;
    font-weight: 700;
    color: #8dc63f;
}

.stat-item p {
    margin: 0;
    font-size: 14px;
    color: #aab2b8;
}

/*Right */
#why-renova .content-box-sm {
    padding-top: 0;
}
.why-heading h1 {
    color: #061a2d;
    font-size: 60px;

}


.why-item {
    margin: 35px 0;
}

.why-item .icon img {
    height: 45px;
    width: 45px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-item:hover .icon img {
   
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.why-item h4 {
    font-size: 28px;
    margin: 0 0 8px 0;
    color: #061a2d;
}

/* ==============================
   PRODUCTS SECTION
================================ */

#products {
    width: 100%;
    background: #eff9e1;
    padding: 90px 0 80px;
}

.products-container {
    max-width: 1200px;
    margin:0 auto;
}

.product-heading{
    text-align: center;
    margin-bottom:60px;
}

.product-heading span{
    display:inline-block;
    color:#8dc63f;
    letter-spacing:3px;
    font-size:15px;
    font-weight:600;
    margin-bottom:15px;
}

.product-heading h2{
    font-size:50px;
    color:#061a2d;
    
    font-weight:600;
    margin-bottom:20px;
}




/*  PRODUCT GRID */

.products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.product-card {
    display: block;

    background: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 10px;

    padding: 25px 18px 20px;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 15px 35px rgba(33, 75, 39, 0.10);
}

.product-image {
    width: 100%;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}


/* */

.product-card h3 {
    margin: 18px 0 0;

    color: #061a2d;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;

    text-align: center;
}


/*  */

.explore-btn {
    display: flex;
    justify-content: flex-end;

    margin-top: 55px;
}

.explore-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

   

    padding: 18px 22px 18px 28px;

    background: #8bc837;
    color: #ffffff;

    border-radius: 5px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}



.explore-btn a:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #8bc837;
    text-decoration: none;
    border-color: #8bc837;
}


/* ==============================
   TABLET
================================ */

@media (max-width: 1200px) {

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-image {
        height: 280px;
    }
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 700px) {

    .products-section {
        padding: 65px 0;
    }

    .products-container {
        width: 90%;
    }

    .products-heading {
        margin-bottom: 35px;
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .eyebrow span {
        width: 25px;
    }

    .products-heading h2 {
        font-size: 34px;
    }

    .products-heading p {
        font-size: 16px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .product-card {
        padding: 15px 12px;
        border-radius: 14px;
    }

    .product-image {
        height: 190px;
    }

    .product-card h3 {
        font-size: 15px;
        margin-top: 12px;
    }

    .products-action {
        margin-top: 35px;
    }

    .explore-btn {
        width: 100%;
        min-width: 0;
        padding: 16px 20px;
    }
}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-image {
        height: 240px;
    }

    .products-action {
        justify-content: stretch;
    }
}
/* =============================
       Blog
   ============================= */
.blog-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

 .blog-heading h1 {
    color: #061a2d;
    font-size: 60px;
}
.read-all{
    text-decoration:none;
    color:#061a2d;
    font-size:20px;
 

    transition:.3s;
}

.read-all:hover{
    color:#8dc63f;
}
/* Grid */

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.blog-card{
    transition:.35s;
     background:#fff;

    border-radius:20px;

    overflow:hidden;

   

    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.blog-card:hover{
    transform:translateY(-6px);


    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/* Image */

.blog-image{
    overflow:hidden;
    border-radius:2px;
}

.blog-image img{
    width:100%;
    height:300px;
    object-fit:cover;

    transition:transform .7s ease;
}

.blog-card:hover .blog-image img{
    transform:scale(1.12);
}

/* Content */

.blog-content{
    margin-top:22px;
    padding-left: 20px;
}

.blog-date{
    color:#8dc63f;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
    text-transform:uppercase;
}

.blog-content h3{
    margin:15px 0;
    line-height:1.25;
}

.blog-content h3 a{
    color:#061a2d;
    text-decoration:none;
    font-size:26px;
    font-weight:700;

    transition:.3s;
}

.blog-content h3 a:hover{
    color:#8dc63f;
}

.blog-content p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

/* Responsive */

@media(max-width:1100px){

.blog-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.blog-header{
    flex-direction:column;
    gap:15px;
    align-items:flex-start;
}

.blog-grid{
    grid-template-columns:1fr;
}

.blog-image img{
    height:260px;
}



}
/* =============================
       Contact
   ============================= */
/*#contact {
    padding-top: 100px;
    background-color: #000;
    background: url("../img/contact/contact-bg.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}
/* =========================================
                Contact
============================================ */


/* Contact Left */
.contact-heading h1 {
    color: #061a2d;
    font-size: 60px;
}
.contact-heading p {
    margin: 10px 0 20px 0;
    font-size: 17px;
}


.office p{
   color: 061a2d;
   font-size: 20px;
}
.item img{
    width: 45px;
    height: 45px;
    
    padding-right: 15px;
}



/* Contact Right */



#contact-right {
padding-top: 0;
}
/* Contact Right */

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}



/* =============================
          Footer
   ============================= */

   footer{
    background-color: #061a2d;
    padding: 20px;
    }
    .social-list{

    margin-top:35px;
    display:flex;
    gap:18px;
}
    .social-list a{

    width:32px;
    height:32px;

    
    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;
    text-decoration:none;

    transition:.35s;
}
.social-list a:hover{

    
    transform:translateY(-5px);
}


footer h4 {
    color: #8dc63f;
    font-size: 20px;
}
.links ul{

    list-style:none;
}

.links ul li{

    margin-bottom:15px;
    color:#fff;
    font-size:15px;
    line-height:1.5;
}

.links ul li a{

    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.links ul li a:hover{

    color:#8dc63f;
    padding-left:8px;
}

.links ul li:hover{

    color:#8dc63f;
}

.contact-info p{
    font-size: 17px;
    color: #fff;

}
    footer p{
        
    color: #fff;
    font-size: 17px;
    line-height: 20px;
   
    }
    .footlink p span{
        font-family: "Cormorant Garamond", sans-serif;
        text-transform: uppercase;
        color: #8dc63f;
    }
    .footlink p span:hover,
    .footlink p span:focus{
        font-size: 20px;
        color: #fff;
    }

    .footlink a {
         font-family: "Cormorant Garamond", sans-serif;
         color: #8dc63f;
        
         font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
}
    
    .footlink a:hover,
    .footlink a:focus {

            color:#fff;
            background: none;

    }



/* Footer */





/* =========================================
                Navigation
============================================ */

.navbar {
    padding: 25px 100px 10px 100px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: #fff;
}



ul.navbar-nav>li>a {
    font-family: "Cormorant Garamond", sans-serif;
    color: #061a2d;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #8dc63f;
}


/* White Navigation */

.white-nav-top {
    background: #fff;
    padding: 15px 100px;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #061a2d;
}

.white-nav-top ul.navbar-nav>li>a:hover,
.white-nav-top ul.navbar-nav>li>a:focus {
    color: #8dc63f;
}


/* Scroll spy active state */

.white-nav-top ul.navbar-nav>li>a.active {
    color: #8dc63f;
    font-weight: 500;
}


/* =============================
         Animation
   ============================= */
   #home-heading-1,
   #home-heading-2,
   #home-text,
   #home-btn,
   #arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   }

   #home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
   }
   #home-heading-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
   }
   #home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
   }
   #home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
   }
   #arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
   }

 /* ==============================================================================
                                        OTHER PAGES
    ============================================================================ */

    /* =============================
         Product Page
   ============================= */


#products {
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Section Heading */

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -2px;
  color: #061a2d;
}

.section-title h2 span {
  color: #8dc63f;
}

/* Product Grid */

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}


/* Product Card */

.product-card {
  background: #ffffff;
  border: 1px solid #e5e8e3;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


/* Product Image */

.product-image {
  height: 300px;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fafafa;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.04);
}


/* Product Info */

.product-info {
  padding: 18px 22px 25px;
}

.product-info h3 {
  font-size: 21px;
  font-weight: 650;
  margin-bottom: 14px;
  color: #061a2d;
}

.price {
  color: #8dc63f;
  font-size: 18px;
  font-weight: 700;
}

.price span {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}


/* Responsive */

@media (max-width: 1000px) {

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 44px;
  }

}

@media (max-width: 600px) {

  .solar-products {
    padding: 50px 15px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .product-image {
    height: 300px;
  }

}