@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary: #fab32f;
  --secondary: #0A2540;
  --background: #FFFFFF;
  --accent: #E6F0FF;
  --text: #1A1A1A;
}

html { scroll-behavior: smooth; }
body{position:relative; font-family: "Montserrat", sans-serif; font-size:14px;  color:#000;  padding:0;overflow-x: hidden; margin:0;}
* {margin:0px; padding:0px; border:0px; font-family: "Montserrat", sans-serif;}
ul{list-style-type: none; margin: 0; padding: 0;}
p{ font-size:16px; color: var(--text); margin-bottom:25px; font-family: "Montserrat", sans-serif; line-height: 28px;}
p:last-child{margin: 0;}
h1,h2,h3,h4,h5,h6{	margin: 0px; color:var(--secondary); padding: 0px; font-family: "Poppins", sans-serif;}
a{ text-decoration: none; -webkit-transition: all .5s ease-in-out;  -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;  transition: all .5s ease-in-out; font-family: "Montserrat", sans-serif;}
a:hover, a:focus{ text-decoration: none; outline: none;}



/* ==========================================
   MAIN CONTENT STYLES
   ========================================== */

.bg-one {
	background: #f6f6f6;
	position: relative;
}

.bg-two {
	background: var(--secondary);
}

.title {
	font-size: 30px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.badge-top-minimal {
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 101px;
	position: relative;
	display: inline-block;
}

.badge-top-minimal:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/meta-bg.png") no-repeat left center;
}

/* Buttons */
.btn-creative {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 600;
	color: #002c54;
	text-decoration: none;
	border-radius: 6px;
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
	text-transform: uppercase;
	border: 2px solid var(--primary);
	background: var(--primary);
}

.btn-creative::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #002c54;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: -1;
}

.btn-creative::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url("../img/arrow-top-right.svg") no-repeat center;
	background-size: contain;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.btn-creative:hover {
	color: #fff;
	border: 2px solid #002c54;
}

.btn-creative:hover::before {
	transform: scaleX(1);
}

.btn-creative:hover::after {
	transform: translate(6px, -6px);
	filter: brightness(0) invert(1);
}

/* Sticky Contact */
.sticky-contact {
	position: fixed;
	right: 20px;
	bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	z-index: 9999;
}

.sticky-contact a {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease;
}

.sticky-contact a:hover {
	transform: scale(1.1);
}

.sticky-contact svg {
	width: 26px;
	height: 26px;
	fill: #fff;
}

.sticky-contact .whatsapp { background: #25D366; }
.sticky-contact .call { background: #002c54; }

/* Lists */
.list-icon {
	padding: 0;
}

.list-icon li {
	position: relative;
	padding-left: 25px;
}

.list-icon li:before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow-icon.webp);
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	top: 5px;
	filter: opacity(0.5);
}

/* Footer Section */
.main-footer {
	background-color: var(--secondary);
	color: #fff;
	padding: 60px 0 20px 0;
}

.footer-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr 0.8fr 1.5fr;
	gap: 30px;
}

.footer-logo-box .logo-text {
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	text-align: left;
}

.footer-col h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--primary);
	font-family: "Montserrat", sans-serif;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 12px;
}

.footer-col ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s ease;
}

.footer-col ul li a:hover {
	color: #fab32f;
}

.contact-section h3 {
	border-bottom: none !important;
	margin-bottom: 25px !important;
}

.contact-info p {
	color: #dfdfdf;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 0;
}

.contact-info a {
	color: #dfdfdf;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

.contact-info a:hover {
	color: #fab32f;
}

.footer-bottom {
	max-width: 1296px;
	margin: 50px auto 0 auto;
	padding: 25px 0px 0 0px;
	border-top: 1px solid #dfdfdf36;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 12px;
}

.footer-bottom a {
	color: #fab32f;
	text-decoration: none;
	border-bottom: 1px solid;
}

/* Contact List & Items */
.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-item {
	display: flex;
	gap: 16px;
	margin-bottom: 28px;
	align-items: flex-start;
}

.contact-icon {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 16px;
	flex-shrink: 0;
	background: var(--primary);
}

.contact-text h4 {
	font-size: 16px;
	margin: 0 0 6px;
	color: var(--primary);
	font-weight: 600;
	font-family: 'Montserrat';
}

.contact-text a,
.contact-text p {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	text-decoration: none;
}

.contact-text a:hover {
	color: #fff;
}

/* Map Box */
.map-box {
	margin: 10px 0 12px;
	border-radius: 10px;
	overflow: hidden;
}

.map-box iframe {
	width: 100%;
	height: 160px;
	border: none;
	filter: grayscale(100%) contrast(1.1);
}

/* Socials */
.social-container {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 20px;
	margin: 40px auto;
	max-width: 600px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
}

.social-title {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	color: var(--primary);
	font-family: 'Poppins';
}

.social-links {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.social-links li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
	padding: 5px 10px;
}

.social-links li a:hover {
	color: #fbb330;
	transform: translateY(-3px);
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Footer Accordion */
.footer-accordion-wrap {
	width: 100%;
}

.footer-accordion-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-top: 1px solid #dfdfdf36;
	border-bottom: 1px solid #dfdfdf36;
	padding: 10px 0;
}

.footer-accordion-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	font-family: 'Montserrat';
}

.footer-accordion-icon {
	width: 42px;
	height: 42px;
	background: #fbb330;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-accordion-head.active .footer-accordion-icon svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.footer-accordion-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}

.footer-country-grid ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px 40px;
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

.footer-country-grid a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

.footer-country-grid a:hover {
	padding-left: 3px;
}

/* ==========================================
   MEDIA QUERIES (Top Par Reorganized)
   ========================================== */

/* Tablet & Smaller Desktop (Max-width: 992px / 991px) */
@media (max-width: 992px) {
	.footer-country-grid ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 20px;
	}
}

@media (max-width: 991px) {
	.footer-container {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.footer-logo-box {
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-logo-box .logo-text {
		text-align: center;
	}

	.is-accordion h3 {
		border-bottom: 1px solid #dfdfdf36;
		padding: 18px 0;
		margin-bottom: 0;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: "Montserrat", sans-serif;
	}

	.is-accordion h3::after {
		content: '+';
		color: #fab32f;
		font-size: 18px;
	}

	.is-accordion.active h3::after {
		content: '−';
	}

	.is-accordion ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}

	.is-accordion.active ul {
		max-height: 500px;
		padding: 20px 0;
	}

	.contact-section {
		padding-top: 30px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
}

/* Mobile & Small Devices (Max-width: 768px, 600px, 576px) */
@media (max-width: 768px) {
	.sticky-contact {
		right: 15px;
		bottom: 20px;
	}

	.sticky-contact a {
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 600px) {
	.title {
		font-size: 20px;
	}

	p {
		font-size: 14px;
		line-height: 22px;
	}

	.badge-top-minimal {
		font-size: 12px;
	}

	.contact-text a,
	.contact-text p {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.footer-country-grid ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px 15px;
	}

	.footer-accordion-title {
		font-size: 16px;
	}

	.footer-accordion-icon {
		width: 36px;
		height: 36px;
	}
}