/* =====================================================
GLOBAL
===================================================== */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
background: #fff !important;
 /*backdrop-filter: blur(12px);*/
-webkit-backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(79, 143, 154, 0.2);
position: fixed;
width: 100%;
z-index: 100;
}

.navbar .container-fluid{
padding: 10px 30px;
}

.navbar-brand {
width: 100px;
height: auto;
margin: 0;
padding: 0px;
}

.navbar-collapse {
justify-content: space-evenly;
}

.navbar-nav {
gap: 25px;
text-align: center;
padding-left: 6rem;
}

.nav-link {
color: #4F8F9A;
font-weight: 500;
position: relative;
}

/* underline animation */
.nav-link::after {
content: "";
position: absolute;
left: 50%;
bottom: -6px;
width: 0;
height: 2px;
background: #4F8F9A;
transform: translateX(-50%);
transition: 0.3s;
}

.nav-link:hover::after {
width: 50%;
}

/* dropdown */
.dropdown-toggle::after {
display: none;
}

.dropdown-menu {
background: #f1ece6;
border: none;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
padding: 10px;
}

.buton-div {
display: flex;
text-align: center;
justify-content: center;
}

.account-btn {
background: #1f6f8b;
color: #ffffff;
padding: 8px 22px;
border-radius: 25px;
text-decoration: none;
font-weight: 500;
}

.account-btn:hover {
background: #155e7b;
color: #ffffff;
}




/* =====================================================
HOME SECTION
===================================================== */
.home{
    padding-top:100px;   /* fixed navbar ke niche content lane ke liye */
}

/* carousel images */
.home .carousel-item img{
    width:100%;
    height:auto;
    object-fit:cover;
}

/* =====================================================
HOME CAROUSEL CONTROLS
===================================================== */

/* buttons ko bilkul side me le jao */
#carouselExample .carousel-control-prev,
#carouselExample .carousel-control-next{
    width:60px;                 /* clickable area */
}

/* black background */
#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon{
    background-color:#000;
    background-size:50% 50%;
    border-radius:50%;
    padding:18px;
}

/* thoda clean look */
#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon{
    filter:none;                /* bootstrap white filter hataya */
}

