@font-face {
	font-family: 'Nexa';
	src: url('fonts/NexaBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	letter-spacing: -1px;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/NexaLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/NexaRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/Nexa-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 400;
	src: local('General Sans Regular'), url('fonts/GeneralSans-Regular.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 400;
	src: local('General Sans Italic'), url('fonts/GeneralSans-Italic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 200;
	src: local('General Sans Extralight'), url('fonts/GeneralSans-Extralight.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 200;
	src: local('General Sans Extralight Italic'), url('fonts/GeneralSans-ExtralightItalic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 300;
	src: local('General Sans Light'), url('fonts/GeneralSans-Light.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 300;
	src: local('General Sans Light Italic'), url('fonts/GeneralSans-LightItalic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 500;
	src: local('General Sans Medium'), url('fonts/GeneralSans-Medium.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 500;
	src: local('General Sans Medium Italic'), url('fonts/GeneralSans-MediumItalic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 600;
	src: local('General Sans Semibold'), url('fonts/GeneralSans-Semibold.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 600;
	src: local('General Sans Semibold Italic'), url('fonts/GeneralSans-SemiboldItalic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 700;
	src: local('General Sans Bold'), url('fonts/GeneralSans-Bold.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 700;
	src: local('General Sans Bold Italic'), url('fonts/GeneralSans-BoldItalic.woff') format('woff');
}

body {
	font-family: 'Nexa', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -0.02em;
}
.unmute-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
	display: none; 
  }
  body.modal-active {
    overflow: hidden;
  }
  .modal-video {
	width: auto;
	max-height: 100vh;
  }

  @media (max-width: 767.98px) {
	.modal-video {
	  position: absolute;
	  top: auto;
	  left: auto;
	  width: auto;
	  height: 100%;
	  max-height: 100vh;
	  object-fit: contain;
	}
  }
.main-title {
	font-size: 78px;
	font-weight: 700;
	letter-spacing: -.2rem;
	line-height: 1;
}

.big-title {
	font-size: 148px;
	font-weight: 900;
	letter-spacing: -.2rem;
	line-height: 1;
}

.hero p {
	opacity: 0;
}

#animatedTextBig span {
	opacity: 0;
	transition: opacity 0.6s ease, color 0.6s ease;
}

.text-primary {
	color: #8dbe47 !important;
}

/* Header */

.coolpex-header .navbar-nav .nav-link {
	color: #000;
	font-family: 'General Sans';
}

.coolpex-header .arrow {
	position: relative;
	padding: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-family: 'General Sans';
}

.coolpex-header .arrow::after {
	position: absolute;
	content: '';
	width: 37px;
	height: 37px;
	right: -44px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../assets/images/right-arrow.png') no-repeat center / contain;
	line-height: 38px;
	transition: transform 0.6s ease;
}

.coolpex-header .navbar-nav .nav-link.arrow:hover::after {
	transform: translateY(-50%) translateX(5px);
}

.coolpex-header .navbar-nav .btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.coolpex-header .logo {	
	margin-top: -80px;
}

/* Hero Section */
.coolpex-hero {
	color: #8dbe47;
	margin-top: -80px;
}

.heading-wrapper {
	display: flex;
	align-items: flex-start;
}

.left-text {
	display: inline-flex;
	max-width: 100%;
}

.large-text {
	line-height: 0.65;
}

body.ar .large-text {
	line-height: 1;
}

.large-text {
	display: inline-block;
	position: relative;
	letter-spacing: -0.03em;
	color: #c9c9c9;
	font-weight: bold;
}

.small-text {
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.01em;
	opacity: 0;
	color: #8dbe47;
}

/* Main Circle Indicator */
.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.circle-scroll-indicator {
	position: fixed;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	opacity: 1;

	transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.circle-container {
	width: 60px;
	height: 60px;
	border: 4px solid #E07BE0;
	border-radius: 50%;
	background: #9B1D8D;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: circle-pulse 1.5s infinite ease-in-out;
	will-change: transform;
	padding: 6px;
	box-sizing: border-box;
}

.down-arrow {
	width: 36px;
	height: 36px;
	animation: arrow-bounce 1.5s infinite ease-in-out;
	will-change: transform;
	position: relative;
}

/* Animations */
@keyframes circle-pulse {

	0%,
	100% {
		transform: scale(1) translateY(0);
	}

	30% {
		transform: scale(1.05) translateY(5px);
	}

	50% {
		transform: scale(1.1) translateY(8px);
	}

	70% {
		transform: scale(1.03) translateY(3px);
	}
}

@keyframes arrow-bounce {

	0%,
	100% {
		transform: translateY(-25%);
		top: 25%;
	}

	40% {
		transform: translateY(-8px);
	}

	60% {
		transform: translateY(-4px);
	}
}

/* Hover Effects */
.circle-container:hover {
	animation: none;
	transform: scale(1.05) translateY(0) !important;
}

.circle-container:hover .down-arrow {
	animation: none;
	transform: translateY(0) !important;
	opacity: 0.9;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

	.circle-container,
	.down-arrow {
		animation: none !important;
	}
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.circle-scroll-indicator {
		left: 20px;
		transform: none;
	}

	.circle-container {
		width: 50px;
		height: 50px;
	}

	.down-arrow {
		width: 28px;
		height: 28px;
	}

	.down-arrow path {
		stroke-width: 2.5px;
	}
}

.humidity-red-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #ff0000;
	color: white;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	box-sizing: border-box;
	border: 5px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transform: translateZ(0);
	border: 5px solid #fff;
}

/* preloader */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Animation style */
#preloader img {
	width: 30px;
	animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

/* Why Dry Air */


.coolpex-why-dry-air-top p {
	font-size: 48px;
	line-height: 1.2;
}

.coolpex-why-dry-air-top span {
	color: #3b3b3b;
	transition: color 0.6s ease;
}

.coolpex-why-dry-air-main {
	position: relative;
	margin-top: -100px;
}

.coolpex-why-dry-air-main::before {
	position: absolute;
	z-index: 1;
	content: '';
	background: url(../assets/images/tree-branch.png) no-repeat right top / 60%;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.coolpex-why-dry-air-content {
	padding-top: 350px;
}

.coolpex-why-dry-air-points {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../assets/images/dry-room.png) no-repeat left bottom / 100%;
	position: relative;
}

.coolpex-why-dry-air-points::before {
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, #000000 100%),
		linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 26.88%);
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.accordion-style-one .accordion {
	position: sticky;
	z-index: 2;
}

.accordion-style-one .accordion-item {
	border-bottom: 1px solid #fff !important;
}

.accordion-style-one .accordion-body {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 300;
}

.main-header {
	font-size: 30px;
	padding: 20px 0;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;

}

.main-header::before {
	position: absolute;
	content: '';
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../assets/images/bullet.svg) no-repeat left;
	top: 50%;
	transform: translateY(-50%);
}

.main-header-black {
	padding: 20px 0;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
}

.main-header-black::before {
	position: absolute;
	content: '';
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../assets/images/bullet.svg) no-repeat left;
	top: 50%;
	transform: translateY(-50%);
	filter: invert(1);
}
/* Shared Base Styles */
.portrait-video, .landscape-video {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 3px solid #8dbe47;
	border-radius: 12px;
	background: #000;
  }
  
  .portrait-video { padding-top: 177%; } /* 9:16 */
  .landscape-video { padding-top: 56.25%; } /* 16:9 */

  .portrait-video iframe,
  .portrait-video .yt-thumb,
  .portrait-video .yt-play-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  .yt-thumb {
	background-size: cover;
	background-position: center;
	cursor: pointer;
  }
  .yt-play-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  }
  
  
  
  
.thumbnail img {
	border: 3px solid #8dbe47;
	margin-bottom: 15px;
	border-radius: 20px;
}

/* Why Coolpex Start */
.coolpex-why-coolpex {
	background: url(../assets/images/why-coolpex.jpg) no-repeat left bottom / 100%;
	position: relative;
}

.coolpex-why-coolpex #usp .card {
	background: #000;
	border: #8dbe47 3px solid;
	border-radius: 20px;
	padding: 15px;
	display: block;
	height: 100%;
}

.coolpex-why-coolpex #usp .card-body {
	padding: 0;
}

.coolpex-why-coolpex #usp .card-body img {
	height: 40px;
}

.why-coolpex-image {
	position: relative;
	overflow: hidden;
}

.humidifier {
	margin-top: -300px;
}

.why-coolpex-image .wc-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.why-coolpex-image .wc-2 {
	position: absolute;
	left: 10%;
	bottom: 40%;
}

.why-coolpex-image .wc-3 {
	position: absolute;
	left: 25%;
	top: 20%;
}

.why-coolpex-image .wc-4 {
	position: absolute;
	right: 0;
	top: 0;
}

.why-coolpex-image .wc-5 {
	position: absolute;
	right: -20px;
	bottom: 80px;
	animation: swing-wc-5 5s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	transform-origin: top right;
	z-index: 2;
}

@keyframes swing-wc-5 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-2deg);
	}

	100% {
		transform: rotate(2deg);
	}
}

.why-coolpex-image .wc-6 {
	position: absolute;
	right: -10px;
	bottom: 20px;
	animation: swing-wc-6 5s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	transform-origin: top right;
	z-index: 1;
}

@keyframes swing-wc-6 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(-2deg);
	}
}

