body{

font-family: "Space Grotesk", sans-serif;

background:#fff;

overflow-x:hidden;

}

/* Top Bar */

.top-bar{

background:#0B3D91;

color:#fff;

padding:10px 0;

font-size:14px;

}

/* Navbar */

.navbar{

background:#fff;

/* padding:15px 0; */

transition:.4s;

}

.navbar-brand img{

height:60px;

}

.nav-link{

font-weight:600;

font-size:15px;

margin:0 10px;

color:#222!important;

transition:.3s;

}

.nav-link:hover{

color:#0B3D91!important;

}

.btn{
    background-color:#0B3D91!important;
    color:#fff!important;
}

.icon-btn{

width:42px;

height:42px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#F4F6FA;

margin-left:10px;

text-decoration:none;

color:#0B3D91;

transition:.3s;

}

.icon-btn:hover{

background:#0B3D91;

color:white;

transform:translateY(-3px);

}

.sticky-top{

z-index:9999;

}

/* ===========================
Hero Section
=========================== */

.hero-section{

position:relative;

overflow:hidden;

/* background:#f8fbff; */

}

.hero-bg{

background:#fff;

}

.hero-tag{

display:inline-block;

padding:10px 22px;

border-radius:40px;

background:#0B3D91;

color:#fff;

font-weight:600;

letter-spacing:1px;

margin-bottom:25px;

}

.hero-title{

font-size:62px;

font-weight:800;

line-height:1.15;

color:#222;

}

.hero-title span{

color:#0B3D91;

}

/* Tablet */
@media (max-width: 991px) {
    .hero-title {
        font-size: 48px;
        line-height: 1.2;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.3;
        text-align: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.35;
    }
}

