@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	font-style: normal;
}

body {
	font-family: "Inter", Arial, sans-serif;
}

header {
	padding: 16px 0;
	max-width: 1280px;
	margin: 0 auto;
}
.max-container{
  max-width: 1280px;
  margin: 0 auto;
}
header .book-btn a {
	padding: 8px 20px;
	border: 1px solid #000;
	color: var(--Color-White, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	
}

header nav ul {
	gap: 32px !important;
}

header nav ul li a span {
	color: var(--Color-Scheme-1-Text, #000);
	font-size: var(--Text-Sizes-Text-Regular, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	
}

.header-buttons {
	gap: 16px;
}

header .book-btn a {
	background: #fff;
	color: #000;
}

header .book-btn a:hover {
	background: #000;
	color: #fff;
}

.custom-logo {
	width: 50px;
}

header ul li ul {
	gap: 16px !important;
	border: 1px solid #000 !important;
	border-radius: 0;
	padding: 24px !important;
	position: absolute;
	right: 0;
	display: block;
}

header ul li ul li.wp-block-navigation-item a,
header ul li ul li.wp-block-navigation-item {
	padding: 0 !important;
}

header nav ul li {
	padding: 10px 0 !important;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	border: 1px solid #000 !important;
	border-radius: 0;
	padding: 24px !important;
	position: absolute;
	right: -32px;
	left: auto;
	top: 43px;
}

/* ===== hero veroin 1 SLIDER ===== */
.hero .hero-slider {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.hero .slide {
	position: relative;
	height: 100vh;
}

.hero .slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.hero .slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:
		linear-gradient(249deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.hero .slide .hero-content {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	z-index: 2;
	max-width: 600px;
	text-align: left;
}

.hero .hero-content h1 {
	color: var(--Color-White, #FFF);
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 67.2px;
	margin-bottom: 24px;
}

.hero .hero-content p {
	color: var(--Color-White, #FFF);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 32px;
}

.hero .hero-content .btn {
	background: #fff;
	color: #000;
	margin-right: 16px;
	padding: 12px 24px;
	border: 1px solid var(--Color-White, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.hero .hero-content .btn:last-child {
	background: transparent;
	color: #fff !important;
	border: 1px solid #fff;
}

.hero .slick-dots,
.hero .slick-prev,
.hero .slick-next {
	display: none !important;
}

/* hero version 2 */
.hero-v2 {
	min-height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-v2 .hero-content {
	max-width: 767px;
}

/* ===== HERO VERSION 3 (LEFT TEXT + RIGHT IMAGE) ===== */
.hero-v3 {
	display: flex;
	align-items: stretch;
	max-height: 100%;
	background: none;
	padding: 0;
}

.hero-v3 .hero-text {
	flex: 1;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 8%;
}

.hero-v3 .hero-text h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.hero-v3 .hero-text p {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
}

.hero-v3 .hero-text .hero-buttons {
	display: flex;
	gap: 10px;
}

.hero-v3 .hero-text .btn {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
	text-decoration: none;
}

.hero-v3 .hero-text .btn-outline {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}

.hero-v3 .hero-text .btn:hover {
	opacity: 0.8;
}

.hero-v3 .hero-image {
	flex: 1;
	max-height: 900px;
}

.hero-v3 .hero-image img {
	max-height: 900px;
	object-fit: cover;
	width: 100%;
}

.hero-v4 .hero-text {
	padding: 0;
}

.hero-v5 .hero-text-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 80px 0px;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.hero-v5 .hero-header,
.hero-v5 .hero-content {
	flex: 1 1 50%;
	box-sizing: border-box;
}

.hero-v5 .hero-content p {
	color: #000;
}

.hero-v5 .hero-content .btn {
	border: 1px solid;
}

.hero-v5 .hero-content .btn:last-child {
	background: #000;
}

/* hero version v7 */
.hero-v7 .hero-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 550px;
	background: #fff;
	overflow: hidden;
}

/* Equal column widths */
.hero-v7 .hero-content,
.hero-v7 .hero-right {
	flex: 1 1 50%;
	width: 50%;
}

/* LEFT COLUMN (Text) */
.hero-v7 .hero-content {
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-v7 .hero-content p {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 25px;
	line-height: 1.6;
	max-width: 450px;
}


.hero-v7 .hero-buttons button,
.hero-v8 .hero-buttons button {
	border: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 10px 18px;
	font-size: 0.9rem;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.hero-v7 .hero-buttons button:first-child,
.hero-v8 .hero-buttons button:first-child {
	background: #000;
	color: #fff;
}

.hero-v7 .hero-buttons button:hover,
.hero-v8 .hero-buttons button:hover {
	opacity: 0.8;
}

/* RIGHT COLUMN (Image + text + slider nav) */
.hero-v7 .hero-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.hero-v7 .hero-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hero-v7 .hero-slide img {
	width: 100%;
	height: 100%;
	min-height: 400px;
	object-fit: cover;
	display: block;
}

/* Text below image */
.hero-v7 .slide-info {
	padding: 32px 32px 0;
}

.hero-v7 .slide-info h3 {
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.hero-v7 .slide-info p {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	max-width: 500px;
}

/* Slider controls below text */
.hero-v7 .slider-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px 40px;
}

.hero-v7 .slick-prev,
.hero-v7 .slick-next {
	font-size: 0;
}

.hero-v7 .slick-prev {
	position: absolute;
	bottom: -48px;
	right: 98px;
	top: auto;
	left: auto;
}

.hero-v7 .slick-next {
	position: absolute;
	bottom: -48px;
	right: 32px;
	top: auto;
	left: auto;
}

.hero-v7 .slick-prev::before {
	content: url("../images/arrow_back.png");
}

.hero-v7 .slick-next::before {
	content: url("../images/arrow_forward.png");
}

.hero-v7 .slick-prev::before,
.hero-v7 .slick-next::before {
	font-size: 24px;
}

.hero-v7 .slick-dots {
	position: static;
	display: flex !important;
	gap: 8px;
	margin-top: 48px;
	margin-left: 26px;
}

.hero-v7 .slick-dots li {
	margin: 0;
	width: 8px;
	height: 8px;
}

.hero-v7 .slick-dots li button {
	padding: 0;
	width: 8px;
	height: 8px;
}

.hero-v7 .slick-dots li button:before {
	font-size: 8px;
	color: #000;
	opacity: 0.4;
}

.hero-v7 .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #000;
}

.hero-v7 .slick-prev,
.hero-v7 .slick-next {
	color: #000;
	width: 48px;
	height: 48px;
	padding: 12px;
	background: #f1f1f1;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid var(--Color-Scheme-1-Border, #000);
	background: var(--Color-Scheme-1-Foreground, #FFF);
}

.hero-v7 .slider-controls .arrows {
	display: flex;
	gap: 10px;
}

/* hero version v8 */
.hero-slider-v8-1,
.hero-slider-v8-2 {
	width: 100%;
	margin: 0 auto;
}

.hero-slider-v8-2 {
	margin-top: 20px;
}

.hero-slider-v8-1 img,
.hero-slider-v8-2 img {
	width: 98%;
	height: 340px;
	object-fit: cover;
}

.hero-v8 .hero-content {
	text-align: center;
	max-width: 767px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.hero-v8 .hero-content h2 {
	color: var(--Color-Scheme-1-Text, #000);
	text-align: center;
	font-size: var(--Text-Sizes-Heading-1, 56px);
	font-style: normal;
	font-weight: 700;
	line-height: 67.2px;
	margin-bottom: 24px;
}

.hero-v8 .hero-content p {
	color: var(--Color-Scheme-1-Text, #000);
	font-size: var(--Text-Sizes-Text-Medium, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 32px;
}


/* ===== FOOTER ===== */
.footer {
	color: #ddd;
	padding: 60px 20px 30px;
	margin-top: 0;
	font-size: 15px;
}

.footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

.footer-containertwo {
	grid-template-columns: repeat(5, 1fr);
}

footer .custom-logo {
	margin-bottom: 24px;
}

.footer-col h2.footer-logo {
	color: #e74c3c;
	font-size: 24px;
	margin-bottom: 10px;
}

.footer-col h3 {
	margin-bottom: 24px;
	color: #000000;
	font-size:  16px;
	font-weight: 600;
	line-height: 24px;
	
}

.footer-col ul {
	list-style: none;
  display: block;
}

.footer-col ul li {
	margin-bottom: 16px;
	vertical-align: middle;
}

.footer-col ul li a {
	text-decoration: none;
	transition: color 0.2s;
	vertical-align: middle;
	display: flex;
	color: #000;
	font-size:14px;
	font-weight: 400;
	line-height: 21px;
}

.footer-col ul li a:hover {
	color: #e74c3c;
}

.footer-col p {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
  margin: 0;
}

.footer-col p a {
	color:  #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

/* Newsletter */
.newsletter {
	margin-top: 24px;
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
}

.newsletter input {
	flex: 1;
	padding: 12px;
	border: 1px solid #000;
	border-radius: 0;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.newsletter input ::placeholder {
	color: rgba(0, 0, 0, 0.60);
	font-size:  16px;
}

.newsletter button {
	background: transparent;
	border: 1px solid #000;
	color: #000000;
	padding: 12px 24px;
	cursor: pointer;
	transition: background 0.2s;
}

.newsletter button:hover {
	background: #f1f1f1;
}

footer .wp-block-separator {
	margin: 0;
	border-bottom: 1px solid #ccc !important;
	border-top: 0;
}

/* Social Icons */
.socials a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #ccc;
	text-decoration: none;
	transition: color 0.2s;
}

.socials a:hover {
	color: #fff;
}

.socials img {
	width: 22px;
	height: 22px;
	margin-right: 12px;
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottomtwo-copyright {
	display: flex;
	gap: 40px;
}

.footer-bottomtwo .socials {
	display: flex;
}
.footer-bottomtwo .socials ul {
    list-style: none;
}

.footer-bottomtwo .socials ul li {
    display: inline-block;
}
.footer-bottomtwo .socials a{
  margin-bottom: 0;
}
.footer-bottomtwo .bottom-links nav ul li a{
  text-decoration: underline !important;
}
.footer-bottom p {
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	line-height:21px;
}

.footer-bottom .bottom-links {
	display: flex;
	gap: 15px;
}

.footer-bottom .bottom-links a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer-bottom .bottom-links a:hover {
	color: #5c5c5c;
}

.footer-col ul li a img {
	margin-right: 12px;
}


footer nav {
	margin: 0 !important;
}

.footer_social_icons {
	margin: 0;
}

.footer-col:first-child {
	flex-basis: 60% !important;
	margin-right: 120px;
}

/* ===== FOOTER V2 ===== */
.footer-v2 .footer-container {
  display: grid;
  grid-template-columns: 3fr 0.8fr 0.8fr; /* 🔹 More width for first column */
  gap: 40px;
  margin-bottom: 40px;
}

.footer-v2 .footer-logo {
  color: #e74c3c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .custom-logo {
    margin-bottom: 32px;
}

.footer-v2 .footer-address {
  color: var(--Color-Scheme-1-Text, #000);
font-size: var(--Text-Sizes-Text-Small, 14px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
margin-bottom: 24px;
}


.footer-v2 .footer-contact a {
 color: var(--Color-Scheme-1-Text, #000);
font-size: var(--Text-Sizes-Text-Small, 14px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.footer-v2 .footer-contact a:hover {
  color: #e74c3c;
}

/* Socials */
.footer-v2 .footer-socials{
  margin-top: 32px;
}
.footer-v2 .footer-socials a {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-v2 .footer-socials a:hover {
  color: #fff;
}
.footer-v2 .footer-socials img {
  width: 22px;
  height: 22px;
  margin-right: 0px;
}

/* Links */

.footer-v2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-v2 ul li {
  margin-bottom: 0px;
  display: inline-block;
}
.footer-v2 ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-v2 ul li a:hover {
  color: #e74c3c;
}

/* Bottom */
.footer-v2 .footer-bottom {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 32px;
  margin-top: 80px;
}

.footer-v2 .footer-bottom p {
 color: var(--Color-Scheme-1-Text, #000);
font-size: var(--Text-Sizes-Text-Small, 14px);
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}

.footer-v2 .footer-bottom-links {
  display: flex;
  gap: 15px;
}

.footer-v2 .footer-bottom-links a {
  font-size: 14px;
  color: #aaa;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-v2 .footer-bottom-links a:hover {
  color: #e74c3c;
}

/* footer v3 */
.footer-v3 {
 padding-top: 80px;
 padding-bottom: 80px;
}
.footer-v3 .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Logo */
.footer-v3 .footer-logo {
  color: #e74c3c;
  font-size: 24px;
  font-weight: 700;
}

/* Links */
.footer-v3 .links-col ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-v3 .links-col ul li
.footer-v3 .links-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
.footer-v3 .links-col ul li a:hover {
  color: #e74c3c;
}

/* Social Icons */
.footer-v3 .footer-col:first-child {
    flex-basis: auto !important;
    margin-right: 0;
}
.footer-v3 .footer-socials {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  align-items: center;
}
.footer-v3 .footer-socials ul{
  display: flex;
}
.footer-v3 .footer-socials a img {
  width: 20px;
  height: 20px;
}
.footer-v3 .footer-socials a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* Bottom Row */
.footer-v3 .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 80px;
  padding-top: 32px;
}

.footer-v3 .footer-bottom p {
color: var(--Color-Scheme-1-Text, #000);
font-size: var(--Text-Sizes-Text-Small, 14px);
font-style: normal;
font-weight: 400;
line-height: 21px;
margin: 0;
}

.footer-v3 .footer-bottom-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-v3 .footer-bottom-links ul{
  gap: 24px;
}
.footer-v3 .footer-bottom-links a {
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-v3 .footer-bottom-links a:hover {
  color: #e74c3c;
}
/* footer v4  */

.footer-v4 {
  padding-top: 80px;
  padding-bottom: 80px;
 }

/* NEWSLETTER */
.footer-v4 .newsletter{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:30px;
  flex-wrap:wrap;
  margin: 0;
}
.footer-v4 .newsletter-text h3{ font-size:20px; margin-bottom:6px; color:#111; }
.footer-v4 .newsletter-text p{ color:#555; font-size:14px; margin:0; }

/* newsletter form aligned to right: input & button inline */
.footer-v4 .newsletter-form{
  max-width:420px;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
.footer-v4 .newsletter-row{
  display:flex;
  gap:8px;
  width:100%;
}
.footer-v4 .newsletter-row input{
  flex:1;
  padding:10px 12px;
  border:1px solid #ccc;
  border-radius:4px;
  font-size:14px;
}
.footer-v4 .newsletter-row button{
  padding:10px 16px;
  background:#000;
  color:#fff;
  border:none;
  border-radius:4px;
  cursor:pointer;
  font-weight:600;
}
.footer-v4 .newsletter-row button:hover{ background:#e74c3c; }

/* small privacy text */
.footer-v4 .newsletter-privacy{
  margin-top:8px;
  font-size:12px;
  color:#777;
  width:100%;
}
.footer-v4 .newsletter-privacy a{ 
	color:#000;
	font-size:  12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;}

/* MAIN LINKS */
.footer-v4 .footer-main{ margin: 80px 0 0 0;}
.footer-v4 .footer-logo h2{ color:#e74c3c; font-size:24px; margin-bottom:22px; }

/* grid columns for the 5 columns area */
.footer-v4 .footer-links{
  display:grid;
  grid-template-columns: repeat(5, minmax(140px,1fr));
  gap:28px;
}
.footer-v4 .footer-links h4{ font-size:15px; font-weight:600; margin-bottom:10px; color:#111; }
.footer-v4 .footer-links ul{ list-style:none; padding:0; margin:0; }
.footer-v4 .footer-links ul li{ margin-bottom:7px; }
.footer-v4 .footer-links ul li a{ color:#555; text-decoration:none; font-size:14px; }
.footer-v4 .footer-links ul li a:hover{ color:#e74c3c; }

/* BOTTOM */
.footer-v4 .footer-bottom{
	border-top:1px solid #eee;
	display:flex;
	justify-content:space-between;
	align-items:center;  
	gap:20px;
	flex-wrap:wrap;
	margin: 80px 0 0 0;
	padding-top: 32px;
}
.footer-v4 .footer-bottom .footer-left{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}

/* bottom links */
.footer-v4 .footer-bottom-links{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.footer-v4 .footer-bottom-links a{ color:#666; text-decoration:none; font-size:13px; }
.footer-v4 .footer-bottom-links a:hover{ color:#e74c3c; }

/* socials */

.footer-v4 .footer-socials ul{
	list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.footer-v4 .footer-socials a img{
  width:18px; height:18px;
  filter:brightness(0) invert(0.2);
  opacity:.8;
  transition:opacity .2s, transform .15s;
}
.footer-v4 .footer-socials a:hover img{ opacity:1; transform:scale(1.08); }

/* small screens */
@media (max-width: 992px){
  .footer-v4 .footer-links{ grid-template-columns: repeat(3, minmax(140px,1fr)); }
  .footer-v4 .newsletter-privacy{ text-align:right; }
}
@media (max-width: 700px){
  .footer-v4 .newsletter{ flex-direction:column; align-items:flex-start; }
  .footer-v4 .newsletter-form{ align-items:stretch; }
  .footer-v4 .newsletter-privacy{ text-align:left; }

  .footer-v4 .footer-links{ grid-template-columns: repeat(2, minmax(120px,1fr)); gap:18px; }
  .footer-v4 .footer-bottom{ flex-direction:column; align-items:center; text-align:center; }
  .footer-v4 .footer-bottom .footer-right{ justify-content:center; }
  .footer-v4 .footer-bottom .footer-bottom-links{ justify-content:center; }
}

/* footer version five */

.footer-modern {
  background: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #e5e5e5;
  padding: 60px 5% 20px;
}

/* Main container */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

/* Left section */
.footer-info {
  flex: 1 1 360px;
  max-width: 460px;
}
.footer-info h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}
.footer-info p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-buttons {
  display: flex;
  gap: 10px;
}
.footer-buttons .btn-dark,
.footer-buttons .btn-light {
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  border: none;
}
.footer-buttons .btn-dark {
  background: #000;
  color: #fff;
}
.footer-buttons .btn-light {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.footer-buttons .btn-dark:hover {
  background: #333;
}
.footer-buttons .btn-light:hover {
  background: #000;
  color: #fff;
}

/* Links */
.footer-links {
  display: flex;
  gap: 40px;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
}
.footer-col ul li a:hover {
  text-decoration: underline;
}

/* Bottom area */
.footer-modern .footer-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}
.footer-modern  .footer-buttons button{
border-radius: 0;
}
.footer-bottom-copyright{
    padding-top: 20px;
    text-align: center;
}
.footer-brand {
  color: #e74c3c;
  font-weight: 600;
}
.footer-socials {
  display: flex;
  gap: 14px;
}
.footer-modern .footer-socials ul{
	list-style: none;
}
.footer-modern .footer-socials ul li {
	display: inline-block;
}	
.footer-modern .footer-col:first-child {
    flex-basis: auto !important;
    margin-right: 0;
}
.footer-socials img {
  width: 18px;
  height: 18px;
  filter: brightness(0);
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}
.footer-socials img:hover {
  opacity: 1;
  transform: scale(1.1);
}


/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
    .footer-modern .footer-links {
        gap: 40px;
        flex-direction: column;
    }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .footer-v3 .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
.footer-modern .footer-info {
    flex: 1;
}
.footer-modern .footer-bottom {
    align-items: flex-start;
}
.footer-modern .footer-bottom-copyright {
    padding-top: 20px;
    text-align: left;
}
  .footer-v3 .footer-socials {
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-bottom,.footer-bottomtwo {
    flex-direction: column;
    gap: 10px;
    text-align: center;
     align-items: flex-start;
  }
  .footer-bottomtwo-copyright{
    display: flex;
    flex-direction: column;
  }
  .footer-bottomtwo .socials
  {
     order: -1;  
  }
.footer-bottom .bottom-links,  .footer-bottomtwo .bottom-link{
        order: -1;  
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
}



}
.footer-v5 .logo-col{
    text-align: center;
}
.footer-v5 .footer-links{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-v5 .footer-top{
	margin-bottom: 80px;
}
.footer-v5 .footer-bottom{
	border-top: 1px solid #eee;
	padding-top: 32px;
}
.footer-v5 ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-v5 ul li{
	margin-bottom: 0px;
}
.footer-v5 .footer-col{
	margin-top: 0px;
}
.footer-v5 .footer-col:first-child {
    flex-basis: auto !important;
    margin-right: auto !important;
}
/* footer version 6 */

/* footer modern version 2  */

.footer-modern.modern-v2 .footer-links {
    display: grid;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    gap: 28px;
	margin-bottom: 88px;
}
.footer-modern.modern-v2 .footer-links h4{ font-size:15px; font-weight:600; margin-bottom:10px; color:#111; }
.footer-modern.modern-v2 .footer-links ul{ list-style:none; padding:0; margin:0; display: block;}
.footer-modern.modern-v2 .footer-links ul li{ margin-bottom:7px; }
.footer-modern.modern-v2 .footer-links ul li a{ color:#555; text-decoration:none; font-size:14px; }
.footer-modern.modern-v2 .footer-links ul li a:hover{ color:#e74c3c; }


/* error page */
.error404 h5 {
	margin-top: 54px;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #000000;
}

.error404 p {
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 16px;
  width: 494px;
}

.error404 .wp-block-buttons {
	margin-top: 24px;

}

.error404 .wp-block-buttons a {
	color: #fff;
	background-color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 24px;
}




/* Responsive */
@media (max-width: 1440px) {

	.hero-slider-v8-1 img,
	.hero-slider-v8-2 img {
		width: 416px;
	}
}

@media (max-width: 1300px) {
	header.wp-block-template-part {
		padding: 16px 20px;
	}

	.hero-v5 .hero-text-wrapper {
		padding: 80px 20px;
	}

	.hero-v6 .hero-text-wrapper {
		padding: 0 0px !important;
	}

}

@media (max-width: 1200px) {
	.footer-col:first-child {
		flex-basis: 70% !important;
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	header nav ul {
		gap: 20px !important;
	}

	.header-menu-wrap {
		gap: 5px !important;
	}

	header .book-btn a {
		padding: 8px 12px;
		font-size: 12px;
	}

	header nav ul li a span {
		font-size: 12px;
	}
  	.footer-col:first-child {
		flex-basis: 80% !important;
		margin-right: 0;
	}
}


@media (max-width: 1023px) {
	.footer-container {
		flex-direction: column;
	}.footer-containertwo {
    grid-template-columns: repeat(3, 1fr);
}

	.footer-col:first-child {
		flex-basis: 30% !important;
		margin-right: 0;
	}
}

@media (max-width: 900px) {
	.hero-v3 {
		flex-direction: column;
		height: auto;
	}

	.hero-v3 .hero-image {
		height: 50vh;
	}

	.hero-v3 .hero-text {
		padding: 40px 20px !important;
	}

	.hero-v4 .hero-text {
		padding: 0 0 40px 0 !important;
	}
}

@media (max-width: 768px) {
	.hero-v5 .hero-text-wrapper {
		padding: 80px 20px;
		flex-direction: column;
	}

	.hero-v7 .hero-wrapper {
		flex-direction: column;
	}

	.hero-v7 .hero-content,
	.hero-v7 .hero-right {
		width: 100%;
	}

	.hero-v7 .hero-content {
		padding: 40px 20px;
		text-align: center;
		align-items: center;
	}

	.newsletter {

		flex-direction: column;
	}

	.hero-content h2,
	.hero-v8 .hero-content h2 {
		color: #000;
		text-align: center;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
	}

	.hero-v8 .hero-content {
		padding: 0 20px;
	}

	.footer-bottom {
		flex-direction: column;
		justify-content: start;
		align-items: self-start;

	}

	.footer-bottom .bottom-links,.footer-bottomtwo .socials,.footer-bottomtwo-copyright .bottom-link{
		order: -1;
	}
  .footer-bottomtwo-copyright .bottom-link ul{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-bottomtwo .socials{
    margin-bottom: 32px;
  }
  .footer-col h3 {
    margin-bottom: 20px;
  }
  .footer-containertwo .footer-col:last-child h3{
    margin-bottom: 12px;
  }
  .footer-containertwo .footer-col .newsletter {
    margin-top: 16px;
  }
  .footer-bottomtwo {
    margin-top: 24px;
  }
 .footer-containertwo {
    gap: 48px;
    margin-bottom: 48px;
  }
  .footer-bottomtwo-copyright{
    flex-direction: column;
    gap: 32px;
  }
	.footer-bottom .bottom-links ul {
		flex-direction: column;
		align-items: start;
		gap: 16px
	}
  .footer-v2 .footer-bottom-links ul{
    flex-direction: column;
		align-items: start;
		gap: 16px
  }
  .footer-bottom .bottom-links ul li{
    display: block;
  }
  .footer-containertwo {
    grid-template-columns: repeat(1, 1fr);
  }
   .footer-v2 .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-v2 .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
  .footer-v2 .footer-container {
    gap: 56px;
    margin-bottom: 0;
  }
  .footer-v2 .footer-bottom {
    padding-top: 24px;
    margin-top: 56px;
  }
  .footer-v2 .footer-bottom-links{
    order: -1;
    gap: 16px;
  }
  .footer-v3 .footer-top {
    flex-direction: column;
    gap: 48px;
  }
  .footer-v3 .links-col ul {
    gap: 24px;
    flex-direction: column;
  }
  .footer-v3 .links-col ul li{
    margin-bottom: 0;
}
 .footer-v3  .custom-logo {
    margin-bottom: 0px;
  }
  .footer-v3 .footer-bottom {
    margin-top: 48px;
    padding-top: 24px;
}
.footer-v3 .footer-bottom-links{
  order: -1;
}
.footer-v3 .footer-bottom-links ul {
    gap: 16px;
    flex-direction: column;
}
	.error404 h5 {
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
	}

	.error404 p {
		margin-top: 8px;
    width: 100%;
	}

	.hero .slide .hero-content {
		left: 20px;
		right: 20px;
		transform: translateY(-50%);
		max-width: 100%;
	}

	.hero .hero-content h1 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 20px;
	}

	.hero .hero-content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.hero-v2 {
		min-height: 812px;
	}

	.hero-v3 .hero-image img {
		max-height: 375px;
	}

}

@media (max-width:600px) {

	.hero-slider-v8-1 img,
	.hero-slider-v8-2 img {
		height: 169px;
		width: 96%;
		object-fit: cover;
	}
}
/* respo style ends */