/* hover effect (optional but clean) */
#carouselExample .carousel-control-prev:hover .carousel-control-prev-icon,
#carouselExample .carousel-control-next:hover .carousel-control-next-icon{
    background-color:#111;
}
/* =====================================================
SCANNING SECTION
===================================================== */
.scanning{
    background: linear-gradient(to bottom, #f6fbfc, #ffffff);
    padding:40px 0;
}

.scan-card{
    background:#ffffff;
    border-radius:14px;
    padding:40px;
    border:1px solid #e4ecee;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

/* left content */
.scan-left h2{
    color:#2d6f78;
}

.scan-sub{
    color:#555;
    font-size:14px;
}

/* right box */
.scan-box h4{
    margin-bottom:15px;
    color:#2d6f78;
}

/* input with icon */
.scan-input-wrapper{
    position:relative;
    margin:20px 0;
}

.scan-icon{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#4F8F9A;
}

.scan-input-wrapper input{
    width:100%;
    padding:12px 12px 12px 42px;
    border-radius:10px;
    border:1px solid #dcdcdc;
    outline:none;
}

.scan-input-wrapper input:focus{
    border-color:#4F8F9A;
    box-shadow:0 0 0 3px rgba(79,143,154,0.2);
}

/* button */
.scan-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:10px;
    background:linear-gradient(135deg,#4F8F9A,#2d6f78);
    color:#ffffff;
    font-weight:600;
    cursor:pointer;
}

/* =====================================================
SCANNING RESPONSIVE
===================================================== */
/* @media(max-width:768px){
    .scan-card{
        padding:25px;
        text-align:center;
    }

    .scan-left{
        margin-bottom:25px;
    }
} */
 /* =====================================================
PRODUCT SECTION
===================================================== */
.product{
    margin:40px 44px;
}

.product .text-center{
    font-size:34px;
    font-family:auto;
    margin-bottom:40px;
}

/* product grid */
.card-product{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
    margin-top: 45px;
}

/* product card */
.product-head{
    width:260px;
    border-radius:18px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #e3e8eb;
    transition:0.35s ease;
}

.product-head:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

/* image part */
.product-img{
    padding:20px;
    text-align:center;
    background:#f8fcfd;
}

.product-img img{
    height:150px;
    max-width:100%;
    object-fit:contain;
    transition:0.4s;
}

.product-head:hover img{
    transform:scale(1.08);
}

/* text part */
.product-text{
    background:#2d6f78;
    color:#ffffff;
    text-align:center;
    padding:20px 10px;
    height:17rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.product .text-center {
    margin-bottom: 0px !important;
}
.product .heading{
      font-size: 32px;
    font-weight: 700;
        color: #1e88b6;

}
.product .pera{
color: #555;
    margin-bottom: 50px;
    font-size: 15px;
        margin-bottom: 50px;

}


.product-text h3{
    margin-bottom:12px;
    font-family:'Times New Roman', Times, serif;
}

.product-text ul{
    list-style:none;
    padding:0;
    margin:0 0 15px 0;
    font-family:'Times New Roman', Times, serif;
}

.product-text ul li{
    transition:0.25s;
}

.product-text ul li:hover{
    transform:translateX(8px);
    color:wheat;
}

/* button */
.product-button button{
    padding:10px 20px;
    border-radius:20px;
    border:none;
    background:#1e88b6;
    color:#ffffff;
    cursor:pointer;
    transition:0.3s;
}

.product-button button:hover{
    background:blue;
    transform:scale(1.05);
}
/* =====================================================
ABOUT COMPANY SECTION
===================================================== */
.about-company{
    padding:40px 0;
    background:#e3e8e9;
}

.about-company .heading h2{
    font-size:32px;
    font-weight:700;
    color:#1e88b6;
}
.about-company .heading p{
 margin-bottom:50px;
 color: #555;
    font-size: 15px;
}

.about-company h3{
    color:#2d6f78;
    font-size:22px;
    margin-bottom:15px;
}

.about-company p{
    color:#444;
    line-height:1.7;
    font-size:15px;
    margin-bottom:8px;
}

/* right side list */
.about-company ul{
    list-style:none;
    padding:0;
    margin:0;
}

.about-company ul li{
    background:#ffffff;
    border-left:4px solid #1e88b6;
    padding:12px;
    margin-bottom:12px;
    border-radius:6px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
    font-size:14px;
    transition:0.3s;
}

.about-company ul li:hover{
    background:#2d6f78;
    color:#ffffff;
    transform:translateX(5px);
}
/* =====================================================
TESTIMONIALS SECTION
===================================================== */
.testimonials{
    padding:80px 20px;
    background:#f6fbfc;
    text-align:center;
}

/* heading */
.testi-title{
    font-size:32px;
    color:#1e88b6;
    margin-bottom:8px;
}

.testi-sub{
    color:#555;
    margin-bottom:50px;
    font-size:15px;
}

/* wrapper */
.testi-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}

/* card */
.testi-card{
    width:31%;
    background:#ffffff;
    padding:22px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
    position:relative;
}

.testi-card:hover{
    transform:translateY(-8px);
    box-shadow:0 14px 30px rgba(0,0,0,0.12);
}

/* quote icon */
.quote{
    font-size:42px;
    color:#2d6f78;
    text-align:left;
}

/* text */
.testi-text{
    font-size:15px;
    color:#444;
    line-height:1.7;
    margin-bottom:25px;
}

/* user info */
.testi-user{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.avatar{
    width:55px;
    height:55px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid #2d6f78;
}

.avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.user-info h4{
    margin:0;
    font-size:16px;
    color:#1e88b6;
}

.user-info span{
    font-size:13px;
    color:#666;
}
/* =====================================================
FOOTER
===================================================== */
.footer{
    background-color:#2d6f78;
    color:#ffffff;
    padding:60px 20px 20px;
}

/* footer container */
.footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
}

/* columns */
.footer-col{
    flex:1;
    min-width:250px;
}

.footer-col h3{
    margin-bottom:20px;
    font-size:20px;
    color:#ffffff;
    position:relative;
}

.footer-col h3::after{
    content:"";
    display:block;
    width:40px;
    height:3px;
    background:#1e88b6;
    margin-top:8px;
}

/* text */
.footer-col p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:10px;
    color:#e0f2f4;
}

/* links */
.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    text-decoration:none;
    color:#e0f2f4;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffffff;
    padding-left:6px;
}

