/*
Theme Name: Madkaikar Realtors
Theme URI: https://example.com/
Author: OpenAI
Description: Custom WordPress theme converted from the provided HTML design for Madkaikar Realtors.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: madkaikar-realtors
*/

:root {
      --primary-dark: #020826;
      --accent-lime: #019854;
      --text-white: #ffffff;
      --muted-white: rgba(255,255,255,0.82);
      --nav-bg: rgba(255,255,255,0.95);
      --glass: rgba(255,255,255,0.08);
      --glass-border: rgba(255,255,255,0.14);
    }

    body {
      margin: 0;
      font-family: 'Outfit', sans-serif;
      background: #f6f6f6;
    }
.footer-bottom a {
    color: rgba(255, 255, 255, 0.72);
}
.footer-bottom a:hover {
    color: #d9b36a;
}
    a {
      text-decoration: none;
    }

.brand-text a {
    color: var(--bs-body-color);
}

.why-choose-section {
    background: #b85a30;
    padding: 90px 0;
}

.why-choose-section .lifestyle-label{
    color:#fff;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.why-choose-section .lifestyle-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin:15px 0 60px;
}

.why-card{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.why-card:hover{
    transform:translateY(-10px);
}

.why-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f8f6f2;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mr-map-placeholder-content {
    width: 100%;
}
.why-icon i{
    font-size:38px;
    color:#b85a30;
}

.why-content h4{
    font-size:24px;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:15px;
}

.why-content p{
    color:#666;
    line-height:1.8;
    margin:0;
}
/* Floating Social Icons */
.floating-social{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:9999;
}

.floating-social a{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:24px;
    box-shadow:0 5px 18px rgba(0,0,0,.18);
    transition:all .3s ease;
}

.floating-social a:hover{
    transform:translateY(-4px) scale(1.08);
    box-shadow:0 8px 24px rgba(0,0,0,.25);
}

/* WhatsApp */
.floating-social .whatsapp{
    background:#25D366;
}

/* Facebook */
.floating-social .facebook{
    background:#1877F2;
}

/* Instagram Gradient */
.floating-social .instagram{
    background:linear-gradient(
        45deg,
        #F58529 0%,
        #FEDA77 20%,
        #DD2A7B 45%,
        #8134AF 70%,
        #515BD4 100%
    );
}

/* X (Twitter) */
.floating-social .twitter{
    background:#000;
}

/* LinkedIn */
.floating-social .linkedin{
    background:#0A66C2;
}
.footer-text a:hover {
    color: #c4721f;
}
.footer-text a {
    color: rgba(255, 255, 255, 0.82);
}

/* ==================================
   HEADER
================================== */

.site-header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 20px;
}

.header-shell {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 26px;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.header-inner {
	min-height: 106px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

/* Brand */

.brand-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
	color: #1f2937;
	text-decoration: none;
}

.brand-wrap:hover {
	color: #1f2937;
}

.brand-logo {
	width: 80px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

.brand-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.brand-text {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #1f2937;
	white-space: nowrap;
}

.brand-text span {
	color: #d8b10e;
}

/* Desktop navigation */

.desktop-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.desktop-nav .main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.desktop-nav .main-menu li {
	margin: 0;
	padding: 0;
}

.desktop-nav .main-menu li a {
	position: relative;
	display: block;
	color: #1f2a44;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease;
}

.desktop-nav .main-menu li a:hover {
	color: #e07b39;
}

.desktop-nav .main-menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 2px;
	background: #e07b39;
	transition: width 0.3s ease;
}

.desktop-nav .main-menu li a:hover::after,
.desktop-nav .main-menu li.current-menu-item > a::after,
.desktop-nav .main-menu li.current_page_item > a::after {
	width: 100%;
}

/* Header actions */

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.header-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 24px;
	border-radius: 999px;
	background: #04154b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(4, 21, 75, 0.16);
	transition:
		background 0.3s ease,
		transform 0.3s ease;
}

.header-btn:hover {
	background: #e07b39;
	color: #fff;
	transform: translateY(-1px);
}

/* Mobile toggle */

.mobile-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: #04154b;
	cursor: pointer;
	flex-shrink: 0;
}

.mobile-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	border-radius: 10px;
	background: #fff;
	transition: 0.3s ease;
}

/* Mobile menu hidden by default */

.mobile-menu-box {
	display: none;
}
/* Base Response Message */
.wpcf7 .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px 20px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: all .3s ease;
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
    background: #eafaf1;
    color: #1d6b3c;
    border-left: 5px solid #28a745;
}

/* Validation Error */
.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff4e5;
    color: #a85d00;
    border-left: 5px solid #ff9800;
}

/* Mail Sending Failed */
.wpcf7 form.failed .wpcf7-response-output {
    background: #fdecec;
    color: #b71c1c;
    border-left: 5px solid #dc3545;
}

/* Spam */
.wpcf7 form.spam .wpcf7-response-output {
    background: #fff3cd;
    color: #856404;
    border-left: 5px solid #ffc107;
}

/* Acceptance Checkbox Error */
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fff4e5;
    color: #a85d00;
    border-left: 5px solid #ff9800;
}

