/*==================================================
    HOME HERO
==================================================*/

.home-hero{
    position:relative;
    overflow:hidden;
}

.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .carousel-item{
    height:calc(100vh - 135px);
}

.home-hero .carousel-item{
    position:relative;
}

.home-hero .carousel-item::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        90deg,
        rgba(11,46,99,.22),
        rgba(11,46,99,.72) 56%,
        rgba(11,46,99,.90)
    );
}

.home-hero .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-caption{
    position:absolute;
    top:50%;
    right:clamp(20px,7vw,95px);
    transform:translateY(-50%);
    z-index:3;
    width:min(680px,calc(100% - 40px));
    color:#fff;
}

.hero-caption span,
.section-badge,
.about-badge{
    letter-spacing:0;
}

.hero-caption span{
    display:inline-block;
    padding:10px 18px;
    margin-bottom:18px;
    background:rgba(0,166,81,.9);
    color:#fff;
    border-radius:50px;
    font-weight:700;
}

.hero-caption h1{
    margin-bottom:20px;
    font-size:clamp(22px,1.8vw,36px);
    font-weight:700;
    line-height:1.3;
}

.hero-caption p{
    max-width:62ch;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:2;
}

.hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

/* Controls */

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next,
.home-hero .carousel-indicators{
    z-index:4;
}

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next{
    width:8%;
}

/* About */

.about-content{
    max-width:600px;
    margin:auto;
    padding:40px;
}

  .headfeature{
      font-weight:600!important;font-size:17px !important;font-family: 'Alexandria', sans-serif !important;
  }
  .contentfeature{
      font-size:14px; line-height: 30px !important;font-weight: 400 !important;font-family: 'Alexandria', sans-serif !important;
  }
  



/*==========================================
    Products Home
==========================================*/

.section-soft,
.products-home{
    background:var(--wadi-soft);
}

.products-home .product{
    display:block;
    height:100%;
}

/*==========================================
    Products List
==========================================*/

.products-list{
    margin:10px;
    padding:10px 0;
    border-radius:8px;
    transition:all .3s ease;
}

.products-list a{
    display:block;
    color:#000;
    text-decoration:none;
    transition:color .3s ease;
}

.products-list:hover{
    background:#1E78C2;
}

.products-list:hover a{
    color:#fff;
}


/*==========================================
    Product Image
==========================================*/

.product-image{
    display:flex;
    align-items:center;
    justify-content:center;

    height:260px;
    padding:20px;

    background:#F8FAFD;
    overflow:hidden;
}

.product-image img{
    max-width:100%;
    max-height:210px;
    object-fit:contain;
    transition:transform .4s ease;
}

.product-card:hover .product-image img{
    transform:scale(1.05);
}



.product-body{
    padding:25px;
    text-align:center;
}

.product-body h4{
    color:#153D8A;
    font-size:18px;
    font-weight:500;
    line-height:1.5;
    margin-bottom:12px;
}

.product-body p{
    color:#666;
    line-height:1.8;
    min-height:84px;
    margin-bottom:0;
}



/*==========================================
                FOOTER
==========================================*/

.footer{
    position:relative;
    margin-top:0;
    background:#0B2E63;
    color:#fff;
    text-align:center;
}

.footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#44B649,#0B2E63,#44B649);
}

.footer .container{
    padding:70px 0 40px;
}

/*==========================================
                Logo
==========================================*/

.footer-logo img{
    max-width:150px;
    height:auto;
}

.footer-text{
    margin-top:20px;
    color:#D8E2F0;
    font-size:15px;
    line-height:2;
}

/*==========================================
                Titles
==========================================*/

.footer-title{
    position:relative;
    margin-bottom:30px;
    font-size:20px;
    font-weight:700;
}

.footer-title::after{
    content:"";
    position:absolute;
    bottom:-10px;
    right:50%;
    transform:translateX(50%);
    width:45px;
    height:3px;
    background:#44B649;
    border-radius:10px;
}

/*==========================================
                Links
==========================================*/