.coolpex-why-coolpex::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 26.88%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 73.12%, #000000 100%),
		rgba(0, 0, 0, 0.5);
}


.humidity-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
}

.humidity-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #000000;
	padding: 12px 16px;
	border-radius: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease;
	width: calc(33% - 10px);
	color: #fff;
}

.humidity-item:hover {
	transform: translateY(-1px);
}

.city-name {
	font-size: 20px;
	font-weight: 600;
}

.humidity-level {
	font-size: 20px;
	font-weight: bold;
}

/* Flags */
.flag {
	height: 30px;
	background-size: cover;
	border-radius: 4px;
}

.flag-uk {
	background-image: url('https://flagcdn.com/gb.svg');
	aspect-ratio: 2/1;
}

.flag-fr {
	background-image: url('https://flagcdn.com/fr.svg');
	aspect-ratio: 3 /2;
}

.flag-us {
	background-image: url('https://flagcdn.com/us.svg');
	aspect-ratio: 19/10;
}

.flag-nl {
	background-image: url('https://flagcdn.com/nl.svg');
	aspect-ratio: 3/2;
}

.flag-sa {
	background-image: url('https://flagcdn.com/sa.svg');
	aspect-ratio: 3/2;
}

.flag-kw {
	background-image: url('https://flagcdn.com/kw.svg');
	aspect-ratio: 2/1;
}


