/*
 * Boten Ltd — Main Theme CSS
 * All original design preserved exactly. WordPress-specific additions
 * use the --botenltd-primary and --botenltd-accent CSS custom properties
 * set by the Customizer so colors can be changed without editing this file.
 */

/* ─── CSS Custom Properties (Customizer overrides these via inline <style>) ── */
:root {
	--botenltd-primary: #041455;
	--botenltd-accent:  goldenrod;
	--botenltd-dark:    #18353E;
	--botenltd-footer:  #1a242f;
}

/* ─── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	min-width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 { margin-top: 0; margin-bottom: 20px; }
strong { font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
input, textarea { background-color: #F6F6F6; font-family: 'Montserrat', sans-serif; }
input::placeholder, textarea::placeholder { color: #9F9F9F; }

/* ─── Layout ─────────────────────────────────────────────────────────────── */
.container { max-width: 1200px; padding: 0 20px; margin: 0 auto; }

/* ─── Typography helpers ─────────────────────────────────────────────────── */
.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: var(--botenltd-primary);
}
.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: var(--botenltd-primary);
	display: block; margin: 15px auto 0;
}
.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; }
.section-subtitle { text-align: center; font-size: 28px; font-weight: 700; }
.center-desc { text-align: center; color: #6D6A6A; margin-bottom: 40px; font-size: 15px; }

/* ─── Buttons ────────────────────────────────────────────────────────────── */
.def-btn {
	background-color: var(--botenltd-primary);
	padding: 15px 45px; display: inline-block;
	transition: background-color 0.35s ease, opacity 0.35s ease;
	font-size: 16px; color: #fff; border-radius: 4px;
}
.def-btn:hover { opacity: 0.88; color: #fff; }
.def-btn.active { background: #4CAF50; color: #fff; }
.def-btn.active:hover { background: #3e8e41; }
.def-btn.outline { background: transparent; border: 2px solid #fff; color: #fff; }
.def-btn.outline:hover { background: rgba(255,255,255,0.1); }

/* ─── Go-up button ───────────────────────────────────────────────────────── */
.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: var(--botenltd-accent);
	width: 60px; height: 60px;
	display: flex; justify-content: center; align-items: center;
	transition: background-color 0.35s ease;
}
.go-up img { max-width: 50%; }

/* ─── Header ─────────────────────────────────────────────────────────────── */
.header-top {
	background-color: var(--botenltd-primary);
	color: #fff; padding: 18px 0 55px; font-size: 14px;
}
.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: var(--botenltd-accent);
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.11);
}
.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; }
.header-nav { padding: 10px 60px; margin-left: auto; }
.header-nav ul {
	display: flex; list-style-type: none;
	padding: 0; column-gap: 50px; margin: 0;
}
.header-nav ul li { display: flex; align-items: center; }
.header-nav ul li a { transition: color 0.35s ease; }
.header-nav ul li a:hover { color: #e8e8e8; }

/* Sticky header */
.header-bottom.is-fixed {
	position: fixed; top: 0; transition: 0.35s ease;
}
.header-bottom.is-fixed .header-logo { padding: 0 50px 5px 40px; }
.header-bottom.is-fixed .header-nav  { padding: 0 60px; }
.header-bottom.is-fixed .header-logo img { max-width: 140px; }

/* ─── Banner / Hero slider ───────────────────────────────────────────────── */
.s-banner {
	position: relative; height: 100vh;
	min-height: 600px; max-height: 900px; overflow: hidden;
}
.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;
	display: flex; align-items: center; justify-content: center;
}
.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: 0;
}
.banner-content {
	max-width: 900px; margin: 0 auto;
	position: relative; z-index: 2; padding: 0 20px;
}
.banner-subtitle {
	font-size: 1.2rem; font-weight: 600; letter-spacing: 2px;
	text-transform: uppercase; margin-bottom: 15px; color: #fff;
}
.banner-title {
	font-size: 3.5rem; font-weight: 300; line-height: 1.3; margin-bottom: 20px;
}
.banner-title strong { color: #4CAF50; }
.banner-text { font-size: 1.2rem; margin-bottom: 30px; color: rgba(255,255,255,0.9); }
.banner-btns { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* Swiper arrows */
.swiper-button-next { right: 40px; transform: translateX(110px); }
.swiper-button-prev { left: 40px; transform: translateX(-110px); }
.banner-swiper:hover .swiper-button-next { transform: none; }
.banner-swiper:hover .swiper-button-prev { transform: none; }
.swiper-button-next,
.swiper-button-prev {
	color: #fff; background-color: rgba(0,0,0,0.3);
	width: 50px; height: 50px; border-radius: 50%;
	transition: transform 0.3s ease, background-color 0.3s ease; overflow: hidden;
}
.swiper-button-next:hover,
.swiper-button-prev:hover { background-color: rgba(0,0,0,0.5); }
.swiper-button-next:after,
.swiper-button-prev:after { font-size: 1.5rem; }

/* Swiper pagination */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}
.swiper-pagination-bullet {
	width: 14px; height: 14px; border-radius: 0;
	background-color: rgba(255,255,255,0.5); opacity: 1;
}
.swiper-pagination-bullet-active { background-color: var(--botenltd-primary); }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px;
}