.footer-links,
.footer-features,
.contact-list{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li,
.footer-features li,
.contact-list li{
    margin-bottom:18px;
}

.footer-links a{
    color:#D8E2F0;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#44B649;
}

/*==========================================
            Footer Features
==========================================*/

.footer-features li{
    display:flex;
    align-items:center;
    justify-content:right;
    gap:12px;
    color:#D8E2F0;
}

.footer-features i{
    color:#44B649;
    font-size:18px;
}

/*==========================================
            Contact List
==========================================*/

.contact-list li{
    display:flex;
    align-items:flex-start;
    justify-content:right;
    gap:15px;
}

.contact-list .icon{
    width:42px;
    height:42px;

    display:flex;
    justify-content:center;
    align-items:center;

    flex-shrink:0;

    border-radius:50%;

    background:#44B649;
    color:#fff;
}

.contact-list li div:last-child{
    color:#D8E2F0;
    line-height:1.8;
}


.footer-bottom{
    padding:18px 0;
    background:#07244D;
    border-top:1px solid rgba(255,255,255,.08);
    color:#D8E2F0;
    font-size:15px;
}

.footer-bottom a{
    color:#44B649;
    text-decoration:none;
    font-weight:600;
}

.footer-bottom a:hover{
    color:#fff;
}


 .social-icons{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    background:rgba(255,255,255,.12);

    border-radius:50%;

    color:#fff;
    font-size:18px;

    text-decoration:none;

    transition:.3s;
}

.social-icons a:hover{
    background:#44B649;
    color:#fff;
    transform:translateY(-5px);
}


/*==========================================
            Product Card
==========================================*/

.product{
    display:block;
    color:#000;
    text-decoration:none;
}

.product:hover{
    color:#000;
    text-decoration:none;
}

.product-card,
.product-card-modern{
    height:100%;
    overflow:hidden;
    background:#fff;
    border-radius:22px;
    border:1px solid var(--wadi-line);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.product-card:hover,
.product-card-modern:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.product-card-img{
    width:100%;
    transition:transform .35s ease;
}

.product-card:hover .product-card-img,
.product-card-modern:hover .product-card-img,
.product-card-modern:hover img{
    transform:scale(1.08);
}

/*==========================================
        Product Header
==========================================*/

.product-card-header{
    position:relative;
}

.product-card-header h5{
    position:relative;
    margin-bottom:20px;
}

.product-card-header h5::after{
    content:"";
    position:absolute;
    right:5%;
    bottom:-10px;

    width:100px;
    height:3px;

    background:#1E78C2;

    transition:.3s ease;
}

.product-card:hover .product-card-header h5::after{
    right:0;
}

/*==========================================
        Product Details
==========================================*/

.product-details{
    color:#000;
    text-decoration:none;
}

.product-details:hover{
    color:#000;
}

/*==========================================
        Product Details Page
==========================================*/

.product-detail-image{
    min-height:300px;
    padding:20px;
}

.product-detail-card,
.order-form-card{
    padding:22px;
}

.product-detail-card h2{
    font-size:28px;
}

/*==========================================
        Actions
==========================================*/

.product-card-actions,
.catalogue-actions{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

 .goal-card{
    height:100%;
    padding:45px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.goal-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.goal-card h3{
    margin-bottom:20px;
    color:#0B2E63;
    font-size:32px;
    font-weight:700;
    line-height:1.4;
}

.goal-card p{
    margin-bottom:35px;
    color:#666;
    line-height:2;
     }
     
.goal-items{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.goal-items .item{
    display:flex;
    align-items:center;
    padding:18px;

    background:#F6FAFD;

    border-radius:12px;

    transition:all .3s ease;
}

.goal-items .item:hover{
    background:#0B2E63;
    color:#fff;
    transform:translateY(-5px);
}

.goal-items .item i{
    margin-left:12px;

    color:#44B649;
    font-size:22px;

    transition:.3s;
}

.goal-items .item:hover i{
    color:#fff;
}

.goal-image{
    text-align:center;
}

.goal-image img{
    max-width:95%;
    transition:transform .5s ease;
}

.goal-image img:hover{
    transform:scale(1.05);
}


/*==================================================
    Mobile
==================================================*/

@media (max-width:767px){

    .home-hero,
    .home-hero .carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item{
        height:340px;
    }

    .home-hero .carousel-item img{
        height:340px;
        min-height:auto;
    }

    .home-hero .carousel-item::after{
        background:rgba(11,46,99,.60);
    }

    .hero-caption{
        top:50%;
        left:20px;
        right:20px;
        bottom:auto;
        width:auto;
        transform:translateY(-50%);
        text-align:center;
    }

    .hero-caption span{
        padding:8px 15px;
        font-size:13px;
        margin-bottom:10px;
    }

    .hero-caption h1{
        font-size:24px;
        line-height:1.4;
        margin-bottom:10px;
    }

    .hero-caption p{
        font-size:14px;
        line-height:1.7;
        margin-bottom:15px;
    }

    .hero-actions{
        flex-direction:column;
        gap:10px;
    }

    .btn-main,
    .btn-outline-main{
        width:100%;
        margin: 10px 0px;
    }

    .about-content{
        max-width:100%;
        padding:20px 15px;
        text-align:center;
    }

    .about-title,
    .section-title,
    .section-title h2{
        font-size:26px !important;
    }

    .about-description,
    .section-subtitle{
        font-size:15px;
        line-height:1.8;
    }

    .goal-items{
        display:grid;
        grid-template-columns:1fr;
        gap:20px;
    }

    .work-card,
    .goal-card{
        padding:20px;
    }

    .product-image{
        height:200px;
    }

    .home-hero .carousel-control-prev,
    .home-hero .carousel-control-next{
        display:none;
    }

 .products-list{
        margin:8px 0;
        padding:12px 15px;
    }
    
    
    .product-image{
        height:220px;
        padding:15px;
    }

    .product-image img{
        max-height:180px;
    }
    
    .product-body{
        padding:20px;
    }

    .product-body h4{
        font-size:17px;
    }

    .product-body p{
        font-size:14px;
        min-height:auto;
    }
    
    
    .footer .container{
        padding:50px 15px 30px;
    }

    .footer-logo img{
        max-width:120px;
    }

    .footer-title{
        font-size:18px;
    }
    
       .footer-bottom{
        text-align:center;
    }

    .footer-bottom .row>div{
        margin-bottom:10px;
    }
    
    
        .social-icons{
        gap:12px;
        margin-top:20px;
    }

    .social-icons a{
        width:42px;
        height:42px;
        font-size:18px;
    }
    
    
    .product-detail-image{
        min-height:220px;
        padding:15px;
    }

    .product-detail-card,
    .order-form-card{
        padding:20px;
    }

    .product-detail-card h2{
        font-size:24px;
    }

    .product-card-actions,
    .catalogue-actions{
        grid-template-columns:1fr;
    }

    .product-card-header h5::after{
        width:70px;
    }
    
    .goal-card{
        padding:28px 20px;
    }

    .goal-card h3{
        font-size:24px;
    }

    .goal-card p{
        margin-bottom:20px;
        font-size:15px;
        line-height:1.8;
    }
    
    .goal-items{
        grid-template-columns:1fr;
        gap:15px;
    }

    .goal-items .item{
        padding:16px;
    }

    .goal-items .item i{
        font-size:20px;
    }

    .goal-image img{
        max-width:100%;
    }  

    

}