* {
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1.6;
	min-width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
}

/* Language Bar START */
.language-bar {
	background-color: #D62E4C;	
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}

.language-bar-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.language-left {
	display: flex;
	align-items: center;
}

.language-label {
	font-weight: 500;
	font-size: 11px;
	color: #fff;
}

.language-right {
	display: flex;
	align-items: center;
}

/* Google Translate Styling */
#google_translate_element {
	display: inline-block;
}

#google_translate_element .goog-te-gadget {
	font-family: 'Montserrat' !important;
	font-size: 11px !important;
	color: #fff !important;
}

#google_translate_element .goog-te-gadget-simple {
	background-color: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 3px 6px !important;
	border-radius: 3px !important;
	font-size: 11px !important;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color: #fff !important;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
	color: #fff !important;
}

#google_translate_element span {
	color: #fff !important;
	font-weight: 500 !important;
}

#google_translate_element .goog-te-gadget-icon {
	display: none !important;
}

/* Style the Google Translate dropdown menu */
.goog-te-menu-frame {
	max-height: 400px !important;
	overflow-y: auto !important;
	border: 2px solid #D62E4C !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 25px rgba(214, 46, 76, 0.15) !important;
	background: white !important;
	margin-top: 5px !important;
}

.goog-te-menu2 {
	max-height: 350px !important;
	overflow-y: auto !important;
	background: white !important;
	padding: 0 !important;
}

/* Target Google Translate dropdown items by structure instead of dynamic classes */
.goog-te-menu2 table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin: 0 !important;
	padding: 0 !important;
}

.goog-te-menu2 td {
	padding: 0 !important;
	vertical-align: top !important;
	width: 50% !important;
}

/* Style all anchor links in the dropdown */
.goog-te-menu2 a {
	display: block !important;
	text-decoration: none !important;
	color: #333 !important;
	padding: 12px 16px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	border-bottom: 1px solid #f0f0f0 !important;
	transition: all 0.3s ease !important;
	background: white !important;
}

