
	.icon-wrapper {
		width: 100%;
		height: 250px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.icon {
		height: 190px;
		transition: transform 0.4s ease-in-out;
		display: block;
	}

	.icon:hover {
		transform: scale(1.15);
	}


	.newprice {
		margin-left: -10px;
		margin-top: 12px;
	}

	.banner_box--contentstyle {
		background: #020202;
		color: #fff;
		padding: 10px;
		position: relative;
		top: -30px;
	}

	.pt {
		padding-top: 60px;
	}

	.testimonial__section--inner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.testimonial__items {
		text-align: center;
		margin: 0 auto;
		width: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}

	.testimonial__author {
		justify-content: center !important;
		flex-direction: column;
		text-align: center;
	}

	.testimonial__rating {
		justify-content: center;
		padding-left: 0;
		margin-top: 10px;
	}

	.swiper-slide {
		display: flex;
		justify-content: center;
	}

	.testimonial__desc {
		margin-top: 20px;
		color: #f2ecdd;
	}

	.swiper-slide {
		transform: translate3d(0, 0, 0);
		backface-visibility: hidden;
		min-width: 0;
	}

	.product-card {
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	}


	.ft-18 {
		font-size: 36px;
		margin-left: 17px;
	}

	.f-18 {
		font-size: 25px;
		text-align: center;
		margin-top: 15px;
	}

	.delivery-info {
		text-align: center;
		margin-top: 8px;
	}


	.delivery-info h3 {
		font-size: 18px;
		font-weight: bold;
		color: #f5cb5c;
		margin: 0;
	}

	.delivery-info p {
		font-size: 14px;
		color: #d3d3d3;
		margin: 0;
		margin-top: 5px;
	}

	.section-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 60px;

	}

	.section_icon_container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 79%;
		max-width: 1541px;
		margin: 0 auto;
		background-color: #333533;
		border-radius: 20px;
	}

	.section_icon_row {
		display: flex;
		justify-content: space-around;
		width: 100%;
		align-items: center;
	}

	.setion_icon_col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 20px;
	}


	.delivery-icon img {
		width: 100%;
		height: auto;
		transition: transform 0.4s ease-in-out;
		display: block;
	}

	.delivery-icon:hover img {
		transform: scale(1.15);
	}


	/* .delivery-icon img {
		width: 36px;
		height: auto;
		margin-bottom: 10px;

	} */

	.delivery-info h3 {
		font-size: 18px;
		font-weight: bold;
		color: #f5cb5c;
		margin: 0;
	}

	.delivery-info p {
		font-size: 14px;
		color: #f2ecdd;
		margin: 0;
		margin-top: 5px;
	}

	.d1-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 60px;
	}

	.havelookcontainer {
		width: 1425px;
	}

	.unique-section {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 50px 20px;
		background-color: #1e1e1e;
		color: white;
		height: 760px;
	}

	.why-section {
    width: 100%;
    padding: 60px 0;
    background-color: #1e1e1e;
    color: white;
}

	.unique-content {
		width: 60%;
		margin-left: 207px;
	}

	.unique-section h2 {
		font-size: 36px;
		color: #f2ecdd;
		margin-bottom: 20px;
	}

	.unique-features {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		gap: 33px;
	}

	.feature-item {
		background-color: #333533;
		padding: 20px;
		border-radius: 10px;
		flex-basis: 93%;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	}

	.feature-item img {
		float: left;
		width: 50px;
		margin-left: 10px;
		height: 50px;
		margin-top: 20px;
	}

	.feature-item h3 {
		font-size: 20px;
		text-align: left;
		color: #f2f2f2;
		margin-bottom: 10px;
		margin-left: 92px;

	}

	.feature-item p {
		font-size: 16px;
		color: #d1d1d1;
		text-align: left;
		margin-left: 90px;
	}

	.unique-image {
		margin-right: 207px;
		text-align: center;
	}

	.unique-image img {
		border-radius: 10px;
	}

	@media screen and (min-width: 300px) and (max-width:750px) {
		.havelookcontainer {
			width: 1400px;
		}
	}


	.why_section_container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap; /* FIXED IMAGE BREAKING */
}

	/* LEFT COLUMN */
	.left-col {
    width: 48%;
    min-width: 300px;
}

.mini-title {
    color: #cd9c20;
    letter-spacing: 2px;
    font-size: 14px;
}

.main-title {
    margin: 8px 0;
    font-size: 32px;
    color: #f5cb5c;
}

	.underline {
    width: 60px;
    height: 3px;
    background: #7a4a2f;
    border: none;
    margin-bottom: 20px;
}

	
.text {
    font-size: 15px;
    color: #f2ecdd;
    line-height: 1.6;
    width: 95%;
}

.team {
    font-style: italic;
    margin-top: 15px;
}


/* TWO SMALL IMAGES */
.bottom-two-images {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.small-img {
    width: 100%;
    max-width: 48%;
    border-radius: 6px;
    object-fit: cover;
}

/* RIGHT BIG IMAGE */
.right-col {
    width: 40%;        /* smaller column */
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-img {
    width: 100%;
    max-width: 450px;   /* 🔥 This makes the right image smaller */
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    margin: 0 auto;     /* Center the image */
}

/* RESPONSIVE FIX */
@media (max-width: 900px) {

    .why_section_container {
        flex-direction: column;
        text-align: center;
    }

    .left-col,
    .right-col {
        width: 100%;
    }

    .bottom-two-images {
        flex-direction: column;
        align-items: center;
    }

    .small-img {
        max-width: 100%;
    }
}
.small-img,
.big-img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

/* ON HOVER: SMOOTH ZOOM + SHADOW */
.small-img:hover,
.big-img:hover {
    transform: scale(1.07);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
}