/* Submission Aborted */
.wpcf7 form.aborted .wpcf7-response-output {
    background: #f8d7da;
    color: #721c24;
    border-left: 5px solid #dc3545;
}

/* Validation field error */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}
/* ==================================
   TABLET AND MOBILE
================================== */

@media (max-width: 991px) {

	.site-header {
		top: 12px;
		padding: 0 12px;
	}

	.header-shell {
		padding: 0 14px;
		border-radius: 22px;
	}

	.header-inner {
		min-height: 72px;
		gap: 10px;
	}

	.desktop-nav,
	.header-actions .header-btn {
		display: none;
	}

	.mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.brand-wrap {
		gap: 10px;
		min-width: 0;
	}

	.brand-logo {
		width: 48px;
	}

	.brand-text {
		font-size: 13px;
		white-space: normal;
	}

	/* Mobile dropdown */

	.mobile-menu-box {
		display: none;
		width: 100%;
		padding: 0 0 16px;
		background: transparent;
	}

	.mobile-menu-box.active {
		display: block;
	}

	.mobile-menu-box .mobile-main-menu {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		width: 100%;
		margin: 0;
		padding: 8px 0 0;
		list-style: none;
	}

	.mobile-menu-box .mobile-main-menu li {
		display: block;
		width: 100%;
		margin: 0 !important;
		padding: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.mobile-menu-box .mobile-main-menu li a {
		display: block;
		width: 100%;
		padding: 13px 4px;
		color: #1f2a44;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
	}

	.mobile-menu-box .mobile-main-menu li a::after {
		display: none;
	}

	.mobile-menu-box .mobile-btn {
		display: flex;
		width: 100%;
		margin-top: 12px;
		padding: 13px 20px;
	}

}

/* ==================================
   SMALL MOBILE
================================== */

@media (max-width: 480px) { .footer-bottom span.sepa {
   display:none;
}   
.mobile-br{
      display:block;
    }
	.site-header {
		padding: 0 10px;
	}

	.header-shell {
		padding: 0 12px;
	}

	.header-inner {
		min-height: 68px;
	}

	.brand-wrap {
		gap: 8px;
		max-width: calc(100% - 54px);
	}

	.brand-logo {
		width: 44px;
	}

	.brand-text {
		font-size: 11px;
		line-height: 1.25;
	}

	.mobile-toggle {
		width: 42px;
		height: 42px;
	}

}
@media (max-width: 991px) {

    .mobile-menu-box .mobile-main-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 100%;
        margin: 0;
        padding: 8px 0 0;
    }

    .mobile-menu-box .mobile-main-menu li {
        display: block;
        width: 100%;
        margin: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-menu-box .mobile-main-menu li a {
        display: block;
        width: 100%;
        padding: 13px 4px;
        font-size: 14px;
    }

    .mobile-menu-box .mobile-main-menu li a::after {
        display: none;
    }

}
/* Mobile */
@media (max-width:768px){

    .floating-social{
        right:15px;
        bottom:15px;
        gap:10px;
    }

    .floating-social a{
        width:46px;
        height:46px;
        font-size:20px;
    }

}
@media(max-width:991px){

.why-choose-section{
    padding:70px 0;
}

.why-choose-section .lifestyle-title{
    font-size:38px;
}

}

@media(max-width:576px){
.mobile-menu-box ul { 
    display: block;
}
    .brand-logo {
        width: unset;
    }
    .brand-text {
        font-size: 15px;
    }
    .brand-logo img {
    width: 55px !important; 
}
.why-choose-section .lifestyle-title{
    font-size:30px;
}

}
    .hero-wrapper {
      padding: 20px;
    }

    .hero-section {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      min-height: 460px;
      background: #111;
    }

    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slide {
      height: 460px;
    }

    .hero-slide {
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.25) 40%, rgba(1,5,28,0.82) 100%);
      z-index: 1;
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.18) 100%);
      z-index: 1;
    }

 .hero-navbar {
    position: absolute;
    top: 22px;
    left: 22px;
    right: 22px;
    z-index: 20;
    background: var(--nav-bg);
    border-radius: 40px;
    padding: 10px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    .brand-wrap {
      display: flex;
      align-items: center;
      gap: 14px;
    }
.more-about p {
    font-size: 17px;
    line-height: 1.95;
    color: var(--mr-text);
    margin: 0 0 18px;
}
    .brand-logo {   
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      overflow: hidden;
    }

.brand-logo img {
    width: 83px;
    height: auto;
    object-fit: contain;
    border-radius: 7px;
}

  
.brand-text { 
    /* letter-spacing: 1px; */
    font-weight: 800;
    font-size: 20px;
}
    .brand-text span {
      color: #c6eb23;
    }

    .main-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 34px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .main-menu li a {
      color: #1d2640;
      font-size: 16px;
      font-weight: 400;
      transition: 0.3s ease;
    }

    .main-menu li a:hover {
      color: #000;
    }

    .quote-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--primary-dark);
      color: #fff;
      border-radius: 999px;
      padding: 16px 24px;
      font-weight: 600;
      white-space: nowrap;
      transition: 0.3s ease;
    }

    .quote-btn:hover {
      background: #0a1236;
      color: #fff;
    }

    .quote-btn .arrow {
      font-size: 18px;
      line-height: 1;
    }

    .hero-content {
      position: absolute;
      z-index: 5;
      left: 48px;
      right: 48px;
      bottom: 54px;
      color: #fff;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 40px;
      align-items: end;
    }

    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,0.16);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 22px;
    }

    .trust-badge .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent-lime);
      display: inline-block;
    }

    .hero-title {
      font-size: 68px;
      line-height: 0.98;
      font-weight: 300;
      margin: 0;
      max-width: 680px;
      letter-spacing: -1.8px;
    }

    .hero-title em {
      font-style: italic;
      font-weight: 400;
    }

    .stats-box {
      background: rgba(255,255,255,0.08);
      border: 1px solid var(--glass-border);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 24px;
      padding: 28px 26px;
      margin-bottom: 28px;
    }

    .stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .stat-item {
      position: relative;
      padding: 0 18px;
    }

    .stat-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 8px;
      bottom: 8px;
      width: 1px;
      background: rgba(255,255,255,0.15);
    }

    .stat-number {
      font-size: 46px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 10px;
      color: #fff;
    }

    .stat-text {
      font-size: 16px;
      line-height: 1.35;
      color: var(--muted-white);
      font-weight: 400;
    }

    .bottom-action {
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
    }

    .consult-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      color: #0d1328;
      border-radius: 999px;
      padding: 18px 30px;
      font-size: 18px;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .consult-btn:hover {
      color: #0d1328;
      transform: translateY(-1px);
    }

    .rating-box {
      color: #fff;
    }

    .rating-top {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .stars {
      color: var(--accent-lime);
      letter-spacing: 1px;
      font-size: 18px;
    }

    .rating-text {
      font-size: 16px;
      color: var(--muted-white);
      line-height: 1.4;
    }

    .hero-slider .slick-dots {
      bottom: 22px;
    }

    .hero-slider .slick-dots li button:before {
      color: #fff;
      opacity: 0.45;
      font-size: 10px;
    }

    .hero-slider .slick-dots li.slick-active button:before {
      color: var(--accent-lime);
      opacity: 1;
    }

    .mobile-toggle {
      border: 0;
      background: transparent;
      padding: 0;
      width: 42px;
      height: 42px;
      display: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
    }

    .mobile-toggle span {
      display: block;
      width: 24px;
      height: 2px;
      background: #0d1328;
      border-radius: 10px;
    }
.more.about p {
    font-size: 17px;
    line-height: 1.95;
    color: var(--mr-text);
    margin: 0 0 18px;
}
    @media (max-width: 1199px) {
      .hero-title {
        font-size: 56px;
        max-width: 100%;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .stats-box {
        margin-top: 10px;
      }
    }

    @media (max-width: 991px) {
      .hero-section,
      .hero-slider,
      .hero-slider .slick-list,
      .hero-slider .slick-track,
      .hero-slide {
        height: 820px;
      }

      .hero-navbar {
        padding: 18px 20px;
      }

      .desktop-menu,
      .desktop-cta {
        display: none !important;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .hero-content {
        left: 24px;
        right: 24px;
        bottom: 36px;
      }

      .hero-title {
        font-size: 48px;
      }

      .stats-row {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .stat-item {
        padding: 0;
      }

      .stat-item:not(:last-child)::after {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .hero-wrapper {
        padding: 12px;
      }

      .hero-section,
      .hero-slider,
      .hero-slider .slick-list,
      .hero-slider .slick-track,
      .hero-slide {
        height: 460px;
      }

      .hero-navbar {
        top: 14px;
        left: 14px;
        right: 14px;
        border-radius: 22px;
        padding: 16px 18px;
      }

      .brand-text {
        font-size: 18px;
      }

      .hero-content {
        left: 18px;
        right: 18px;
        bottom: 26px;
      }

      .hero-title {
        font-size: 40px;
        line-height: 1.03;
        letter-spacing: -1px;
      }

      .trust-badge {
        font-size: 13px;
        padding: 9px 14px;
      }

      .stats-box {
        padding: 20px 18px;
        border-radius: 20px;
      }

      .stat-number {
        font-size: 38px;
      }

      .stat-text {
        font-size: 15px;
      }

      .consult-btn {
        width: 100%;
        justify-content: center;
        font-size: 17px;
        padding: 16px 22px;
      }

      .rating-top {
        font-size: 18px;
      }

      .rating-text {
        font-size: 15px;
      }
    }

    @media (max-width: 575px) {
      .hero-title {
        font-size: 34px;
      }

      .hero-section,
      .hero-slider,
      .hero-slider .slick-list,
      .hero-slider .slick-track,
      .hero-slide {
        height: 700px;
      }

      .bottom-action {
        gap: 18px;
      }
    }

    /* Mobile menu */
    .mobile-menu-box {
      display: none;
      position: absolute;
      top: calc(100% + 12px);
      left: 0;
      right: 0;
      background: #fff;
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .mobile-menu-box.active {
      display: block;
    }

    .mobile-menu-box ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .mobile-menu-box li + li {
      margin-top: 12px;
    }

    .mobile-menu-box a {
      color: #1d2640;
      font-size: 16px;
      font-weight: 500;
    }

    .mobile-menu-box .quote-btn {
      width: 100%;
      justify-content: center;
      margin-top: 16px;
    }

   .about-section {
  padding: 60px 0;
  background: #f6f6f6;
  font-family: 'Outfit', sans-serif;
}

.about-left,
.about-right {
  height: 100%;
}

/* Label */
.about-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #b5481d;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* Title */
.about-title {
  font-family: 'Outfit', sans-serif;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  color: #08142f;
  margin: 0 0 34px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* Image */
.about-image-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 560px;
}

.about-image {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

/* Right side */
.about-right {
  padding-left: 20px;
}

/* Text */
.about-copy {
  margin-bottom: 34px;
}

.about-text {
  font-size: 15px;
  line-height: 1.95;
  color: #58627a;
  margin-bottom: 16px;
}

.about-text:last-child {
  margin-bottom: 0;
}

/* Features */
.about-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 34px;
}

.about-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(8, 20, 47, 0.08);
}

.about-feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-feature-number {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(2, 152, 84, 0.08);
  color: #029653;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.about-feature-item h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #08142f;
  margin: 0 0 6px;
  font-family: 'Outfit', sans-serif;
}

.about-feature-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #6b7387;
  margin: 0;
}

/* Button */
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0a1236;
  color: #fff;
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-link:hover {
  background: #1b2558;
  color: #fff;
}

.about-link .arrow {
  font-size: 16px;
}

/* Responsive */
@media (max-width: 1199px) {
  .about-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .about-section {
    padding: 80px 0;
  }

  .about-title {
    font-size: 38px;
  }

  .about-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 60px 0;
  }

  .about-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .about-text {
    font-size: 14px;
  }

  .about-feature-item h4 {
    font-size: 18px;
  }
}

/* =========================
   Schedule Tour Section
========================= */
.tour-section {
  padding: 80px 0 70px;
  background: #f5f5f2;
  font-family: 'Outfit', sans-serif;
}

.tour-mini-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #c86a2b;
    margin-bottom: 12px;
}

.tour-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  color: #1e2430;
  margin-bottom: 18px;
}

.tour-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #7b7f87;
  max-width: 320px;
  margin-bottom: 28px;
}

