* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.banner-section {
    background-image: url('images/banner/glanza-product-page-banner-1920x807.webp');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
}

.bg-form {
    background-color: rgba(230, 223, 223, 0.6);
    padding: 20px;
}

.enquire-form {
    border-radius: 8px;
    width: 100%;
    max-width: 420px;
}

.enquire-heading {
    background: rgba(0, 0, 0, 0.8);
}

.enquire-form h3 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
}

.input-group-text {
    height: 48px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0 !important;
}

.enquire-form .form-control {
    background-color: #f8f9fa;
    border: none;
    padding: 12px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    height: 48px;
}

.verify-btn {
    background-color: #222;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.form-select {
    height: 48px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.submit-btn {
    background-color: #4BB543;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.submit-btn:disabled {
    background: #e80501;
    color: #fff;
    cursor: not-allowed;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #e80501;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.phone-icon {
    background-color: #222;
    color: white;
    padding: 8px;
    border-radius: 50%;
    margin: 10px;
}

footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.designer-link {
    color: #e6303d;
    text-decoration: none;
}

.designer-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .row>* {
        padding: 0;
    }

    .banner-section {
        background-image: none;
        min-height: auto;
        padding: 0;
    }
    .colorPaltte{
    width: 25px !important;
    height: 25px !important;
}
.color-button{
    padding: 10px 10px !important;
    font-size: 14px !important;
}
.color-list{
flex-wrap: nowrap !important;
padding-left: 0 !important;
}
#colours{
    padding: 0 !important;
}
}

.btn-verify {
    background-color: #e80501;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 49px;
}

.btn-verify:hover {
    background-color: #c82333;
    color: #fff;
}

.btn-verify:focus {
    outline: none;
    background-color: #c82333;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.btn-verify:active {
    background-color: #bd2130;
}

.color-list {
    list-style: none;
    display: flex;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    justify-content: center;
    flex-wrap: wrap
}

.color-list li {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-color img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto
}

.color-button {
    background-color: #fff;
    display: flex;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    text-wrap: balance
}

.colorPaltte {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .6);
    margin-bottom: 10px
}

.pickShade {
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
}

.header {
    background-color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    width: 200px;
    height: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
}

.nav-item {
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #e60012;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e60012;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.enquire-btn {
    background: linear-gradient(135deg, #e60012, #e80501);
    color: white;
    padding: 12px 25px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
}

.enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 18, 0.4);
    background: linear-gradient(135deg, #cc0010, #e60012);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.mobile-enquire-btn {
    background: linear-gradient(135deg, #e60012, #ff4444);
    color: white;
    padding: 15px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .enquire-btn {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-content {
        position: relative;
    }
}


        .feat-grids {
            display: grid;
            grid-template-rows: auto auto;
            grid-template-columns: 50% 50%;
            gap: 0px;
            height: 100%;
        }
        
        .feat-bigImg {
            background-color: #ffffff;
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .f-bigWrap, .feat-thumbImg > div {
            width: 100%;
            height: 100%;
        }
        
        .feat-bigImg img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .feat-description {
            padding: 30px;
            background: #52bf04;
        }
        
        .featTitle {
            margin-bottom: 25px;
            text-align: center;
        }
        
        .featTitle img {
            max-width: 300px;
            height: auto;
        }
        
        .featContent {
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .featContent h3 {
            color: #e60000;
            font-size: 20px;
                text-transform: uppercase;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffcccc;
        }
        
        .featContent p {
            font-size: 1.05rem;
            color: #444;
        }
        
        .feat-thumbImg {
            padding: 20px 30px;
            background: #f0f2f5;
        }
        
        .feat-thumbImg .slick-slide {
            margin: 0 10px;
            transition: transform 0.3s ease;
        }
        
        .feat-thumbImg .slick-slide:hover {
            transform: translateY(-5px);
        }
        
        .feat-thumbImg .slick-slide img {
            width: 100%;
            height: 100px;
            object-fit: cover;
            border-radius: 6px;
            border: 2px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .feat-thumbImg .slick-slide.slick-current img {
            border-color: #e60000;
            box-shadow: 0 5px 15px rgba(230, 0, 0, 0.3);
        }
        
        .feat-thumbImg button.slick-arrow {
            position: absolute;
            top: 50%;
            height: 50px;
            width: 50px;
            border: none;
            outline: none;
            z-index: 2;
            background-color: #fc0d1b;
            color: #fff;
            font-size: 0;
            border-radius: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        }
        
        .feat-thumbImg button.slick-arrow:hover {
            background-color: #e60000;
            transform: translateY(-50%) scale(1.05);
        }
        
        .feat-thumbImg button.slick-prev {
            left: -25px;
        }
        
        .feat-thumbImg button.slick-next {
            right: -25px;
        }
        
        .feat-thumbImg button.slick-arrow::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            border: 2px solid white;
            border-width: 2px 2px 0 0;
        }
        
        .feat-thumbImg button.slick-prev::before {
            transform: translate(-50%, -50%) rotate(-135deg);
        }
        
        .feat-thumbImg button.slick-next::before {
            transform: translate(-50%, -50%) rotate(45deg);
        }
        
        /* Left big layout */
        .l-big .feat-bigImg {
            grid-row: 1 / 3;
            grid-column: 1;
        }
        
        .l-big .feat-description {
            grid-row: 1;
            grid-column: 2;
        }
        
        .l-big .feat-thumbImg {
            grid-row: 2;
            grid-column: 2;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .feat-grids {
                grid-template-rows: auto auto;
    grid-template-columns: 100% 100%;
            }
            
            .l-big .feat-bigImg {
                grid-row: 1;
                grid-column: 1;
            }
            
            .l-big .feat-description {
                grid-row: 2;
                grid-column: 1;
            }
            
            .l-big .feat-thumbImg {
                grid-row: 3;
                grid-column: 1;
            }
            
            .feat-thumbImg button.slick-prev {
                left: 5px;
            }
            
            .feat-thumbImg button.slick-next {
                right: 5px;
            }
        }
        
        @media (max-width: 576px) {
            .header h1 {
                font-size: 2rem;
            }
            
            .feat-bigImg, .feat-description {
                padding: 20px;
            }
            
            .featTitle img {
                max-width: 220px;
            }
            
            .featContent {
                padding: 20px;
            }
            
            .featContent h3 {
                font-size: 1.3rem;
            }
        }
        
        .carousel-status {
            text-align: center;
            margin-top: 15px;
            color: #666;
            font-weight: 500;
        }
        .featBox .featBoxCotent {
    background-color: #fff!important;
    padding: 30px 20px;
    position: relative;
    margin: 0;
    min-height: 150px
}

.featBox .featBoxCotent p {
    margin: 0
}

.featBox .featBoxCotent {
    background-color: #d7d7d7!important
}

.featBox {
    max-width: 80%;
    margin: 0 auto;
    top: -60px;
    position: relative
}

.featBox .featBoxTit {
    position: absolute;
    bottom: 100%;
    padding-bottom: 10px;
    color: #fff
}

h3.feature-head {
    text-transform: uppercase;
    margin: 20px 0 10px 20px;
    font-size: 16px;
    font-weight: 800
}

.featBox .featBoxCotent {
    background-color: #fff!important;
    padding: 30px 20px;
    position: relative;
    margin: 0;
    min-height: 150px
}

.featBox .featBoxCotent p {
    margin: 0
}

.featBox .featBoxCotent {
    background-color: #d7d7d7!important
}
.safety img{
    transition-duration: .5s;
    width: 100%;
    padding: 20px;
}
