html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.navbar .nav-link {
    position: relative;
    color: var(--dark) !important; /* default text color */
    text-decoration: none; /* remove default underline */
    padding-bottom: 5px; /* thoda space line ke liye */
    transition: color 0.3s ease;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: orange; /* text color orange on hover */
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* line ki thickness */
    background-color: orange;
    transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
    width: 100%; /* hover par poori line */
}

.hero .carousel-item {
    height: 60vh;
    min-height: 420px;
    position: relative;
}

    .hero .carousel-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.hero .caption {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,.35);
    color: #fff;
}

.categories-section {
    padding: 100px 0;
}

.category-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s;
    background: white;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-img {
    height: 200px;
    object-fit: cover;
}

.products-section {
    padding: 32px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center; /* text ko center me karega */
    position: relative;
    display: inline-block; /* underline ko text ke sath center karega */
    margin-bottom: 20px;
}

    .section-title::after {
        content: "";
        display: block;
        width: 50px; /* line ki width */
        height: 3px; /* line ki thickness */
        background-color: orange; /* line ka color */
        margin: 8px auto 0; /* line ko center align karega */
        border-radius: 2px; /* halka rounded edges */
    }



.product-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s;
    background: white;
    margin-bottom: 30px;
}

    .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

.product-img {
    height: 250px;
    object-fit: cover;
    transition: all 0.5s;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--secondary);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
}
/*.section-title { border-left:5px solid #0d6efd; padding-left:10px; margin-bottom:1.5rem; }
.card.cat img { height:160px; object-fit:cover; }
.card.cat { border:none; border-radius:10px; box-shadow:0 4px 16px rgba(0,0,0,.08); }
.product-card { border:none; border-radius:10px; box-shadow:0 4px 16px rgba(0,0,0,.08); }
.product-card .thumb { aspect-ratio:1/1; background:#fff; display:flex; align-items:center; justify-content:center; }
.price { color:#0d6efd; font-weight:600; }
footer { background:#e9ecef; padding:2rem 0; }
*/
.footer {
    background: #111;
    color: #bbb;
    padding: 50px 20px;
}

    .footer a {
        color: #bbb;
        text-decoration: none;
    }

        .footer a:hover {
            color: #fff;
        }

/* -- Shope -- */
/* Textbox styling */
#textSearch {
    border: 1px solid #ccc !important; /* halka border */
    border-radius: 8px !important; /* rounded corner */
    padding: 10px 15px;
    font-size: 1rem;
    box-shadow: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    #textSearch:focus {
        border-color: orange !important; /* focus par orange highlight */
        box-shadow: 0 0 6px rgba(255, 165, 0, 0.4);
    }

/* Buttons uniform banane ke liye */
#serchBtn,
#clearFilters {
    border-radius: 8px !important; /* dono rounded */
    font-weight: 500;
}

/* Search button style */
#serchBtn {
    background-color: orange;
    border: none;
}

    #serchBtn:hover {
        background-color: darkorange;
    }

/* Clear button style */
#clearFilters {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

    #clearFilters:hover {
        background-color: #f5f5f5;
    }

@media (min-width: 992px) { 
    .product-grid .product-thumb {
        height: 140px;
    }
}
@media (max-width: 575.98px) { 
    .product-grid .product-thumb {
        height: 180px;
    }
}

/* -- Contact Us */
section {
    padding: 60px 0;
    min-height: 100vh;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight:;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

    .single-input-fieldsbtn input[type="submit"]:hover {
        background: #071c34;
        transition: all 0.4s ease-in-out 0s;
        border-color: #071c34
    }

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}