/* =========================
   COMMON VARIABLES
========================= */
:root {
	--primary: #1e4f6e;
	--gradient-start: #1f4e7a;
	--gradient-end: #030303;
	--text-dark: #000;
	--text-light: #fff;
	--accent: #ba2026;
	--bullet: #999;
}

/* =========================
   UTILITIES
========================= */
.border-black {
	border: 1px solid #000;
}

.fw-bold {
	font-weight: 700;
}

/* =========================
   BANNER
========================= */
.custom-banner {
	filter: drop-shadow(0 5px 5px rgba(24, 23, 24, 0.55));
	background: linear-gradient(-90deg, var(--gradient-start), var(--gradient-end));
	color: var(--text-light);
	padding: 40px 0;
}

.banner-title {
	font: 800 clamp(40px, 4vw, 72px)/1 'Futura', 'Poppins', 'Montserrat', Arial, sans-serif;
	color: var(--text-light);
	text-align: left;
	text-transform: uppercase;
}

.banner-img {
	max-width: 220px;
	width: 100%;
}

/* =========================
   SLIDER TEXT
========================= */
.rcs-slider {
	padding: 80px 0;
}

.rcs-slider h2,
.rcs-slider p {
	font-family: 'Futura', 'Poppins', 'Montserrat', Arial, sans-serif;
	font-weight: 800;
	color: var(--text-dark);
}

.rcs-slider h2 {
	font-size: clamp(30px, 2.5vw, 34px);
}

.rcs-slider p {
	font-size: clamp(18px, 2vw, 20px);
}

/* =========================
   TEXT CONTENT
========================= */
.text-content p {
	padding: 0 0 25px 15px;
	text-align: left;
	font: normal clamp(16px, 1.5vw, 18px)/27px Arial, Helvetica, sans-serif;
	color: var(--text-dark);
}

/* =========================
   SWIPER CONTROLS
========================= */
.rcs-slider .rcs-swiper {
	padding-bottom: 50px;
}

.rcs-slider .swiper-button-next,
.rcs-slider .swiper-button-prev {
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	left: 0;
	right: 0;
	margin: auto;

}

.rcs-slider .swiper-pagination {
	z-index: -1 !important;
	bottom: 2px;
}

.rcs-slider .swiper-button-next:after,
.rcs-slider .swiper-button-prev:after {
	display: none;
}

.rcs-slider .swiper-button-next {
	right: -9%;
	background: url(/wp-content/uploads/2026/03/right-slider-arrow.png) no-repeat center / contain !important;
	width: 30px;
	height: 30px;
}

.rcs-slider .swiper-button-prev {
	left: -9%;
	background: url(/wp-content/uploads/2026/03/left-slider-arrow.png) no-repeat center / contain !important;
	width: 30px;
	height: 30px;
}

/* Pagination */
.rcs-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--bullet);
	opacity: 1;
}

.rcs-slider .swiper-pagination-bullet-active {
	border: 1px solid var(--primary);
	background-clip: content-box;
	padding: 1px;
	transform: scale(1.5);
}

.rcs-slider .text-content {
	padding: 15px 0;
}

/* =========================
   IMAGE POSITION
========================= */
.rcs-slider-img {
	position: absolute;
	top: 3%;
	left: 6%;
	max-width: 150px;
	width: 100%;
}

.rcs-slider-img img {
	max-width: 150px;
	width: 100%;
}

.rcs-slider img {
	max-width: 500px;
}

/* =========================
   ARROW BUTTON
========================= */
.action-section {
	padding-bottom: 80px;
}

.action-section .arrow-btn {
	padding-right: 10px;
	display: block;
}


.action-section .container {
	padding-top: 0px !important;
}

.action-section__ratio iframe {
	width: 100%;
	object-fit: cover;
	height: 400px;
}

.product-card {
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.product-card:hover {
	border: 1px solid var(--accent);
}

.product-card:hover .product-card__badge {
	background: var(--accent);
}

.product-card__top {
	position: relative;
	margin-bottom: 15px;
}

.product-card__badge {
	display: inline-flex;
	background: #1f5289;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 22px;
	min-height: 74px;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.product-card__new {
	width: 75px;
	position: absolute;
	right: 19px;
	top: 70px;
	transform: rotate(-1deg);
}

.product-card__image img {
	max-height: 140px;
	object-fit: contain;
}

.product-card__title {
	font-weight: 700;
	margin: 15px 0 10px;
	font-family: 'Libre Franklin', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
}

.product-card__list {
	list-style: none;
	padding: 0;
	text-align: left;
	padding: 0 3px;
}

.product-card__list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	font-size: 14px;
	font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	line-height: 26px;
	color: #000;
}

.product-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/images/list/RedCheck.svg) no-repeat center / contain;
	width: 18px;
	height: 18px;
	top: 5px;
}

.product-card__list--dash ul li {
	padding-left: 20px;
}