.hero-text{

font-size:19px;

line-height:32px;

margin:30px 0;

color:#000;

max-width:550px;

}

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.btn-shop{
    background:#0B3D91;
    padding:16px 40px;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-shop:hover{
    background:#052d6d;
    color:#fff;
    transform:translateY(-4px);
}

.btn-outline-custom{
    border:2px solid #0B3D91;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    color:#0B3D91;
    transition:.3s;
}

.btn-outline-custom:hover{
    background:#0B3D91;
    color:#fff;
}

/* Tablet */
@media (max-width: 991px){
    .hero-buttons{
        gap:15px;
    }

    .btn-shop,
    .btn-outline-custom{
        padding:14px 30px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .hero-buttons{
        flex-direction:column;
        align-items:center;
        gap:15px;
        margin-top:25px;
    }

    .btn-shop,
    .btn-outline-custom{
        width:50%;
        max-width:300px;
        padding:14px 20px;
        text-align:center;
        font-size:16px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .btn-shop,
    .btn-outline-custom{
        max-width:50%;
        font-size:15px;
        padding:13px 18px;
    }
}

.hero-image{

max-height:700px;

}

@keyframes floatImage{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

/*=========================
CATEGORY SECTION
==========================*/

.category-section{

/* background:#ffffff; */

padding:30px 0;

}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#EAF2FF;

color:#0B3D91;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.section-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Tablet */
@media (max-width: 991px) {
    .section-title {
        font-size: 38px;
        margin-bottom: 12px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .section-title {
        font-size: 26px;
    }
}

.section-subtitle{

color:#000;

font-size:18px;

max-width:700px;

margin:auto;

}

.category-card{

display:block;

position:relative;

overflow:hidden;

border-radius:20px;

height:350px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.category-card.large{

height:450px;

}

.category-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.category-card:hover img{

transform:scale(1.1);

}

.overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:35px;

background:linear-gradient(to top,
rgba(0,0,0,.75),
transparent);

color:white;

transition:.3s;

}

.overlay h3{

font-size:28px;

font-weight:700;

}

.overlay span{

font-size:15px;

letter-spacing:1px;

}

.category-card:hover .overlay{

padding-bottom:50px;

}

/*=========================
ABOUT SECTION
==========================*/

.about-section{

padding:40px 0;

/* background:#f9fbff; */

}

.about-image{

position:relative;

}

.about-image img{

border-radius:25px;

transition:.5s;

}

.about-image:hover img{

transform:scale(1.02);

}

.experience-box{

position:absolute;

bottom:0px;

right:0px;

background:#0B3D91;

color:white;

padding:25px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:42px;

font-weight:700;

margin-bottom:5px;

}

.about-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin:20px 0;
}

/* Tablet */
@media (max-width:991px){
    .about-title{
        font-size:40px;
        line-height:1.25;
        margin:18px 0;
    }
}

/* Mobile */
@media (max-width:767px){
    .about-title{
        font-size:32px;
        line-height:1.3;
        margin:15px 0;
        text-align:center;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .about-title{
        font-size:28px;
        line-height:1.35;
    }
}

.about-text{

font-size:18px;

line-height:34px;

color:#000;

margin-bottom:25px;

}

.counter-box{

background:white;

padding:25px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.counter-box:hover{

transform:translateY(-8px);

}

.counter-box h3{

font-size:34px;

color:#0B3D91;

font-weight:700;

margin-bottom:8px;

}

.counter-box span{

font-size:15px;

color:#000;

}
/*==========================
PRODUCTS
===========================*/

.products-section{

padding:110px 0;

background:white;

}

.product-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

/* IMAGE */

/*==================================
    PRODUCT CARD
===================================*/

.product-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

/*=========================================
        INDIAN CRAFT PRODUCT CARD
=========================================*/

:root{

    --icc-primary:#3A63B4;
    --icc-primary-dark:#294E97;
    --icc-primary-light:#5B7EC5;

    --icc-bg:#F8FAFD;
    --icc-card:#FFFFFF;

    --icc-text:#222222;
    --icc-text-light:#6B7280;

    --icc-border:#E6ECF7;

}

.icc-product-card{

    background:var(--icc-card);

    border:1px solid var(--icc-border);

    /* border-radius:20px; */

    overflow:hidden;

     box-shadow:0 10px 30px rgba(58,99,180,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

    height:100%;

}

.icc-product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(58,99,180,.18);

}

/*=========================================
        IMAGE SECTION
=========================================*/

.icc-product-gallery{

    position:relative;

    /* padding:20px; */

     background:linear-gradient(180deg,#F8FAFD,#FFFFFF);

}

.icc-image-box{

    width:100%;

    height:340px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#fff;

    border:1px solid var(--icc-border);

    /* border-radius:18px; */

    overflow:hidden;

    text-decoration:none;

}

.icc-product-image{

    max-width:100%;

    max-height:100%;

    width:auto;

    height:auto;

    object-fit:contain;

    transition:.4s;

}

.icc-product-card:hover .icc-product-image{

    transform:scale(1.04);

}

/*=========================================
        CATEGORY
=========================================*/

.icc-category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--icc-primary);
    box-shadow: 0 8px 18px rgba(58, 99, 180, .25);
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
}

/* Mobile */
@media (max-width: 767.98px) {
    .icc-category-tag {
        top: 8px;
        left: 8px;
        padding: 4px 10px;
        font-size: 10px;
        border-radius: 20px;
        line-height: 1.2;
        max-width: calc(100% - 16px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .row>* {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
}

/*=========================================
        WISHLIST
=========================================*/

.icc-wishlist-btn{

    position:absolute;

    top:15px;

    right:15px;

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:#fff;

    box-shadow:0 5px 15px rgba(0,0,0,.15);

    cursor:pointer;

    z-index:10;

    transition:.3s;

    color:var(--icc-primary);

    border:1px solid var(--icc-border);

}

/* Mobile */
@media (max-width: 767.98px){

    .icc-wishlist-btn{

        top:8px;

        right:8px;

        width:34px;

        height:34px;

        font-size:14px;

        box-shadow:0 3px 10px rgba(0,0,0,.12);

    }

    .icc-wishlist-btn i{

        font-size:14px;

    }

}

.icc-wishlist-btn:hover{

    background:#C8A96A;

    color:#fff;

}

/*=========================================
        CONTENT
=========================================*/

.icc-product-body{

    padding:22px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.icc-subcategory{

    color:var(--icc-primary);
    
    font-size:12px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.icc-product-title{

    margin:5px 0;

    min-height:56px;

    font-size:16px;

    line-height:1.4;

    color:var(--icc-text);

}

.icc-product-title a{

    color:#222;

    text-decoration:none;

}

.icc-product-title a:hover{

    color:var(--icc-primary);

}

.icc-product-dimension{

    color:#777;

    margin-bottom:5px;

}

.icc-product-price{

    font-size:28px;

    font-weight:700;

     color:var(--icc-primary);

}

.icc-details-btn{

    display:block;

    width:100%;

    text-align:center;

    padding:13px;

    background:linear-gradient(135deg,var(--icc-primary),var(--icc-primary-dark));

    color:#fff;

    border:none;

    text-decoration:none;

    border-radius:40px;

    transition:.3s;

}

.icc-details-btn:hover{

    background:linear-gradient(135deg,var(--icc-primary-dark),#1E3E7E);

    color:#fff;

    transform:translateY(-2px);

}

@media(max-width:768px){

    .icc-image-box{

        height:250px;

    }

}

/*=========================
FOUNDER SECTION
=========================*/

.founder-section{

padding:0px 0;

/* background:#f8fbff; */

}

.founder-image{

position:relative;

text-align:center;

}

.founder-image img{

max-width:100%;

border-radius:25px;

box-shadow:0 20px 45px rgba(0,0,0,.12);

transition:.4s;

}

.founder-image:hover img{

transform:scale(1.03);

}

.founder-title {
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0 10px;
}

/* Tablet */
@media (max-width: 991px) {
    .founder-title {
        font-size: 40px;
        margin: 18px 0 10px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .founder-title {
        font-size: 32px;
        line-height: 1.3;
        text-align: center;
        margin: 15px 0 8px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .founder-title {
        font-size: 28px;
        line-height: 1.35;
    }
}

.founder-description{

font-size:18px;

line-height:34px;

color:#000;

}

.achievement-card{

background:white;

padding:25px;

border-radius:18px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

}

.achievement-card:hover{

transform:translateY(-8px);

}

.achievement-card h3{

font-size:34px;

font-weight:700;

color:#0B3D91;

margin-bottom:5px;

}

.achievement-card span{

font-size:15px;

color:#777;

}

.founder-quote{

margin-top:40px;

padding:30px;

border-left:5px solid #0B3D91;

background:white;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.founder-quote i{

font-size:32px;

color:#0B3D91;

margin-bottom:15px;

}

.founder-quote p{

font-size:20px;

font-style:italic;

margin:0;

color:#444;

}

/*==========================
WHY CHOOSE US
==========================*/

.why-section{

padding:120px 0;

/* background:white; */

}

.why-card{

background:#fff;

border-radius:25px;

padding:40px;

height:100%;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

position:relative;

overflow:hidden;

}

.why-card::before{

content:"";

position:absolute;

left:0;

top:0;

height:5px;

width:100%;

background:#0B3D91;

transform:scaleX(0);

transition:.4s;

}

.why-card:hover::before{

transform:scaleX(1);

}

.why-card:hover{

transform:translateY(-12px);

}

.why-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:#EAF2FF;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#0B3D91;

margin-bottom:30px;

transition:.4s;

}

.why-card:hover .why-icon{

background:#0B3D91;

color:white;

transform:rotate(360deg);

}

.why-card h4{

font-weight:700;

margin-bottom:20px;

}

.why-card p{

line-height:30px;

color:#000;

}
/*=========================
SERVICES
=========================*/

.services-section{

padding:120px 0;

background:#f8fbff;

}

.service-card{

position:relative;

overflow:hidden;

border-radius:20px;

height:340px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.service-card.large{

height:420px;

}

.service-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.service-card:hover img{

transform:scale(1.12);

}

.service-overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:30px;

background:linear-gradient(to top,
rgba(0,0,0,.85),
transparent);

color:white;

transition:.4s;

}

.service-card:hover .service-overlay{

padding-bottom:45px;

}

.service-overlay h3,
.service-overlay h4{

font-weight:700;

margin-bottom:15px;

}

.service-overlay p{

font-size:15px;

line-height:28px;

margin:0;

}
/*==========================
CLIENT SECTION
==========================*/

.clients-section{

padding:20px 0;

/* background:white; */

overflow:hidden;

}

.logo-slider{

overflow:hidden;

position:relative;

margin-top:60px;

}

.logo-track{

display:flex;

align-items:center;

animation:scrollLogo 30s linear infinite;

width:max-content;

}

.logo-track img{

height:90px;

background:white;

padding:20px;

margin:0 25px;

border-radius:20px;

/* box-shadow:0 10px 30px rgba(0,0,0,.08); */

transition:.3s;

}

.logo-track img:hover{

transform:translateY(-10px);

}

@keyframes scrollLogo{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}
.trust-box{

padding:35px;

text-align:center;

background:#F8FBFF;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

transition:.4s;

}

.trust-box:hover{

background:#0B3D91;

color:white;

transform:translateY(-8px);

}

.trust-box h2{

font-size:42px;

font-weight:700;

margin-bottom:10px;

}

.trust-box p{

margin:0;

font-size:17px;

}

/*==========================
TESTIMONIALS
==========================*/

.testimonial-section{

padding:120px 0;

/* background:#f8fbff; */

}

.testimonial-card{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

height:100%;

transition:.4s;

position:relative;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.quote-icon{

width:70px;

height:70px;

background:#0B3D91;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:26px;

margin-bottom:30px;

}

.testimonial-card p{

line-height:32px;

color:#000;

font-size:17px;

}

.client-info{

display:flex;

align-items:center;

margin-top:30px;

}

.client-info img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

margin-right:20px;

}

.client-info h5{

margin:0;

font-weight:700;

}

.client-info span{

font-size:14px;

color:#777;

}
/*==========================
PORTFOLIO GALLERY
==========================*/

.gallery-section{

padding:120px 0;

background:white;

}

.gallery-card{

display:block;

position:relative;

overflow:hidden;

border-radius:20px;

height:350px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.gallery-card.large{

height:500px;

}

.gallery-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.gallery-card:hover img{

transform:scale(1.1);

}

.gallery-overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:35px;

background:linear-gradient(to top,
rgba(0,0,0,.85),
transparent);

color:white;

transition:.4s;

}

.gallery-card:hover .gallery-overlay{

padding-bottom:50px;

}

.gallery-overlay h3,
.gallery-overlay h4{

font-weight:700;

margin-bottom:10px;

}

.gallery-overlay span{

font-size:15px;

letter-spacing:1px;

}

/*==========================
FOOTER
==========================*/

.footer{

background:#081A37;

color:white;

padding-top:100px;

}

.footer h4{

margin-bottom:25px;

font-weight:700;

}

.footer-about{

line-height:30px;

color:#ddd;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:14px;

}

.footer ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#fff;

padding-left:6px;

}

.contact-list i{

color:#FFC107;

margin-right:10px;

width:20px;

}

.social-links{

display:flex;

gap:15px;

margin-top:30px;

}

.social-links a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.08);

border-radius:50%;

color:white;

transition:.3s;

}

.social-links a:hover{

background:#0B3D91;

transform:translateY(-5px);

}

.newsletter-box{

background:#0B3D91;

padding:40px;

border-radius:25px;

transform:translateY(60px);

}

.newsletter-form{

display:flex;

}

.newsletter-form input{

width:100%;

height:60px;

border:none;

padding:0 20px;

border-radius:50px 0 0 50px;

}

.newsletter-form button{

border:none;

padding:0 35px;

background:#FFC107;

font-weight:700;

border-radius:0 50px 50px 0;

}

.copyright{

margin-top:30px;

padding:25px 0;

background:#061327;

}

.whatsapp-btn{

position:fixed;

right:30px;

bottom:160px;

width:60px;

height:60px;

border-radius:50%;

background:#25D366;

color:white;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.25);

z-index:999;

}

.scroll-top{

position:fixed;

right:30px;

bottom:80px;

width:55px;

height:55px;

background:#0B3D91;

color:white;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

text-decoration:none;

z-index:999;

}

/*==============================
VIDEO SECTION
==============================*/

.community-section{

    padding:30px 0;

    /* background:#f8fbff; */

}

.video-wrapper{

    position:relative;

    width:100%;

    padding-bottom:56.25%;

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.video-wrapper iframe{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    border:0;

}
/*==============================
Painting Info
==============================*/

.painting-info-section{

padding:35px 0;

/* background:#ffffff; */

}

.info-card{

background:#fff;

padding:40px;

height:100%;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.info-card:hover{

transform:translateY(-10px);

}

.info-icon{

width:80px;

height:80px;

background:#0B3D91;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

margin-bottom:25px;

}

.info-card h4{

font-weight:700;

margin-bottom:25px;

}

.info-card ul{

padding-left:20px;

}

.info-card li{

margin-bottom:12px;

color:#000;

}
/*==============================
ENQUIRY
==============================*/

.enquiry-section{

/* padding:35px 0; */

/* background:#f8fbff; */

}

.enquiry-form{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.enquiry-form .form-control,
.enquiry-form .form-select{

height:56px;

border-radius:12px;

border:1px solid #ddd;

padding:0 18px;

box-shadow:none;

}

.enquiry-form textarea.form-control{

height:140px;

padding:15px 18px;

resize:none;

}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus{

border-color:#0B3D91;

box-shadow:0 0 0 .2rem rgba(11,61,145,.15);

}

.enquiry-form textarea{

height:auto;

}

.feature-item{

margin-bottom:18px;

font-size:17px;

}

.feature-item i{

color:#0B3D91;

margin-right:12px;

}

.form-check{

display:flex;

align-items:flex-start;

gap:12px;

margin-bottom:18px;

}

.form-check-input{

width:22px;

height:22px;

margin-top:2px;

cursor:pointer;

border:2px solid #0B3D91;

}

.form-check-input:checked{

background:#0B3D91;

border-color:#0B3D91;

}

.form-check-label{

font-size:15px;

line-height:24px;

color:#000;

cursor:pointer;

}

.g-recaptcha{

display:inline-block;

/* margin:10px 0 20px; */

transform:scale(.95);

transform-origin:left top;

}
.invalid-feedback{
    display:block;
    font-size:14px;
}

.form-control.is-invalid,
.form-select.is-invalid{

    border:2px solid #dc3545;

    box-shadow:none;

}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus{

    border-color:#dc3545;

    box-shadow:0 0 0 .2rem rgba(220,53,69,.15);

}

/*==============================
SHOP PRODUCT CARD
==============================*/

.product-card{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.category-badge{

    position:absolute;

    top:15px;

    left:15px;

    background:#c59d5f;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:13px;

}

.product-content{

    padding:22px;

}

.product-content h5{

    margin-top:10px;

    font-size:20px;

    font-weight:700;

    min-height:55px;

}

.product-content h5 a{

    color:#222;

    text-decoration:none;

}

.product-content p{

    color:#777;

    min-height:65px;

}

.product-size{

    color:#000;

    font-size:15px;

    margin-bottom:15px;

}

.product-price{

    font-size:28px;

    color:#c59d5f;

    font-weight:bold;

}

.product-card .btn{

    border-radius:30px;

    padding:10px;

}
.image-card{

background:#fff;

border-radius:20px;

padding:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

overflow:hidden;

}

.image-card img{

border-radius:15px;

transition:.4s;

}

.image-card:hover img{

transform:scale(1.04);

}

.product-info{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}
.price{

font-size:42px;

font-weight:bold;

color:#c59d5f;

margin:20px 0;

}
.calculator-card{

background:#fafafa;

padding:25px;

border-radius:18px;

border:1px solid #ececec;

margin-top:30px;

}
.estimate-box{

background:#fff5e8;

padding:25px;

border-radius:15px;

text-align:center;

margin-top:20px;

}

.estimate-box h2{

color:#d68d00;

font-size:34px;

margin-top:10px;

}
.delivery-box{

background:#f9f9f9;

padding:20px;

border-radius:15px;

margin-top:30px;

}
.btn-theme{

background:#111;

color:#fff;

padding:14px;

border-radius:40px;

width:100%;

font-weight:600;

display:block;

text-align:center;

margin-bottom:15px;

transition:.3s;

}

.btn-theme:hover{

background:#c59d5f;

color:#fff;

}

.btn-whatsapp{

background:#25D366;

color:#fff;

padding:14px;

border-radius:40px;

display:block;

text-align:center;

font-weight:600;

}

.contact-icons{

    display:flex;
    justify-content:center;
    gap:15px;

    margin-top:20px;

}

.contact-icon{

    width:55px;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#fff;

    font-size:22px;

    text-decoration:none;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

}

.contact-icon:hover{

    transform:translateY(-4px) scale(1.08);

    color:#fff;

}

/* WhatsApp */
.contact-icon.whatsapp{

    background:#25D366;

}

/* Email */
.contact-icon.email{

    background:#EA4335;

}

/* Call */
.contact-icon.call{

    background:#3A63B4;

}

/* View Product Button */
.icc-btn-view{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px 20px;
    border-radius:10px;
    background:#3A63B4;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    border:none;
}

.icc-btn-view:hover{
    background:#294E97;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(58,99,180,.25);
}

/* Remove Button */
.icc-btn-remove{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px 20px;
    border-radius:10px;
    background:#fff;
    color:#dc3545;
    border:2px solid #dc3545;
    font-weight:600;
    transition:.3s;
}

.icc-btn-remove:hover{
    background:#dc3545;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(220,53,69,.25);
}

/* First Level */
.navbar .dropdown:hover > .dropdown-menu{
    display:block;
    margin-top:0;
}

/* Second Level */
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-1px;
    display:none;
}

.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}

.dropdown-menu{
    min-width:250px;
    border-radius:8px;
    border:none;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.dropdown-item{
    padding:10px 18px;
}

.dropdown-item:hover{
    background:#3A63B4;
    color:#fff;
}

/* ===========================
   Cart Page
===========================*/

.icc-cart-wrapper{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.icc-cart-item{
    display:flex;
    gap:25px;
    background:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.icc-cart-image{
    width:170px;
    flex-shrink:0;
}

.icc-cart-image img{
    width:100%;
    border-radius:10px;
}

.icc-cart-content{
    flex:1;
}

.icc-cart-content h5{
    font-weight:700;
    margin-bottom:15px;
}

.icc-cart-meta{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    color:#777;
    margin-bottom:25px;
}

.icc-cart-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.icc-price{
    color:#3A63B4;
    font-size:22px;
    font-weight:700;
}

.icc-total{
    color:#111;
    font-size:22px;
    font-weight:700;
}

.icc-qty input{
    width:80px;
    text-align:center;
    border-radius:8px;
}

.btn-remove{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#f8d7da;
    color:#dc3545;
    transition:.3s;
}

.btn-remove:hover{
    background:#dc3545;
    color:#fff;
}

/* ======================
Order Summary
======================*/

.icc-summary{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.icc-summary h4{
    margin-bottom:20px;
}

.icc-summary-row{
    display:flex;
    justify-content:space-between;
    font-size:20px;
    margin-bottom:25px;
}

.icc-checkout-btn{
    display:block;
    width:100%;
    text-align:center;
    padding:14px;
    border-radius:10px;
    background:#3A63B4;
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

.icc-checkout-btn:hover{
    background:#274e9e;
    color:#fff;
}

/* ======================
Responsive
======================*/

@media(max-width:991px){

.icc-cart-item{
    flex-direction:column;
}

.icc-cart-image{
    width:100%;
}

.icc-cart-bottom{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        gap:12px;
        align-items:center;
    }

    .icc-price,
    .icc-total{
        font-size:16px;
        font-weight:600;
    }

    .icc-qty{
        width:100% !important;
    }

    .icc-qty input{
        width:30%;
    }

    .btn-remove{
        width:30%;
        padding:10px;
    }

.icc-qty input{
    width:100%;
}

}

@media(max-width:576px){

.icc-cart-content h5{
    font-size:18px;
}

.icc-cart-meta{
    flex-direction:column;
    gap:8px;
}

.icc-price,
.icc-total{
    font-size:20px;
}

.btn-remove{
    width:100%;
    border-radius:8px;
}

}

.btn-check{
    background:#198754;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:0 6px 6px 0;
}

#pincodeResult{
    font-weight:600;
}

.check-btn{
    background:#198754;
    color:#fff;
    border:none;
    padding:0 20px;
    border-radius:0 6px 6px 0;
    font-weight:600;
    min-width:90px;
}

.check-btn:hover{
    background:#157347;
}

/* ==========================================================
   CONTACT PAGE
========================================================== */
.contact-text{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
}

.contact-info-section{
    padding:80px 0;
}

.contact-info-section h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.contact-info-section p{
    color:#000;
    font-size:17px;
    max-width:700px;
    margin:auto;
}

/* Contact Cards */

.contact-box{
    background:#fff;
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #f2f2f2;
}

.contact-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.contact-box i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#0b3d91;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.contact-box h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.contact-box p{
    color:#000;
    margin:0;
    line-height:28px;
}

/* ==========================================================
   WHY CHOOSE US
========================================================== */

/* .why-us{
    padding:80px 0;
} */

.why-us h2{
    font-size:38px;
    font-weight:700;
    color:#222;
}

.why-us .col-lg-2,
.why-us .col-lg-3{
    transition:.3s;
}

.why-us .col-lg-2:hover,
.why-us .col-lg-3:hover{
    transform:translateY(-8px);
}

.why-us i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#fff;
    color:#0b3d91 !important;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    font-size:28px !important;
    transition:.3s;
}

.why-us h6{
    margin-top:18px;
    font-weight:600;
    color:#222;
}

.why-us .col-lg-2:hover i,
.why-us .col-lg-3:hover i{
    background:#0b3d91;
    color:#fff !important;
}


/* ==========================================================
   GOOGLE MAP
========================================================== */

.map-section{
    padding-bottom:80px;
}

.map-section iframe{
    width:100%;
    height:500px;
    border:0;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* if Google embed has wrapper */

.map-section div,
.map-section iframe{
    border-radius:18px;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:991px){

.contact-info-section{
    padding:60px 0;
}

.contact-info-section h2{
    font-size:32px;
}

/* .why-us{
    padding:60px 0;
} */

.why-us h2{
    font-size:30px;
}

.enquiry-form{
    padding:25px;
}

.contact-box{
    margin-bottom:20px;
}

}

@media(max-width:576px){

.contact-info-section h2{
    font-size:28px;
}

.contact-box{
    padding:25px;
}

.contact-box i{
    width:65px;
    height:65px;
    line-height:65px;
    font-size:24px;
}

.why-us h2{
    font-size:26px;
}

}

.page-banner{
    background:#f5f5f5;
    padding:70px 0;
    text-align:center;
}

.page-banner h1{
    font-size:42px;
    font-weight:700;
}

.page-banner ul{
    display:flex;
    justify-content:center;
    gap:10px;
    list-style:none;
    padding:0;
}

.about-company{
    padding:35px 0;
}

.about-company h2{
    font-size:40px;
    font-weight:700;
}

.about-company img{
    border-radius:15px;
}

.vision-section{
    /* background:#fafafa; */
    /* padding:80px 0; */
}

.vision-card{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

/* .process-section{
    padding:90px 0;
} */

.process-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    text-align:center;
    position:relative;
    transition:.3s;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-card img{
    height:170px;
    width:100%;
    object-fit:cover;
    border-radius:12px;
}

.step{
    position:absolute;
    top:-15px;
    left:20px;
    width:45px;
    height:45px;
    background:#0b3d91;
    color:#fff;
    border-radius:50%;
    line-height:45px;
    font-weight:bold;
}

.why-section{
    /* background:#f8f8f8; */
    padding:45px 0;
}

.why-card{
    text-align:center;
    padding:35px;
    background:#fff;
    border-radius:15px;
}

.why-card i{
    font-size:40px;
    /* color:#0b3d91; */
    margin-bottom:0px;
}

.cta-section{
    background:#0b3d91;
    color:#fff;
    text-align:center;
    padding:90px 0;
}

.cta-section .btn{
    margin-top:20px;
    padding:14px 40px;
}

.about-company img{
    width:100%;
    height:500px;
    /* object-fit:cover; */
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

@media(max-width:991px){
    .about-company img{
        height:350px;
        margin-bottom:30px;
    }
}

@media(max-width:576px){
    .about-company img{
        height:250px;
    }
}

.policy-section{

    padding-bottom:80px;

}

.policy-section h2{

    font-size:38px;

    margin-bottom:30px;

    font-weight:700;

}

.policy-section h4{

    margin-top:30px;

    color:#0b3d91;

    font-weight:600;

}

.policy-section p,
.policy-section li{

    line-height:1.9;

    color:#000;

    font-size:16px;

}

.policy-section ul{

    padding-left:20px;

}

.contact-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-list li i{
    font-size: 18px;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-link{
    color: #fff; /* Change if your footer uses another text color */
    text-decoration: none;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    flex: 1;
    min-width: 0;
}
.mobile-footer{
    position:fixed;
    bottom:-2px;
    left:0;
    width:100%;
    height:65px;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    box-shadow:0 -3px 15px rgba(0,0,0,.12);
    z-index:9999;
    border-top:1px solid #e5e5e5;
}

.mobile-footer a{
    flex:1;
    text-align:center;
    color:#0b3d91;
    text-decoration:none;
    font-size:12px;
    position:relative;
    transition:.3s;
}

.mobile-footer a i{
    display:block;
    font-size:20px;
    margin-bottom:4px;
}

.mobile-footer a.active,
.mobile-footer a:hover{
    color:#0b3d91;
}

.mobile-footer .badge{
    position:absolute;
    top:2px;
    right:24%;
    background:#dc3545;
    color:#fff;
    font-size:10px;
    min-width:18px;
    height:18px;
    line-height:18px;
    border-radius:50%;
    padding:0;
}

@media(min-width:992px){
    .mobile-footer{
        display:none;
    }
}

@media(max-width:991px){
    body{
        padding-bottom:63px;
    }
}

.mobile-header{
    height:70px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 15px;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.mobile-logo img{
    height:45px;
}

.menu-btn{
    border:none;
    background:none;
    font-size:24px;
}

.mobile-icons{
    display:flex;
    gap:18px;
}

.mobile-icons a{
    color:#0b3d91;
    font-size:22px;
    position:relative;
}

.mobile-icons .badge{
    position:absolute;
    top:-7px;
    right:-8px;
    background:#dc3545;
    color:#fff;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size:10px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.offcanvas{
    width:300px;
}

.offcanvas .nav-link{
    padding:12px 0;
    font-size:16px;
    font-weight:500;
}
.order-card{
    border-radius:18px;
    transition:.3s;
}

.order-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
}

.order-card .badge{
    border-radius:20px;
    padding:7px 14px;
    font-size:12px;
}

.order-card .btn{
    font-weight:600;
}
.order-tracker{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
    position:relative;
}

.order-tracker::before{
    content:"";
    position:absolute;
    top:18px;
    left:40px;
    right:40px;
    height:4px;
    background:#ddd;
    z-index:0;
}

.tracker-step{
    flex:1;
    text-align:center;
    position:relative;
    z-index:1;
}

.tracker-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#ddd;
    color:#fff;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
    font-size:14px;
}

.tracker-step span{
    display:block;
    margin-top:10px;
    font-size:13px;
    font-weight:600;
    color:#777;
}

.tracker-step.active .tracker-icon{
    background:#28a745;
    animation:pulse .7s;
}

.tracker-step.active span{
    color:#28a745;
}

@keyframes pulse{

    0%{
        transform:scale(.8);
    }

    50%{
        transform:scale(1.2);
    }

    100%{
        transform:scale(1);
    }

}

@media(max-width:768px){

    .tracker-step span{
        font-size:11px;
    }

    .tracker-icon{
        width:30px;
        height:30px;
        font-size:12px;
    }

    .order-tracker::before{
        top:14px;
        left:25px;
        right:25px;
    }

}
.profile-image-wrapper{
    position:relative;
    width:140px;
    margin:auto;
}

.profile-image{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #f1f1f1;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.upload-btn{
    position:absolute;
    right:5px;
    bottom:5px;
    width:38px;
    height:38px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.3s;
}

.upload-btn:hover{
    transform:scale(1.1);
}

.input-group-text{
    background:#f8f9fa;
    border-right:0;
}

.form-control{
    /* border-left:0; */
    height:48px;
}

.form-control:focus{
    box-shadow:none;
}

.card{
    border-radius:18px;
}

.btn-primary{
    font-weight:600;
    font-size:16px;
}

.estimate-card{
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}

.estimate-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
}

.estimate-card .badge{
    padding:8px 14px;
    border-radius:20px;
    font-size:12px;
}

.estimate-card .btn{
    border-radius:30px;
    font-weight:600;
}

.estimate-card hr{
    margin:15px 0;
}
#filterForm .card{

border-radius:20px;

}

#filterForm .form-control,
#filterForm .form-select{

border-radius:12px;

padding:12px;

}

#filterForm .form-check{

padding:10px 0;

}

#filterForm .form-check-input:checked{

background:#0B3D91;

border-color:#0B3D91;

}

#filterForm .btn-outline-primary{

border-radius:50px;

}

#filterForm .btn-outline-primary:hover{

background:#0B3D91;

}

#filterForm .btn-check:checked+.btn{

background:#0B3D91;

color:#fff;

border-color:#0B3D91;

}

@media(max-width:991px){

#filterForm{

margin-bottom:25px;

}

}
@media(max-width:991px){

.offcanvas{
    width:320px;
}

.offcanvas-body{
    padding:20px;
}

.sticky-top{
    position:relative!important;
    top:0!important;
}

}
.address-card{

    display:block;

    border:2px solid #e5e5e5;

    border-radius:10px;

    padding:15px;

    cursor:pointer;

    transition:.3s;

}

.address-card:hover{

    border-color:#0d6efd;

}

.address-card input{

    margin-right:10px;

}

.address-card:has(input:checked){

    border-color:#0d6efd;

    background:#eef6ff;

}

.thumb-gallery{
    display:flex;
    gap:10px;
    margin-top:15px;
    flex-wrap:wrap;
}

.thumb{
    width:80px;
    height:80px;
    object-fit:cover;
    border:2px solid #ddd;
    border-radius:8px;
    cursor:pointer;
    transition:.3s;
}

.thumb:hover{
    border-color:#ff6600;
    transform:scale(1.05);
}

.thumb.active{
    border:3px solid #ff6600;
}

.main-product-image{
    width:100%;
    border-radius:12px;
    object-fit:cover;
}

.hero-image{
    max-width:70%;
    height:auto;
    display:block;
    margin:auto;
}

/*=====================================
    CATEGORY PAGE
======================================*/

.category-page{
    background:#f8f8f8;
    min-height:100vh;
}

/*=====================================
    CATEGORY CARD
======================================*/

.category-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    cursor:pointer;
    transition:all .35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    height:100%;
    border:1px solid #ececec;
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

/*=====================================
    IMAGE
======================================*/

.category-image{
    position:relative;
    height:250px;
    overflow:hidden;
    background:#f5f5f5;
}

.category-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}

.category-card:hover .category-image img{
    transform:scale(1.08);
}

/*=====================================
    CONTENT
======================================*/

.category-content{
    padding:20px;
    text-align:center;
}

.category-content h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}

.category-content span{
    color:#b8860b;
    font-weight:600;
    font-size:15px;
    transition:.3s;
}

.category-card:hover .category-content span{
    letter-spacing:1px;
}

/*=====================================
    BREADCRUMB
======================================*/

#breadcrumbArea{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    margin-bottom:20px;
}

#breadcrumbArea span{
    background:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-weight:600;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

/*=====================================
    BACK BUTTON
======================================*/

#backBtn{
    border-radius:50px;
    padding:10px 25px;
    font-weight:600;
    transition:.3s;
}

#backBtn:hover{
    transform:translateX(-4px);
}

/*=====================================
    SECTION TITLE
======================================*/

.category-title h2{
    font-size:38px;
    font-weight:700;
    color:#222;
}

.category-title p{
    color:#777;
    font-size:16px;
}

/*=====================================
    MOBILE
======================================*/

@media(max-width:991px){

.category-image{
    height:210px;
}

.category-content h5{
    font-size:18px;
}

}

@media(max-width:768px){

.category-image{
    height:170px;
}

.category-content{
    padding:15px;
}

.category-content h5{
    font-size:16px;
}

.category-content span{
    font-size:14px;
}

}

@media(max-width:576px){

.category-image{
    height:150px;
}

.category-card{
    border-radius:15px;
}

.category-content{
    padding:12px;
}

.category-content h5{
    font-size:15px;
    margin-bottom:8px;
}

.category-content span{
    font-size:13px;
}

}