.highlight {
	font-weight: bold;
	color: #0066cc;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0 5px;
}

/* Why Coolpex End */

/* Before Humidification */
.comparison-section-heading {
	font-size: 78px;
	font-weight: 700;
	line-height: 0.8;
	text-transform: lowercase;
	letter-spacing: -0.1rem;
}

.comparison-section-heading span {
	font-size: 30px;
	font-weight: 300;
	display: block;
	letter-spacing: -0.02rem;
}


/* Scrolling container */
.scroll-container {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.scroll-wrapper {
	display: flex;
	animation: scroll-sm 12s linear infinite;
}

.reverse .scroll-wrapper {
	animation: scroll-sm-reverse 12s linear infinite;
}

/* Left-side gradient for fade effect */
.scroll-container::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 90%);
	z-index: 1;
}

.reverse .scroll-container::before {
	right: 0;
	left: auto;
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 90%);
}

/* Keyframe animation for different screen sizes */
@keyframes scroll-sm {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% * 4));
	}
}

@keyframes scroll-sm-reverse {
	from {
		transform: translateX(calc(-100% * 4));
	}

	to {
		transform: translateX(0);
	}
}

@keyframes scroll-md {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% * 3));
	}
}

@keyframes scroll-md-reverse {
	from {
		transform: translateX(calc(-100% * 3));
	}

	to {
		transform: translateX(0);
	}
}

@keyframes scroll-lg {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100%));
		/* Shift through the full set of images */
	}
}

@keyframes scroll-lg-reverse {
	from {
		transform: translateX(calc(-100%));
	}

	to {
		transform: translateX(0);
	}
}

/* Image layout based on screen size */
.image-wrapper {
	flex-shrink: 0;
	padding-right: 12px;
}

.image-wrapper img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 5px solid #9f9f9f40;
	border-radius: 10px;
}