.tour-agent-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.tour-agent-name {
  font-size: 15px;
  font-weight: 600;
  color: #1e2430;
}

.tour-agent-phone {
  font-size: 13px;
  color: #95a56f;
  text-decoration: none;
}

.tour-agent-phone:hover {
  color: #7f9159;
}

.tour-form .custom-field {
  height: 48px;
  border-radius: 0;
  border: 1px solid #d8d8d2;
  background: transparent;
  font-size: 13px;
  color: #2a2f38;
  padding: 12px 14px;
  box-shadow: none;
  font-family: 'Outfit', sans-serif;
}

.tour-form .custom-field:focus {
  border-color: #95a56f;
  box-shadow: none;
}

.custom-textarea {
  height: 100px !important;
  resize: none;
  padding-top: 14px !important;
}

.tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a1236;
  color: #fff;
  border: none;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s ease;
  font-family: 'Outfit', sans-serif;
}

.tour-btn:hover {
  background: #029653;
  color: #fff;
}

/* =========================
   Scrolling Text Strip
========================= */
.property-marquee-wrap {
  background: #d5dcc7;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.03);
}

.property-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.property-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  padding: 18px 0;
  min-width: max-content;
  animation: marqueeMove 28s linear infinite;
}

.property-marquee-track span {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #4c5a36;
  white-space: nowrap;
}