/* ─── About ──────────────────────────────────────────────────────────────── */
.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; }

/* ─── Numbers ────────────────────────────────────────────────────────────── */
.s-numbers { background-color: var(--botenltd-dark); 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; }

/* ─── Services ───────────────────────────────────────────────────────────── */
.s-services { padding: 100px 0; }
.services-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.services-item {
	box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.15);
	display: flex; flex-direction: column;
}
.services-thumb img { display: block; width: 100%; height: 200px; object-fit: cover; }
.services-body { padding: 15px 20px 30px; }
.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; margin-top: auto; }

/* Dropdown in services */
.services-dropdown { margin: 15px 0; }
.dropdown-toggle {
	background: #f5f5f5; border: none; padding: 10px 15px;
	width: 100%; text-align: left; cursor: pointer; font-weight: 600;
	display: flex; justify-content: space-between; align-items: center;
	transition: all 0.3s ease; font-family: 'Montserrat', sans-serif;
}
.dropdown-toggle:hover { background: #e9e9e9; }
.dropdown-icon { font-size: 1.2em; }
.dropdown-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.dropdown-content.active { max-height: 500px; }
.services-sublist {
	padding: 10px 15px 10px 30px; list-style-type: disc;
	font-size: 0.9em; line-height: 1.5; background: #f9f9f9; margin-top: 5px;
}
.services-sublist li { margin-bottom: 5px; }

/* Modal popup */
.modal-form {
	background-color: #fff; max-width: 455px;
	margin: 0 auto; padding: 20px 45px 50px;
}
.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; background: none; border: none; padding: 0; }
.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: var(--botenltd-accent); margin: 20px auto 0;
}
.modal-form input {
	display: block; padding: 22px 25px; background-color: #F6F6F6;
	font-family: 'Montserrat', sans-serif; font-size: 16px;
	border: none; width: 100%; outline: none; margin-bottom: 24px;
}
.modal-form .form-button {
	background-color: var(--botenltd-accent); color: #fff;
	max-width: 285px; width: 100%; margin: 0 auto; display: block;
	padding: 20px 25px; border: none; cursor: pointer;
	font-family: 'Montserrat', sans-serif; font-size: 16px;
	transition: background-color 0.35s ease;
}

/* Magnific Popup animation classes — preserved from original */
.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; }

/* ─── Gallery ────────────────────────────────────────────────────────────── */
.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; display: block; }
.gallery-item:nth-child(n+7) { display: none; }
.gallery-wrap a.gallery-visible { display: block; }
.gallery-wrap a img { display: block; width: 100%; height: 250px; 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; z-index: 1;
}
.gallery-wrap a::after {
	content: ''; background-image: url('../images/magnify.svg');
	background-size: 100% 100%; background-position: center;
	background-repeat: no-repeat; width: 35px; height: 35px;
	z-index: 2; 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; z-index: 1;
}
.gallery-btn { text-align: center; margin-top: 44px; }

/* ─── Why Choose Us ──────────────────────────────────────────────────────── */
.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; }