.image-wrapper:hover img {
	opacity: 0.8;
	transform: scale(1.05);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Adjust image size based on screen size */
@media (max-width: 767px) {
	.image-wrapper {
		flex: 0 0 calc(100% / 1);
	}

	.scroll-wrapper {
		animation: scroll-sm 8s linear infinite;
	}

	.reverse .scroll-wrapper {
		animation: scroll-sm-reverse 8s linear infinite;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.image-wrapper {
		flex: 0 0 calc(100% / 2);
	}

	.scroll-wrapper {
		animation: scroll-md 8s linear infinite;
	}

	.reverse .scroll-wrapper {
		animation: scroll-md-reverse 8s linear infinite;
	}
}

@media (min-width: 992px) {
	.image-wrapper {
		flex: 0 0 calc(100% / 3);
	}

	.scroll-wrapper {
		animation: scroll-lg 8s linear infinite;
	}

	.reverse .scroll-wrapper {
		animation: scroll-lg-reverse 8s linear infinite;
	}
}


/* Health Benefits Start */

.health-benefits .card-body {
	padding: 0;
}

.health-benefits .card .card-title {
	color: #8dbe47;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0;
	margin-top: 10px;
}

.health-benefits .card .card-text {
	color: #514f4f;
	font-weight: 300;
	font-size: 1.2rem;
}

.health-benefits ul li span {
	color: #8dbe47;
}

.health-benefits .card img {
	border: 10px solid #9f9f9f40;
	border-radius: 10px;
}

.health-benefits-scroll-wrapper {
	overflow: hidden;
	position: relative;
}

.health-benefits-scroll-container {
	display: flex;
	gap: 16px;
	overflow-x: hidden;
	scroll-snap-type: x mandatory;
}

.health-benefits .card {
	flex: 0 0 calc(100% - 16px);
	scroll-snap-align: start;
	animation: scroll-sm 12s linear infinite;
}

@media (min-width: 768px) {
	.health-benefits .card {
		flex: 0 0 calc(50% - 16px);
		animation: scroll-md 12s linear infinite;
	}
}

@media (min-width: 992px) {
	.health-benefits .card {
		flex: 0 0 calc(33.333% - 16px);
		animation: scroll-lg 12s linear infinite;
	}
}

/* Keyframe animation for different screen sizes */
@keyframes scroll-sm {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-400%);
		/* Scrolls through 4 cards */
	}
}

@keyframes scroll-md {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
		/* Scrolls through 2 sets of cards */
	}
}

@keyframes scroll-lg {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-133.33%);
		/* Scrolls through 1.33 sets of cards */
	}
}


/* Health Benefits End */
.enquiry {
	color: #ffffff;
}

.enquiry p {
	font-size: 1.3rem;
}

/* Form Styling */
.custom-form {
	max-width: 100%;
}

.custom-form .input-group {
	border: 1px solid #ced4da;
	border-radius: 30px;
	overflow: hidden;
	flex-wrap: nowrap;
}

.custom-form .input-group-text {
	background-color: transparent;
	border: none;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.custom-form .form-control,
.custom-form .form-select {
	border: none;
	padding: 10px;
	font-size: 16px;
	outline: none;
	box-shadow: none;
	border-radius: 30px;
	background: transparent;
	color: #fff;
}

.custom-form .form-control::placeholder,
.custom-form .form-select::placeholder {
	color: #fff;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
	border-color: none;
	box-shadow: none;
}

.custom-form .form-select option {
	background: black;
	color: #fff;
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

#phoneHelp.form-text {
	color: #8dbe47;
	display: block;
}

/* Submit Button */
.custom-form .btn-primary {
	background-color: #fff;
	border-color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	color: #000;
}

.custom-form .btn-primary:hover {
	background-color: #000;
	color: #fff;
}

/* Responsive Sizing */
@media (max-width: 767px) {
	.custom-form .col-12 {
		width: 100%;
	}

	.custom-form .d-lg-flex {
		flex-direction: column;
	}

	.custom-form .btn-primary {
		margin-top: 12px;
	}
}

@media (min-width: 992px) {
	.custom-form .col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.custom-form .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.custom-form .d-lg-flex {
		align-items: end;
	}
}

.custom-form .btn-primary {
	padding: 12px;
	border-radius: 30px;
	position: relative;
	padding-right: 54px;
	transition: transform 0.6s ease-in-out;
}

.custom-form .btn-primary::after {
	position: absolute;
	content: '';
	width: 37px;
	height: 37px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../assets/images/arrow.png) no-repeat center / contain;
	line-height: 37px;
	transition: transform 0.6s ease-in-out;
	margin-left: 6px;
}

.custom-form .btn-primary:hover::after {
	transform: translateY(-50%) translateX(5px);
	background: url(../assets/images/right-arrow.png) no-repeat center / contain;
}

