.nav_bar{
	background: #202020;
	padding:10px 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hdr-logo img {
	width: 120px;
	/* height: 110px; */
}

.hdr-logo svg {
	width: 120px;
	height: 110px;
}


/* .uppercase{text-transform: uppercase;} */



.brands-grid{
        background: #FFF;
        /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
		box-shadow: 0 2px 13px 6px rgba(0, 0, 0, 0.1) !important;
        BORDER-RADIUS: 6PX;
        padding: 15px;
        }

/*! CSS Used from:
https://www.oneimpression.io/static/css/main.58086b01.css */
/* .topBadgeContainer {
	background: linear-gradient(0deg, #1d252d, #1d252d), linear-gradient(93.36deg,
			#30c0b7 7.05%, #706df9 118.66%);
} */

.topBadgeContainer {
    /* New: Replaced the old aqua/blue gradient with the red/purple gradient */
    background: linear-gradient(0deg, #1d252d, #1d252d), 
                linear-gradient(93.36deg,
                    #E94E51 7.05%, /* New Start Color (Reddish-Orange/Pink) */
                    #8B3D9D 118.66%); /* New End Color (Deep Purple/Violet) */
}

.cookieContainer {
	border-radius: 12px;
	box-shadow: 0 4px 74px 0 #6f7d9a73;
	display: flex;
	padding: 20px;
	width: 540px;
	z-index: 100000;
}

.gilroy-bold {
	font-family: Gilroy-Bold;
}

.gilroy-medium {
	font-family: Gilroy-Medium;
}

body {
	font-family: "Noto Serif", serif;
	margin:
		0;
}

button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin:
		0;
}

button {
	text-transform: none;
}

[type="button"],
button {
	-webkit-appearance: button;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
}

button {
	background-color: initial;
	background-image: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

body {
	font-family: "Outfit", sans-serif;
	line-height: inherit;
}

*,
:after,
:before {
	border: 0 solid;
	box-sizing:
		border-box;
}

img {
	border-style: solid;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

button {
	color: inherit;
	line-height: inherit;
	padding: 0;
}

iframe,
img,
svg {
	display: block;
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}

*,
:after,
:before {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.visible {
	visibility: visible;
}

.fixed {
	position: fixed;
}

.absolute {
	position:
		absolute;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0;
}

.top-1\/2 {
	top: 50%;
}

.right-0 {
	right: 0;
}

.right-10 {
	right: 2.5rem;
}

.bottom-10 {
	bottom: 2.5rem;
}

.left-0 {
	left: 0;
}

.left-12 {
	left: 3rem;
}

.left-24 {
	left:
		6rem;
}

.left-36 {
	left: 9rem;
}

.left-48 {
	left: 12rem;
}

.left-72 {
	left:
		18rem;
}

.left-96 {
	left: 24rem;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-7 {
	margin-top:
		1.75rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-28 {
	margin-top:
		7rem;
}

.mt-2\.5 {
	margin-top: 0.625rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mr-16 {
	margin-right: 4rem;
}

.mb-2 {
	margin-bottom:
		0.5rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-14 {
	margin-bottom: 3.5rem;
}

.mb-16 {
	margin-bottom:
		4rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.ml-4 {
	margin-left: 1rem;
}

.ml-5 {
	margin-left: 1.25rem;
}

.ml-6 {
	margin-left:
		1.5rem;
}

.ml-10 {
	margin-left: 2.5rem;
}

.ml-16 {
	margin-left: 4rem;
}

.ml-auto {
	margin-left: auto;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-3 {
	height: 0.75rem;
}

.h-4 {
	height: 1rem;
}

.h-5 {
	height:
		1.25rem;
}

.h-16 {
	height: 4rem;
}

.h-32 {
	height: 8rem;
}

.h-0\.5 {
	height:
		0.125rem;
}

.h-2\.5 {
	height: 0.625rem;
}

.h-full {
	height: 100%;
}

.w-3 {
	width: 0.75rem;
}

.w-5 {
	width: 1.25rem;
}

.w-6 {
	width: 1.5rem;
}

.w-8 {
	width:
		2rem;
}

.w-11 {
	width: 2.75rem;
}

.w-16 {
	width: 4rem;
}

.w-28 {
	width: 7rem;
}

.w-32 {
	width: 8rem;
}

.w-36 {
	width: 9rem;
}

.w-40 {
	width: 10rem;
}

.w-44 {
	width: 11rem;
}

.w-96 {
	width: 24rem;
}

.w-218 {
	width: 218px;
}

.w-3\.5 {
	width: 0.875rem;
}

.w-full {
	width: 100%;
}

.min-w-full {
	min-width: 100%;
}

.max-w-screen-lg {
	max-width: 1024px;
}

.max-w-screen-xl {
	max-width: 1260px;
}

.max-w-1-xl {
	max-width: 40rem;
}

.transform {
	transform:
		translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}

.cursor-pointer {
	cursor:
		pointer;
}

.grid-flow-col {
	grid-auto-flow: column;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-col {
	flex-direction:
		column;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items:
		flex-end;
}

.items-center {
	align-items: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-x-4 {
	column-gap: 1rem;
}

.gap-x-24 {
	column-gap:
		6rem;
}

.gap-y-4 {
	row-gap: 1rem;
}

.gap-y-6 {
	row-gap: 1.5rem;
}

.overflow-hidden {
	overflow: hidden;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

.rounded-full {
	border-radius: 9999px;
}

.border-2 {
	border-width: 2px;
}

.border {
	border-width: 1px;
}

.border-oi-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 78, 81, var(--tw-border-opacity)); /* Match new reddish color */
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-oi-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 78, 81, var(--tw-bg-opacity)); /* Match new reddish color */
}

.bg-oi-orange-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 154, 35, var(--tw-bg-opacity));
}

.bg-oi-green-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 184, 94, var(--tw-bg-opacity));
}

.bg-oi-white-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255,
			var(--tw-bg-opacity));
}

.bg-gradient-to-r {
	background-image:
		linear-gradient(to right, var(--tw-gradient-stops));
}

.from-oi-teal-300 {
    /* Updated to the new reddish-orange/pink color */
    --tw-gradient-from: #E94E51;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, #E94E5100);
}

.to-oi-purple-300 {
    /* Updated to the new deep purple/violet color */
    --tw-gradient-to: #8B3D9D;
}

.to-oi-gray-900 {
	--tw-gradient-to: #1d252d;
}

.object-contain {
	object-fit: contain;
}

.object-cover {
	object-fit: cover;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: 0.25rem;
}

.p-4 {
	padding: 1rem;
}

.p-8 {
	padding: 2rem;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-2\.5 {
	padding-left:
		0.625rem;
	padding-right: 0.625rem;
}

.py-1 {
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.py-2 {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.py-9 {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.py-0\.5 {
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}

.py-2\.5 {
	padding-bottom:
		0.625rem;
	padding-top: 0.625rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pb-8 {
	/* padding-bottom:
		2rem; */
}
.pb-10 {
	padding-bottom:
		2.5rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

.pl-3 {
	padding-left: 0.75rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.font-sans {
	< !-- font-family: "Noto Serif", serif;
	-->font-family: "Outfit", sans-serif;
}

.text-xs {
	font-size: 0.75rem;
	line-height:
		1rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
}

.text-lg,
.text-xl {
	line-height: 1.75rem;
}

.text-xl {
	font-size: 1.5rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size:
		1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height:
		2.5rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight:
		600;
}

.leading-7 {
	line-height: 1.75rem;
}

.leading-heading {
	line-height:
		3.125rem;
}

.tracking-wider {
	< !-- letter-spacing: 0.05em;
	-->
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0,
			var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255,
			255, 255, var(--tw-text-opacity));
}

.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-oi-teal-300 {
    --tw-text-opacity: 1;
    color: #E94E51;
	    font-weight: bold;
}

.text-oi-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(233, 78, 81, var(--tw-text-opacity));
}

.text-oi-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(71, 144, 251, var(--tw-text-opacity));
}

.text-oi-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(116, 125, 132,
			var(--tw-text-opacity));
}

.text-oi-white-300 {
	--tw-text-opacity: 1;
	color:
		rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline {
	text-decoration:
		underline;
}

.no-underline {
	text-decoration: none;
}

.opacity-0 {
	opacity: 0;
}

*,
:after,
:before {
	--tw-shadow: 0 0 #0000;
}

*,
:after,
:before {
	--tw-ring-inset: var(--tw-empty);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #3b82f680;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.transition-all {
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-opacity {
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-1000 {
	transition-duration: 1s;
}

body {
	color: #1d252d;
}

.text-gradient {
	-webkit-text-fill-color: #0000;
	-webkit-background-clip: text;
	background-clip:
		text;
}

.campaign {
	max-width: 600px;
}

.performance-img {
	max-width: 550px;
}

.ads-img {
	max-width: 400px;
}

.case-studies-heading {
	color: #1d252d;
	font-size: 36px;
	height: 46px;
	margin-bottom: 13px;
	width: 297px;
}

.case-studies-description {
	font-size: 20px;
	margin-bottom: 68px;
	max-width:
		481px;
}

.case-brands {
	background: #fff;
	border-radius: 20px;
	height: 116px;
	max-width: 236px;
}

.gradient-blue {
	position: absolute;
	top: -232px;
	z-index:
		-1;
	opacity: 0.45;
}

.gradient-footer {
	bottom: 0;
}

.gradient-footer,
.gradient-green {
	position: absolute;
	right: 0;
	z-index: -1;
}

.gradient-green {
	top: -170%;
}

.gradient-parrot {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.gradient-purple {
	position: absolute;
	right: 0;
	top: -50%;
	z-index: -1;
}

@media (min-width: 640px) {
	.sm\:order-first {
		order: -9999;
	}

	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.sm\:mx-1 {
		margin-left: 0.25rem;
		margin-right:
			0.25rem;
	}

	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:mt-0 {
		margin-top: 0;
	}

	.sm\:mt-2 {
		margin-top: 0.5rem;
	}

	.sm\:mt-7 {
		margin-top:
			1.75rem;
	}

	.sm\:mt-8 {
		margin-top: 2rem;
	}

	.sm\:mt-10 {
		margin-top: 2.5rem;
	}

	.sm\:mt-11 {
		margin-top: 2.75rem;
	}

	.sm\:mt-12 {
		margin-top: 3rem;
	}

	.sm\:mt-20 {
		margin-top: 4rem;
	}

	.sm\:mt-24 {
		margin-top: 6rem;
	}

	.sm\:mt-28 {
		margin-top:
			7rem;
	}

	.sm\:mt-40 {
		margin-top: 10rem;
	}

	.sm\:mt-44 {
		margin-top: 5rem;
	}

	.sm\:mr-0 {
		margin-right: 0;
	}

	.sm\:mr-2 {
		margin-right: 0.5rem;
	}

	.sm\:mr-16 {
		margin-right: 4rem;
	}

	.sm\:mr-1\.5 {
		margin-right: 0.375rem;
	}

	.sm\:mb-0 {
		margin-bottom: 0;
	}

	.sm\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.sm\:mb-16 {
		margin-bottom: 4rem;
	}

	.sm\:mb-24 {
		margin-bottom: 6rem;
	}

	.sm\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.sm\:ml-0 {
		margin-left: 0;
	}

	.sm\:ml-4 {
		margin-left: 1rem;
	}

	.sm\:ml-17 {
		margin-left: 4.5rem;
	}

	.sm\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.sm\:-ml-16 {
		margin-left: -4rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-3 {
		height: 0.75rem;
	}

	.sm\:h-6 {
		height:
			1.5rem;
	}

	.sm\:h-7 {
		height: 1.75rem;
	}

	.sm\:h-8 {
		height: 2rem;
	}

	.sm\:h-152 {
		height: 152px;
	}

	.sm\:w-4 {
		width: 1rem;
	}

	.sm\:w-6 {
		width: 1.5rem;
	}

	.sm\:w-7 {
		width: 1.75rem;
	}

	.sm\:w-14 {
		width: 3.5rem;
	}

	.sm\:w-20 {
		width: 5rem;
	}

	.sm\:w-28 {
		width: 7rem;
	}

	.sm\:w-52 {
		width: 13rem;
	}

	.sm\:w-60 {
		width: 15rem;
	}

	.sm\:w-64 {
		width: 16rem;
	}

	.sm\:grid-cols-2 {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3,
				minmax(0, 1fr));
	}

	.sm\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0,
					1fr));
	}

	.sm\:items-center {
		align-items: center;
	}

	.sm\:justify-center {
		justify-content: center;
	}

	.sm\:gap-2 {
		gap: 0.5rem;
	}

	.sm\:gap-3 {
		gap:
			0.75rem;
	}

	.sm\:gap-x-28 {
		column-gap: 7rem;
	}

	.sm\:gap-y-8 {
		row-gap: 2.5rem;
	}

	.sm\:gap-y-12 {
		row-gap: 3rem;
	}

	.sm\:gap-y-17 {
		row-gap: 4.5rem;
	}

	.sm\:border-0 {
		border-width: 0;
	}

	.sm\:p-12 {
		padding: 3rem;
	}

	.sm\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.sm\:px-52 {
		padding-left:
			13rem;
		padding-right: 13rem;
	}

	.sm\:py-4 {
		padding-bottom: 1rem;
		padding-top:
			1rem;
	}

	.sm\:pt-20 {
		padding-top: 5rem;
	}
	.sm\:pt-10 {
		padding-top: 2.5rem;
	}
	.sm\:pr-10 {
		padding-right: 2.5rem;
	}

	.sm\:pr-40 {
		padding-right: 10rem;
	}

	.sm\:pb-24 {
		padding-bottom: 6rem;
	}

	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.sm\:pl-1 {
		padding-left: 0.25rem;
	}

	.sm\:pl-8 {
		padding-left: 2rem;
	}

	.sm\:pl-12 {
		padding-left: 3rem;
	}

	.sm\:pl-16 {
		padding-left: 4rem;
	}

	.sm\:pl-24 {
		padding-left: 6rem;
	}

	.sm\:text-left {
		text-align: left;
	}

	.sm\:text-center {
		text-align: center;
	}

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.sm\:text-7xl {
		font-size: 3.7rem;
		line-height: 1;
	}

	.sm\:font-normal {
		font-weight: 400;
	}

	.sm\:font-bold {
		font-weight: 700;
	}

	.sm\:leading-tight {
		line-height: 1.25;
	}

	.sm\:leading-snug {
		line-height: 1.375;
	}
}

@media (min-width: 768px) {
	.md\:m-0 {
		margin: 0;
	}

	.md\:mt-4 {
		margin-top: 1rem;
	}

	.md\:mt-5 {
		margin-top: 1.25rem;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mt-12 {
		margin-top: 3rem;
	}

	.md\:mb-4 {
		margin-bottom: 1rem;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

	.md\:ml-8 {
		margin-left:
			2rem;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-24 {
		height: 6rem;
	}

	.md\:w-24 {
		width: 6rem;
	}

	.md\:w-60 {
		width: 15rem;
	}

	.md\:w-80 {
		width: 20rem;
	}

	.md\:w-5\/6 {
		width: 83.333333%;
	}

	.md\:w-5\/12 {
		width: 41.666667%;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:py-12 {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	.lg\:ml-0 {
		margin-left: 0;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:w-218 {
		width: 218px;
	}

	.xl\:w-2\/3 {
		width: 66.666667%;
	}

	.xl\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
		/* background: #FFF; */
		/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
		/* BORDER-RADIUS: 6PX; */
	}
}

/*! CSS Used from:
Embedded */
.go2933276541 {
	position: fixed;
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	transform-style:
		preserve-3d;
	background: transparent;
	backface-visibility: hidden;
	pointer-events: none;
	left: 0px;
	z-index: 9998;
}

.go2369186930 {
	top: 0px;
	z-index: 9999;
	height: 100%;
	width: 100%;
}

.go1348078617 {
	bottom: 0px;
}

.go2417249464 {
	position: fixed;
	z-index: 9989;
}

.go3921366393 {
	left: 0;
	bottom: 0;
}

.go3967842156 {
	right: 0;
	bottom: 0;
}

.go613305155 {
	left: 0;
	top:
		0;
}

.go471583506 {
	right: 0;
	top: 0;
}

.go3670563033 {
	position: relative;
	overflow: hidden;
	display: none;
}

.go1632949049 {
	position: absolute;
	pointer-events: none;
	width: 101vw;
	height: 101vh;
	background: rgba(0, 0, 0,
			0.7);
	opacity: 0;
	z-index: -1;
}

/*! CSS Used from:
https://css.zohocdn.com/salesiq/styles/floatbutton1_bHMUH6QRyg-y4UwolhbfAFrRqOHGBNpYjKZlHLLG8Alb3uIpXyqEzmZexzeC6CuU_.css
*/
.zsiq_float,
.zsiq_float * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:
		border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: inherit;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zsiq_float * {
	font-family: inherit;
}

.zsiq_float em {
	font-style: normal;
}

.zsiq_float {
	display: inline-block;
	cursor: pointer;
}

.zsiq_floatmain {
	animation: 0.3s zoomIn;
	-webkit-animation: 0.3s zoomIn;
	-moz-animation: 0.3s zoomIn;
	-o-animation: 0.3s zoomIn;
	-ms-animation: 0.3s zoomIn;
	z-index:
		2247483646 !important;
	opacity: 1;
	visibility: visible !important;
}

.zsiq_floatmain {
	position: fixed;
}

.siq_bR {
	bottom: 10px;
	right: 10px;
}

.zsiq_floatmain,
.zsiq_theme1 .zsiq_cnt {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25,
			0.8, 0.25, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transform-origin: center center;
}

.zsiq_unrdcnt {
	animation: 0.3s zoomIn;
	-webkit-animation: 0.3s zoomIn;
	-moz-animation: 0.3s zoomIn;
	-o-animation: 0.3s zoomIn;
	-ms-animation:
		0.3s zoomIn;
}

.siqico-chat:before {
	font-family: siq !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform:
		none;
	line-height: 1;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90c";
}

.siqico-close:before {
	content: "\e910";
}

.zsiq_theme1 .zsiq_flt_rel {
	position: relative;
	padding:
		3px;
	width: 60px;
	border-radius: 60px;
	height: 60px;
	font-size: 14px;
	background-color: #328a59;
	line-height: 100%;
}

.zsiq_theme1 .zsiq_user {
	height: 100%;
	width: 100%;
	border-radius: 60px;
	display: inline-block;
	overflow:
		hidden;
	text-align: center;
	position: relative;
	background-color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

.zsiq_theme1 div.zsiq_cnt {
	z-index: -1;
	animation: 1s zsiqcntanim;
	-webkit-animation: 1s zsiqcntanim;
	-moz-animation: 1s zsiqcntanim;
	-o-animation: 1s zsiqcntanim;
	-ms-animation: 1s zsiqcntanim;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform: scaleX(1);
	-webkit-transform:
		scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform:
		scaleX(1);
	position: absolute;
	left: -215px;
	overflow: visible;
	top: 0;
	bottom:
		0;
	margin: auto;
	width: 200px;
	box-shadow: 1px 1px 10px -1px #aaa;
	border-radius: 5px;
	padding: 10px 15px;
	height: 60px;
	color: #333;
	line-height:
		20px;
	background-color: #fff;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	min-width: 200px;
}

.zsiq_theme1 .zsiq_cnt .zsiq_ellips:first-child {
	margin-bottom: 3px;
}

.zsiq_theme1 .zsiq_cnt p {
	color: #666;
	font-size: 13px;
	margin: 0;
}

.zsiq_theme1 .zsiq_unrdcnt {
	position: absolute;
	display: inline-block;
	height:
		22px;
	background-color: #ff3520;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	border-radius: 25px;
	top: -5px;
	left: -5px;
	color: #fff;
	font-style: normal;
	width: 22px;
	overflow: hidden;
}

.zsiq_theme1 .zsiq_cnt:after {
	display: inline-block;
	content: "";
	position: absolute;
	background-color: #fff;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:
		rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: -5px;
	border-radius: 0 3px 0 0;
	box-shadow: 1px -1px 4px 0 #eee;
}

.zsiq_theme1 .zsiq_cnt .zsiq_ellips {
	width: 100%;
}

.zsiq_theme1.zsiq_floatmain {
	width: 60px;
	max-height: 60px;
}

.zsiq_theme1 .siqicon:before {
	margin: auto;
	z-index: 1111;
	font-size: 27px;
	line-height: 60px;
	color: #fff;
}

.zsiq_theme1 .zsiq_user.siqicon {
	background-color: transparent;
}

.zsiq_theme1:hover .zsiq_flt_rel {
	box-shadow: 1px 1px 8px -1px #aaa;
}

.zsiq_theme1:hover div.zsiq_cnt {
	box-shadow: 1px 1px 10px -1px #8f8f8f;
}

.zsiq_theme1 .zsiqhide_tip {
	display: none !important;
}

.zsiq_cnt .siqico-close {
	display:
		none;
}

.zsiq_ellips,
.zsiq_flt_rel div {
	overflow: hidden;
	text-overflow:
		ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: normal;
}

em.zsiq_unrdcnt:before {
	color: #fff;
}

.siqico-close:before {
	content: "\e910";
}

.siqico-mincall:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top:
		auto;
	left: 0;
	background: rgba(255, 53, 32, 0.4);
	border-radius: 100%;
	margin:
		0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
}

.siqico-mincall:after {
	content: "";
	background: rgba(0, 0, 0, 0.25);
	height:
		100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	transform: scale(0);
	animation: 1.5s calscaleanim ease-in-out infinite;
	-webkit-animation: 1.5s calscaleanim ease-in-out infinite;
	-moz-animation: 1.5s calscaleanim ease-in-out infinite;
	-o-animation: 1.5s calscaleanim ease-in-out infinite;
	-ms-animation: 1.5s calscaleanim ease-in-out infinite;
}

.zsiq_floatmain [class^="siqico-"]::before {
	font-family: siq !important;
}

.zsiq_theme1 .zsiq_cnt .siqico-close {
	font-size: 8px;
	position: absolute;
	top:
		-8px;
	left: -10px;
	height: 20px;
	width: 20px;
	background-color: #121212;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content:
		center;
	display: none;
	cursor: pointer;
}

.zsiq_theme1 .zsiq_cnt:hover .siqico-close {
	display: flex;
}

.zsiq_theme1 .zsiq_cnt .siqico-close:before {
	color: #fff;
}

[class*=" siqico-"]::after,
[class*=" siqico-"]::before,
[class^="siqico-"]::after,
[class^="siqico-"]::before {
	speak: none;
	font-style:
		normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 500px) {
	.zsiq_theme1 .zsiq_cnt .siqico-close {
		display: flex;
	}
}

.siqico-chat:before {
	font-family: siq !important;
	content: "\e90c";
}

/*! CSS Used from: Embedded
*/
.zsiq_flt_rel {
	background-color: #0066cc !important;
}



.big_ttl{margin-bottom:30px; margin-top:120px;}


.carousel-container{background: #E9F7DF;background: radial-gradient(circle at 29% 0%, #fccbe2 7%, #cad5f5 58%);padding: 50px 15px 50px;margin: 50px 0 0;/* --tw-gradient-from: #E94E51; *//* --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #E94E5100); */}

.mySwiper{max-width:1300px;margin:0 auto;}

.crd_img {
    display: inline-block;
    float: left;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    min-height: 10px;
    overflow: hidden;
    position: relative;
}

.img-gr .img-gr_lnk, .img-gr amp-img, .img-gr iframe, .img-gr img, .img-gr video {
    color: transparent;
    left: 0;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    filter: brightness(.9) saturate(1.03) contrast(1.03);
}

.img-gr .img-gr_lnk, .img-gr amp-img, .img-gr iframe, .img-gr img, .img-gr video {
    /* color: transparent; */
    /* left: 0; */
    /* min-height: 100%; */
    object-fit: cover;
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
    filter: brightness(.9) saturate(1.03) contrast(1.03);
}

.img-gr {
    background-color: var(--vj-cl-lg1);
    background: url(https://drop.ndtv.com/test/vj-ndtv/html/placeholder/v1.2/logo-placeholder.svg) no-repeat center var(--vj-cl-lg1);
    background-size: 70px;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(44, 58, 74, .1) inset;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-bottom: 75%;
    clear: both;
    width: 100%;
    position: relative;
}

.img-gr_e {
    padding-bottom: 177%;
}


.swiper-pagination-bullet{width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));}

	.swiper-button-next, .swiper-button-prev{background: #333;width: 30px;height: 30px;border-radius:50%;position: absolute;top: 39px;right: 0;/* border: 2px solid rgba(0,0,0,0.76); */}
.swiper-button-next{padding: 0 0px 0 2x;}
.swiper-button-prev{padding: 0 2px 0 0;right: 35px;left: auto;}

.swiper-button-next:after, .swiper-button-prev:after{font-size: 11px;color: #fff;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:0.7}

/* Custom CSS for Video Popup/Modal (Optimized for performance/UX) */
/* Modal Backdrop */
.modal {
    /* Set the modal to fixed position, covering the whole screen */
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    /* Initially hide the modal completely to prevent reflow/jump */
    display: none; 
    
    /* Flexbox for perfect centering when visible */
    align-items: center; 
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-y: auto; 
    
    /* --- FADE EFFECT --- */
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

/* NEW CLASS: Triggers the open state via JavaScript */
.modal.is-open {
    opacity: 1;
}

/* Modal Content Box - Controls video size and responsiveness */
.modal-content {
    position: relative;
    width: 95%; 
    max-width: 450px; 
    max-height: 95vh; /* Video height set according to browser height (95vh) */
    
    margin: 20px auto; 
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* Video Container inside Modal */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

/* Close Button Styling */
.close-button {
    /* Style the 'x' button */
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 0; /* Position outside the top right of the modal content */
    right: 0;
    cursor: pointer;
    line-height: 1;
    z-index: 10002;
    width: 40px;
    HEIGHT: 40PX;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover,
.close-button:focus {
    /* Hover effect for the close button */
    color:  rgb(48, 192, 183);
    text-decoration: none;
    cursor: pointer;
}

/* Play Icon Overlay on Thumbnail */
.video-thumbnail {
    /* Make the thumbnail fill the img-gr_e container and show the background image */
    width: 100%;
    height: 100%;
    /* The poster image will be set as background-image via inline style in HTML */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute; /* Ensures it overlays correctly within the img-gr container */
    top: 0;
    left: 0;
    z-index: 1; /* Ensure it's above other elements if necessary */
}

.play-icon {
    /* Style for the center play button */
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.video-thumbnail:hover .play-icon {
    background-color: #ea3e3c;
}

.FrBlck_wr{display:flex;padding:0 15px;/* flex-direction: column; *//* flex-wrap: wrap; */max-width: 1260px;margin: 70px auto 60px;}

.FrBlck_col{width:25%;padding: 30px 15px;


box-shadow: rgb(255 255 255) 18px 10px 60px 18px;
    background-color: #fbcbe240;

}

.FrBlck_col h3{padding-bottom:10px}

.contact_btn{background-color: ;}

 


@media(min-width:768px){

.shopsstp{min-width: 160px}
/* .mrksspn{max-height: 22px; } */
.flpkrt{min-width: 150px}
.amzn{margin-top: 20px;}


}

@media(max-width:991px){
	.FrBlck_wr{flex-wrap:wrap;margin: 50px -15px 0;}
	.FrBlck_col{width:50%}
}

@media(max-width:767px){
	.swiper-button-next, .swiper-button-prev{top:24px}
	.carousel-container{padding:30px 15px;margin-top: 20px;}
	.big_ttl{margin-top:60px;}
	.mrksspn{margin-top: 0;/* max-height:36px; */ max-height: auto;}
	.brands-grid img{width:100px;}
	.contact_btn{font-size: 14px; white-space:nowrap;}
	.brands-grid{box-shadow:none}
	.amzn{margin-top: 25px; margin-bottom: 20px;}
	.brands-grid img.flpkrt{width: 120px;}
	
}


@media(max-width:360px){
.FrBlck_col{width:100%;padding: 18px 15px;}

}