.goog-te-menu2 a:hover {
	background: linear-gradient(135deg, #D62E4C, #BB2440) !important;
	color: white !important;
	transform: translateX(3px) !important;
}

/* Style spans within the links (indicators and text) */
.goog-te-menu2 a span {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
}

/* Target the first span (indicator ›) */
.goog-te-menu2 a span:first-child {
	color: #D62E4C !important;
	font-weight: bold !important;
	margin-right: 8px !important;
	transition: all 0.3s ease !important;
}

.goog-te-menu2 a:hover span:first-child {
	color: white !important;
	transform: scale(1.2) !important;
}

/* Style divs within links */
.goog-te-menu2 a div {
	white-space: nowrap !important;
	display: flex !important;
	align-items: center !important;
}

/* Target selected/active items by looking for specific attributes or styles */
.goog-te-menu2 a[style*="font-weight: bold"],
.goog-te-menu2 a[class*="selected"],
.goog-te-menu2 a[class*="active"] {
	background: linear-gradient(135deg, #D62E4C, #BB2440) !important;
	color: white !important;
	font-weight: 600 !important;
}

.goog-te-menu2 a[style*="font-weight: bold"] span,
.goog-te-menu2 a[class*="selected"] span,
.goog-te-menu2 a[class*="active"] span {
	color: white !important;
}

/* Remove borders from last items in each column */
.goog-te-menu2 td:first-child a:last-child,
.goog-te-menu2 td:last-child a:last-child {
	border-bottom: none !important;
}

/* Add rounded corners to first and last items */
.goog-te-menu2 td:first-child a:first-child {
	border-top-left-radius: 6px !important;
}

.goog-te-menu2 td:last-child a:first-child {
	border-top-right-radius: 6px !important;
}

.goog-te-menu2 td:first-child a:last-child {
	border-bottom-left-radius: 6px !important;
}

.goog-te-menu2 td:last-child a:last-child {
	border-bottom-right-radius: 6px !important;
}

/* Alternative fallback styling for older/different structures */
.goog-te-menu2-item div {
	color: #333 !important;
	padding: 12px 16px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	border-bottom: 1px solid #f0f0f0 !important;
	transition: all 0.3s ease !important;
}

.goog-te-menu2-item:hover div {
	background: linear-gradient(135deg, #D62E4C, #BB2440) !important;
	color: white !important;
	transform: translateX(3px) !important;
}

.goog-te-menu2-item-selected div {
	background: linear-gradient(135deg, #D62E4C, #BB2440) !important;
	color: white !important;
	font-weight: 600 !important;
}

/* Hide Google Translate branding and notification bar */
.goog-te-banner-frame {
	display: none !important;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

/* Hide the Google Translate notification that appears when changing languages */
.goog-te-banner-frame,
.goog-te-balloon-frame,
div[id^="goog-te-balloon"],
.goog-te-spinner-pos,
.goog-te-ftab-frame,
.goog-te-menu-frame .goog-te-ftab,
#goog-gt-tt,
.goog-tooltip,
.goog-te-combo-button,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 0 !important;
	height: 0 !important;
}

/* Force hide Google notification elements with more specific selectors */
body .goog-te-banner-frame,
body .goog-te-balloon-frame,
body div[id*="goog-te-balloon"],
body .goog-te-spinner-pos,
body #goog-gt-tt,
body .goog-tooltip,
body .VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}

/* Prevent Google Translate from adding margins/padding to body */
body.translated-ltr,
body.translated-rtl,
body {
	margin-top: 0 !important;
	padding-top: 25px !important;
	top: 0 !important;
}

/* Specific fix for when Google Translate is active */
html[translate="yes"] body,
html[class*="translated"] body {
	margin-top: 0 !important;
	padding-top: 25px !important;
	top: 0 !important;
}

/* Prevent content from hiding behind fixed header */
.site-header + * {
	padding-top: 0;
}

/* Add margin to first content section to account for header height */
.banner,
.hero-section,
.main-content,
.page-content {
	margin-top: 0;
}

/* When header becomes fixed, add top margin to content */
body.header-fixed {
	padding-top: 80px; /* Reduced padding to eliminate white space */
}

body.header-fixed .s-banner {
	margin-top: 0; /* Remove margin when header is fixed since body has padding */
}

body.header-fixed .s-banner[style*="padding: 100px 0"] {
	padding-top: 50px !important; /* Reduced to eliminate white space */
}

/* Content spacing adjustments */
.content-wrapper {
	position: relative;
	z-index: 1;
}

/* Language Bar END */

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

input, textarea {
	background-color: #F6F6F6;
	font-family: 'Montserrat';
}
input::placeholder, 
textarea::placeholder {
	color: #9F9F9F;
}

.def-title {
	font-size: 42px;
	font-weight: 700;
	position: relative;
	margin-bottom: 25px;
	line-height: 1.4;
}
.def-title::before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: calc(-100% - 25px);
	background-color: #D62E4C;
}
.center-title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.center-title::after {
	content: '';
	height: 1px;
	width: 70px;
	background-color: #D62E4C;
	display: block;
	margin: 15px auto 0 auto;
}
.color-white {
	color: #fff;
}
.center-title.color-white::after {
	background-color: #fff;
}
.def-desc {
	color: #6D6A6A;
	font-size: 14px;
	line-height: 1.9;
}
.def-desc strong {
	color: #000;
}

.def-btn {
	background-color: #D62E4C;
	padding: 15px 45px;
	display: inline-block;
	transition: background-color 0.35s ease;
	font-size: 16px;
	color: #fff;
}
.def-btn:hover {
	background-color: #BB2440;
}

/* Navigation Container */
#navigation-container {
	margin: 0;
	padding: 0;
	position: relative;
}

/* Site Header Container */
.site-header {
	margin: 0;
	padding: 0;
	position: relative;
}

/* Header START */
.header-top {
	background-color: #18353E;
	color: #fff;
	padding: 18px 0 55px 0;
	font-size: 14px;
	margin-top: 0; /* Remove margin to eliminate white space */
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.header-top.is-hidden {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

/* Ensure header-top is always restored properly */
.header-top:not(.is-hidden) {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	display: block;
}

/* Force header-top visibility when not fixed */
body:not(.header-fixed) .header-top {
	transform: translateY(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

/* Ensure header-right content is always visible in header-top */
.header-top .header-right {
	display: flex !important;
	column-gap: 74px !important;
	margin-left: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.header-row {
	display: flex;
	align-items: center;
}
.header-right {
	display: flex;
	column-gap: 74px;
	margin-left: auto;
}
.header-info {
	display: flex;
	align-items: center;
}
.header-info img {
	margin-right: 16px;
	max-width: 21px;
}
.header-social {
	display: flex;
	align-items: center;
	column-gap: 28px;
}
.header-social a {
	transition: opacity 0.35s ease;
}
.header-social a:hover {
	opacity: 0.5;
}

.header-bottom {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
	width: 100%;
}
.header-bottom-row {
	display: flex;
	background-color: #D62E4C;
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
	align-items: center;
}
.header-logo {
	background-color: #fff;
	padding: 15px 60px 15px 40px;
	display: flex;
	align-items: center;
	clip-path: polygon(0px 0px, 100% 0%, 82.68% 101.20%, 0px 100%);
}
.header-logo a {
	display: flex;
}
.header-logo img {
	max-width: 160px;
}

/* RTL (Arabic) support for header logo clip-path */
[dir="rtl"] .header-logo {
	clip-path: polygon(17.32% 0px, 100% 0%, 100% 100%, 0px 101.20%);
	padding: 15px 40px 15px 60px;
}

/* Social Media Font Awesome Icons Styling */
.header-social a,
.header-mobile-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: all 0.3s ease;
	margin-right: 10px;
}

.header-social a:last-child,
.header-mobile-social a:last-child {
	margin-right: 0;
}

.header-social a i,
.header-mobile-social a i {
	font-size: 16px;
	color: #fff;
}

/* Footer Social Icons - Override existing styles */
.footer-social {
	display: flex !important;
	gap: 15px !important;
	align-items: center !important;
	margin-top: 20px !important;
}

.footer-social a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	transition: all 0.3s ease !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-social a i {
	font-size: 18px !important;
	color: #888 !important;
}

/* Individual social media colors on hover */
.header-social a:hover,
.header-mobile-social a:hover {
	transform: translateY(-2px);
}

.footer-social a:hover {
	transform: translateY(-2px) !important;
	filter: none !important;
}

/* Facebook */
.header-social a[aria-label="Facebook"]:hover,
.header-mobile-social a[aria-label="Facebook"]:hover {
	background-color: #1877f2;
}

.footer-social a[aria-label="Facebook"]:hover {
	background-color: #1877f2 !important;
}

.header-social a[aria-label="Facebook"]:hover i,
.header-mobile-social a[aria-label="Facebook"]:hover i,
.footer-social a[aria-label="Facebook"]:hover i {
	color: #fff !important;
}

/* Instagram */
.header-social a[aria-label="Instagram"]:hover,
.header-mobile-social a[aria-label="Instagram"]:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-social a[aria-label="Instagram"]:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.header-social a[aria-label="Instagram"]:hover i,
.header-mobile-social a[aria-label="Instagram"]:hover i,
.footer-social a[aria-label="Instagram"]:hover i {
	color: #fff !important;
}

/* WhatsApp */
.header-social a[aria-label="WhatsApp"]:hover,
.header-mobile-social a[aria-label="WhatsApp"]:hover {
	background-color: #25d366;
}

.footer-social a[aria-label="WhatsApp"]:hover {
	background-color: #25d366 !important;
}

.header-social a[aria-label="WhatsApp"]:hover i,
.header-mobile-social a[aria-label="WhatsApp"]:hover i,
.footer-social a[aria-label="WhatsApp"]:hover i {
	color: #fff !important;
}

/* Modal Form Styling */
.modal-form .form-field {
	margin-bottom: 20px;
}

.modal-form .form-field input {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	font-size: 14px;
	transition: all 0.3s ease;
	background-color: #f9f9f9;
}

.modal-form .form-field input:focus {
	outline: none;
	border-color: #D62E4C;
	background-color: #fff;
}

.modal-form .form-field.success input {
	border-color: #27ae60;
	background-color: rgba(39, 174, 96, 0.05);
}

.modal-form .form-field.error input {
	border-color: #e74c3c;
	background-color: rgba(231, 76, 60, 0.05);
}

.modal-form .error-message {
	color: #e74c3c;
	font-size: 12px;
	margin-top: 8px;
	display: block;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.modal-form .form-field.error .error-message {
	opacity: 1;
}

.modal-form #modal-form-messages {
	margin-bottom: 20px;
}

.modal-form .form-success-message {
	background-color: rgba(39, 174, 96, 0.1);
	color: #27ae60;
	padding: 12px 15px;
	border-radius: 5px;
	border-left: 4px solid #27ae60;
	font-size: 14px;
	margin-bottom: 15px;
}

.modal-form .form-error-message {
	background-color: rgba(231, 76, 60, 0.1);
	color: #e74c3c;
	padding: 12px 15px;
	border-radius: 5px;
	border-left: 4px solid #e74c3c;
	font-size: 14px;
	margin-bottom: 15px;
}

.modal-form .form-button {
	width: 100%;
	padding: 15px;
	background-color: #D62E4C;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.modal-form .form-button:hover:not(:disabled) {
	background-color: #b8253f;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(214, 46, 76, 0.3);
}

.modal-form .form-button:disabled {
	background-color: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.modal-form .form-button.loading {
	background-color: #999;
	cursor: wait;
}

.header-nav {
	padding: 10px 60px;
	margin-left: auto;
}
.header-nav ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	column-gap: 50px;
	align-items: center;
}

.header-nav ul li {
	margin: 0;
	padding: 0;
}

.header-nav ul li a {
	transition: color 0.35s ease;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
	padding: 10px 0;
	margin: 0;
	display: block;
}
.header-nav ul li a:hover {
	color: #ccc9c9;
}
.header-nav ul li a.active {
	color: #ccc9c9;
}

/* Dropdown specific styling */
.header-nav .dropdown > a {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.header-nav .dropdown-arrow {
	font-size: 8px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	color: inherit;
}

.header-nav .dropdown:hover .dropdown-arrow {
	transform: rotate(180deg);
}

/* Dropdown positioning adjustments */
.header-nav .dropdown {
	position: relative;
}

/* Ensure dropdown stays within viewport */
.header-nav .dropdown:last-child .dropdown-menu,
.header-nav .dropdown:nth-last-child(2) .dropdown-menu {
	left: auto;
	right: 0;
}

.header-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 320px;
	max-width: 350px;
	width: max-content;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px);
	transition: all 0.3s ease;
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	flex-flow: column;
}

.header-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Responsive dropdown width */
@media screen and (max-width: 1200px) {
	.header-nav .dropdown-menu {
		min-width: 280px;
		max-width: 300px;
	}
}

@media screen and (max-width: 991px) {
	.header-nav .dropdown-menu {
		min-width: 250px;
		max-width: 280px;
	}
}

.header-nav .dropdown-menu li {
	margin: 0;
	border-bottom: 1px solid #f5f5f5;
	display: block;
	width: 100%;
}

.header-nav .dropdown-menu li:last-child {
	border-bottom: none;
}

.header-nav .dropdown-menu a {
	display: block;
	padding: 15px 20px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
	background: #fff;
	white-space: normal;
	line-height: 1.4;
	word-wrap: break-word;
}

.header-nav .dropdown-menu a:hover {
	background: linear-gradient(135deg, #D62E4C, #BB2440);
	color: white;
	transform: translateX(5px);
}

.header-nav .dropdown-menu a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #D62E4C;
	transform: scaleY(0);
	transition: transform 0.3s ease;
}

.header-nav .dropdown-menu a:hover::before {
	transform: scaleY(1);
}

/* Fix About us spacing */
.header-nav ul li a {
	transition: color 0.35s ease;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

/* Hide all Google Translate branding, loading states, and logos */
.goog-te-banner-frame,
.goog-te-balloon-frame,
div[id^="goog-te-balloon"],
.goog-te-spinner-pos,
.goog-te-ftab-frame,
.goog-te-menu-frame .goog-te-ftab,
#goog-gt-tt,
.goog-tooltip,
.goog-te-combo-button,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-logo-link,
.goog-te-gadget-icon,
.goog-te-spinner,
#goog-gt-,
.goog-te-banner-frame.skiptranslate,
.skiptranslate goog-te-banner-frame,
body .goog-te-banner-frame,
.goog-te-balloon-frame div,
#google_translate_element .goog-te-gadget-icon,
.goog-te-menu-frame .goog-te-menu2-colpad {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 0 !important;
	height: 0 !important;
	z-index: -1 !important;
}

/* Additional aggressive hiding for Google Translate elements */
.goog-te-spinner-animation,
.goog-te-spinner-animation::before,
.goog-te-spinner-animation::after,
img[src*="translate.googleapis.com"],
img[src*="translate.google.com"],
*[style*="google"]:not(#google_translate_element),
*[class*="goog-te"]:not(.goog-te-gadget):not(.goog-te-gadget-simple):not(.goog-te-combo):not(.goog-te-menu-value):not(.goog-te-menu2):not(.goog-te-menu-frame):not(.goog-te-menu2-item) {
	display: none !important;
	visibility: hidden !important;
}

/* Hide Google Translate branding logo specifically */
.goog-te-gadget .goog-te-gadget-icon,
.goog-logo-link img,
a[href*="translate.google.com"] img {
	display: none !important;
}

/* Ensure header-right is always visible */
.header-right {
	display: flex !important;
	column-gap: 74px;
	margin-left: auto;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Ensure header-right is always visible with maximum specificity */
.header-top .header-right,
.header-row .header-right,
.header-bottom .header-right,
.header-bottom.is-fixed .header-right,
body .header-right {
	display: flex !important;
	column-gap: 74px !important;
	margin-left: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	position: relative !important;
}

/* Override any potential hiding of header content */
.header-info,
.header-social,
.header-info img,
.header-social img,
.header-social a {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Fix header when it becomes fixed to preserve all content */
.header-bottom.is-fixed {
	position: fixed;
	top: 25px; /* Position below language bar */
	left: 50%;
	transform: translateX(-50%);
	transition: 0.35s ease;
	z-index: 1000;
	width: 100%;
	max-width: none;
}

.header-bottom.is-fixed .header-bottom-row {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #D62E4C;
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
}

.header-bottom.is-fixed .header-logo {
	padding: 0 50px 5px 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	clip-path: polygon(0px 0px, 100% 0%, 82.68% 101.20%, 0px 100%);
}

.header-bottom.is-fixed .header-nav {
    padding: 0 60px;
    margin-left: auto;
}

.header-bottom.is-fixed .header-logo img {
	max-width: 140px;
}

/* RTL (Arabic) support for fixed header logo clip-path */
[dir="rtl"] .header-bottom.is-fixed .header-logo {
	clip-path: polygon(17.32% 0px, 100% 0%, 100% 100%, 0px 101.20%);
	padding: 0 40px 5px 50px;
}

/* Ensure header-top content is preserved */
.header-top.is-fixed {
	position: fixed;
	top: 25px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
}

.header-top.is-fixed .header-row {
	display: flex;
	align-items: center;
}

.header-top.is-fixed .header-right {
	display: flex !important;
	column-gap: 40px;
	margin-left: auto;
}

.header-mobile-nav ul li a.active {
	color: #D62E4C;
	font-weight: 600;
}

/* Go up START */
.go-up {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9;
	transition: 0.35s ease;
	transform: translateY(100px);
	opacity: 0.5;
}
.go-up:hover {
	opacity: 1;
}
.go-up.is-active {
	transform: none;
}
.go-up a {
	background-color: #D62E4C;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.35s ease;
}
.go-up img {
	max-width: 50%;
}
/* Go up END */
/* Header END */


/* Banner START */
.s-banner {
	margin-top: 0; /* Remove margin to eliminate white space */
}

.banner-swiper:hover .swiper-button-next, 
.banner-swiper:hover .swiper-button-prev {
	transform: none;
}
.banner-swiper .swiper-slide {
	padding: 175px 0;
	color: #fff;
	text-align: center;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 640px;
}
.banner-swiper .swiper-slide::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 31, 31, 0.80);
	z-index: -1;
}
.banner-content {
	max-width: 750px;
	margin: 0 auto;
}
.banner-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner-title {
	font-size: 46px;
	font-weight: 300;
	line-height: 1.3;
}
.swiper-button-next {
	right: 40px;
	transform: translateX(110px);
}
.swiper-button-prev {
	left: 40px;
	transform: translateX(-110px);
}
.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	background-color: #5A5454;
	width: 60px;
	height: 60px;
	transition: transform 0.3s ease;
	overflow: hidden;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 28px;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
	transform: none;
}

.swiper-button-next::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #312f2f;
	transform: translateX(calc(-100% - 10px));
	transition: transform 0.35s ease;
	z-index: -1;
}
.swiper-button-prev::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #312f2f;
	transform: translateX(calc(100% + 10px));
	transition: transform 0.35s ease;
	z-index: -1;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 0;
	background-color: #D9D9D9;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #D62E4C;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px
}

/* Page headers (for individual pages) */
.s-banner[style*="padding: 100px 0"] {
	padding-top: 100px !important; /* Reduce padding to eliminate white space */
}
/* Banner END */


/* About START */
.s-about {
	padding: 90px 0;
}
.about-row {
	display: flex;
	align-items: center;
}
.s-about .def-desc {
	margin-bottom: 30px;
}
.about-left {
	margin-right: 90px;
	max-width: 505px;
}
.about-right {
	width: 550px;
}
.about-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* About END */

/* Numbers START */
.s-numbers {
	background-color: #18353E;
	color: #fff;
	padding: 72px 0;
}
.s-numbers .def-title::before {
	background-color: #fff;
}
.numbers-row {
	display: flex;
}
.numbers-left {
	width: 50%;
	padding-right: 100px;
	border-right: 1px solid #D5D5D5;
}
.numbers-right {
	width: 50%;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, 300px);
	row-gap: 60px;
	text-align: center;
}
.numbers-num {
	font-size: 52px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 1.3;
}
.numbers-desc {
	font-weight: 300;
}
/* Numbers END */


/* Services START */
.s-services {
	padding: 100px 0;
}
.services-row {
	display: flex;
	column-gap: 35px;
}
.services-item {
	box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.15);
	width: 33.3%;
	height: 100%;
}
.services-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-body {
	padding: 15px 20px 30px 20px;
}
.services-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.services-desc {
	margin-bottom: 15px;
	color: #999696;
}
.services-btn {
	width: 100%;
	text-align: center;
	padding: 12px 45px;
}

/* Compact Services Styling */
.services-grid {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	margin-bottom: 30px;
}

.services-compact {
	width: 300px;
	max-width: 100%;
}

.services-thumb-compact {
	height: 180px;
	overflow: hidden;
}

.services-thumb-compact img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.services-thumb-compact:hover img {
	transform: scale(1.05);
}

.services-body-compact {
	padding: 12px 15px 20px 15px;
}

.services-title-compact {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.3;
}

.services-desc-compact {
	margin-bottom: 12px;
	color: #999696;
	font-size: 13px;
	line-height: 1.4;
}

.services-btn-compact {
	padding: 8px 20px;
	font-size: 13px;
}

.modal-form {
	background-color: #fff;
	max-width: 455px;
	margin: 0 auto;
	padding: 20px 45px 50px 45px;
}
.modal-form-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D5D2D2;
	margin-bottom: 30px;
	padding-bottom: 18px;
}
.modal-form-logo img {
	max-width: 190px;
}
.modal-form-close {
	cursor: pointer;
}
.modal-form-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
.modal-form-title::after {
	content: '';
	display: block;
	height: 1px;
	width: 70px;
	background-color: #D62E4C;
	margin: 20px auto 0 auto;
}
.modal-form input {
	display: block;
	padding: 22px 25px;
	background-color: #F6F6F6;
	font-family: 'Montserrat';
	font-size: 16px;
	border: none;
	width: 100%;
	outline: none;
	margin-bottom: 24px;
}
.modal-form .form-button {
	background-color: #D62E4C;
	color: #fff;
	max-width: 285px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px 25px;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat';
	font-size: 16px;
	transition: background-color 0.35s ease;
}
.modal-form .form-button:hover {
	background-color: #C32A45;
}


  /* ====== Zoom effect ====== */
  .mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  /* ====== Newspaper effect ====== */
  .mfp-newspaper {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
  }
  .mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
  }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1) rotate(0deg);
  }
  .mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
	transform: scale(0) rotate(500deg);
	opacity: 0;
  }
  .mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  /* ====== Move-horizontal effect ====== */
  .mfp-move-horizontal {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
  }
  .mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
  }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
  }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0;
  }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  /* ====== Move-from-top effect ====== */
  .mfp-move-from-top {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-move-from-top .mfp-content {
	vertical-align: top;
  }
  .mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
  }
  .mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
  }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(0);
  }
  .mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0;
  }
  .mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  /* ====== 3d unfold ====== */
  .mfp-3d-unfold {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-3d-unfold .mfp-content {
	perspective: 2000px;
  }
  .mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
  }
  .mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
  }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateY(0deg);
  }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0;
  }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  /* ====== Zoom-out effect ====== */
  .mfp-zoom-out {
	/* start state */
	/* animate in */
	/* animate out */
  }
  .mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
  }
  .mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
  }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
  }
  .mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
  }
  .mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
  }
  
  .mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
  }
  .mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
  }
  .mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
  }