.user-icon::before {
	background: url('../assets/images/user-icon.png') no-repeat center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}

.email-icon::before {
	background: url('../assets/images/email-icon.png') no-repeat center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}

.country-icon::before {
	background: url('../assets/images/country-icon.png') no-repeat center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}

.phone-icon::before {
	background: url('../assets/images/phone-icon.png') no-repeat center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}

.message-icon::before {
	background: url('../assets/images/message-icon.png') no-repeat center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
}

/* Footer */
.coolpex-footer {
	background-color: #000;
	color: #939393;
	font-family: 'General Sans';
}

.coolpex-footer a {
	color: #939393;
	text-decoration: none;
}

.social-links li a img {
	transform: scale(0.9);
	transition: 0.6s ease-in-out;
	width: 40px;
}

.social-links li:hover a img {
	transform: scale(1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.coolpex-hero .col-md-6:first-child {
		order: 2;
	}

	.coolpex-hero .col-md-6:last-child {
		order: 1;
	}
}

.mobile-enquire{
	position: fixed;
	bottom: 8px;
	right: 15px;
	color: #000;
	background: #fff;
	font-family: 'General Sans';
	padding: 12px;
	border-radius: 30px;
	padding-right: 54px;
	transition: transform 0.6s ease-in-out;
	text-decoration: none;
	z-index: 999;
}

.mobile-enquire::after {
	position: absolute;
	content: '';
	width: 38px;
	height: 38px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../assets/images/arrow.png) no-repeat center / contain;
	line-height: 38px;
	transition: transform 0.6s ease-in-out;
	margin-left: 6px;
}

/* Kuwait-Riyadh Humidity Section */
.kuwait-riyadh-section {
	position: relative;
	overflow: hidden;
}

.humidity-card {
	position: relative;
}

.humidity-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.1rem;
}

.thank-you-section {
	min-height: 60vh;
	display: flex;
	align-items: center;
	padding: 4rem 0;
}

.thank-you-section h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

.thank-you-section .lead {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.thank-you-section .btn {
	margin-top: 2rem;
	padding: 0.75rem 2rem;
}

.desktop-only {
	display: none;
}

.mobile-only {
	display: block;
}

@media (min-width: 768px) {
	.desktop-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}
}

.whatsapp-float {
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index: 100;
}

.whatsapp-float img {
	width: 50px;
	height: 50px;
}

/* Language Switcher Base Styles */
.language-switch {	
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 100;
	background: #fff;
	border-radius: 25px;
	padding: 6px 12px;
	gap: 5px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	will-change: transform, opacity;
  }
   
  
  /* Hidden State (when scrolled past hero) */
  .language-switch.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
  }
  
  /* Hover Effects */
  .language-switch:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .language-switch.hide:hover {
	transform: translateY(-10px); /* Maintain hidden state */
  }
  

  
#chat-toggle {
    position: fixed;
    bottom: 8px;
    left: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px 16px;
    border-radius: 25px;
    cursor: pointer;   
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }

  #chatbox {
    display: none;
    position: fixed;
    bottom: 8px;
    left: 15px;
    width: 400px;
    height: 600px;
    max-width: 90%;
    z-index: 9999;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
  }

  #chatbox iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 0 12px 12px;
  }

  #chat-close {
    position: absolute;
    top: 5px;
    right: 10px;   
    color: #000;
	background: transparent;
    border: none;
    font-size: 36px;
    cursor: pointer;
    z-index: 10000;
  }
  

  .carousel-inner {
	transition: height 0.4s ease;
  }
  
  .carousel-item img {
	display: block;
	width: 100%;
	height: auto;
  }
  @media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) {
	  .carousel-item {
		transform: translateZ(0);
	  }
	}
  }
	

   /* Hamburger Icon */
   .hamburger {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1001;
	width: 30px;
	height: 22px;
	cursor: pointer;
	background: #000;	
  }

  .hamburger div {
	background: #fff;
	height: 4px;
	margin: 5px 0;
	transition: 0.4s;
  }

  /* Overlay Menu */
  .menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: translateY(-100%);
	transition: transform 0.4s ease-in-out;
	z-index: 1000;
  }

  .menu.active {
	transform: translateY(0);
  }

  .menu a {
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	margin: 15px 0;
  }

  /* Close Button */
  .close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
  }