*{margin:0;padding:0;}

/* HERO SECTION */
#head_section{
    position: relative;
    background-image: url("images/banner.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* DARK OVERLAY */
#head_section .overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}

/* HERO CONTENT */
.hero-content{
    position: relative;
    z-index: 2;
}

/* TITLE */
.hero-title{
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* SUBTITLE */
.hero-subtitle{
    font-size: 22px;
    color: #e2e2e2;
    margin-bottom: 10px;
}

/* TEXT */
.hero-text{
    color: #cfcfcf;
    font-size: 17px;
}

/* CALL BUTTON */
.call-box{
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(0, 153, 204, 0.95);
    padding: 16px 28px;
    border-radius: 16px;
    color: white;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.call-box:hover{
    transform: translateY(-4px);
    color: white;
}

/* ICON */
.icon-area{
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* TEXT */
.text-area{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.text-area small{
    font-size: 13px;
}

/* WHATSAPP BUTTON */
.whatsapp-box{
    background: #25D366;
    color: white;
    padding: 18px 30px;
    border-radius: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.whatsapp-box:hover{
    transform: translateY(-4px);
    color: white;
}

/* TRUST TEXT */
.trust-text{
    color: #d9d9d9;
    font-size: 15px;
    letter-spacing: 1px;
}



#about_section{
    padding: 50px 0px;
    background-color:beige;
    text-align: center;
}
.double-hr {
    border: 0;
    height: 4px;
    border-top: 2px solid #250dfd;
    border-bottom: 2px solid #0856ff;
    margin: 20px 0;
    
}

    
#producr_section{
    padding: 50px 0px;
    background-color:azure;
    text-align: center;
}

#Featured_section{
    padding: 50px 0px;
    text-align: center;
}
#review_section{
    padding: 50px 0px;
    background-color:rgb(238, 247, 241);
    text-align: center;
}
div.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* SECTION */
#social_section{
    background: #f8f9fa;
}

/* TITLE LINE */
.social-line{
    width: 80px;
    height: 4px;
    background: #0d6efd;
    border: none;
    opacity: 1;
    border-radius: 20px;
}

/* CARD */
.social-card{
    background: #fff;
    display: block;
    text-align: center;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
    color: #222;
    height: 100%;
}

.social-card:hover{
    transform: translateY(-8px);
    color: #222;
}

/* ICON */
.social-icon{
    font-size: 50px;
    margin-bottom: 20px;
}

/* COLORS */
.youtube-card .social-icon{
    color: #ff0000;
}

.facebook-card .social-icon{
    color: #1877f2;
}

.whatsapp-card .social-icon{
    color: #25d366;
}

/* TEXT */
.social-card h4{
    font-weight: 700;
    margin-bottom: 10px;
}

.social-card p{
    color: #666;
    margin-bottom: 0;
}

/* MOBILE */
@media(max-width:768px){

    .social-card{
        padding: 30px 20px;
    }

    .social-icon{
        font-size: 40px;
    }

}





#map_section{
    padding: 50px 0px;
     background-color:rgb(238, 247, 241);
    text-align: center;
}
#demo_section{
    padding: 50px 0px;
    background-color:rgb(238, 247, 241);
    text-align: center;
}
#footer_section{

    background-color:#000000;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
}

.map-box{
padding:20px;
background:#f5f5f5;
border-radius:10px;
}

/* Call Box */
.call-box{
    display: flex;
    align-items: center;
    background: linear-gradient(135deg,#047c8c,#00aabb);
    padding: 12px 18px;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 80, 90, 0.25);
    transition: 0.2s;
}

.call-box .icon-area{
    background: rgba(255,255,255,0.18);
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 12px;
}

.call-box .text-area{
    line-height: 1.1;
}

.call-box small{
    font-size: 12px;
    opacity: 0.9;
}

.call-box:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 80, 90, 0.3);
}

/* WhatsApp Box */
.whatsapp-box{
    display: flex;
    align-items: center;
    background: #2daf0d;
    padding: 12px 20px;
    border-radius: 14px;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.18);
    transition: 0.2s;
}

.whatsapp-box:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.28);
}

/* Responsive Alignment */
@media (max-width: 480px){
    .call-box, .whatsapp-box{
        width: 100%;
        justify-content: center;
    }
    .top-card{
        margin-top: 10px;
    }
    .card{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px){
    .top-card{
        margin-top: 10px;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 991px){

    #head_section{
        min-height: auto;
        padding: 120px 0 80px;
        text-align: center;
    }

    .hero-title{
        font-size: 42px;
        line-height: 1.3;
    }

    .hero-subtitle{
        font-size: 18px;
        padding: 0 10px;
    }

    .hero-text{
        font-size: 15px;
        padding: 0 15px;
    }

    .call-box,
    .whatsapp-box{
        width: 100%;
        justify-content: center;
    }

    .call-box{
        padding: 15px 20px;
    }

    .whatsapp-box{
        padding: 18px 20px;
    }

    .text-area{
        text-align: left;
    }
}

/* Extra Small Mobile */
@media (max-width: 576px){

    .hero-title{
        font-size: 32px;
    }

    .hero-subtitle{
        font-size: 16px;
    }

    .hero-text{
        font-size: 14px;
    }

    .call-box,
    .whatsapp-box{
        border-radius: 12px;
    }

    .icon-area{
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

}
/* MOBILE RESPONSIVE */
@media(max-width:768px){

    #head_section{
        padding: 100px 0;
        min-height: auto;
    }

    .hero-title{
        font-size: 38px;
    }

    .hero-subtitle{
        font-size: 17px;
    }

    .hero-text{
        font-size: 14px;
    }

    .call-box,
    .whatsapp-box{
        width: 100%;
        justify-content: center;
    }

    .text-area{
        text-align: center;
    }
}
@media (max-width: 480px){
    .call-box, .whatsapp-box{
        width: 100%;
        justify-content: center;
    }
}