/* form */
.footer-form form{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.footer-form input,
.footer-form textarea{
    padding:10px;
    border:none;
    border-radius:6px;
    outline:none;
    font-size:14px;
}

.footer-form textarea{
    resize:none;
    height:80px;
}

.footer-form button{
    padding:10px;
    border:none;
    border-radius:6px;
    background:#1e88b6;
    color:#ffffff;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.footer-form button:hover{
    background:#155e7b;
}

/* =====================================================
FOOTER BOTTOM
===================================================== */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.2);
    margin-top:40px;
    padding:20px 0;
}

.footer-bottom-content{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    margin:0;
    font-size:14px;
    color:#e0f2f4;
}

/* social icons */
.footer-bottom-icon{
    display:flex;
    gap:15px;
}

.footer-bottom-icon a{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
    color:#ffffff;
    font-size:16px;
    text-decoration:none;
    transition:0.3s;
}

.footer-bottom-icon a:hover{
    background:#1e88b6;
    transform:translateY(-4px);
}
/* =====================================================
RESPONSIVE CSS (ALL SECTIONS)
===================================================== */
@media(max-width:1224px) {
.navbar-nav {
gap: 18px;
padding-left: 1rem;
}
}
/* =====================
TABLET (≤1024px)
===================== */
@media(max-width:1024px){

    /* NAVBAR */
    .navbar-collapse{
        justify-content:space-evenly;
    }

    .navbar-nav {
    gap: 0px;
    padding-left: 0rem;
}

    .navbar .container-fluid{
        padding:5px 15px;
    }

    /* TESTIMONIALS */
    .testi-card{
        width:48%;
    }
}

/* =====================
TABLET & MOBILE (≤768px)
===================== */
/* @media(max-width:1024px) {
    .navbar-collapse {
        justify-content: end;
    }

    .navbar-nav {
        gap: 0px;
    }

    .navbar .container-fluid {
        padding: 5px 15px;
    }
}
 */





@media(max-width:400px) {
    .navbar .container-fluid {
        padding: 3px 5px !important;
    }}

    @media(max-width:768px) {
        .navbar {
            padding: 0px 5px !important;
        }

        .navbar .container-fluid {
            padding: 5px 15px;
        }
    }





@media(max-width:768px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer {
        text-align: center;
    }

    .footer-col h3::after {
        margin: auto;
        margin-top: 8px;
    }
    .catalogue-card {
        min-width: 200px;
    }

    .scan-card {
        padding: 25px;
        text-align: center;
    }

    .scan-left {
        margin-bottom: 25px;
    }

    .img-fluid {
        max-width: 100%;
        height: 83px;
    }
       .about-company {
        padding: 20px 20px;
        text-align: center;
    }

    .about-company h2 {
        font-size: 26px;
    }

    .about-company h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .about-company ul li {
        text-align: left;
    }
    .account-btn {
    display: block;
    margin: 12px auto 0;
    /* width: 100%; */
    text-align: center;
    margin-bottom: 5px;
}

}

@media(max-width:480px) {

    .catalogue-card {
        min-width: 170px;
    }

    .cat-img {
        height: 140px;
    }

    .product-head {
        width: 90%;
    }
}/* responsive */
@media(max-width:600px) {

    .testi-card {
        min-width: 85%;
        max-width: 85%;
    }

    .testi-title {
        font-size: 26px;
    }

    .testi-text {
        font-size: 14px;
    }
}

/* ===============================
RESPONSIVE
=============================== */

/* Tablet */
@media(max-width:992px) {
    .testi-card {
        width: 48%;
    }
}

/* Mobile */
@media(max-width:600px) {

    .testi-title {
        font-size: 26px;
    }

    .testi-card {
        width: 100%;
        padding: 25px 18px;
    }

    .testi-text {
        font-size: 14px;
    }
}
