:root {
            --primary-color: #2c3e50;
            --accent-color: #27ae60;
            --light-bg: #f4f4f4;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
    
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-x: hidden; }
.btns {
    display: inline-block;
    padding: 10px 25px;
    background: rgb(248, 99, 44);
    color: #fff;
    text-decoration: none !important;
    border-radius: 35px;
    transition: 0.3s;
    font-weight: 500;
}

.btns:hover {
    background: rgb(230, 80, 30);
    color: #fff;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(248, 99, 44, 0.35);
}

        /* Navigation Responsive */
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 5%;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky; top: 0; z-index: 1000;
        }
         /* ===== LOGO EXACT STYLE ===== */

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    width: 50px;
    height: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.logo-text h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: black;
}

.logo-text span {
    font-size: 14px;
    color: #444;
    margin-top: 4px;
}
        .logo { font-size: 1.7rem; color: black; padding-left: 40px;}
        .menu { display: flex; list-style: none; }
        .menu li { margin-left: 20px; margin-top: 30px;}
        .menu a { text-decoration: none; color: black; font-size: 1.2rem; }
        .menu-toggle { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
        .menu-toggle span { width: 25px; height: 3px; background: var(--primary-color); }
.logo-container{
    position:relative;
}

/* ===== MOBILE RESPONSIVE HIDDEN ADMIN ===== */
@media (max-width:768px) {

    /* logo container me relative */
    .logo-container{
        position:relative;
    }

    /* hidden button for mobile */
    .hidden-admin{
        bottom:-28px;   /* start hidden below logo */
        font-size:14px;
        padding:8px 16px;
    }

    /* tap / hover effect on mobile */
    .logo-container:active .hidden-admin,
    .logo-container:focus .hidden-admin{
        opacity:1;
        pointer-events:auto;
        bottom:-35px;
    }
}

/* extra small devices */
@media (max-width:480px){
    .hidden-admin{
        font-size:12px;
        padding:6px 12px;
    }
}
@media (max-width:768px){

.menu-toggle{
    display:flex;
}
.menu{
    display:none;
    flex-direction:column;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:white;
    padding:15px 0;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
    z-index:999;
}
.menu.active{
    display:flex;
}
.menu li{
    margin:12px 0;
}

}

        .menu a:hover{
            color: rgb(248, 99, 44)
;
        }
     .carousel-item img{
    width:100%;
    height:80vh;
    object-fit:cover;
}
@media(max-width:768px){

.carousel-item img{
    height:auto;      
    max-height:70vh;  
    object-fit:contain;  
}

}
        /* about  */
        h1{
            padding-top: 80px;
            text-align: center;
        }
        .abt p{
            padding-top: 20px;
            text-align: center;
            font-size: 1rem;
            line-height: 28px;
        }
        .abt{
            text-align: center;
        }
        .hd{
            padding-top: 50px;
        }
        .about_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    flex-wrap: wrap;   /* important */
}
@media (max-width: 768px){
    .about_boxes{
        flex-direction: column;
        align-items: center;
    }
}
        h2{
            text-align: center;
        }
        .vission, .mission, .goal{
    background: #ffffff;
    padding: 30px;
    text-align: center;
    width: 400px;
    border: none;
    outline: none;
    position: relative;
}
.vission img, .mission img, .goal img{
    filter: brightness(0) saturate(100%)
            invert(53%) sepia(78%) saturate(2146%)
            hue-rotate(346deg) brightness(97%) contrast(101%);
}

/* Quality */
        #quality{
           padding-top: 100px;
        }
        .container_quality{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 150px;
    background-color: rgb(252, 250, 250)
}
       .left h1{
            padding-top: 70px;
           
            text-align: center;
            font-weight: bolder;
        }
       .right{
        padding-top: 50px;
       } 
        .right img{
    max-width: 100%;
    height: auto;
padding-left: 40px;}
        .left p{
            color: rgb(70, 68, 68);
            padding-top: 60px;
           line-height: 28px;
        }
        