.property-marquee-track span:nth-child(2n) {
  color: #1e2430;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =========================
   Footer
========================= */
.site-footer {
  background:var(--primary-dark); 
  color: #fff;
  padding-top: 48px;
  font-family: 'Outfit', sans-serif;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
}

.footer-logo-text {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b36a;
  font-size: 20px;
  transition: 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
      background: #029653;
    border-color: #029653;
    color: #fff;
}

.footer-bottom {
  margin-top: 38px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  padding: 14px 15px;
  font-size: 12px;
  color: rgba(255,255,255,0.72);
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .tour-section {
    padding: 65px 0 55px;
  }

  .tour-title {
    font-size: 34px;
  }

  .tour-desc {
    max-width: 100%;
  }

  .property-marquee-track span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tour-title {
    font-size: 28px;
  }

  .tour-section {
    padding: 55px 0 45px;
  }

  .tour-form .custom-field {
    height: 46px;
    font-size: 13px;
  }

  .custom-textarea {
    height: 90px !important;
  }

  .property-marquee-track {
    gap: 28px;
    padding: 14px 0;
  }

  .property-marquee-track span {
    font-size: 15px;
  }

  .footer-logo-text {
    font-size: 24px;
  }
}

.tour-btn {
    position: relative;
    display: inline-block;
    background:  #0a1236;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    padding: 0px;
    border: none;
    overflow: hidden;
    outline: none;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
 .tour-btn input {
    font-size: 17px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-visit-captcha {
    height: 31px;
    border-radius: 0;
    border: 1px solid #d8d8d2; 
    margin-bottom: 10px;
}
.tour-btn {
    padding: 17px 24px 17px 24px;
    /* font-size: 39px; */
    font-weight: 600;
}
.property-marquee-wrap {
    background: #c4721f;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.featured-properties-section {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}

.featured-properties-section .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}

.featured-content {
  padding-top: 42px;
  padding-right: 30px;
}

.featured-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #b5481d;
  margin-bottom: 18px;
}

.featured-title {
        font-size: 48px;
        /* font-size: 52px; */
        line-height: 1.08;
        font-weight: 700;
        color: #1c2434;
        margin: 0;
        letter-spacing: -1px;
}
.featured-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #7b7f87;
  max-width: 230px;
  margin-bottom: 40px;
}

.featured-arrows {
  display: flex;
  align-items: center;
  gap: 14px;
}

.featured-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #deded8;
  background: #f8f8f5;
  color: #7b7f87;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  padding: 0;
}