.product-card__list--dash ul li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/images/list/BlackHyphen.svg) no-repeat center / contain;
	width: 18px;
	height: 18px;
	top: 5px;
}

.product-card__title {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 10px;
	font-family: 'Libre Franklin', Helvetica, Arial, Lucida, sans-serif;
}

.product-card a:hover {
	text-decoration: none;
}

.product-section .row .col {
	padding-bottom: 20px;
}

.img-width {
	max-width: 100%;
}

.product-feature .gap-4 {
	gap: 100px;
}

.product-feature .gap-3 {
	gap: 75px;
}

.product-feature p.fw-bold {
	padding-bottom: 0 !important;
}

.product-feature p {
	font-size: 16px;
}

.middle-row__bottom {
	margin-top: 120px;
}

.bg-gray {
	background: #e3e3e3;
}

.royal-qg-section .bg-gray>div {
	font-size: clamp(24px, 2.5vw, 27px);
	line-height: clamp(28px, 2.5vw, 32px);
	text-transform: uppercase;
}

.rotate-tag {
	transform: rotate(-20deg);
	display: inline-block;
}

.royal-qg-section img {
	max-height: 280px;
	object-fit: contain;
}

.royal-qg-section h2 {
	font-size: clamp(20px, 2.5vw, 27px);
	margin-top: 40px;
	line-height: clamp(24px, 2.5vw, 32px);
}

.royal-qg-section__box .position-absolute {
	top: 0;
	z-index: 99;
}

.royal-qg-section__box .position-absolute img {
	max-width: 75px;
}

.royal-qg-section__box p {
	font-size: 16px;
}

.royal-qg-section .row-cols-lg-5 .royal-qg-section__new-logo {
	top: -15px;
	z-index: 99;
	left: -9px;
}

.royal-qg-section .row-cols-lg-4 .royal-qg-section__new-logo {
	top: -10px;
	z-index: 99;
	left: -10px;
}

.rcs-slider-img img.img-fluid:first-child {
	max-width: 80%;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
	.royal-qg-section__box .royal-qg-section__new-logo {
		left: -10px;
		right: 60%;
		top: -10px;
	}

	.rcs-slider img {
		max-width: 100%;
	}

	.rcs-slider-img img.img-fluid:first-child {
		max-width: 70%;
	}
}

@media (max-width: 991px) {
	.text-content p {
		max-width: initial;
	}

	.action-section__ratio iframe {
		height: 220px;
	}

	.rcs-slider .swiper-button-prev {
		left: -15%;
	}

	.rcs-slider .swiper-button-next {
		right: -15%;
	}

	.text-image .col-lg-6:nth-child(2),
	.image-image {
		text-align: center;
	}

	.action-section {
		padding-bottom: 60px;
	}

	.rcs-slider {
		padding: 60px 0;
	}

	.product-card__image img {
		max-height: 120px;
	}

	.middle-row__bottom {
		margin-top: 20px;
	}

	.product-feature img {
		width: 50%;
	}

	.royal-qg-section__box .royal-qg-section__new-logo {
		top: -20px;
	}

	.rcs-slider-img {
		left: 17%;
		top: 4%;
	}
}

@media (max-width: 767px) {
	.banner-title {
		text-align: center;
	}

	.banner-img {
		margin-top: 20px;
	}

	.action-section__img img {
		width: 300px;
	}

	.rcs-slider .swiper-slide .row {
		gap: 30px;
	}

	.rcs-slider {
		padding: 60px 0 30px;
	}

	.rcs-slider .text-content {
		padding: 5px 0 0px;
	}

	.action-section .arrow-btn {
		display: none;
	}

	.rcs-slider img {
		max-width: 90%;
	}

	.rcs-slider .text-image {
		flex-direction: column-reverse;
	}

	.custom-banner img {
		max-width: 70%;
	}

	.product-feature .mb-5 {
		margin-bottom: 0 !important;
	}

	.royal-qg-section__box .royal-qg-section__new-logo {
		left: 0;
		right: 60%;
		top: -10px;
	}
}

@media (max-width: 575px) {
	.action-section__ratio iframe {
		height: 290px;
	}

	.action-section__img img {
		width: 200px;
	}

	.product-card {
		text-align: center;
	}

	.product-card__list {
		text-align: left;
	}

	.product-feature img {
		width: 70%;
	}

	.rcs-slider-img {
		left: 8%;
		top: 2%;
	}

	.rcs-slider-img img.img-fluid:first-child {
		max-width: 60%;
	}
}

@media (max-width:480px) {
	.action-section__ratio iframe {
		height: 100%;
	}

	.rcs-slider .swiper-button-prev {
		left: -25%;
	}

	.rcs-slider .swiper-button-next {
		right: -25%;
	}

	.custom-banner img {
		max-width: 100%;
	}

	.royal-qg-section__box .position-absolute {
		left: 0;
		right: 60%;
	}

	.rcs-slider-img {
		left: 4%;
		top: 0%;
	}
}