/* Services END */



/* Gallery START */
.s-gallery {
	padding: 100px 0;
	background-color: #F9F9F9;
}
.gallery-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
.gallery-wrap a {
	position: relative;
	overflow: hidden;
}
.gallery-item:nth-child(n+7) {
	display: none;
}
.gallery-wrap a.gallery-visible {
	display: block;
}
.gallery-wrap a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-wrap a:hover::before, 
.gallery-wrap a:hover::after, 
.gallery-wrap a:hover .gallery-border {
	opacity: 1;
}

.gallery-wrap a::before {
	content: 'Zoom';
	background-color: rgba(68, 62, 62, 0.72);
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	padding-top: 50px;
	margin-top: -20px;
	opacity: 0;
	transition: 0.5s ease;
}
.gallery-wrap a::after {
	content: '';
	background-image: url('../images/magnify.svg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	z-index: 1;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.5s ease;
}
.gallery-border {
	border: 1px solid #fff;
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.5s ease;
}

.gallery-btn {
	text-align: center;
	margin-top: 44px;
}
/* Gallery END */


/* Why START */
.s-why {
	padding: 100px 0;
}
.why-row {
	display: flex;
	align-items: center;
}
.why-left {
	max-width: 505px;
	margin-right: 30px;
}
.s-why .def-desc {
	margin-bottom: 55px;
}
.why-features-item {
	display: flex;
	margin-bottom: 45px;
	max-width: 350px;
}
.why-features-icon {
	margin-right: 15px;
}
.why-features-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.why-features-desc {
	color: #6D6A6A;
}
.why-right {
	margin-left: auto;
}
.why-right img {
	display: block;
}
/* Why END */



/* Team START */
.s-team {
	padding: 100px 0;
	background-color: #F9F9F9;
}
.team-row {
	display: flex;
	column-gap: 35px;
}
.team-item {
	box-shadow: 0px 4px 4px 0px rgba(95, 87, 87, 0.12);
	height: 100%;
	background-color: #fff;
}
.team-thumb img {
	width: 100%;
	display: block;
}
.team-body {
	background-color: #fff;
	padding: 20px 30px;
}
.team-profi {
	text-transform: uppercase;
	color: #C2C1C1;
	margin-bottom: 5px;
}
.team-name {
	font-size: 22px;
	font-weight: 700;
}
/* Team END */


/* Reviews START */
.s-reviews {
	padding: 100px 0;
}
.s-reviews .swiper-pagination {
	bottom: 0;
	position: static;
	margin-top: 40px;
}
.reviews-item {
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(95, 87, 87, 0.12);
}
.reviews-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-body {
	padding: 5px 30px 20px 30px;
}
.reviews-name {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
}
.reviews-profi {
	font-weight: 500;
	color: #979494;
	margin-bottom: 15px;
}
.reviews-comment {
	color: #8A8787;
	margin-bottom: 20px;
}
.reviews-social {
	border-top: 1px solid #C5B8B8;
	padding-top: 20px;
	display: flex;
	align-items: center;
	column-gap: 25px;
}
.reviews-social a {
	display: inline-block;
	transition: filter 0.5s ease;
}
.reviews-social a:hover {
	filter: invert(1);
}
/* Reviews END */


/* Partners START */
.s-partners {
	padding: 30px 0;
}
.partners-row {
	display: flex;
	align-items: center;
	column-gap: 150px;
	animation: marquee 20s linear infinite; /* Измените время и тип анимации по вашему усмотрению */
}
.partners-item img {
	max-width: 200px;
    max-height: 150px;
	object-fit: contain;
}

@keyframes marquee {
0% {
	transform: translateX(100%);
}
100% {
	transform: translateX(-100%);
}
}

/* @keyframes move {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
} */
/* Partners END */



/* Form START */
.s-form {
	padding: 80px 0;
	background-color: #F9F9F9;
}
.form-row {
	display: flex;
	align-items: center;
}
.form-left {
	max-width: 500px;
	margin-right: 70px;
}
.s-form .def-desc {
	margin-bottom: 30px;
}
.form-image img {
	max-width: 100%;
}

.form-right {
	width: 500px;
}
.form-right form {
	background-color: #fff;
	padding: 60px 45px;
	position: relative;
	box-shadow: 0px -1px 8px 4px rgba(88, 83, 83, 0.12);
}
.form-right form::before {
	content: '';
	width: 100%;
	height: 10px;
	background-color: #D62E4C;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.form-right form input,
.form-right form textarea {
	font-size: 14px;
	font-family: 'Montserrat';
	display: block;
	width: 100%;
	padding: 22px 30px;
	background-color: #F6F6F6;
	border: none;
	outline: none;
	margin-bottom: 24px;
}
.form-button {
	border: none;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	padding: 15px 65px;
}
/* Form END */

/* Form Validation Styles START */
.form-field {
	position: relative;
	margin-bottom: 24px;
}

.form-field input,
.form-field textarea,
.form-field select {
	margin-bottom: 0;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
	background-color: #fff;
	border-color: #D62E4C;
	box-shadow: 0 0 0 3px rgba(214, 46, 76, 0.1);
}

.form-field.error input,
.form-field.error textarea,
.form-field.error select {
	border-color: #e74c3c;
	background-color: #fff5f5;
}

.form-field.success input,
.form-field.success textarea,
.form-field.success select {
	border-color: #27ae60;
	background-color: #f8fff8;
}

.form-field .error-message {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin-top: 8px;
	margin-left: 30px;
	display: none;
	animation: fadeInError 0.3s ease;
}

.form-field.error .error-message {
	display: block;
}

/* Font Awesome icon styles removed - no longer needed after removing icon spans from HTML
.form-field .success-icon,
.form-field .error-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	width: 20px;
	height: 20px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.form-field.success .success-icon {
	display: flex;
	color: #27ae60;
	background-color: rgba(39, 174, 96, 0.1);
	animation: iconShow 0.3s ease;
}

.form-field.error .error-icon {
	display: flex;
	color: #e74c3c;
	background-color: rgba(231, 76, 60, 0.1);
	animation: iconShow 0.3s ease;
}

.form-field.success .success-icon:hover {
	background-color: rgba(39, 174, 96, 0.2);
	transform: translateY(-50%) scale(1.1);
}

.form-field.error .error-icon:hover {
	background-color: rgba(231, 76, 60, 0.2);
	transform: translateY(-50%) scale(1.1);
}

.form-field textarea + .success-icon:hover,
.form-field textarea + .error-icon:hover,
.form-field select + .success-icon:hover,
.form-field select + .error-icon:hover {
	transform: scale(1.1);
}

@keyframes iconShow {
	from {
		opacity: 0;
		transform: translateY(-50%) scale(0.5);
	}
	to {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
}

.form-field textarea + .success-icon,
.form-field textarea + .error-icon {
	top: 30px;
	transform: none;
}

.form-field select + .success-icon,
.form-field select + .error-icon {
	top: 22px;
	transform: none;
}
*/

@keyframes fadeInError {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.form-submit-container {
	margin-top: 30px;
	text-align: center;
}

.form-button:disabled {
	background-color: #ccc;
	cursor: not-allowed;
	opacity: 0.6;
}

.form-button:disabled:hover {
	background-color: #ccc;
	transform: none;
}

.form-success-message {
	background-color: #d4edda;
	color: #155724;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	border-left: 4px solid #27ae60;
	display: none;
	animation: fadeInSuccess 0.5s ease;
}

.form-error-message {
	background-color: #f8d7da;
	color: #721c24;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	border-left: 4px solid #e74c3c;
	display: none;
	animation: fadeInError 0.5s ease;
}

@keyframes fadeInSuccess {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.form-required {
	color: #e74c3c;
	font-weight: 600;
}

/* Loading state for form submission */
.form-button.loading {
	position: relative;
	color: transparent;
}

.form-button.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid #fff;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Responsive validation styles */
@media (max-width: 768px) {
	.form-field .error-message {
		margin-left: 15px;
		font-size: 11px;
	}
	
	.form-field .success-icon,
	.form-field .error-icon {
		right: 10px;
		font-size: 12px;
		width: 18px;
		height: 18px;
	}
	
	.form-field textarea + .success-icon,
	.form-field textarea + .error-icon {
		top: 25px;
	}
	
	.form-field select + .success-icon,
	.form-field select + .error-icon {
		top: 20px;
	}
}
/* Form Validation Styles END */


/* Footer START */
.site-footer {
	background-color: #1C2835;
	color: #fff;
	font-size: 14px;
	padding: 60px 0 0 0;
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-left {
	flex: 1;
	min-width: 300px;
	max-width: 400px;
	padding-right: 40px;
	border-right: 1px solid rgba(239, 239, 239, 0.24);
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	max-width: 200px;
}

.footer-desc {
	color: #D2D2D2;
	line-height: 1.7;
	font-size: 14px;
}

.footer-right {
	flex: 2;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	padding-left: 40px;
}

.footer-nav {
	display: flex;
	flex-direction: column;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.footer-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #E0E0E0;
}

.footer-nav ul li {
	margin-bottom: 12px;
}

.footer-nav ul li:last-child {
	margin-bottom: 0;
}

.footer-nav ul li a {
	color: #E0E0E0;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	padding: 2px 0;
}

.footer-nav ul li a:hover {
	color: #fff;
}

.footer-info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	color: #E0E0E0;
	text-decoration: none;
}

.footer-info-item:last-child {
	margin-bottom: 0;
}

.footer-info-icon {
	margin-right: 12px;
	margin-top: 2px;
	flex-shrink: 0;
}

.footer-info-icon img {
	width: 16px;
	height: 16px;
}

.footer-info-text {
	flex: 1;
	line-height: 1.5;
}

.footer-social {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-top: 20px;
}

.footer-social a {
	transition: 0.35s ease;
	display: block;
}

.footer-social a:hover {
	filter: brightness(1.5);
	transform: translateY(-2px);
}

.footer-social img {
	width: 24px;
	height: 24px;
}

.footer-copyright {
	border-top: 1px solid rgba(239, 239, 239, 0.24);
	padding: 24px 0 30px 0;
	text-align: center;
	color: #D2D2D2;
}

/* Footer Responsive */
@media screen and (max-width: 1200px) {
	.footer-right {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	
	.footer-right .footer-nav:last-child {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 768px) {
	.footer-row {
		flex-direction: column;
		gap: 30px;
	}
	
	.footer-left {
		max-width: 100%;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid rgba(239, 239, 239, 0.24);
		padding-bottom: 30px;
	}
	
	.footer-right {
		padding-left: 0;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.footer-nav {
		text-align: center;
	}
	
	.footer-info-item {
		justify-content: center;
	}
	
	.footer-social {
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.site-footer {
		padding: 40px 0 0 0;
	}
	
	.footer-row {
		gap: 25px;
	}
	
	.footer-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.footer-nav ul li {
		margin-bottom: 10px;
	}
	
	.footer-info-item {
		margin-bottom: 12px;
	}
}
/* Footer END */



/* Responsive START */
@media screen and (max-width: 1200px) {

	/* Header 1200 START */
	.header-logo {
		padding: 15px 50px 15px 20px;
	}
	.header-nav {
		padding: 10px 20px;
	}
	/* Header 1200 END */

	/* Numbers 1200 START */
	.numbers-left {
		padding-right: 50px;
	}
	.numbers-right {
		grid-template-columns: repeat(2, 200px);
	}
	/* Numbers 1200 END */

	/* Why us 1200 START */
	.why-right img {
		max-width: 450px;
	}
	/* Why us 1200 END */

}

@media screen and (max-width: 992px) {
	
	/* Header 992 START */
	.header-logo {
		padding: 10px 30px 10px 20px;
	}
	.header-logo img {
		max-width: 130px;
	}
	.header-top {
		font-size: 12px;
	}
	.header-right {
		column-gap: 30px;
	}
	.header-info img {
		margin-right: 5px;
		max-width: 18px;
	}
	.header-social {
		column-gap: 15px;
	}
	.header-social a img {
		max-width: 18px;
	}
	.header-nav ul {
		font-size: 14px;
		column-gap: 30px;
	}
	/* Header 992 END */


	/* Banner 992 START */
	.banner-swiper .swiper-slide {
		padding: 100px 20px 130px 20px;
		min-height: 400px;
	}
	.swiper-button-next {
		right: 20px;
	}
	.swiper-button-prev {
		left: 20px;
	}
	.swiper-button-next, 
	.swiper-button-prev {
		width: 40px;
    	height: 40px;
	}
	.swiper-button-next:after, 
	.swiper-button-prev:after {
		font-size: 20px;
	}
	.banner-title {
		font-size: 32px;
	}
	.banner-subtitle {
		font-size: 14px;
	}
	.def-btn {
		padding: 12px 40px;
		font-size: 14px;
	}
	/* Banner 992 END */


	/* About 992 START */
	.about-row {
		display: block;
	}
	.about-left {
		margin: 0 auto 30px auto;
	}
	.s-about .def-desc {
		margin-bottom: 20px;
	}
	.about-right {
		margin: 0 auto;
		width: 100%;
		max-width: 505px;
	}
	/* About 992 END */

	/* Numbers 992 START */
	.s-numbers .def-title {
		margin-bottom: 20px;
	}
	.s-numbers .def-title br {
		display: none;
	}
	.numbers-row {
		display: block;
	}
	.numbers-left {
		padding-right: 0;
		padding-bottom: 22px;
		margin-bottom: 30px;
		border-right: none;
		border-bottom: 1px solid #D5D5D5;
		width: auto;
	}
	.numbers-right {
		width: auto;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 25px;
	}
	.numbers-num {
		font-size: 36px;
	}
	.numbers-desc {
		font-size: 14px;
	}
	/* Numbers 992 END */

	/* Services 992 START */
	.s-services {
		padding: 60px 0;
	}
	.services-row {
		column-gap: 20px;
	}
	.services-title {
		font-size: 18px;
		line-height: 1.5;
	}
	.services-btn {
		padding: 10px 25px;
	}
	/* Services 992 END */

	/* Gallery 992 START */
	.s-gallery {
		padding: 60px 0;
	}
	.gallery-wrap {
		grid-gap: 20px;
	}
	/* Gallery 992 END */

	/* Why us 992 START */
	.s-why {
		padding: 60px 0;
	}
	.why-row {
		display: block;
	}
	.why-left {
		margin: 0 auto;
	}
	.why-right {
		max-width: 500px;
		margin: 0 auto;
	}
	.why-right img {
		width: 100%;
	}
	.why-features-icon img {
		max-width: 25px;
	}
	.why-features-title {
		font-size: 16px;
	}
	.why-features-desc {
		font-size: 14px;
	}
	/* Why us 992 END */

	/* Our team 992 START */
	.s-team {
		padding: 60px 0;
	}
	.team-row {
		column-gap: 20px;
	}
	.team-body {
		padding: 15px 20px 30px 20px;
	}
	.team-profi {
		font-size: 14px;
	}
	.team-name {
		font-size: 18px;
	}
	/* Our team 992 END */

	/* Reviews 992 START */
	.s-reviews {
		padding: 60px 0;
	}
	/* Reviews 992 END */

	/* Form 992 START */
	.s-form {
		padding: 60px 0;
	}
	.form-row {
		display: block;
	}
	.form-left {
		margin: 0 auto 30px auto;
	}
	.form-right {
		margin: 0 auto;
		max-width: 425px;
		width: 100%;
	}
	/* Form 992 END */

	/* Footer 992 START */
	.footer-row {
		display: block;
	}
	.footer-left {
		max-width: none;
		border-right: none;
		padding-right: 0;
	}
	.footer-right {
		padding: 0;
		margin-bottom: 30px;
	}
	/* Footer 992 END */

}

@media screen and (min-width: 768px) {

	.header-mobile-logo,
	.hamburger,
	.header-mobile-wrap {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	/* All styles 768 START */
	.def-title {
		font-size: 32px;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.def-title::before {
		top: 23px;
		left: calc(-100% - 10px);
	}
	.center-title {
		font-size: 32px;
		line-height: 1.3;
	}
	.center-title::after {
		width: 50px;
	}
	/* All styles 768 END */

	/* Header 768 START */
	.header-top {
		padding: 0;
		border-bottom: 1px solid #9F9F9F;
	}
	.header-desc,
	.header-right,
	.header-bottom {
		display: none;
	}
	.header-mobile-logo {
		background-color: #fff;
		padding: 8px 40px 8px 20px;
		display: flex;
		align-items: center;
		clip-path: polygon(0px 0px, 100% 0%, 82.68% 101.20%, 0px 100%);
		margin-left: -20px;
	}
	.header-mobile-logo img {
		max-width: 110px;
	}

	/* RTL (Arabic) support for mobile header logo clip-path */
	[dir="rtl"] .header-mobile-logo {
		clip-path: polygon(17.32% 0px, 100% 0%, 100% 100%, 0px 101.20%);
		padding: 8px 20px 8px 40px;
		margin-left: 0;
		margin-right: -20px;
	}

	.hamburger {
		margin-left: auto;
		cursor: pointer;
		width: 26px;
		height: 11px;
		position: relative;
	}
	.hamburger span {
		height: 1px;
		width: 26px;
		background-color: #fff;
		display: block;
		transition: 0.5s ease;
		position: absolute;
	}
	.hamburger span:first-child {
		top: 0;
	}
	.hamburger span:last-child {
		bottom: 0;
	}
	.hamburger.is-active {
		
	}
	.hamburger.is-active span:first-child {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.hamburger.is-active span:last-child {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}

	.header-mobile-wrap {
		background-color: #18353E;
		color: #fff;
		padding: 30px 20px;
		text-align: center;
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		z-index: 12;
		display: none;
	}
	.header-mobile-nav {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.header-mobile-nav ul {
		list-style-type: none;
		padding: 0;
	}
	.header-mobile-nav ul li {
		margin-bottom: 25px;
	}
	.header-mobile-info {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 25px;
	}
	.header-mobile-info img {
		margin-right: 12px;
	}
	.header-mobile-social {
		margin-top: 40px;
		display: flex;
		justify-content: center;
		column-gap: 28px;
	}
	/* Header 768 END */

	/* Banner 768 START */
	.s-banner {
		margin-top: 0; /* Remove margin on mobile */
	}
	
	.s-banner[style*="padding: 100px 0"] {
		padding-top: 80px !important; /* Reduced for mobile */
	}
	
	.swiper-button-next, 
	.swiper-button-prev {
		display: none;
	}
	/* Banner 768 END */

	/* About 768 START */
	.s-about {
		padding: 45px 0;
	}
	/* About 768 END */

	/* Services 768 START */
	.services-title {
		font-size: 16px;
	}
	.services-body {
		padding: 10px 15px 20px 15px;
	}
	.services-btn {
		font-size: 12px;
	}
	.services-row {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.services-item {
		width: calc(50% - 10px);
	}
	
	/* Compact Services 768 */
	.services-grid {
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 15px;
	}
	
	.services-compact {
		width: calc(50% - 7.5px);
	}
	/* Services 768 END */

	/* Gallery 768 START */
	.gallery-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	/* Gallery 768 END */

	/* Our team 768 START */
	.team-row {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.team-item {
		width: calc(50% - 10px);
		height: auto;
	}
	/* Our team 768 END */


	/* Reviews 768 START */
	.reviews-body {
		padding: 5px 20px 20px 20px;
	}
	.reviews-name {
		font-size: 18px;
	}
	.reviews-profi {
		font-size: 14px;
	}
	.reviews-comment {
		font-size: 14px;
	}
	/* Reviews 768 END */

	/* Footer 768 START */
	.site-footer {
		text-align: center;
	}
	.footer-right {
		display: block;
	}
	.footer-info-item {
		justify-content: center;
	}
	.footer-social {
		justify-content: center;
		margin-top: 40px;
	}
	.footer-nav {
		margin-bottom: 30px;
	}
	/* Footer 768 END */

}


@media screen and (max-width: 575px) {

	/* All styles START */
	.def-title {
		text-align: center;
	}
	.def-title::before {
		display: none;
	}
	.def-title::after {
		content: '';
		height: 1px;
		width: 50px;
		background-color: #D62E4C;
		display: block;
		margin: 20px auto 0 auto;
	}
	.def-title.color-white::after {
		background-color: #fff;
	}
	/* All styles END */

	/* Banner 575 START */
	.s-banner {
		margin-top: 0; /* Remove margin on smallest screens */
	}
	
	.s-banner[style*="padding: 100px 0"] {
		padding-top: 60px !important; /* Reduced for smallest screens */
	}
	
	.banner-swiper .swiper-slide {
		padding: 60px 20px 100px 20px;
	}
	.banner-subtitle {
		font-size: 12px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 1.5;
	}
	.banner-btn {
		padding: 10px 30px;
		font-size: 12px;
	}
	/* Banner 575 END */

	/* About 575 START */
	.s-about .def-btn {
		display: block;
		text-align: center;
		max-width: 180px;
		margin: 0 auto;
		padding: 12px 20px;
	}
	/* About 575 END */

	/* Services 575 START */
	.services-row {
		justify-content: center;
	}
	.services-item {
		width: 250px;
	}
	
	/* Compact Services 575 */
	.services-compact {
		width: 100%;
		max-width: 280px;
	}
	
	.services-grid {
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
	/* Services 575 END */

	/* Gallery 575 START */
	.s-gallery {
		padding: 40px 0;
	}
	.gallery-wrap {
		grid-gap: 15px;
	}
	.gallery-btn {
		margin-top: 30px;
	}
	/* Gallery 575 END */

	/* Our team 575 START */
	.team-item {
		width: 100%;
	}
	/* Our team 575 END */

	/* Partners 575 START */
	.partners-row {
		column-gap: 80px;
		animation: move 5s linear infinite;
	}
	.partners-item img {
		max-width: 200px;
	}
	/* Partners 575 END */

	/* Form 575 START */
	.form-right form {
		padding: 50px 30px;
	}
	.form-right form input, 
	.form-right form textarea {
		font-size: 12px;
		margin-bottom: 20px;
	}
	/* Form 575 END */

}

@media screen and (max-width: 480px) {
	.modal-form {
		padding: 20px 30px 50px 30px;
	}
	.modal-form-title {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.modal-form-title::after {
		margin: 10px auto 0 auto;
	}
	.modal-form input {
		font-size: 14px;
	}
	.modal-form .form-button {
		font-size: 14px;
	}
}
/* Responsive END */

/* Header mobile START */
.header-desc {
	margin-left: auto;
	display: none;
}

.header-mobile-logo {
	display: none;
}

.hamburger {
	display: none;
	flex-direction: column;
	row-gap: 4px;
	cursor: pointer;
}
/* Mobile hamburger and header styles */
.header-mobile-nav ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
	row-gap: 15px;
}
.header-mobile-nav ul li a {
	font-weight: 500;
	font-size: 16px;
	transition: color 0.35s ease;
}
.header-mobile-nav ul li a:hover {
	color: #D62E4C;
}
.header-mobile-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}

.header-mobile-info img {
	margin-right: 12px;
	margin-top: 2px;
	max-width: 16px;
	flex-shrink: 0;
}

.header-mobile-info span {
	flex: 1;
	line-height: 1.4;
	font-size: 14px;
}

.header-mobile-social {
	display: flex;
	column-gap: 15px;
	margin-top: 20px;
	justify-content: center;
}

.header-mobile-social a {
	transition: opacity 0.3s ease;
}

.header-mobile-social a:hover {
	opacity: 0.7;
}

.header-mobile-social img {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 480px) {
	.header-mobile-info span {
		font-size: 13px;
	}
}

@media screen and (max-width: 1199px) {
	.header-desc {
		display: block;
		font-size: 12px;
	}
	.header-right {
		column-gap: 30px;
	}
	.header-info span {
		display: none;
	}
	.header-social {
		column-gap: 15px;
	}
	.header-logo {
		padding: 15px 40px 15px 30px;
	}
	.header-nav {
		padding: 10px 30px;
	}
	.header-nav ul {
		column-gap: 30px;
	}
	.header-bottom.is-fixed .header-logo {
		padding: 0 35px 5px 30px;
	}
	.header-bottom.is-fixed .header-nav {
		padding: 0 30px;
	}
}

@media screen and (max-width: 991px) {
	.header-top {
		padding: 15px 0 40px 0;
	}
	.header-bottom {
		top: 45px;
	}
	.header-right {
		column-gap: 20px;
	}
	.header-logo {
		padding: 10px 30px 10px 25px;
	}
	.header-logo img {
		max-width: 140px;
	}
	.header-nav {
		padding: 5px 25px;
	}
	.header-nav ul {
		column-gap: 25px;
	}
	.header-nav ul li a {
		font-size: 14px;
		padding: 8px 0;
	}
	
	/* Dropdown adjustments for tablet */
	.header-nav .dropdown-menu {
		min-width: 250px;
	}
}

@media screen and (max-width: 768px) {
	/* These mobile styles are now handled in the main responsive section above */
	/* Removing duplicate styles to prevent conflicts */
}

@media screen and (max-width: 575px) {
	/* These mobile styles are now handled in the main responsive section above */
	/* Removing duplicate styles to prevent conflicts */
}
/* Header mobile END */

/* Navigation Dropdown Styles */
.header-nav .dropdown {
	position: relative;
}

.header-nav .dropdown > a {
	display: flex;
	align-items: center;
}

.header-nav .dropdown-arrow {
	font-size: 8px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	color: inherit;
}

.header-nav .dropdown:hover .dropdown-arrow {
	transform: rotate(180deg);
}

/* Duplicate styles removed - using main dropdown styles above */

/* Mobile Dropdown Styles */
.header-mobile-nav .mobile-dropdown {
	position: relative;
}

.header-mobile-nav .mobile-dropdown > a::after {
	content: '▼';
	font-size: 10px;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.header-mobile-nav .mobile-dropdown.active > a::after {
	transform: rotate(180deg);
}

.header-mobile-nav .mobile-dropdown-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.header-mobile-nav .mobile-dropdown.active .mobile-dropdown-menu {
	display: block;
}

.header-mobile-nav .mobile-dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-mobile-nav .mobile-dropdown-menu li:last-child {
	border-bottom: none;
}

.header-mobile-nav .mobile-dropdown-menu a {
	display: block;
	padding: 12px 20px;
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.header-mobile-nav .mobile-dropdown-menu a:hover {
	color: #D62E4C;
	background: rgba(214, 46, 76, 0.1);
	padding-left: 25px;
}

/* REMOVED DUPLICATE MOBILE STYLES - Using stronger version below */

/* MOBILE RESPONSIVE - CLEAN OVERRIDE */
@media screen and (max-width: 768px) {
	/* Hide desktop elements completely */
	.header-desc,
	.site-header .header-desc,
	.header-top .header-desc {
		display: none !important;
	}
	
	.header-right,
	.site-header .header-right,
	.header-top .header-right,
	.header-row .header-right {
		display: none !important;
	}
	
	.header-bottom,
	.site-header .header-bottom {
		display: none !important;
	}
	
	/* Show mobile elements */
	.header-mobile-logo,
	.site-header .header-mobile-logo,
	.header-top .header-mobile-logo {
		display: block !important;
	}
	
	.hamburger,
	.site-header .hamburger,
	.header-top .hamburger {
		display: flex !important;
		margin-left: auto !important;
	}
	
	/* Ensure header-row uses mobile layout */
	.header-row {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
	}
}

/* SMALLER MOBILE DEVICES */
@media screen and (max-width: 575px) {
	.header-top {
		padding: 12px 0 0px 0 !important;
	}
	
	.header-mobile-logo img {
		max-width: 120px !important;
	}
}

/* DEFAULT DESKTOP STYLES - Mobile elements hidden by default */
.hamburger {
	display: none !important;
}

.header-mobile-logo {
	display: none !important;
}

/* WhatsApp Floating Button START */
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	background: #25d366;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	animation: pulse 2s infinite;
}

.whatsapp-float:hover {
	background: #128c7e;
	color: white;
	text-decoration: none;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float .fab {
	color: white;
}

/* Pulse animation for WhatsApp button */
@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	}
}

/* Mobile responsive for WhatsApp button */
@media (max-width: 768px) {
	.whatsapp-float {
		bottom: 15px;
		right: 15px;
		width: 55px;
		height: 55px;
		font-size: 24px;
	}
}
div[class*="VIpgJd"] {
	display: none !important;
  }

/* Tooltip for WhatsApp button */
.whatsapp-float::before {
	content: "Chat with us on WhatsApp";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.whatsapp-float::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #333;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.whatsapp-float:hover::before,
.whatsapp-float:hover::after {
	opacity: 1;
	visibility: visible;
}

/* Hide tooltip on mobile */
@media (max-width: 768px) {
	.whatsapp-float::before,
	.whatsapp-float::after {
		display: none;
	}
}
/* WhatsApp Floating Button END */

.translated-rtl {
    direction: unset !important;   
}