.featured-arrow:hover {
  background: #95a56f;
  border-color: #95a56f;
  color: #fff;
}

.featured-slider-wrap {
  overflow: hidden;
}

.featured-property-slider {
  margin-right: -20px;
}

.property-slide {
  padding: 0 12px;
}

.property-card {
  position: relative;
}

.property-image-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}

.property-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.property-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
}

.property-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  text-transform: uppercase;
}

.badge-orange {
  background: #b5481d;
}

.badge-dark {
  background: #029754;
}

.badge-green {
  background: #029754;
}

.property-info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  background: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  z-index: 3;
}

.property-name {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #1c1f26;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.property-price {
  font-size: 16px;
  color: #7c7f85;
  line-height: 1.4;
}

.property-price strong {
  color: #111;
  font-weight: 700;
}

.property-link {
  width: 34px;
  height: 34px;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
}

.property-link:hover {
  color: #95a56f;
}

.featured-property-slider .slick-track {
  display: flex !important;
}

.featured-property-slider .slick-slide {
  height: inherit !important;
}

.featured-property-slider .slick-slide > div {
  height: 100%;
}

.featured-property-slider .slick-list {
  overflow: visible;
}

@media (max-width: 1399px) {
  .featured-title {
    font-size: 48px;
  }

  .property-image {
    height: 420px;
  }
}

@media (max-width: 1199px) {
  .featured-properties-section .container-fluid {
    padding-left: 40px;
  }

  .featured-content {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .featured-title {
    font-size: 44px;
  }

  .property-image {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .featured-properties-section {
    padding: 70px 0;
  }

  .featured-properties-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .featured-title {
    font-size: 38px;
  }

  .featured-desc {
    max-width: 100%;
  }

  .featured-property-slider {
    margin-right: 0;
  }

  .property-image {
    height: 420px;
  }

  .property-name {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .featured-properties-section {
    padding: 55px 0;
  }

  .featured-title {
    font-size: 30px;
  }

  .featured-desc {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .property-image {
    height: 340px;
  }

  .property-info {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px 14px;
  }

  .property-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .property-price {
    font-size: 14px;
  }
}

.testimonials-section {
  padding: 90px 0;
  background: #a9491f;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
  position: relative;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #a9491f;
}

.testimonials-section .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}

.testimonials-content {
  padding-top: 46px;
  padding-right: 30px;
}

.testimonials-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 18px;
}

.testimonials-title {
  font-family: 'Outfit', sans-serif;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.testimonials-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  max-width: 230px;
  margin-bottom: 40px;
}

.testimonials-arrows {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonials-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #deded8;
  background: #f8f8f5;
  color: #7b7f87;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  padding: 0;
}

.testimonials-arrow:hover {
  background: #95a56f;
  border-color: #95a56f;
  color: #fff;
}

.testimonials-slider-wrap {
  overflow: hidden;
}

.testimonials-slider {
  margin-right: -20px;
}

.testimonial-slide {
  padding: 0 12px;
}

.testimonial-card {
  background: #fff;
  padding: 28px 22px 24px;
  min-height: 240px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.85;
  color: #656b76;
  margin: 0 0 28px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-user-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-user-info h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #141923;
  margin: 0 0 4px;
}

.testimonial-user-info span {
  font-size: 15px;
  color: #8a8f98;
}

.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slick-slide {
  height: inherit !important;
}

.testimonials-slider .slick-slide > div {
  height: 100%;
}

.testimonials-slider .slick-list {
  overflow: visible;
}

@media (max-width: 1399px) {
  .testimonials-title {
    font-size: 48px;
  }

  .testimonial-text {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .testimonials-section .container-fluid {
    padding-left: 40px;
  }

  .testimonials-content {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .testimonials-title {
    font-size: 42px;
  }

  .testimonial-card {
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 70px 0;
  }

  .testimonials-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .testimonials-title {
    font-size: 36px;
  }

  .testimonials-desc {
    max-width: 100%;
  }

  .testimonials-slider {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 55px 0;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonials-desc {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .testimonial-card {
    padding: 22px 18px;
    min-height: 200px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .testimonial-user-info h4 {
    font-size: 16px;
  }

  .testimonial-user-info span {
    font-size: 14px;
  }
}

.facilities-section {
  padding: 90px 0;
  background: #f5f5f2;
  font-family: 'Outfit', sans-serif;
}

.facilities-top {
  margin-bottom: 38px;
  gap: 20px;
}

.facilities-label {
 display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #b5481d;
    margin-bottom: 18px;
}

.facilities-title {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  color: #1c2434;
  margin: 0;
  letter-spacing: -1px;
}

.facilities-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  background: #a0b07a;
  color: #1c2434;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.facilities-btn:hover {
  background: #8fa067;
  color: #1c2434;
}

.facilities-grid {
  --bs-gutter-y: 26px;
  --bs-gutter-x: 26px;
}

.facility-item {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
}

.facility-row {
  flex-direction: row;
}

.facility-image-wrap {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 6px;
  overflow: hidden;
}

.facility-image {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
  border-radius:  6px;
}

.facility-content {
  flex: 1;
}

.facility-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #1f2737;
  margin: 0 0 16px;
}

.facility-text {
  font-size: 16px;
  line-height: 2;
  color: #717783;
  margin: 0;
  max-width: 290px;
}

@media (max-width: 1199px) {
  .facilities-title {
    font-size: 44px;
  }

  .facility-title {
    font-size: 28px;
  }

  .facility-image {
    height: 230px;
  }
}

@media (max-width: 991px) {
  .facilities-section {
    padding: 70px 0;
  }

  .facilities-title {
    font-size: 38px;
  }

  .facility-item,
  .facility-row,
  .facility-row-reverse-mobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .facility-image-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .facility-image {
    width: 100%;
    height: 300px;
  }

  .facility-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .facilities-section {
    padding: 55px 0;
  }

  .facilities-title {
    font-size: 30px;
  }

  .facilities-top {
    margin-bottom: 28px;
  }

  .facility-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .facility-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .facility-image {
    height: 220px;
  }

  .facilities-btn {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 13px;
  }
}

.lifestyle-section {
  padding: 90px 0;
  background: #b5481d;
  position: relative;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
}

.lifestyle-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/pattern.png") repeat;
  opacity: 0.08;
  pointer-events: none;
}

.lifestyle-section .container {
  position: relative;
  z-index: 2;
}

.lifestyle-header {
  margin-bottom: 48px;
}

.lifestyle-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 14px;
}

.lifestyle-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.lifestyle-card {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: 0.3s ease;
  height: 100%;
}

.lifestyle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.12);
}

.lifestyle-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lifestyle-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lifestyle-card h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #1f2737;
  margin: 0 0 8px;
}