/* ================= QUALITY SECTION MOBILE FIX ================= */

@media (max-width:768px){
#quality .row{
    display:flex;
    flex-direction:column;
}
#quality .left{
    order:1;
}
#quality .right{
    order:2;
}
#quality .right img{
    margin-top:20px;
}

}

        /* products */
        .pro_p p{
            text-align: center;
            font-size: 1rem;
            padding-top: 20px;
        }
        .container-fluid{
           height: auto;
            width: auto;
            padding: 20px 50px;
        }
        .col-3 img{
            width: 100%;
    height: auto;
        }
        .row1{
            padding-top: 10px;
        }
        .product-card{
    position: relative;
    overflow: hidden;
}
h5{
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0.2px solid rgb(233, 231, 231);
}
.product-card img{
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

/* Overlay */
.overlay{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}


/* Hover Effect */
.product-card:hover img{
    transform: scale(1.1);
}
.product-card:hover .overlay {
    opacity: 1;
}
.view_btn{
    background-color: rgb(248, 99, 44);
    color: white;
    border: none;
    border-radius: 10px;
    height: 40px;
    width: 80px;
}
.view_btn:hover{
   background: rgb(248, 99, 44);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(248, 99, 44, 0.35);
}
        /* contact */
   .cont_form{
    flex: 1;
    background-color: white;
    padding: 50px;
}    
.cont_form input {
    width: 100%;   /* 200% remove */
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: rgb(212, 211, 211);

}
.cont_form input:focus {
    border-color: #f4b400;
    box-shadow: 0 0 5px rgba(244, 180, 0, 0.5);
}
.cont_form textarea{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;          /* user size change na kare */
    outline: none;
    background-color: rgb(212, 211, 211);
}
.cont_form textarea:focus{
    border-color: green;
}
/* Button Design */
.cont_form button {
    width: 30%;
    background-color: rgb(248, 99, 44);
    color: white;
    font-weight: normal;
    border-radius: 35px;
    border: 0px;
    height: 40px;
}

.cont_form button:hover {
    background: rgb(248, 99, 44);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(248, 99, 44, 0.35);
}
       .container_cont{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    padding: 40px;
    background-color: rgb(190, 188, 188);
    flex-wrap: nowrap;   /* IMPORTANT — niche nahi jayega */
}
.address{
    flex: 1;
    min-width: 0;
    background-color: rgb(190, 188, 188);
    text-align: center;
}
.address h3{
    font-weight: bold;
    font-size: 40px;
}
@media(max-width: 768px){
    .container_cont{
        flex-wrap: wrap;
    }
}
.info {
    display: flex;
    flex-direction: column;   /* icon upar, text niche */
    align-items: center;      /* horizontal center */
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}
.info i {
    padding-top: 10px;
    font-size: 22px;
    color: black;
    /* margin-bottom: 4px; */
}

.info p {
    margin: 0;
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1.6;
}
.social_icon{
    display: flex;
   gap: 40px;
}
.social_icon a{
    color: black;
}
.social_icon a:hover{
    color: blue;
}
.map-link{
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.map-link:hover i{
    color: red;
    transform: scale(1.2);
}

.map-link:hover p{
    color: black;
}
/* footer */
.footer{
    width: 100%;
    background:#3f3f3f;
    color:#fff;
    margin-top: 20px;
    padding:60px 80px 20px 80px;
    box-sizing: border-box;
}


.newsletter-container{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:40px;
}

/* LEFT SIDE */
.newsletter-left h2{
    font-size:42px;
    font-weight:300;
    margin-bottom:20px;
}

.newsletter-left p{
    max-width:400px;
    line-height:1.6;
    margin-bottom:20px;
}
.footer-social p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.footer-social a{
   display: inline-block;
    color: black;          /* default grey */
    font-size: 18px;
    /* margin-right: 18px; */
    transition: 0.3s ease;
    padding: 10px;
    font-size: 20px;
}
.footer-social a:hover .fa-facebook-f{ color:#1877f2; }
.footer-social a:hover .fa-twitter{ color:#1da1f2; }
.footer-social a:hover .fa-instagram{ color:#e4405f; }
.footer-social a:hover .fa-linkedin-in{ color:#0077b5; }
.footer-social a:hover .fa-google{color: #db4437;}
.footer-social a:hover{
    transform: translateY(-3px);
}
/* RIGHT SIDE */
.newsletter-right form{
    display:flex;
    flex-direction:column;
    width:350px;
}

.newsletter-right label{
    margin-bottom:5px;
    font-size:14px;
}

.newsletter-right input{
    padding:12px;
    margin-bottom:15px;
    border:none;
    border-radius:4px;
}

.newsletter-right button{
    background:rgb(248, 99, 44);
    color:#fff;
    border:none;
    padding:12px;
    border-radius:30px;
    cursor:pointer;
    transition:0.3s;
}

.newsletter-right button:hover{
   background: rgb(248, 99, 44);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(248, 99, 44, 0.35);
}

/* BOTTOM BAR */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.2);
    margin-top:40px;
    padding-top:20px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    font-size:14px;
}
@media(max-width:768px){
    .newsletter-container{
        flex-direction:column;
    }

    .newsletter-right form{
        width:100%;
    }

    .footer-bottom{
        flex-direction:column;
        gap:10px;
    }
}
/* =====================================================
   MOBILE RESPONSIVE MASTER FIX
   ===================================================== */
@media (max-width: 768px) {

/* NAVBAR */
nav{
    padding:10px 20px;
}

.logo-text h2{
    font-size:20px;
}
.logo-text span{
    font-size:11px;
}

.menu{
    flex-direction:column;
    gap:10px;
}
.menu li{
    margin:10px 0;
}

/* HERO SLIDER */
.carousel-item img{
    height:60vh; /* mobile pe full screen nahi */
}

/* ABOUT */
.abt p{
    padding:15px;
    font-size:14px;
    line-height:24px;
}

.about_boxes{
    flex-direction:column;
    gap:20px;
}

.vission,.mission,.goal{
    width:100%;
    padding:20px;
}

/* QUALITY SECTION */
.container_quality{
    padding:20px;
}

.left h3{
    font-size:28px;
    padding-top:20px;
}

.left p{
    padding-top:20px;
    font-size:14px;
    text-align:center;
}

.right img{
    padding-left:0;
    margin-top:20px;
}

/* PRODUCTS GRID FIX */
.container-fluid{
    padding:20px;
}

/* Bootstrap col-3 ko mobile pe 2 columns karo */
.col-3{
    width:50%;
    flex:0 0 50%;
    max-width:50%;
    margin-bottom:20px;
}

h5{
    font-size:14px;
}

/* CONTACT SECTION */
.container_cont{
    flex-direction:column;
    padding:20px;
    gap:20px;
}

.address h3{
    font-size:28px;
}

.info{
    justify-content:center;
}

.info p{
    font-size:14px;
    padding-top:20px;
}

.cont_form{
    padding:25px;
}

.cont_form button{
    width:100%;
}

/* MAP */
.map{
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

/* FOOTER */
.footer{
    padding:40px 20px;
    text-align:center;
}

.newsletter-left h2{
    font-size:28px;
}

.newsletter-right form{
    width:100%;
}

.footer-bottom{
    text-align:center;
}

}

/* EXTRA SMALL DEVICES */
@media (max-width:480px){

/* products single column */
.col-3{
    width:100%;
    flex:0 0 100%;
    max-width:100%;
}

.carousel-item img{
    height:50vh;
}

.logo-img{
    width:40px;
}

.logo-text h2{
    font-size:18px;
}

}

