 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background: linear-gradient(135deg, #e6e0f8, #cfc9e8);
            color: #fff;
        }
		

        .hero {
            background: linear-gradient(135deg, #465a65, #0b0f2a);
            padding: 40px 20px;
            text-align: center;
        }
		h1{
		color:000;
		}
        .hero h1 {
            font-size: 38px;
            font-weight: 700;
        }

        .hero p {
            color: #ccc;
            margin: 15px 0;
            font-size: 16px;
        }

        .btn {
            background: linear-gradient(135deg, #ff9502, #ff9800);
            padding: 14px 30px;
            border-radius: 8px;
            color: #000;
            text-decoration: none;
            display: inline-block;
            margin-top: 10px;
        }

        .section {
            padding: 20px 20px;
			color:#3a3f8f;
			text-shadow:0 2px 8px rgba(58,63,143,0.3);
        }

        .title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 28px;
			color:#3a3f8f;
        }

        /* categories */
        .grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .card {
            background: linear-gradient(135deg, #465a65, #0b0f2a);
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            transition: .3s;
			
        }

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

        .card h3 {
            color: #ff9800;
            margin-bottom: 10px;
        }

        .card p {
            font-size: 13px;
            color: #fff;
        }

        /* slider */
        .slider {
            display: flex;
            overflow-x: auto;
            gap: 15px;
        }

        .slide {
            min-width: 230px;
            border-radius: 15px;
            overflow: hidden;
            background: #0b0f2a;
        }

        .slide img {
            width: 100%;
        }

        /* highlight */
        .highlight {
            background: linear-gradient(135deg, #ff9502, #ff9800);
            padding: 40px;
            border-radius: 20px;
            text-align: center;
        }

        .highlight h2 {
            font-size: 26px;
        }

        /* footer */
        footer {
            background: #050817;
            padding: 30px;
            text-align: center;
            color: #aaa;
        }

        .whatsapp {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #25D366;
            padding: 15px;
            border-radius: 50px;
            color: #fff;
            text-decoration: none;
        }

        @media(min-width:768px) {
            .hero h1 {
                font-size: 48px;
            }

            .grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
		/* Full Section */
.delivery-full {
    width: 100%;
    padding: 50px 20px;
}

/* Container */
.delivery-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

/* LEFT SIDE */
.delivery-left {
    background: linear-gradient(135deg, #465a65, #0b0f2a);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Delivery Image */
.delivery-img {
    width: 200px;
}

/* Text */
.delivery-text {
    margin: 10px 0;
}

/* Info */
.delivery-info p {
    font-weight: 500;
}

/* RIGHT SIDE */
.delivery-right {
    background: linear-gradient(135deg, #465a65, #465a65);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

/* Feature Box */
.feature-box {
     background: linear-gradient(135deg, #465a65, #0b0f2a);
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
}



/* Responsive */
@media(max-width: 768px) {
    .delivery-container {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}


.review-wrapper {
    padding: 20px 20px;
    background: linear-gradient(135deg, #E6E0F8, #CFC9E8);
    text-align: center;
	position: relative;
}
.review-wrapper::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6C4CCF;
    opacity: 0.1;
    border-radius: 50%;
    top: -50px;
    left: -50px;
}

/* Heading */
.review-header h2 {
    margin-bottom: 10px;
}

.review-header p {
    color: #555;
}

/* Review Box */
.review-box {
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Hover Glow */
.review-box:hover {
    box-shadow: 0 15px 35px rgba(108,76,207,0.3);
}
[class*="elfsight"]a{
	display:none !important;
}
@media(max-width: 768px) {
    .review-box {
        padding: 10px;
    }
}