.lifestyle-card p {
  font-size: 15px;
  color: #7b7f87;
  margin: 0;
}

@media (max-width: 1199px) {
  .lifestyle-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .lifestyle-section {
    padding: 70px 0;
  }

  .lifestyle-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .lifestyle-section {
    padding: 55px 0;
  }

  .lifestyle-header {
    margin-bottom: 30px;
  }

  .lifestyle-title {
    font-size: 28px;
  }

  .lifestyle-card {
    padding: 28px 16px 24px;
  }

  .lifestyle-card h3 {
    font-size: 18px;
  }

  .lifestyle-card p {
    font-size: 14px;
  }
}

.blog-section {
  padding: 90px 0;
  background: #fff;
  font-family: 'Outfit', sans-serif;
}

.blog-header {
  margin-bottom: 50px;
}

.blog-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #c86a2b;
  margin-bottom: 12px;
}

.blog-title {
  font-size: 48px;
  font-weight: 700;
  color: #0a1236;
  margin: 0;
}

.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.blog-image-wrap {
  overflow: hidden;
}

.blog-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.4s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-content {
  padding: 22px 20px 24px;
}

.blog-date {
  font-size: 13px;
  color: #8a8f98;
  display: block;
  margin-bottom: 10px;
}

.blog-heading {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #1c2434;
  margin-bottom: 18px;
}

.blog-read {
  font-size: 14px;
  font-weight: 600;
  color: #c86a2b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-read:hover {
  color: #0a1236;
}

.blog-read span {
  font-size: 14px;
}
	.site-header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 20px;
}

.header-shell {
	max-width: 1320px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 0 26px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.header-inner {
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-branding {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	flex-shrink: 0;
}

.site-logo {
    width: 85px;
    height: auto;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.site-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.site-brand-text {
	display: flex;
	flex-direction: column;
}

.brand-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #1f2937;
	text-transform: uppercase;
}

.brand-title .dot {
	color: #d8b10e;
}

.desktop-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.main-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0;
	padding: 0;
}

.main-menu li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #1f2a44;
	transition: all 0.3s ease;
	position: relative;
}

.main-menu li a:hover {
	color: #e07b39;
}

.main-menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 2px;
	background: #e07b39;
	transition: width 0.3s ease;
}

.main-menu li a:hover::after,
.main-menu li.current-menu-item a::after,
.main-menu li.current_page_item a::after {
	width: 100%;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.header-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 24px;
	background: #04154b;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	border-radius: 999px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 20px rgba(4, 21, 75, 0.16);
}

.header-btn:hover {
	background: #e07b39;
	color: #fff;
	transform: translateY(-1px);
}

.header-btn span {
	font-size: 15px;
	line-height: 1;
}