/* ─── Team ───────────────────────────────────────────────────────────────── */
.s-team { padding: 100px 0; background-color: #F9F9F9; }
.team-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.team-subtitle { color: #666; font-size: 1.1rem; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; text-align: center; }
.team-item {
	background: #fff; border-radius: 8px; overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-item:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
.team-thumb { overflow: hidden; height: 250px; }
.team-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.team-item:hover .team-thumb img { transform: scale(1.05); }
.team-body { padding: 20px; text-align: center; }
.team-profi { color: #4a90e2; font-size: 0.9rem; font-weight: 600; margin-bottom: 5px; text-transform: uppercase; }
.team-name { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #333; }
.team-desc { color: #666; font-size: 0.9rem; line-height: 1.5; margin-bottom: 15px; }
.team-social { display: flex; justify-content: center; gap: 15px; }
.team-social a { color: #666; transition: color 0.3s ease; }
.team-social a:hover { color: #4a90e2; }

/* ─── Partners marquee ───────────────────────────────────────────────────── */
.s-partners { padding: 30px 0; overflow: hidden; }
.partners-row {
	display: flex; align-items: center; column-gap: 70px;
	animation: marquee 20s linear infinite;
}
.partners-item img { max-width: 250px; max-height: 50px; object-fit: contain; }
@keyframes marquee {
	0%   { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}

/* ─── Contact form ───────────────────────────────────────────────────────── */
.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: 425px; }
.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: var(--botenltd-primary);
	position: absolute; left: 0; top: 0; display: block;
}
.form-right form input,
.form-right form textarea {
	font-size: 14px; font-family: 'Montserrat', sans-serif;
	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 response messages */
.form-response { margin-bottom: 16px; font-size: 14px; min-height: 20px; }
.form-response.success { color: #2d6a4f; }
.form-response.error   { color: #d62828; }
.newsletter-message { font-size: 13px; margin-top: 8px; min-height: 18px; }

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.footer { background-color: var(--botenltd-footer); color: #fff; font-family: 'Arial', sans-serif; }
.footer-container {
	max-width: 1200px; margin: 0 auto; padding: 40px 20px;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px;
}
.footer h3 {
	color: #fff; font-size: 20px; margin-bottom: 20px;
	position: relative; padding-bottom: 10px;
}
.footer h3::after {
	content: ''; position: absolute; left: 0; bottom: 0;
	height: 2px; width: 50px; background-color: #4db2ec;
}
.footer p { line-height: 1.6; margin-bottom: 15px; color: #b3b3b3; }
.footer-about { display: flex; flex-direction: column; }
.footer-logo img { max-width: 160px; }
.social-links { display: flex; gap: 10px; margin-top: 15px; }
.social-links a {
	display: flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; border-radius: 50%;
	background-color: rgba(255,255,255,0.1); color: #fff;
	transition: all 0.3s ease;
}
.social-links a:hover { background-color: #4db2ec; transform: translateY(-3px); }
.footer-services ul { list-style: none; padding: 0; margin: 0; }
.footer-services li { margin-bottom: 12px; }
.footer-services a {
	color: #b3b3b3; text-decoration: none; transition: all 0.3s ease;
	display: flex; align-items: center;
}
.footer-services a i { margin-right: 10px; font-size: 12px; color: #4db2ec; }
.footer-services a:hover { color: #4db2ec; transform: translateX(5px); }
.contact-grid { display: grid; gap: 15px; }
.contact-item { display: flex; align-items: flex-start; }
.contact-item i { margin-right: 10px; color: #4db2ec; font-size: 16px; margin-top: 3px; }
.contact-item span { color: #b3b3b3; line-height: 1.4; }
.contact-item a { color: #b3b3b3; transition: color 0.3s ease; }
.contact-item a:hover { color: #4db2ec; }
.form-group { display: flex; margin-top: 15px; }
.form-group input {
	flex: 1; padding: 12px 15px; border: none;
	background-color: rgba(255,255,255,0.1); color: #fff;
	border-radius: 4px 0 0 4px; font-family: 'Montserrat', sans-serif;
}
.form-group button {
	padding: 0 20px; background-color: #4db2ec; color: #fff;
	border: none; border-radius: 0 4px 4px 0; cursor: pointer;
	transition: background-color 0.3s ease; font-family: 'Montserrat', sans-serif;
}
.form-group button:hover { background-color: #2a95d5; }
.footer-bottom { background-color: #121e2d; text-align: center; padding: 20px; color: #b3b3b3; }
.footer-bottom a { color: #4db2ec; }

/* ─── WordPress: Blog / Posts ────────────────────────────────────────────── */
.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; margin-bottom: 60px; }
.post-card { background: #fff; box-shadow: 0 1px 12px rgba(0,0,0,0.1); overflow: hidden; }
.post-card-thumb img { width: 100%; height: 220px; object-fit: cover; display: block; }
.post-card-body { padding: 20px 25px 30px; }
.post-card-meta { font-size: 13px; color: #999; margin-bottom: 10px; }
.post-card-meta time { margin-right: 10px; }
.post-card-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.post-card-title a:hover { color: var(--botenltd-primary); }
.post-card-excerpt { color: #6D6A6A; font-size: 14px; margin-bottom: 20px; }
.site-main.page-content,
.site-main.single-content { padding: 60px 0; }
.content-area { max-width: 800px; }
.site-main.single-content .container { display: flex; gap: 40px; }
.entry-thumbnail img { width: 100%; height: auto; margin-bottom: 30px; }
.entry-header { margin-bottom: 30px; }
.entry-meta { font-size: 13px; color: #999; margin-bottom: 10px; }
.entry-title { font-size: 36px; font-weight: 700; }
.entry-content { font-size: 16px; line-height: 1.8; color: #444; }
.entry-content h2,
.entry-content h3 { margin-top: 30px; }
.pagination { display: flex; justify-content: center; gap: 8px; padding: 20px 0; }
.pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border: 1px solid #ddd;
	color: var(--botenltd-primary); transition: all 0.3s ease;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--botenltd-primary); color: #fff; border-color: var(--botenltd-primary); }
.widget-area .widget { margin-bottom: 35px; }
.widget-title { font-size: 18px; font-weight: 700; border-bottom: 2px solid var(--botenltd-primary); padding-bottom: 10px; margin-bottom: 20px; }

/* ─── Accessibility ──────────────────────────────────────────────────────── */
.screen-reader-text {
	clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden;
	position: absolute; width: 1px; word-wrap: normal;
}
.screen-reader-text:focus {
	background-color: #f1f1f1; border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6); clip: auto;
	color: #21759b; display: block; font-size: 14px; font-weight: bold;
	height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px;
	text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* ─── Responsive: 1200px ─────────────────────────────────────────────────── */
@media screen and (max-width: 1200px) {
	.header-logo { padding: 15px 50px 15px 20px; }
	.header-nav  { padding: 10px 20px; }
	.numbers-left { padding-right: 50px; }
	.numbers-right { grid-template-columns: repeat(2, 200px); }
	.why-right img { max-width: 450px; }
}

/* ─── Responsive: 992px ──────────────────────────────────────────────────── */
@media screen and (max-width: 992px) {
	.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; }
	.banner-swiper .swiper-slide { padding: 100px 20px 130px; 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; }
	.about-row { display: block; }
	.about-left { margin: 0 auto 30px; }
	.s-about .def-desc { margin-bottom: 20px; }
	.about-right { margin: 0 auto; width: 100%; max-width: 505px; }
	.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; }
	.s-services { padding: 60px 0; }
	.services-row { gap: 20px; }
	.services-title { font-size: 18px; line-height: 1.5; }
	.services-btn { padding: 10px 25px; }
	.s-gallery { padding: 60px 0; }
	.gallery-wrap { grid-gap: 20px; }
	.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; }
	.s-team { padding: 60px 0; }
	.team-row { gap: 20px; }
	.s-form { padding: 60px 0; }
	.form-row { display: block; }
	.form-left { margin: 0 auto 30px; }
	.form-right { margin: 0 auto; max-width: 425px; width: 100%; }
	.posts-grid { grid-template-columns: repeat(2,1fr); }
	.site-main.single-content .container { flex-direction: column; }
}

/* ─── Desktop-only elements (hide mobile at ≥ 768px) ────────────────────── */
@media screen and (min-width: 769px) {
	.header-mobile-logo,
	.hamburger,
	.header-mobile-wrap { display: none; }
}

/* ─── Responsive: 768px ──────────────────────────────────────────────────── */
@media screen and (max-width: 768px) {
	.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; }
	.banner-title { font-size: 2.5rem; }
	.banner-text  { font-size: 1rem; }
	.s-banner     { height: 80vh; min-height: 500px; }
	.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; }
	.hamburger {
		margin-left: auto; cursor: pointer; width: 26px; height: 11px;
		position: relative; background: none; border: none; padding: 0;
	}
	.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 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: 49px; left: 0;
		width: 100%; z-index: 12; display: none;
	}
	.header-mobile-nav { margin-bottom: 40px; }
	.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; }
	.swiper-button-next,.swiper-button-prev { display: none; }
	.s-about { padding: 45px 0; }
	.services-title { font-size: 16px; }
	.services-body { padding: 10px 15px 20px; }
	.services-btn { font-size: 12px; }
	.services-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.gallery-wrap { grid-template-columns: repeat(2,1fr); }
	.team-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.team-item { height: auto; }
	.footer-container { grid-template-columns: 1fr; }
	.posts-grid { grid-template-columns: 1fr; }
}

/* ─── Responsive: 575px ──────────────────────────────────────────────────── */
@media screen and (max-width: 575px) {
	.def-title { text-align: center; }
	.def-title::before { display: none; }
	.def-title::after {
		content: ''; height: 1px; width: 50px;
		background-color: var(--botenltd-primary);
		display: block; margin: 20px auto 0;
	}
	.def-title.color-white::after { background-color: #fff; }
	.banner-swiper .swiper-slide { padding: 60px 20px 100px; }
	.banner-subtitle { font-size: 12px; }
	.banner-title { font-size: 28px; line-height: 1.5; }
	.s-about .def-btn { display: block; text-align: center; max-width: 180px; margin: 0 auto; padding: 12px 20px; }
	.services-row { grid-template-columns: 1fr; }
	.s-gallery { padding: 40px 0; }
	.gallery-wrap { grid-gap: 15px; }
	.gallery-btn { margin-top: 30px; }
	.team-row { grid-template-columns: 1fr; }
	.team-item { height: auto; }
	.partners-row { column-gap: 40px; }
	.partners-item img { max-width: 200px; }
	.form-right form { padding: 50px 30px; }
	.form-right form input,.form-right form textarea { font-size: 12px; margin-bottom: 20px; }
}

/* ─── Responsive: 480px ──────────────────────────────────────────────────── */
@media screen and (max-width: 480px) {
	.modal-form { padding: 20px 30px 50px; }
	.modal-form-title { font-size: 28px; margin-bottom: 25px; }
	.modal-form-title::after { margin: 10px auto 0; }
	.modal-form input { font-size: 14px; }
	.modal-form .form-button { font-size: 14px; }
}

/* ─── Inner Page Hero ────────────────────────────────────────────────────── */
/*
 * The .header-bottom is position:absolute at top:60px from body.
 * On inner pages the header-top (~100px) is in normal flow before the hero,
 * so the hero starts ~100px from the page top.  The gold nav bar extends from
 * 60px–135px from page top, overlapping the hero by ~35px — same floating
 * effect as the homepage banner.  padding-top:160px pushes the title below it.
 */
.page-hero {
	position: relative;
	background-image: url('../images/banner-bg.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	text-align: center;
	min-height: 360px;
}
.page-hero__overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(4, 20, 85, 0.80);
}
.page-hero__content {
	position: relative;
	z-index: 1;
}
.page-hero__title {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}
.page-hero__breadcrumb {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	font-weight: 500;
}
.page-hero__breadcrumb a { color: var(--botenltd-accent); }
.page-hero__breadcrumb a:hover { text-decoration: underline; }
.page-hero__breadcrumb span { margin: 0 8px; }

/* ─── Homepage Contact CTA Strip ─────────────────────────────────────────── */
.contact-cta-section {
	position: relative;
	background-image: url('../images/form-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.contact-cta-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(4, 20, 85, 0.87);
}
.contact-cta-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
}
.contact-cta-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.contact-cta-text p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	margin: 0;
}
.contact-cta-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 24px;
}
.cta-phone-link {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.cta-phone-link i { color: var(--botenltd-accent); }
.cta-phone-link:hover { color: var(--botenltd-accent); }
.cta-contact-btn { white-space: nowrap; }

@media screen and (max-width: 992px) {
	.page-hero { padding: 130px 0 60px; }
	.page-hero__title { font-size: 36px; }
	.contact-cta-inner { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
}
@media screen and (max-width: 768px) {
	.page-hero { padding: 110px 0 50px; }
	.page-hero__title { font-size: 28px; }
	.contact-cta-text h2 { font-size: 26px; }
}
@media screen and (max-width: 575px) {
	.page-hero { padding: 90px 0 40px; }
	.page-hero__title { font-size: 22px; letter-spacing: 0; }
	.contact-cta-actions { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}