.mobile-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 12px;
	background: #04154b;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.mobile-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px auto;
	transition: 0.3s ease;
}

.mobile-menu-box {
	display: none;
	padding: 0 0 20px;
}

.mobile-menu-box ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}

.mobile-menu-box ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-menu-box ul li a {
	display: block;
	padding: 14px 4px;
	text-decoration: none;
	color: #1f2a44;
	font-size: 15px;
	font-weight: 500;
}

.mobile-btn {
	margin-top: 16px;
	justify-content: center;
	width: 100%;
}

.mobile-menu-box.active {
	display: block;
}
 
@media (max-width: 1199px) {
	.main-menu {
		gap: 24px;
	}

	.main-menu li a {
		font-size: 15px;
	}
}

/* Responsive */
@media (max-width: 991px) {
  .blog-title {
    font-size: 36px;
  }
  
  
	.site-header {
		top: 14px;
		padding: 0 14px;
	}

	.header-shell {
		padding: 0 18px;
		border-radius: 22px;
	}

	.header-inner {
		min-height: 78px;
	}

	.desktop-nav,
	.header-actions .header-btn {
		display: none;
	}

	.mobile-toggle {
		display: block;
	}

	.brand-title {
		font-size: 14px;
	}

	.site-logo {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}
}

@media (max-width: 767px) {
  .blog-section {
    padding: 60px 0;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-heading {
    font-size: 18px;
  }

  .blog-image {
    height: 200px;
  }
}
@media (max-width: 575px) {
	.brand-title {
		font-size: 13px;
	}

	.site-branding {
		gap: 10px;
	}

	.header-shell {
		padding: 0 14px;
	}
}

/* ===================================
   FACILITIES RESPONSIVE FIX
=================================== */

@media (max-width: 991px) {

    .facilities-grid > [class*="col-"] {
        width: 100%;
        height: auto;
    }

    .facility-item,
    .facility-row,
    .facility-row-reverse-mobile {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        height: auto !important;
        min-height: 0;
    }

    .facility-image-wrap {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .facility-image {
        display: block;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .facility-content {
        flex: none;
        width: 100%;
        height: auto;
        position: static;
    }

    .facility-row-reverse-mobile .facility-image-wrap {
        order: 1;
    }

    .facility-row-reverse-mobile .facility-content {
        order: 2;
    }

    .facility-title {
        margin: 0 0 10px;
    }

    .facility-text {
        width: 100%;
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 767px) {

    .facilities-section {
        padding: 50px 0;
    }

    .facilities-grid {
        --bs-gutter-y: 34px;
    }

    .facility-item,
    .facility-row,
    .facility-row-reverse-mobile {
        gap: 14px;
    }

    .facility-image {
        height: 220px;
    }

    .facility-title {
        font-size: 23px;
        line-height: 1.25;
        margin-bottom: 9px;
    }

    .facility-text {
        font-size: 14px;
        line-height: 1.75;
    }
}

/* ==================================================
   MOBILE NAVIGATION
================================================== */

@media (max-width: 991px) {

    .hero-navbar {
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .hero-navbar > .d-flex {
        position: relative;
        z-index: 3;
    }

    .desktop-menu,
    .desktop-cta {
        display: none !important;
    }

    /* ==================================================
       MOBILE TOGGLE
    ================================================== */

    .mobile-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;

        width: 46px;
        height: 46px;
        flex: 0 0 46px;

        margin: 0;
        padding: 0;

        border: 0;
        border-radius: 13px;
        background: #061343;

        cursor: pointer;
        box-shadow: none;
        outline: none;

        position: relative;
        z-index: 5;
    }

    .mobile-toggle span {
        display: block;
        width: 21px;
        height: 2px;

        margin: 0;
        padding: 0;

        background: #ffffff;
        border-radius: 20px;

        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
    }

    .mobile-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* ==================================================
       MOBILE DROPDOWN BOX
    ================================================== */

    .mobile-menu-box {
        position: absolute;
        top: calc(100% - 7px);
        left: 0;
        right: 0;
        z-index: 2;

        display: block !important;
        width: 100%;

        padding: 20px 13px 13px;

        background: #ffffff;
        border: 0;
        border-radius: 0 0 18px 18px;

        box-shadow: 0 18px 35px rgba(4, 17, 52, 0.22);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transform: translateY(-14px);
        transform-origin: top center;

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
    }

    .mobile-menu-box.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    /* ==================================================
       MENU LIST RESET
    ================================================== */

    .mobile-menu-box .main-menu {
        display: flex !important;
        flex-direction: column;

        width: 100%;
        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }

    .mobile-menu-box .main-menu > li {
        position: relative;

        display: block;
        width: 100%;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-bottom: 1px solid rgba(5, 20, 56, 0.10) !important;

        list-style: none !important;
    }

    .mobile-menu-box .main-menu > li:last-child {
        border-bottom: 0 !important;
    }

    /* Remove theme-generated bullets and arrows */
    .mobile-menu-box .main-menu > li::before,
    .mobile-menu-box .main-menu > li::after {
        display: none !important;
        content: none !important;
    }

    /* ==================================================
       MENU LINKS
    ================================================== */

    .mobile-menu-box .main-menu > li > a {
        position: relative;

        display: flex !important;
        align-items: center;

        width: 100%;
        min-height: 42px;

        margin: 0 !important;
        padding: 10px 38px 10px 14px !important;

        color: #071536;
        background: transparent;

        border: 0 !important;
        border-radius: 9px;

        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;

        text-decoration: none !important;
        box-shadow: none !important;

        transition:
            color 0.25s ease,
            background 0.25s ease,
            padding-left 0.25s ease;
    }

    /* Reset unwanted theme underline */
    .mobile-menu-box .main-menu > li > a::before {
        display: none !important;
        content: none !important;

        width: 0 !important;
        height: 0 !important;

        background: none !important;
        border: 0 !important;
    }

    /* Right arrow */
    .mobile-menu-box .main-menu > li > a::after {
        content: "›" !important;

        position: absolute !important;
        top: 50% !important;
        right: 14px !important;
        bottom: auto !important;
        left: auto !important;

        display: block !important;

        width: auto !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: translateY(-52%) !important;

        color: #071536;
        background: none !important;
        border: 0 !important;

        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;

        opacity: 1 !important;

        transition:
            right 0.25s ease,
            color 0.25s ease;
    }

    .mobile-menu-box .main-menu > li > a:hover {
        padding-left: 18px !important;

        color: #e07b39;
        background: rgba(224, 123, 57, 0.07);
    }

    .mobile-menu-box .main-menu > li > a:hover::after {
        right: 11px !important;
        color: #e07b39;
    }

    /* ==================================================
       ACTIVE MENU ITEM
    ================================================== */

    .mobile-menu-box .main-menu > .current-menu-item > a,
    .mobile-menu-box .main-menu > .current_page_item > a,
    .mobile-menu-box .main-menu > .current-menu-ancestor > a {
        margin: 2px 0 !important;
        padding-left: 17px !important;

        color: #d56721 !important;
        background: linear-gradient(
            90deg,
            rgba(224, 123, 57, 0.16) 0%,
            rgba(224, 123, 57, 0.07) 65%,
            rgba(224, 123, 57, 0.03) 100%
        ) !important;

        border: 1px solid rgba(224, 123, 57, 0.18) !important;
        border-radius: 9px !important;

        font-weight: 700 !important;

        box-shadow: none !important;
    }

    /* Orange vertical active marker */
    .mobile-menu-box .main-menu > .current-menu-item > a::before,
    .mobile-menu-box .main-menu > .current_page_item > a::before,
    .mobile-menu-box .main-menu > .current-menu-ancestor > a::before {
        content: "" !important;

        position: absolute !important;
        top: 8px !important;
        bottom: 8px !important;
        left: 0 !important;
        right: auto !important;

        display: block !important;

        width: 3px !important;
        height: auto !important;

        background: #e07b39 !important;
        border: 0 !important;
        border-radius: 0 4px 4px 0 !important;

        transform: none !important;
        opacity: 1 !important;
    }

    .mobile-menu-box .main-menu > .current-menu-item > a::after,
    .mobile-menu-box .main-menu > .current_page_item > a::after,
    .mobile-menu-box .main-menu > .current-menu-ancestor > a::after {
        right: 14px !important;
        left: auto !important;

        color: #e07b39 !important;
        background: none !important;
    }

    /* ==================================================
       GET IN TOUCH BUTTON
    ================================================== */

    .mobile-menu-box .quote-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;

        width: 100%;
        min-height: 42px;

        margin: 12px 0 0 !important;
        padding: 10px 16px !important;

        color: #ffffff !important;
        background: #061343 !important;

        border: 0 !important;
        border-radius: 10px;

        font-size: 12px;
        font-weight: 700;
        line-height: 1;

        text-decoration: none !important;
        box-shadow: none;

        transition:
            background 0.25s ease,
            transform 0.25s ease;
    }

    .mobile-menu-box .quote-btn:hover {
        color: #ffffff !important;
        background: #e07b39 !important;
        transform: translateY(-1px);
    }

    .mobile-menu-box .quote-btn .arrow {
        color: #ffffff;
        font-size: 15px;
        line-height: 1;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .mobile-toggle {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .mobile-toggle span {
        width: 19px;
    }

    .mobile-menu-box {
        padding: 18px 11px 11px;
        border-radius: 0 0 16px 16px;
    }

    .mobile-menu-box .main-menu > li > a {
        min-height: 40px;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        font-size: 11.5px;
    }

    .mobile-menu-box .quote-btn {
        min-height: 40px;
        font-size: 11.5px;
    }
}

@media (max-width: 767px) {
    .hero-navbar { 
        left: unset !important;
        right: unset !important; 
        width: calc(100% - 20px) !important;
        margin: 0 auto!important;
    }
  .hero-navbar > .d-flex.gap-3 {
      gap:unset !important;
    }
  
     .brand-text {
        font-size: 15px  !important;
    }

    .brand-logo{

      width:unset !important;
    }

    .brand-logo img {
    width: 55px; 
}

header .hero-navbar {
        top: 14px;
        left: 14px;
        right: 14px;
        border-radius: 22px;
        padding: 10px;
    }

  header   .hero-wrapper {
        padding: 0;
    }
}