/* @import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
  /* --primary-color: #020202; */
  --primary-color: #283b75;
  --secondary-color: #777;
  /* --secondary-color1		: #d08c27; */
  --secondary-color1: linear-gradient(to right, #8f3a5d, #3b3f80);
  --secondary-color2: #000;
  --secondary-color3: #ec008c;
  /* --secondary-color3		: #a78e59; */
  --secondary-color4: #ffbf07;
  --text-color: #eadec8;
  --arrow-color: #eadec8;
  --accent-color: #ffc107;
  --white-color: #ffffff;
  --divider-color: #eaeaea;
  --dark-divider-color: #ffffff1a;
  --btn-color: #e7f4f9;
  --btn6-color: #efb708;
  --btn1-color: #a78b76;
  --othr-color: #612e11;
  --default-font: "Nunito", sans-serif;
  /* --default-font: "Inter", sans-serif; */
  --default-font1: "Outfit", sans-serif;
  --default-font4: "Playfair", serif;
  /* --accent-font			: "Montserrat", sans-serif; */

  --center-width: 300px;
  --side-width: 200px;
  --gap: 20px;
  --duration: 0.8s;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

/* body {
    font-size: 20px !important;
    background: url("../img/Texturelabs_Paper_234L\ PNG\ 3.png") no-repeat center center fixed;
    background-size: cover; 
} */

body {
  font-size: 20px !important;
  background: url("../img/Texturelabs_Paper_234L%20PNG%203.png") repeat fixed;
  background-size: auto;
  background-position: center;
}

html {
  font-size: 100%;
}
a {
  text-decoration: none !important;
}

p {
  line-height: 1.8em;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--default-font1);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure {
  margin: 0 !important;
}

/* img{
	max-width: 100%;
} */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */

.image-anime {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--secondary-color1);
}
.image-anime img {
  width: 100% !important;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-anime:hover {
  border: 2px solid transparent;
}

/* .fade-i {
  opacity: 0;
  animation: fadeIn 1.2s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.fade-i {
  opacity: 0;
  transition:
    opacity 3s ease,
    transform 3s ease;
}

.fade-i.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-anime.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* visibility: hidden; */
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition:
    transform 1s ease-out,
    visibility 0s 0s;
  transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
  transform: translateX(0); /* Move to normal position */
  visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1 {
  width: 100%;
  height: auto;
  z-index: 999;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  background-color: transparent;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* transform: translateY(0); */
  background: rgb(2, 2, 2, 0.8);
}

header.sticky .navbar-light .navbar-nav .nav-link {
  color: var(--primary-color) !important;
}
/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before {
  background: var(--primary-color);
}
header.sticky #primary li a {
  /* background-image: linear-gradient(to right, #000, #23abd4 50%, #000 50%); */
}
/* header.sticky .dropdown-toggle::after {
  color: var(--white-color) !important;
} */

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}
.logo {
  color: #fff;
}

.logo {
  width: 70px;
  height: auto;
}
.logo123 {
  width: 130px;
  height: auto;
  margin-bottom: 20px;
}
.offcanvas-title {
  color: var(--white-color);
  font-size: 24px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 70% !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: var(--primary-color) !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  font-family: var(--default-font) !important;
  position: relative;
  z-index: 10;
  width: auto;
}
.navbar-light .navbar-nav .nav-link:hover {
  /* background-color: var(--white-color) !important;
  color: var(--primary-color); */
}

.nav-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 22px !important;
  /* border: 1px solid rgba(255, 255, 255, 0.8) !important; */
  /* border-radius: 50px !important; */
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.1) !important; */
  text-decoration: none !important;
  color: var(--white-color) !important;
  text-transform: capitalize !important;
  transition:
    background 0.3s ease,
    color 0.3s ease !important;
  font-size: 80%;
}

/* INVISIBLE WIDTH HOLDER */
.nav-btn-spacer {
  visibility: hidden;
  white-space: nowrap;
  font-size: inherit;
  font-weight: inherit;
}

.nav-btn-text,
.nav-btn-text-hover {
  position: absolute;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  color: var(--secondary-color4) !important;
}

.nav-btn-text {
  transform: translateY(0);
  opacity: 1;
  color: var(--white-color) !important;
}
.dropdown-toggle:hover::after {
  color: var(--white-color) !important;
}

.offcanvas {
  background-color: var(--primary-color) !important;
}

.nav-btn-text-hover {
  transform: translateY(100%);
  opacity: 0;
}

.nav-link:hover {
  /* background-color: #fff; */
  background: rgba(255, 255, 255, 0.1);
  color: var(--secondary-color4) !important;
  border-color: #fff;
  border-bottom: 3px solid var(--secondary-color4);
}
/* ACTIVE NAV LINK */
.nav-link.active,
.nav-item .nav-btn-text .nav-link.active {
  color: var(--secondary-color4) !important;
  border-bottom: 3px solid var(--secondary-color4); /* active text color */
  /* background: var(--white-color) !important; */
  background: rgba(255, 255, 255, 0.1);
}
/* Active link text */
.nav-link.active .nav-btn-text {
  transform: translateY(-100%); /* hide main text */
  opacity: 0;
  color: var(--secondary-color4) !important; /* optional */
}

.nav-link.active .nav-btn-text-hover {
  transform: translateY(0); /* show hover text */
  opacity: 1;
  color: var(--secondary-color4) !important;
}

/* Active link underline */
/* .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color4);
    transform: translateX(-50%);
} */

/* 
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 40%;
  height: 2px;
  background-color: var(--secondary-color4);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  
} */

/* HOVER EFFECT (optional but nice) */
/* .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 40%;
  height: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
} */

.nav-link:hover .nav-btn-text {
  transform: translateY(-100%);
  opacity: 0;
  color: var(--primary-color) !important;
}

.nav-link:hover .nav-btn-text-hover {
  transform: translateY(0);
  opacity: 1;
}

/* Dropdown Menu Styles */
/* Dropdown menu style */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  border: none;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.3rem;
  margin-top: -0.5rem;
  border-radius: 12px;
  display: none;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Dropdown item styling */
.dropdown-item {
  color: #000;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 0px;
  transition: background 0.3s ease;
  margin-top: 5px;
}

.dropdown-item:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/* Mobile responsive */
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    display: block;
    margin: 0;
    box-shadow: none;
  }
}

.dropdown-toggle::after {
  color: var(--white-color) !important;
  position: absolute;
  right: 10px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color) !important;
}
/* PHONE ITEM */
.phone-item {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--default-font);
}

/* PHONE ICON */
.phone-item i {
  color: var(--secondary-color4); /* icon color */
  font-size: 16px;
}

/* PHONE LINK */
.phone-item a {
  text-decoration: none;
  color: var(--white-color);
  font-size: 85%;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* HOVER EFFECT */
.phone-item a:hover {
  color: var(--secondary-color4);
}

/* banner */

/* .video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
} */

.ban-cont {
  width: 50%;
}

.sub-head {
  font-size: 18px;
  color: var(--secondary-color3);
  font-family: var(--default-font);
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  width: 100%; /* Take full width of container */
}

.para {
  font-size: 85%;
  color: var(--secondary-color);
  font-weight: 500;
  font-family: var(--default-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
  line-height: 26px;
  margin-top: 0px !important;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-search-fixed {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  z-index: 99;
  padding: 0 15px;
}

/* extraordinary button */

.extraordinary-btn1 {
  position: relative;
  background: transparent;
  color: var(--white-color);
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--default-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* border-radius: 50px; */
  text-decoration: none;
  border: 2px solid var(--secondary-color3);
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* box-shadow: 0 4px 15px rgba(250, 94, 7, 0.2); */
  background-color: var(--secondary-color3);
}

/* Top-down fill effect */
.extraordinary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--secondary-color1);
  z-index: -1;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0 0 50% 50%;
}

/* Arrow icon */
.extraordinary-btn1 i {
  transition: transform 0.4s ease;
}

/* Glow effect */
.extraordinary-btn1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.6s,
    opacity 0.4s;
  z-index: -1;
}

/* Hover Effects */
.extraordinary-btn1:hover {
  color: white;
  /* transform: translateY(-5px); */
  /* box-shadow: 0 10px 25px rgba(250, 94, 7, 0.4); */
}

.extraordinary-btn1:hover::before {
  height: 200%;
  border-radius: 0;
}

.extraordinary-btn1:hover i {
  transform: rotate(45deg) scale(1.2);
}

/* Click effect */
.extraordinary-btn1:active {
  transform: translateY(-2px);
}

.extraordinary-btn1:active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition:
    transform 0.3s,
    opacity 0.2s;
}

.olpo1 {
  display: flex;
  justify-content: center;
  width: 190px;
  margin: auto;
}

/* ***************** whatsapp icon *****************  */

.whatsapp-float {
  position: fixed;
  right: 20px;
  /* left side */
  bottom: 20px;
  /* distance from bottom */
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #25d366, #128c7e, #075e54, #34b7f1);
  background-size: 300% 300%;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: gradientMove 5s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
  box-shadow: 3px 3px 15px rgba(18, 140, 126, 0.5);
}

/* Bounce animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  /* bounce up 10px */
}

/* ****************** */

/* Base Button */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 16px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  font-family: var(--default-font1);
}

/* White Variant */
.button.is-white {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.button.is-white:hover {
  background-color: #fff;
  color: #000;
}

/* Text Animation */
.button-block {
  position: relative;
  overflow: hidden;
}

.button-text,
.button-text-hover {
  display: block;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.button-text-hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
}

.button:hover .button-text {
  transform: translateY(-100%);
  opacity: 0;
}

.button:hover .button-text-hover {
  transform: translateY(0);
  opacity: 1;
}

/* Icon Animation */
.button-icon-block {
  display: inline-flex;
  margin-left: 8px;
  position: relative;
  width: 18px;
  height: 18px;
}

.button-icon,
.button-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.button-icon-hover {
  transform: translate(-100%, 100%);
  opacity: 0;
}

.button:hover .button-icon {
  transform: translate(100%, -100%);
  opacity: 0;
}

.button:hover .button-icon-hover {
  transform: translate(0, 0);
  opacity: 1;
}

/* banner */

.ban {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ban-sec {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /* height: 100vh; */
  /* margin: 0px 40px 0px 40px; */
}

.bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  will-change: transform;
  /* padding: 80px; */
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.bg-zoom::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../img/banner-bg-shape-1.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 116px;
  z-index: 9;
}

.ban-sec > *:not(.bg-zoom) {
  position: relative;
  z-index: 3;
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.ban-cont {
  padding-top: 30px;
  padding-bottom: 50px;
}
.ban-btn {
  display: flex;
  gap: 20px;
}

.title {
  font-size: 42px !important;
  color: var(--primary-color);
  text-transform: unset;
  font-family: var(--default-font1);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.title span {
  background: var(--secondary-color4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.sub-head {
  font-size: 18px;
  color: var(--secondary-color3);
  font-family: var(--default-font);
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  width: 100%; /* Take full width of container */
  padding: 10px 20px;
  background-color: #b966e721;
  width: fit-content;
  border-radius: 100px;
}
.cen {
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.h-para {
  font-size: 80%;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--default-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
  line-height: 26px;
  margin-top: 0px !important;
}

.hero-h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin: 0;
  line-height: 54px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: var(--white-color);
  text-align: left;
  font-family: var(--default-font4);
}
.hero-h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin: 0;
  line-height: 54px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: var(--white-color);
  text-align: left;
  font-family: var(--default-font4);
}

.hero-subheading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
  text-align: left;
  font-family: var(--default-font);
}

.ban-img {
  width: 100%;
  height: auto;
}

.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.property-search-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 15px;
}

/* Input Field */
.search-field {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  flex: 2;
}

.search-field i {
  margin-right: 10px;
  color: #888;
}

.search-field input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
}

/* Select Fields */
.select-field {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  flex: 1;
}

.select-field i {
  margin-right: 10px;
  color: #888;
}

.select-field select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  background: transparent;
}

.property-search-box {
  background: #fff;
  display: flex;
  align-items: center;
  /* padding: 0px 15px; */
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  gap: 12px;
  justify-content: space-between; /* ✅ Even space */
}

/* ✅ All input/select fields equal width */
.property-search-box .search-field,
.property-search-box .select-field {
  flex: 1; /* ✅ Equal Width */
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ✅ Input & Select full width */
.property-search-box input,
.property-search-box select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

/* ✅ Search button fixed & even */
.property-search-box .search-btn {
  border: none;
  padding: 15px 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap; /* ✅ Button shrink করবে না */
}

/* ✅ Icon alignment */
.property-search-box i {
  font-size: 14px;
  color: var(--accent-color);
}

/* ✅ Mobile responsive */
@media (max-width: 768px) {
  .property-search-box {
    /* border-radius: 20px; */
  }

  .property-search-box .search-field,
  .property-search-box .select-field {
    flex: 100%; /* ✅ Full width on mobile */
  }
}

/* ✅ Field right border */
.property-search-box .search-field,
.property-search-box .select-field {
  position: relative;
}

/* ✅ Right divider line */
.property-search-box .search-field::after,
.property-search-box .select-field::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #e0e0e0; /* ✅ Light grey border */
}

.property-search-box .search-field:last-of-type::after,
.property-search-box .select-field:last-of-type::after {
  display: none;
}

.property-search-box .search-btn::before {
  display: none;
}

/* hero */

.cta-se {
  width: 100%;
  height: auto;
  /* padding: 0px 40px; */
  margin-top: 100px;
}

.hero {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/shutterstock_2705093245.jpg) center / cover no-repeat;
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
  padding: 100px 5% 80px 5%;
  color: white;
  overflow: hidden;
  /* transition: background-size 0.8s ease; */
  z-index: 1;
}

/* ✅ ZOOM EFFECT */
/* .hero:hover {
  background-size: 112%;
} */

/* ✅ PERFECT OVERLAY */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;

  /* ONLY bottom overlay */
  /* background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0) 80%
  ); */
  /* background: linear-gradient(
        to top,
        rgba(40, 59, 117, 0.35) 0%,
        rgba(40, 59, 117, 0.22) 40%,
        rgba(40, 59, 117, 0.12) 65%,
        rgba(40, 59, 117, 0) 100%
    ); */
  background: linear-gradient(
    to top,
    rgba(40, 59, 117, 0.55) 0%,
    rgba(40, 59, 117, 0.4) 35%,
    rgba(40, 59, 117, 0.22) 65%,
    rgba(40, 59, 117, 0.1) 80%,
    rgba(40, 59, 117, 0) 100%
  );

  z-index: 0;
  pointer-events: none;
}

/* ✅ FORCE ALL CONTENT ABOVE OVERLAY */
.hero > * {
  position: relative;
  z-index: 1;
}

/* ✅ CONTENT ABOVE OVERLAY */
.hero-content,
.hero > * {
  position: relative;
  z-index: 2;
}

/* ✅ DESKTOP CONTENT LAYOUT */
.hero-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-left {
  max-width: 45%;
  line-height: 1.3;
  font-weight: 500;
}

.hero-right {
  max-width: 45%;
  text-align: right !important;
  /* font-size: 0.9rem; */
  line-height: 1.5;
}
.hero-right button {
  margin-top: 15px;
  padding: 10px 25px;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-left,
  .hero-right {
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

/* =========================
   FEATURED SECTION
========================= */
.featured-section {
  padding: 100px 0px 0px 0px;
  background: #fff;
}

/* =========================
   HEADER + TABS LAYOUT
========================= */
.tabbed-featured-section .featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 50px;
}

.tabbed-featured-section .featured-left {
  max-width: 65%;
}

.featured-header h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.featured-header p {
  color: #777;
  font-size: 16px;
}

/* =========================
   TABS BUTTONS
========================= */
.featured-tabs {
  display: flex;
  gap: 10px;
}

.featured-tabs .tab-btn {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #ddd;
  /* border-radius: 30px; */
  cursor: pointer;
  font-family: var(--default-font);
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
}

.featured-tabs .tab-btn.active {
  background: var(--primary-color);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* =========================
   GRID + TAB SYSTEM
========================= */
.featured-grid-wrap {
  margin: auto;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* TAB FUNCTIONALITY */
.tab-content {
  display: none;
}
.tab-content.active {
  display: grid;
}

/* =========================
   FEATURED PROPERTY CARD
========================= */
.featured-card {
  position: relative;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.4s ease;
}

/* IMAGE LAYER */
.featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: 0.6s ease;
  z-index: 0;
}

/* DARK OVERLAY */
.featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.45)
  );

  z-index: 1;
}

.featured-card:hover::before {
  transform: scale(1.12);
}

.featured-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
}

.property-image {
  position: relative;
  height: 300px;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   OVERLAY CONTENT
========================= */
.overlay-content {
  z-index: 2;
  padding: 0px 25px 0px 25px;
  color: #fff;
  transition: 0.4s ease;
  position: absolute;
  top: 14px;
}

/* .overlay-content {
  transform: translateY(-6px);
} */

.overlay-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: var(--default-font);
  font-weight: 500;
}

.overlay-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 12px;
  color: var(--white-color);
}

.location {
  font-size: 14px;
  opacity: 0.9;
}

/* =========================
   META BAR
========================= */
.property-meta {
  position: relative;
  z-index: 2;
  margin: 20px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 14px;
  color: var(--secondary-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: 0.4s ease;
  height: auto;
}

/* .featured-card:hover .property-meta {
  transform: translateY(-10px);
} */

.property-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* =========================
   DETAILS BUTTON
========================= */
.details-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--primary-color);
}

/* =========================
   BOTTOM BUTTON
========================= */
.featured-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767.78px) {
  .tabbed-featured-section .featured-header {
    flex-direction: column;
    text-align: center;
  }

  .tabbed-featured-section .featured-left {
    max-width: 100%;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    height: 420px;
  }

  .featured-header h2 {
    font-size: 32px;
  }
}

/* CARD */
.property-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.property-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%; /* 🔹 only top portion */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));

  z-index: 1;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18);
}

.property-meta {
  position: relative;
  z-index: 2;
  margin: 20px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 14px 18px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;

  font-size: 14px;
  color: #111;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease;
  overflow: hidden;
}

.property-meta span:nth-child(1),
.property-meta span:nth-child(2) {
  grid-column: span 1;
}

/* ✅ Individual Item Style + BORDER */
.property-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;

  padding: 10px 12px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* ✅ Last Column Right Border Remove */
.property-meta span:nth-child(3),
.property-meta span:nth-child(6) {
  border-right: none;
}

/* ✅ Last Row Bottom Border Remove */
.property-meta span:nth-child(4),
.property-meta span:nth-child(5),
.property-meta span:nth-child(6) {
  border-bottom: none;
}

/* ✅ Hover Float Effect */
/* .property-card:hover .property-meta {
  transform: translateY(-10px);
} */

/* ✅ Icon Animation */
.property-meta i {
  transition: 0.3s ease;
}

.property-card:hover .property-meta i {
  transform: scale(1.1);
}

/* carous */

/* Section Wrapper */
#property-section {
  padding: 80px 0;
  background: #f1ecec;
  /* margin: 100px 40px 0px 40px; */
}

/* Carousel Items */
/* .property-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
  text-align: left;
} */

/* Image wrapper for overlay */
.property-img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.property-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s ease; /* ✅ Smooth zoom */
}

/* ✅ HOVER ZOOM EFFECT */
.property-img-wrapper:hover .property-img {
  transform: scale(1.1);
}

/* Overlay on image */
.property-details-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.65);
  padding: 8px 12px;
  font-size: 13px;
  color: #fff;
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

/* Content under image */
.property-info {
  padding: 20px;
}

.property-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
  color: var(--default-font);
}

.property-info p {
  color: var(--secondary-color);
  margin-bottom: 12px;
  font-size: 15px;
  font-family: var(--default-font);
  margin-top: 10px;
}

.property-address {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
  font-family: var(--default-font);
  padding-top: 15px;
}

.nbn {
  display: inline-flex;
  margin-top: 20px;
}

/* NAV WRAPPER */
.owl-theme .owl-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* BOTH BUTTONS COMMON STYLE */
.owl-theme .owl-nav button {
  width: 44px;
  height: 44px;
  background: #111 !important; /* ✅ Background Color */
  border-radius: 50% !important; /* ✅ Circle Shape */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  pointer-events: all;
  transition: 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* LEFT BUTTON */
.owl-theme .owl-prev {
  position: absolute;
  left: 20px;
}

/* RIGHT BUTTON */
.owl-theme .owl-next {
  position: absolute;
  right: 20px;
}

/* HOVER EFFECT */
.owl-theme .owl-nav button:hover {
  background: var(--primary-color) !important;
  transform: scale(1.1);
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 20px;
}

.category-card {
  position: relative;
  /* border-radius: 14px; */
  overflow: hidden;
  cursor: pointer;
  height: 220px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.category-card:hover img {
  transform: scale(1.08);
}

.category-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.6) 25%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0) 75%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
}

.category-overlay h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
  color: var(--default-font);
}

.category-overlay span {
  color: var(--white-color);
  margin-bottom: 12px;
  font-size: 15px;
  font-family: var(--default-font);
  margin-top: 10px;
}

/* ✅ Responsive */
@media (max-width: 991px) {
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}

/* testimonial */

.testimonial-section {
  padding: 100px 0px 100px 0px;
  background: #f1ecec;
}

.testimonial-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.testimonial-left h2 {
  font-size: 38px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.testimonial-left p {
  color: #777;
  max-width: 420px;
}

/* RIGHT CARD */
.testimonial-card {
  background: #fafafa;
  /* border-radius: 18px; */
  padding: 36px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}

/* USER */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.testimonial-user img {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h4 {
  margin: 0;
  font-size: 16px;
}

.testimonial-user span {
  font-size: 13px;
  color: #777;
}

/* CONTENT */
.testimonial-card h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.testimonial-card p {
  color: #777;
  font-size: 15px;
}

/* DOTS */
.testimonial-right .owl-dots {
  /* margin-top: 22px; */
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: -22px;
  margin-left: 38px;
  position: relative;
}

.testimonial-right .owl-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-color) !important;
}

.testimonial-right .owl-dot.active {
  background: var(--secondary-color4) !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonial-container {
    grid-template-columns: 1fr;
  }

  .testimonial-left h2 {
    font-size: 30px;
  }
}

/* blog */

.blog-section {
  padding: 100px 0px 0px 0px;
  background: #fff;
}

/* LEFT IMAGE */
/* .blog-left {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  min-height: 460px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
} */

.blog-left {
  position: relative;
  width: 100%;
  min-height: 460px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: background-size 0.7s ease;
}

/* ✅ ZOOM EFFECT (DESKTOP ONLY) */
.blog-left:hover {
  background-size: 112%;
}

/* ✅ DARK OVERLAY */
.blog-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 28px;
}

/* ✅ CONTENT ALWAYS ABOVE OVERLAY */
.blog-left > * {
  position: relative;
  z-index: 2;
}

/* =========================
   ✅ TABLET RESPONSIVE
========================= */
@media (max-width: 992px) {
  .blog-left {
    min-height: 380px;
    background-size: cover;
  }

  .blog-left:hover {
    background-size: cover;
  }
}

/* FLOAT CARD */
.blog-overlay-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #fff;
  border-radius: 18px;
  padding: 28px 30px;
  max-width: 440px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-overlay-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.blog-overlay-card p {
  font-size: 14px;
  color: var(--secondary-color);
  margin-bottom: 14px;
  font-family: var(--default-font);
  font-weight: 400;
}

/* META */
.blog-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #777;
}

/* RIGHT LIST */
.blog-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.blog-list-item {
  padding: 32px 0;
  border-bottom: 1px solid #e8e8e8;
}

.blog-list-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.3s;
  font-family: var(--default-font);
  margin-bottom: 15px !important;
}

.blog-list-item:hover h4 {
  color: #111;
  text-decoration: underline;
}

/* BUTTON */
.blog-btn {
  background: #111;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.blog-btn:hover {
  background: #000;
}

/* MOBILE */
@media (max-width: 768px) {
  .blog-overlay-card {
    left: 20px;
    right: 20px;
    max-width: unset;
  }
}

/* faq */

.faq-section {
  display: flex;
  justify-content: center;
  padding: 100px 0px;
  font-family: sans-serif;
}

.faq-left {
  flex: 1;
}

.faq-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.faq-left p {
  margin-bottom: 20px;
  color: #555;
}

.contact-btn {
  padding: 10px 20px;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.faq-right {
  flex: 1;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--default-font);
  color: var(--primary-color);
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
  font-family: var(--default-font);
  font-size: 16px;
  padding-left: 6px;
}

.faq-item.active .faq-answer {
  display: block;
}

/* footer */

.footer-section {
  background: #f1ecec;
  /* padding: 60px 40px; */
  color: #fff;
  /* margin: 0px 40px; */
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.15);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 6px 0px;
  text-align: center;
}

.footer-item {
  font-size: 14px;
  color: var(--secondary-color);
}

.footer-logo img {
  max-width: 90px;
  justify-content: flex-start;
  /* display: flex; */
  display: block;
  margin: auto;
}

.footer-info {
  display: flex;
  align-items: flex-start; /* address multi-line হলে ভালো দেখাবে */
  gap: 10px;
  text-align: left;
  justify-content: center;
}

.footer-info i {
  font-size: 16px;
  color: var(--primary-color);
  margin-top: 3px; /* text align fix */
}
.footer-item strong {
  color: var(--primary-color);
  font-size: 12px;
}

.footer-info span,
.footer-info a {
  font-size: 14px;
  line-height: normal;
  color: var(--secondary-color);
  text-decoration: none;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Base Button */
.btn-animated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
}

/* Light Variant (Instant Color Change) */
.btn-light {
  background: var(--primary-color);
  border: 1px solid #fff;
  color: var(--white-color);
}

.btn-light:hover {
  background: var(--secondary-color4); /* instant hover color */
  border-color: var(--secondary-color4);
  color: var(--white-color);
}
.btn-light1 {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.btn-light1:hover {
  background: var(--secondary-color4); /* instant hover color */
  border-color: var(--secondary-color4);
  color: var(--white-color);
}

/* Text Animation */
.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-text,
.btn-text-hover {
  display: block;
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s ease;
}

.btn-text-hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
}

.btn-animated:hover .btn-text {
  transform: translateY(-100%);
  opacity: 0;
}

.btn-animated:hover .btn-text-hover {
  transform: translateY(0);
  opacity: 1;
}

/* Icon Animation */
.btn-icon-wrap {
  display: inline-flex;
  margin-left: 8px;
  position: relative;
  width: 18px;
  height: 18px;
}

.btn-icon,
.btn-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s ease;
}

.btn-icon-hover {
  transform: translate(-100%, 100%);
  opacity: 0;
}

.btn-animated:hover .btn-icon {
  transform: translate(100%, -100%);
  opacity: 0;
}

.btn-animated:hover .btn-icon-hover {
  transform: translate(0, 0);
  opacity: 1;
}

/* about page */

.abou-t {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-sec1 {
  position: relative;
  padding: 180px 0px 180px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* ✅ BACKGROUND IMAGE */
.bg-zoom1 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  will-change: transform;
}

/* ✅ LIGHT OVERLAY */
.about-sec1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.158)
  );
  /* background: rgba(0, 0, 0, 0.2); */

  /* background: linear-gradient(
    to top,
    rgba(40, 59, 117, 0.55) 0%,
    rgba(40, 59, 117, 0.40) 35%,
    rgba(40, 59, 117, 0.22) 65%,
    rgba(40, 59, 117, 0.10) 80%,
    rgba(40, 59, 117, 0) 100%
); */

  z-index: 2;
}

/* ✅ FIXED CONTENT LAYER (MAIN BUG FIX) */
.about-sec1 > *:not(.bg-zoom1) {
  position: relative;
  z-index: 3;
}

/* ✅ TEXT */

/* ✅ ZOOM ANIMATION */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.about-real-estate {
  padding: 100px 0px 0px 0px;
  background: #fff;
}

.about-container {
  display: flex;
  gap: 60px;
  align-items: center;
}

.about-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 40px;
}

.about-stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stat-box {
  margin-top: 40px;
}

.stat-box h3 {
  font-size: 40px;
  margin-bottom: 5px;
  font-family: var(--default-font);
}

.stat-box span {
  font-weight: 600;
  font-size: 16px;
}

.stat-box p {
  font-size: 14px;
  color: var(--secondary-color);
  margin-top: 5px;
  font-family: var(--default-font);
  font-weight: 400;
}

/* RIGHT IMAGE GRID */

.image-large img {
  width: 100%;
  /* border-radius: 20px; */
  /*height: 365px;*/
    object-fit: cover;
}

.image-small-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.image-small img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  /* border-radius: 20px; */
}

/* ✅ MOBILE RESPONSIVE */
@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
  }

  .about-content,
  .about-images {
    width: 100%;
  }

  .image-small-wrap {
    grid-template-columns: 1fr;
  }
}

/* ✅ FULL SECTION LOOK */
.values-section {
  padding: 100px 0;
  background: #f1ecec;
  margin-top: 100px;
  /* border-radius: 16px; */
  /* margin: 100px 40px 0px 40px; */
}

.values-image {
  height: 100%;
}

.values-image figure {
  height: 100%;
  margin: 0;
}

.values-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 0;
  position: relative;
  margin-top: 35px;
}

.value-box h5 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--default-font);
}

.value-box i {
  font-size: 18px;
  color: var(--secondary-color4);
}

.value-box p {
  font-size: 16px;
  color: var(--secondary-color);
  margin-top: 6px;
  line-height: 1.6;
  font-family: var(--default-font);
}

/* Each item spacing */
.value-box {
  padding: 25px 0;
  position: relative;
}

/* ✅ 1st row border (items 1 & 2) */
.value-box:nth-child(1)::after,
.value-box:nth-child(2)::after,
/* ✅ 2nd row border (items 3 & 4) */
.value-box:nth-child(3)::after,
.value-box:nth-child(4)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%; /* ✅ span across 2 grid columns */
  height: 1px;
  background: #e5e5e5;
}

/* ✅ Right column theke overflow correction */
.value-box:nth-child(2)::after,
.value-box:nth-child(4)::after {
  left: -100%;
}

/* ✅ Mobile fix */
@media (max-width: 767.78px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-box::after {
    width: 100%;
    left: 0;
  }

  .value-box:last-child::after {
    display: none;
  }
}

/* mission */

.mission-vision-section {
  padding: 100px 0px 0px 0px;
}

/* GRID */
.mv-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-top: 40px;
}

/* BOX */
.mv-box {
  background: #fff;
      padding: 20px;
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 6px;
}

/* overlay */
.mv-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0; /* 🔹 start from bottom */
  background: var(--secondary-color4);
  transition: height 0.35s ease;
  z-index: 0;
}

/* hover effect */
.mv-box:hover::after {
  height: 100%; /* 🔹 move upward */
}

/* content always on top */
.mv-box > * {
  position: relative;
  z-index: 1;
}

.mv-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON */
.mv-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffc1076d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.mv-box h4 {
  font-size: 24px;
  margin-bottom: 12px;
}

.mv-box p {
  color: var(--secondary-color);
  line-height: 1.8;
  font-size: 16px;
  font-family: var(--default-font);
  font-weight: 400;
}
/* smooth transition */
.mv-icon,
.mv-box h4,
.mv-box p {
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

/* hover state */
.mv-box:hover .mv-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.25); /* optional soft bg */
}

.mv-box:hover h4,
.mv-box:hover p {
  color: #fff;
}

/* MOBILE */
@media (max-width: 767.78px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }
}

.clients-section {
  padding: 90px 0px 0px 0px;
}

/* LOGO BOX */
.client-logo {
  background: var(--white-color);
  border: 1px solid #e5e7eb;
  /* border-radius: 16px; */
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.client-logo img {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  /* filter: grayscale(100%); */
  /* opacity: 0.7; */
  transition: 0.3s;
  height: 100px;
}

/* Hover */
.client-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Remove Owl default background */
.owl-theme .owl-dots .owl-dot span {
  background: #d1d5db;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #111;
}

.mt-p {
  margin-top: 40px;
}

.office-section-full {
  width: 100%;
  min-height: auto;
  position: relative;
  padding: 100px 40px 0px 40px;
  border-radius: 16px;
}

.office-bg {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  overflow: hidden;
  padding: 80px 0px;
  border-radius: 6px;
}

/* IMAGE */
.office-image-full img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 1;
}
.office-image-full img.active {
  opacity: 1;
}

/* LEFT CARD */
.office-card {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  /* margin-left: 80px;
  margin-top: 80px; */
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

/* HEADING */
.heading {
  margin-bottom: 20px;
}

/* TABS */
.office-tab {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  cursor: pointer;
}
.tab-top {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-family: var(--default-font);
  font-size: 18px;
}
.tab-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.office-tab.active .tab-body {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}
.office-tab .arrow {
  /* transition: .4s; */
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-weight: 500;
  text-decoration: none;
  transition:
    color 0.4s,
    background-color 0.4s,
    border-color 0.4s,
    transform 0.4s;
  display: flex;
}
.office-tab.active .arrow {
  transform: rotate(90deg);
}

.founder-section {
  /* padding: 100px 0px 0px 0px; */
  margin-top: 100px;
}

.founder-wrapper {
  background: white;
  padding: 60px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* ✅ IMAGE */
.founder-img {
  border-radius: 20px;
  overflow: hidden;
}

.founder-img img {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover;
  transition: 0.6s ease;
  max-width: 100% !important;
  max-height: 480px !important;
}

.founder-img:hover img {
  transform: scale(1.1);
}

/* ✅ CONTENT */
.founder-content {
  flex: 1;
}

.founder-tag {
  display: inline-block;
  background: var(--secondary-color4);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 12px;
}

.founder-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-family: var(--default-font);
}

.founder-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 24px;
}

blockquote {
  font-style: italic;
  font-size: 18px;
  color: var(--primary-color);
  border-left: 4px solid var(--secondary-color4);
  padding-left: 16px;
  margin-bottom: 25px;
}
.vfc{
    font-style: italic;
  font-size: 20px;
  color: var(--primary-color);
  font-size: 20px !important;
    font-weight: 600 !IMPORTANT;
    color: var(--primary-color);
    
}

/* ✅ SOCIAL ICONS */
.founder-social {
  display: flex;
  gap: 15px;
}

.founder-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: grid;
  place-items: center;
  transition: 0.4s ease;
}

.founder-social a:hover {
  background: var(--secondary-color4);
  transform: translateY(-4px);
}

/* ✅ RESPONSIVE */
@media (max-width: 991px) {
  .founder-wrapper {
    flex-direction: column;
    text-align: center;
  }

  blockquote {
    border-left: none;
    border-top: 3px solid #111;
    padding-top: 10px;
  }

  .founder-social {
    justify-content: center;
  }
}

/* conatct us */

.contact-section {
  padding: 80px 0;
  background: #f7f7f7;
  /* margin: 0px 40px 0px 40px; */
  /* border-radius: 16px; */
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin: 15px 0 20px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
}
.social-icons a:hover {
  color: var(--white-color);
  background-color: var(--secondary-color4);
}

.more-details h4 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
}

.contact-card {
  background: var(--white-color);
  border-radius: 6px;
  margin-top: 20px;
  padding: 40px 40px;
}

/* RIGHT FORM */
.contact-right h3 {
  font-size: 32px;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
}

.contact-form {
  margin-top: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--primary-color);
  font-family: var(--default-font);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 0px;
  border: none;
  background: #f6f6f6;
  font-size: 14px;
  outline: none;
}

.form-group textarea {
  height: 120px;
  border-radius: 0px;
  resize: none;
}

.submit-btn {
  background: #111;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 767.78px) {
  .contact-container {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

.contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-row i {
  font-size: 18px;
  color: var(--primary-color);
  margin-top: 4px;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-text small {
  font-size: 12px;
  color: #888;
  font-family: var(--default-font);
  font-size: 20px;
}

.contact-text a {
  text-decoration: none;
}

.contact-text strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 2px;
  font-family: var(--default-font);
}

.reach-section {
  padding: 100px 0px 0px 0px;
  background: #fff;
}

.reach-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}

p.para.wow.fadeInUp.text-right {
  width: 460px;
}

.reach-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
  margin-bottom: 10px;
}

.reach-card {
  background: #f9f9f9;
  padding: 10px 10px;
  border-radius: 6px;
  text-align: center;
  transition: 0.35s ease;
  display: flex;
  gap: 20px;
}

.reach-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.reach-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /*margin: 0 auto 20px;*/
}

.reach-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--default-font);
}
.reach-txt{
    text-align: start;
}
.reach-card p {
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 18px;
  font-family: var(--default-font);
}

.reach-card a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.reach-card a i {
  font-size: 12px;
  transition: 0.3s;
}

.reach-card a:hover i {
  transform: translateX(4px);
}

/* ✅ Responsive */
@media (max-width: 900px) {
  .reach-grid {
    grid-template-columns: 1fr;
  }

  .reach-header {
    flex-direction: column;
  }
}

.cont-mid {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* gallery page */

.gallery-section {
  width: 100%;
  margin-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.gallery-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.gallery-grid1 a {
  display: block;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: transform 0.3s ease;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-grid1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-grid1 a:hover img {
  transform: scale(1.05);
}

.ic-o {
  width: 100%;
  height: 35px;
  max-width: 35px;
  line-height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
  text-align: center;
}

/* blog page */

.blog-section-page {
  padding: 80px 0;
  background: #f1ecec;
  border-radius: 16px;
  margin: 0px 40px 0px 40px;
}
.blog-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
}

/* .blog-list-item {
    border-top: 1px solid #e8e8e8;
} */

.blog-list-item:nth-child(1),
.blog-list-item:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}

.blog-section1 {
  padding: 100px 0;
  background: #fff;
  font-family: "Inter", sans-serif;
}

/* .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
} */

/* Tabs */
.blog-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.blog-tabs button {
  padding: 10px 22px;
  border-radius: 30px;
  border: none;
  background: #f2f2f2;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--default-font);
}

.blog-tabs button.active {
  background: var(--primary-color);
  color: var(--white-color);
}

/* Grid */
.blog-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
}

/* Image */
.blog-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-img {
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Hover করলে Zoom হবে */
.blog-card:hover .blog-img img {
  transform: scale(1.12);
}

/* Tag */
.blog-img .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}

/* Content */
.blog-content {
  padding: 18px 10px 0;
}

.blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
}

.blog-content .date {
  font-size: 13px;
  color: #777;
  font-family: var(--default-font);
  font-weight: 400;
}

@media (max-width: 767.78px) {
  .blog-grid1 {
    grid-template-columns: 1fr;
  }
}

.blog-det {
  width: 100%;
  padding: 0px 40px 0px 40px;
}

/* Owl Carousel navigation buttons */
.blog-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color); /* semi-transparent background */
  color: #fff !important;
  border: none;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.blog-carousel .owl-nav button.owl-prev:hover,
.blog-carousel .owl-nav button.owl-next:hover {
  background: var(--primary-color); /* highlight color on hover */
  transform: translateY(-50%) scale(1.1);
}

/* Positioning the arrows */
.blog-carousel .owl-nav button.owl-prev {
  left: -25px; /* adjust distance from left */
}

.blog-carousel .owl-nav button.owl-next {
  right: -25px; /* adjust distance from right */
}

/* Hide default text */
.blog-carousel .owl-nav button span {
  display: none;
}

.blog-article {
  line-height: 1.7;
  padding: 100px 15px 0px 15px;
}

.blog-article .container {
  max-width: 800px;
  margin: 0 auto;
}

.blog-article h2 {
  font-size: 1.5rem;
  margin: 30px 0 15px;
  color: var(--primary-color);
  font-family: var(--default-font);
  font-weight: 500;
}

.blog-article p {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: var(--default-font);
  font-weight: 400;
  color: var(--secondary-color);
}

.blog-article ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-article ul li {
  margin-bottom: 10px;
  font-family: var(--default-font);
  font-size: 18px;
}

.blog-article figure {
  margin: 30px 0;
  text-align: center;
}

.blog-article figure img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin-top: 30px;
}

.blog-article blockquote {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 20px;
  border-radius: 8px;
  font-style: italic;
  margin: 30px 0;
  text-align: center;
  font-family: var(--default-font);
}

/* property-details */

.property-details {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.property-features {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: var(--default-font);
}

.property-features ul {
  list-style: none;
  padding: 0;
}

.project-info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  gap: 15px;
}

.project-info span {
  font-size: 14px;
  color: var(--secondary-color);
  font-family: var(--default-font);
}

.project-info .info-right {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  max-width: 60%;
}
.prop {
  font-size: 20px;
  margin: 10px 0;
  color: var(--primary-color);
  font-family: var(--default-font);
}

.price-box {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.agent-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.property-gallery {
  position: relative;
}

/* NAV POSITION */
.property-gallery .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* BUTTON */
.property-gallery .owl-nav button {
  width: 40px;
  height: 40px;
  background: var(--white-color) !important;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--secondary-color2) !important;
}

/* HOVER */
.property-gallery .owl-nav button:hover {
  background: var(--secondary-color) !important;
  transform: scale(1.1);
  color: var(--white-color) !important;
}

/* IMAGE ROUND */
.property-gallery img {
  border-radius: 16px;
}

.property-gallery .gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}

.property-gallery .gallery-item img {
  width: 100%;
  height: 400px;
  max-height: 400px;
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 0px;
}

.property-gallery .gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(80%);
}

.gallery-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
}

.gallery-grid2 img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid2 {
    grid-template-columns: 1fr;
  }
}

/* LEFT SIDE */
.about-pro h2,
.amenities h2,
.cont-mid1 h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: var(--default-font);
  font-weight: 500;
  margin-top: 20px;
}

.about-pro p,
.amenities p {
  color: var(--secondary-color);
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: var(--default-font);
  font-weight: 400;
  font-size: 16px;
}

.bullets {
  margin: 15px 0;
  padding-left: 18px;
}

.bullets li {
  margin-bottom: 8px;
  font-size: 17px;
  font-family: var(--default-font);
  font-weight: 400;
  color: var(--secondary-color);
}

/* .amenity-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.amenity-grid span {
  background: #f9f9f9;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #eee;
} */

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.amenity-grid span {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;

  /* background: linear-gradient(
    145deg,
    rgba(40, 59, 117, 0.95),
    rgba(18, 28, 70, 0.95)
  ); */
  background-color: transparent;

  color: var(var --secondary-color);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--default-font);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 6px;
  /* border: 1px solid var(--primary-color); */
}

/* ICON STYLE */
.amenity-grid span i {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;

  background: var(--secondary-color);
  color: var(--white-color);
  font-size: 18px;

  /* box-shadow: 0 6px 15px rgba(255, 191, 7, 0.45); */
}

/* HOVER EFFECT */
.amenity-grid span:hover {
  transform: translateY(-6px) scale(1.02);
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 191, 7, 0.4); */
}

.amenity-grid span:hover i {
  transform: rotate(8deg) scale(1.1);
}

/* MOBILE */
@media (max-width: 575px) {
  .amenity-grid {
    grid-template-columns: 1fr;
  }
}

/* RIGHT SIDE */
.hero-image img {
  width: 100%;
  border-radius: 12px;
}

/* .floor-plan-section {
  padding: 100px 0px 0px 0px;
} */

.floor-tabs {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.floor-tab {
  padding: 10px 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary-color2);
}

.floor-tab.active {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.floor-content {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.floor-panel {
  display: none;
  animation: fadeUp 0.4s ease;
}

.floor-panel.active {
  display: block;
}

img.img-fluid.nbgbg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rp-section {
  padding: 100px 0;
  background: #fff;
}

.rp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.rp-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
  /* margin-bottom: 20px; */
}

.rp-img {
  position: relative;
  overflow: hidden;
  border-radius: 18px; /* image corner same as card */
}

.rp-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rp-card:hover .rp-img img {
  transform: scale(1.1);
}

.rp-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.rp-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.rp-meta i {
  margin-right: 4px;
}

.rp-info {
  padding: 20px;
}

.rp-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: var(--default-font);
  font-weight: 500;
}

.rp-info p {
  font-size: 15px;
  color: var(--secondary-color);
  margin-bottom: 12px;
  font-family: var(--default-font);
}

.rp-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 10px;
  font-family: var(--default-font);
}
.rp-bottom span {
  font-size: 15px;
}

.rp-bottom a {
  text-decoration: none;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 15px;
}
.rp-bottom a:hover {
  color: var(--secondary-color4);
}

/* resident page */

.resident {
  padding: 100px 0px 0px 0px;
}

p.address {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--default-font);
}

.found {
  width: 100%;
  height: 100%;
}

.pro-mg {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.owl-main .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.owl-main .owl-nav button {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 50%;
}

.owl-thumbs {
  margin-top: 20px;
}

.owl-thumbs .item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}

.owl-thumbs .active-thumb img {
  opacity: 1;
  border: 3px solid black;
}

.why-buy-section {
  padding: 80px 0;
  background: #f1ecec;
  /* border-radius: 16px; */
  /* margin: 100px 40px 0px 40px; */
  margin-top: 100px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}
.why-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* ✅ Base card style (single color) */
.why-card {
  background: var(--primary-color);
  color: #fff;
  border-radius: 6px;
  padding: 35px 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* ✅ Icon base */
.why-card .why-icon {
  font-size: 42px;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.6s ease;
  transform-origin: center;
}

/* ✅ Hover flip (no disappear) */
.why-card:hover .why-icon {
  transform: rotateY(180deg); /* ✅ Full spin, always visible */
  color: #fff;
}

/* ✅ Text smooth transition */
.why-card h4,
.why-card p {
  transition: color 0.4s ease;
}
.why-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: var(--default-font);
  font-weight: 500;
}
.why-card p {
  font-size: 85%;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--accent-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
  line-height: 26px;
  margin-top: 0px !important;
}

/* ✅ HOVER EFFECT */
/* .why-card:hover {
  background: var(--secondary-color4); 
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  transform: translateY(-8px);
} */
/* overlay */
.why-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0; /* 🔹 start from bottom */
  background: var(--secondary-color4);
  transition: height 0.35s ease;
  z-index: 0;
}

/* hover effect */
.why-card:hover::after {
  height: 100%; /* 🔹 move upward */
}

/* content always on top */
.why-card > * {
  position: relative;
  z-index: 1;
}

/* ✅ Text color change on hover */
.why-card:hover h4,
.why-card:hover p {
  color: #fff;
}
/* ✅ Mobile Responsive */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.ban-cont {
  width: 50%;
}

.sub-head {
  font-size: 18px;
  color: var(--secondary-color3);
  font-family: var(--default-font1);
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  width: 100%; /* Take full width of container */
}

.para {
  font-size: 85%;
  color: var(--secondary-color);
  font-weight: 400;
  font-family: var(--accent-font);
  text-align: left;
  padding-top: 10px;
  line-height: normal;
  line-height: 26px;
  margin-top: 0px !important;
}

@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-search-fixed {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  z-index: 99;
  padding: 0 15px;
}

/* extraordinary button */

.extraordinary-btn1 {
  position: relative;
  background: transparent;
  color: var(--white-color);
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--default-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* border-radius: 50px; */
  text-decoration: none;
  border: 2px solid var(--secondary-color3);
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* box-shadow: 0 4px 15px rgba(250, 94, 7, 0.2); */
  background-color: var(--secondary-color3);
}

/* Top-down fill effect */
.extraordinary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--secondary-color1);
  z-index: -1;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0 0 50% 50%;
}

/* Arrow icon */
.extraordinary-btn1 i {
  transition: transform 0.4s ease;
}

/* Glow effect */
.extraordinary-btn1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.6s,
    opacity 0.4s;
  z-index: -1;
}

/* Hover Effects */
.extraordinary-btn1:hover {
  color: white;
  /* transform: translateY(-5px); */
  /* box-shadow: 0 10px 25px rgba(250, 94, 7, 0.4); */
}

.extraordinary-btn1:hover::before {
  height: 200%;
  border-radius: 0;
}

.extraordinary-btn1:hover i {
  transform: rotate(45deg) scale(1.2);
}

/* Click effect */
.extraordinary-btn1:active {
  transform: translateY(-2px);
}

.extraordinary-btn1:active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition:
    transform 0.3s,
    opacity 0.2s;
}

.olpo1 {
  display: flex;
  justify-content: center;
  width: 190px;
  margin: auto;
}

/* ***************** whatsapp icon *****************  */

.whatsapp-float {
  position: fixed;
  right: 20px;
  /* left side */
  bottom: 20px;
  /* distance from bottom */
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #25d366, #128c7e, #075e54, #34b7f1);
  background-size: 300% 300%;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: gradientMove 5s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
  box-shadow: 3px 3px 15px rgba(18, 140, 126, 0.5);
}

/* Bounce animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  /* bounce up 10px */
}

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  background: var(--primary);
  color: #fff;
  padding: 5px 16px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  transition:
    background 0.3s,
    transform 0.3s;
  border: 3px solid #fff;
  animation: bounce 2s infinite;
  /* apply animation */
}

/* ****************** */

.sticky-top::after {
  width: 100%;
  height: 3px;
  /* background: linear-gradient(332deg, #901007, #113391, #901007); */
  background: linear-gradient(332deg, #777, #000, #eadec8);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
  content: "";
  left: 0;
  right: 0;

  bottom: 0;
  z-index: 5;
  position: absolute;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Base Button */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 16px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  font-family: var(--default-font1);
}

/* White Variant */
.button.is-white {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.button.is-white:hover {
  background-color: #fff;
  color: #000;
}

/* Text Animation */
.button-block {
  position: relative;
  overflow: hidden;
}

.button-text,
.button-text-hover {
  display: block;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.button-text-hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
}

.button:hover .button-text {
  transform: translateY(-100%);
  opacity: 0;
}

.button:hover .button-text-hover {
  transform: translateY(0);
  opacity: 1;
}

/* Icon Animation */
.button-icon-block {
  display: inline-flex;
  margin-left: 8px;
  position: relative;
  width: 18px;
  height: 18px;
}

.button-icon,
.button-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.button-icon-hover {
  transform: translate(-100%, 100%);
  opacity: 0;
}

.button:hover .button-icon {
  transform: translate(100%, -100%);
  opacity: 0;
}

.button:hover .button-icon-hover {
  transform: translate(0, 0);
  opacity: 1;
}

.property-header {
  background: #fff;
  padding: 80px 0px 0px 0px;
}

/* Top Row */
.property-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

/* .project-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
} */

.location {
  color: var(--secondary-color4);
  font-size: 15px;
  max-width: 700px;
  line-height: 1.6;
  font-family: var(--default-font);
  font-weight: 400;
}

.rera {
  margin-top: 6px;
  font-size: 16px;
  color: var(--primary);
  line-height: 1.6;
  font-family: var(--default-font);
  font-weight: 500;
}

.save-btn {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
  background: #fff;
}

.price {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--default-font);
  color: var(--primary-color);
  padding-top: 10px;
}
.price {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}

.price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px; /* border length */
  height: 2px; /* border thickness */
  background: linear-gradient(to right, transparent, #ffbf07, transparent);
}

/* Bottom Meta */
.property-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #eee;
  margin-top: 25px;
}

.property-meta.bgbgq1 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5px;
  background: transparent;
  box-shadow: unset;
  border-top: 0px !important;
  padding: 0px;
  margin-top: 0px;
  padding-top: 10px;
}
.property-meta.bgbgq1 span {
  border: none;
  border-top: 0px !important;
}

.meta-item {
  text-align: center;
  padding: 18px 10px;
  border-right: 1px solid #eee;
}

.meta-item:last-child {
  border-right: none;
}

.meta-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: var(--default-font);
  font-weight: 500;
}

.meta-item p {
  font-size: 15px;
  color: #777;
  font-family: var(--default-font);
  font-weight: 400;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .property-header-top {
    flex-direction: column;
    text-align: left;
  }

  .right {
    text-align: left;
  }

  .property-meta {
    grid-template-columns: 1fr 1fr;
  }
}

.nl-wrapper {
  padding-top: 40px;
  border-radius: 12px;
}

ul.nl-tabs {
  padding-left: 0px;
}

.nl-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  transition: 0.3s;
  font-family: var(--default-font);
  font-weight: 500;
}

.nl-tab-item {
  list-style: none;
}

.nl-tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
}

.nl-tab-btn i {
  font-size: 18px;
  color: var(--secondary-color2);
}

.nl-tab-btn.active {
  background: var(--secondary-color);
  color: #fff;
}

.nl-tab-btn.active i {
  color: #fff;
}

.nl-content-area {
  margin-top: 25px;
}

.nl-tab-panel {
  display: none;
  animation: nlFade 0.4s ease-in-out;
}

.nl-tab-panel.active {
  display: block;
}

.nl-tab-panel ul {
  padding: 0;
  columns: 2;
}

.nl-tab-panel li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: var(--default-font);
  font-size: 16px;
  color: var(--primary-color);
  display: flex;
}

.nl-tab-panel li i {
  color: var(--secondary-color4);
  margin-right: 8px;
}

@keyframes nlFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nl-tab-panel ul {
    columns: 1;
  }
}

.property-image {
  position: relative;
}

/* SALE BADGE */
.sale-badge {
  position: absolute;
  top: 14px;
  right: 14px;

  background: var(--primary-color);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;

  padding: 6px 12px;
  /* border-radius: 20px; */

  display: inline-flex;
  align-items: center;
  gap: 6px;

  z-index: 2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.sale-badge i {
  font-size: 0.75rem;
}

.price-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0px 25px 25px 25px;
}

.property-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--default-font);
}

.view-details-btn {
  padding: 6px 14px;
  font-size: 14px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-details-btn:hover {
  background: var(--secondary-color4);
  color: #fff;
  border: 1px solid var(--secondary-color4);
}

/* project details */

.pro-t {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pro-j-sec1 {
  position: relative;
  padding: 0px 0px 180px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 700px;
}

/* ✅ BACKGROUND IMAGE */
.pro-j-sec1-zoom1 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  /* animation: zoomEffect 15s ease-in-out infinite alternate;
  will-change: transform; */
}

/* ✅ LIGHT OVERLAY */
.pro-j-sec1::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.158)
  ); */
  /* background: rgba(0, 0, 0, 0.2); */
  z-index: 2;
}

/* ✅ FIXED CONTENT LAYER (MAIN BUG FIX) */
.pro-j-sec1 > *:not(.pro-j-sec1-zoom1) {
  position: relative;
  z-index: 3;
}

/* ✅ TEXT */

/* ✅ ZOOM ANIMATION */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

/* .pro-sec1 img {
  width: 100%;
  height: 520px;
  object-fit: cover;
} */

/* Right Section */
.pro-sec2 {
  background-color: transparent;
  position: relative;
  top: -201px;
  width: 230px;
}

.pro-sec2 img {
  max-width: 180px;
  width: 100%;
  /* background: #fff; */
  /* border-radius: 0px 0px 16px 16px; */
  padding: 5px;
  margin: auto;
}

/* .pro-sec2 {
  position: absolute;
  top: -260px;
  left: 20px;
} */

/* main white card */
.logo-card {
  background: #fff;
   padding: 5px; 
  border-radius: 0 0 28px 28px;
  position: relative;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* blue curved bottom edge */
/* .logo-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;

  width: 100%;
  height: 28px;

  background: #e8f0ff;
  border-radius: 0 0 28px 28px;

  z-index: -1;
} */

/* logo image */
.logo-card img {
  width: 100%;
  display: block;
  height: 125px;
  object-fit: contain;
}

/* Nav container */
.about-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
}

/* Common button */
.about-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Arrow icon */
.owl-prev-icon,
.owl-next-icon {
  font-size: 26px;
  font-weight: 600;
  color: var(--white-color) !important;
  line-height: 1;
}

/* Hover effect */
.about-carousel .owl-nav button:hover {
  background: var(--accent-color) !important;
  transform: translateY(-3px);
}

.about-carousel .owl-nav button:hover span {
  color: #fff;
}

.price-contact {
  margin-top: 20px;
  background: linear-gradient(
    0deg,
    rgb(243, 242, 242) 0%,
    rgb(243, 242, 242) 100%
  );
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}

.price-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}

.price-contact a i {
  font-size: 14px;
}

.price-contact a:hover {
  text-decoration: underline;
}

/* course */

.course {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
h2.title.nhbh-txt {
  /* font-style: italic; */
  padding-bottom: 30px;
}

.menu-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-menu {
  position: sticky;
  top: 0px;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.sticky-menu-sec {
  position: sticky;
  top: 0px;
  /* background: linear-gradient(
    0deg,
    rgb(243, 242, 242) 0%,
    rgb(255, 193, 5) 100%
  ); */
  /* background-color: #0e2835; */
  padding: 25px;
  border: 1px solid #ececec;
  margin-top: 15px;
  border-radius: 12px;
}

.service-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.service-menu li:last-child {
  border-bottom: none;
}

.service-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  font-family: var(--default-font);
}

.service-menu li i {
  font-size: 14px;
  color: var(--secondary-color3);
}

.service-menu li.active a {
  color: var(--secondary-color3);
  font-weight: 700;
}

.service-menu li.active i {
  transform: translateX(4px);
  transition: 0.3s;
}

/* RIGHT SIDE CONTENT */

.course-box {
  margin-bottom: 60px;
}

.title-sm {
  font-size: 28px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: var(--default-font1);
}
.title-sm span {
  background: var(--secondary-color1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  display: inline-block;
}

.course-box img {
  border-radius: 20px;
  margin: 25px 0;
  width: 100%;
}

/* html {
  scroll-behavior: smooth;
} */

/* -------------------------
   Shadow Boxes + Wrapper
-------------------------- */
.rbt-shadow-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 40px;
  border-left: 2px solid var(--secondary-color);
}

/* -------------------------
   Course Thumbnail
-------------------------- */
.thuumbnail img {
  border-radius: 10px;
}

/* -------------------------
   Sticky Top Navigation
-------------------------- */
.rbt-inner-onepage-navigation {
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.mainmenu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.mainmenu li {
  flex-grow: 1;
  text-align: center;
}

.mainmenu li a {
  font-size: 15px;
  font-weight: 600;
  color: #555;
  padding: 8px 10px;
  display: inline-block;
  color: var(--secondary-color3);
  width: auto;
  height: auto;
  padding: 10px 24px;
  background-color: transparent;
  font-family: var(--default-font);
  margin: 0;
  position: relative;
  display: block;
  color: var(--color-heading);
  z-index: 2;
  padding: 10px 25px;
}

.mainmenu li.current a,
.mainmenu li a:hover {
  color: var(--primary-color);
  width: auto;
  height: auto;
  padding: 10px 24px;
  background-color: transparent;
  border-bottom: 2px solid var(--secondary-color);
  font-family: var(--default-font);
}

.rbt-list-style-1 {
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.rbt-list-style-1 li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #555;
  font-size: 15px;
  font-family: var(--accent-font);
}

.rbt-list-style-1 li i {
  color: var(--primary-color);
  font-size: 18px;
  margin-top: 2px;
}

/* -------------------------
   Show More Button
-------------------------- */
.has-show-more {
  position: relative;
}

.has-show-more-inner-content {
  max-height: 130px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.rbt-show-more-btn {
  display: flex;
  margin: 10px auto 0;
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  justify-content: start;
  font-family: var(--default-font);
  font-size: 16px;
  position: relative;
}
.rbt-show-more-btn::after {
  /*background: linear-gradient(*/
  /*  rgba(255, 255, 255, 0) 0%,*/
  /*  rgb(255, 255, 255) 100%*/
  /*);*/
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 80px;
}
.rbt-show-more-btn:hover {
  color: var(--secondary-color2);
}

.hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.property-actions {
  margin-top: 20px;
}

.action-list {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Common style */
.action-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  text-decoration: none;
  padding: 10px 16px;
  border: 1px solid #e5e5e5;
  background: var(--primary-color);
  transition: all 0.3s ease;
}
.action-list li a:hover {
  background-color: var(--secondary-color4);
}

/* Icon size */
.action-list li i {
  font-size: 15px;
}
/* .property-specs {
  padding: 40px 0;
} */

.specs-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spec-label {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.spec-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.5;
}

.dev-card {
  /* background: linear-gradient(145deg, #f9fafc, #eef1f7); */
  border-radius: 18px;
  transition: all 0.4s ease;
}

.dev-link {
  display: flex;
  gap: 22px;
  text-decoration: none;
  color: inherit;
}

/* LOGO */
.dev-logo {
  flex: 0 0 130px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #e5e8ef;
}

.dev-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.dev-card:hover .dev-logo img {
  transform: scale(1.08);
}

/* CONTENT */
.dev-info {
  flex: 1;
}

.dev-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-family: var(--default-font);
}

.dev-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #555;
  font-family: var(--default-font);
}

.read-more {
  color: #ffbf07;
  font-weight: 600;
  /*margin-left: 4px;*/
}

/* MOBILE */
@media (max-width: 767px) {
  .dev-link {
    flex-direction: column;
    text-align: center;
  }

  .dev-logo {
    /*margin: 0 auto;*/
  }
  .dev-desc{
      text-align: start;
  }
}

.sticky-menu-sec .form-control {
  padding: 0.65rem 0.75rem !important;
  border-bottom: 2px solid var(--white-color) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-left: none !important;
  border-radius: 6px 6px 6px 6px;
  /* background-color: #eaf4ff; */
  /* background-color: #eef5ff; */
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #fff !important;
  color: var(--white-color) !important;
}
.sticky-menu-sec .form-control::placeholder {
  color: #ffffff !important;
  opacity: 1; /* default grey effect remove */
}

.sticky-menu-sec .form-control:focus {
  box-shadow: none !important;
}
.sticky-menu-sec .form-label {
  color: var(--primary-color);
  font-size: 95%;
  font-weight: 500;
  font-family: var(--default-font);
  padding-top: 12px;
}
.leadForm .form-control {
  padding: 0.65rem 0.75rem !important;
  border-bottom: 2px solid var(--primary-color) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-left: none !important;
  border-radius: 0px;
}
.leadForm .form-control:focus {
  box-shadow: none !important;
}
.leadForm label {
  color: var(--primary-color);
  font-size: 95%;
  font-weight: 500;
  font-family: var(--default-font);
  padding-top: 12px;
}

.lead-modal {
  border-radius: 16px;
  padding: 10px;
}

.lead-modal .modal-header {
  border-bottom: none;
}
.modal-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(40, 59, 117, 0.08);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.35s ease;
  outline: none;
}

/* X icon */
.modal-close-btn span {
  font-size: 24px;
  line-height: 1;
  color: #283b75;
  transition: all 0.3s ease;
}

/* Hover effect */
.modal-close-btn:hover {
  background: #283b75;
  transform: rotate(90deg) scale(1.05);
}

.modal-close-btn:hover span {
  color: #fff;
}

/* Focus remove */
.modal-close-btn:focus {
  outline: none;
  box-shadow: none;
}

/* footer fixed */

#section1 {
  position: relative;
}

/* Fixed state */
#section1.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* BAR */
.sticky-lead-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #0d0f3b, #1f2268);
  z-index: 999;
}

.lead-wrap {
  display: flex;
  align-items: flex-start;
  padding: 14px 20px 10px;
  gap: 20px;
}

/* TITLE */
.lead-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 18px;
  min-width: 95px;
  font-family: var(--default-font);
}
form.lead-form {
  width: 100%;
}
.lead-form .form-control,
.lead-form .input-group-text {
  height: 44px;
  background: #2a2d63;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 14px;
  border-radius: 0px;
}

.lead-form .form-control::placeholder {
  color: #d4d6ff;
}

.lead-form .input-group-text {
  background: #2a2d63;
  color: #fff;
  border-right: none;
}

/* Submit */
.lead-submit {
  width: 100%;
  height: 44px;
  padding: 0 42px;
  background: var(--secondary-color4);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
}
.lead-submit:hover {
  background: var(--secondary-color4);
  color: var(--primary-color);
}

/* CONSENT BELOW */
.lead-consent {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  color: #fff;
  margin: 10px 0px 0px 0px;
  /* margin-top: -2px; */
}

.lead-consent input {
  margin-top: 2px;
}

.lead-consent a {
  color: #fff;
  text-decoration: underline;
}

.form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--secondary-color4); /* Blue */
  border-color: var(--secondary-color4);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(30, 107, 255, 0.35);
}

/* Desktop এ toggle icon show করাবে */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
/* WHITE TOGGLER ICON */
/* REMOVE TOGGLER FOCUS / ACTIVE STYLE */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* WHITE ICON */
.navbar-toggler i {
  color: #ffffff;
  font-size: 24px;
}

/* image carousel start */

.image-carousel-sec {
  padding: 100px 0;
  background: rgb(241, 236, 236);
}

.image-carousel .item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: 0.4s ease;
}

.image-carousel .item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.4s ease;
}

.image-carousel .center .item {
  transform: scale(1.08);
}

.image-carousel .item:hover img {
  transform: scale(1.1);
}

/* nav arrows */
.image-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.image-carousel .owl-nav .owl-prev {
  left: -22px;
}
.image-carousel .owl-nav .owl-next {
  right: -22px;
}

.image-carousel .owl-nav button span {
  font-size: 28px;
  line-height: 1;
}

/* dots */
.image-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
}

.image-carousel .owl-dots .owl-dot.active span {
  background: #2563eb;
}

/* why suriya */

.why-surya {
  padding: 100px 20px;
  background: #f5f7fb;
  margin-top: 80px;
}

.why-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.why-card1 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease;
  z-index: 1;
  display: flex;
  justify-content: start;
  gap: 20px;
}

/* background layer */
.why-card1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: var(--secondary-color4); /* hover background color */
  transition: bottom 0.4s ease;
  z-index: -1;
}

/* hover background animation */
.why-card1:hover::after {
  bottom: 0;
}

.why-card1:hover {
  transform: translateY(-8px);
}

/* TEXT COLOR CHANGE */
.why-card1:hover h3,
.why-card1:hover p {
  color: #fff;
}
.why-card1 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary-color);
  font-family: var(--default-font);
  /* text-align: center; */
}

.why-card1 p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--secondary-color);
  font-family: var(--default-font);
  margin-top: 0px !important;
  /* text-align: center; */
}

/* ICON STYLE */
.why-card1 .icon1 {
  width: 55px;
  height: 55px;
  min-width: 55px;
  margin: 0 auto 22px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  color: #fff;
}

.why-card1 .icon1 i {
  font-size: 28px;
  color: #fff;
}

/* icon color invert on hover */
.why-card1:hover .icon1 {
  background: var(--white-color);
  color: var(--secondary-color2);
}

.why-card1:hover .icon1 i {
  color: var(--secondary-color4);
}


/* gfrd */
.segments-section {
  padding: 100px 0px 0px 0px;
}

/* ===== SEGMENTS GRID ===== */
.tabs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.mt-04 {
  margin-top: 40px;
}

/* career page */

/* WHY */
.career-why {
  padding: 100px 20px;
  background-color: rgb(241, 236, 236);
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.career-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 40px 25px;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease;
  z-index: 1;
}

/* background layer */
.career-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: var(--secondary-color4); /* hover background color */
  transition: bottom 0.4s ease;
  z-index: -1;
}

/* hover background animation */
.career-card:hover::after {
  bottom: 0;
}

.career-card:hover {
  transform: translateY(-8px);
}

/* TEXT COLOR CHANGE */
.career-card:hover h4,
.career-card:hover p {
  color: #fff;
}
.career-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary-color);
  font-family: var(--default-font);
  text-align: center;
}

.career-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--secondary-color);
  font-family: var(--default-font);
  text-align: center;
}

/* ICON STYLE */
.career-card i {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.career-card i {
  font-size: 28px;
  color: #fff;
}

/* icon color invert on hover */
.career-card:hover i {
  background: var(--white-color);
  color: var(--secondary-color4);
}

/* JOBS */
.career-openings {
  padding: 80px 20px;
  background: #fff;
}
.job-list {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}
.job-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-radius: 6px;
  background: #f6f8fc;
  margin-bottom: 15px;
}
.job-card h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary-color);
  font-family: var(--default-font);
  text-align: center;
}
.job-card span {
  font-size: 14px;
  color: var(--secondary-color);
}

/* CTA */
.career-cta {
  padding: 80px 20px;
  background: #1e6bf1;
  color: #fff;
}

.career-apply {
  padding: 100px 20px;
  background: #f6f8fc;
}

.section-subheading {
  color: #666;
  margin-bottom: 50px;
}

.apply-form {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group.full {
  margin-top: 25px;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: var(--default-font);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #dfe4f0;
  font-size: 14px;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1e6bf1;
}

.form-submit {
  margin-top: 35px;
}

.offcanvas .btn-close {
  filter: invert(1);
  opacity: 1;
}
.vfc {
  color: var(--primary-color);
}

/* realstae */

.re-process {
  padding: 100px 0;
  background: #f6f7fb;
  font-family: Arial, sans-serif;
}
.re-proces-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.process-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.process-card:hover {
  transform: translateY(-6px);
  background-color: var(--secondary-color4);
}
.process-card:hover p {
  color: var(--white-color);
}

/*.process-card h3 {*/
/*  font-size: 28px;*/
/*  margin-bottom: 12px;*/
/*  color: var(--primary-color);*/
/*  font-family: var(--default-font);*/
/*  font-weight: 500;*/
/*}*/
.process-card h3{
  font-size: 28px;
  margin-bottom: 18px;
  color: var(--primary-color);
  font-family: var(--default-font);
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}

/* border line */
.process-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 2px;
  background: var(--primary-color);
  margin-top: 8px;
}

/* hover */
.process-card:hover h3{
  color: #fff;
}

.process-card:hover h3::after{
  background:#fff;
}

.process-card p {
  font-size: 15px;
  color: var(--secondary-color);
  line-height: 1.7;
  font-family: var(--default-font);
  font-weight: 500;
  margin-top: 20px;
  padding-bottom:10px ;
}
.process-card ul li  {
  font-size: 15px;
  color: var(--secondary-color);
  line-height: 1.7;
  font-family: var(--default-font);
  font-weight: 500;
  position: relative;
  padding-top: 5px;
}

.inte {
  padding: 80px 0px;
  background: #f7f7f7;
  /* text-align: center; */
}

.process-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Icon */
.process-icon {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 15px;
  transition: 0.3s;
}

/* Hidden image */
.process-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.process-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Content above image */
.process-card h3,
.process-card p,
.process-icon {
  position: relative;
  z-index: 2;
}

/* Hover Effects */
.process-card:hover {
  transform: translateY(-6px);
}

.process-card:hover .process-img {
  opacity: 1;
}

.process-card:hover .process-icon {
  color: #fff;
}

.process-card:hover h3,
.process-card:hover p,
.process-card:hover ul li,
.process-card:hover ul li span {
  color: #fff !important;
}

.process-section1 {
  padding: 80px 0;
  margin-bottom: 100px;
}

.process-horizontal {
  background: linear-gradient(135deg, #1e2a5a, #2f3e8f);
  color: #fff;
  padding: 45px 35px;
  border-radius: 20px;
}

.process-horizontal h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 600;
}

/* GRID LAYOUT */
.process-grid {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: center;
  gap: 18px;
}

/* STEP CARD */
.process-item {
  background: rgba(255, 255, 255, 0.12);
  padding: 18px 16px;
  border-radius: 6px;
  text-align: center;
  min-width: 170px;
  transition: 0.35s ease;
}

.process-item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.18);
}

.process-item p {
  font-size: 14.5px;
  margin-top: 10px;
  line-height: 1.5;
}

/* ICON */
.step-icon {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #1e2a5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: auto;
}

/* ARROW */
.arrow {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .arrow {
    display: none;
  }
}

@media (max-width: 576px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.process-section1 {
  background: #1f2268;
  backdrop-filter: blur(10px);
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

/* .process-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6, #10b981, #f59e0b, #ef4444);
            background-size: 500% 100%;
            animation: shimmer 8s infinite linear;
        } */

/* @keyframes shimmer {
            0% { background-position: 0% 0%; }
            100% { background-position: 500% 0%; }
        } */

.process-grid {
  display: grid;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(100, 116, 139, 0.3);
  border-radius: 4px;
  z-index: 1;
}

.process-grid::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 20%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  border-radius: 4px;
  z-index: 2;
  transition: width 0.8s ease;
}

.process-item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  transition: transform 0.4s ease;
}

.process-item:hover {
  transform: translateY(-15px);
}

.step-icon {
  width: 80px;
  height: 80px;
  /* background: linear-gradient(145deg, #1e293b, #0f172a); */
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 45px;
  color: var(--primary-color);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.4),
    inset 0 4px 8px rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.process-item:hover .step-icon {
  color: var(--white-color);
  transform: scale(1.1);
  box-shadow:
    0 15px 40px rgba(59, 130, 246, 0.3),
    inset 0 4px 8px rgba(255, 255, 255, 0.1);
  background-color: var(--secondary-color4);
}

.step-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    145deg,
    rgba(59, 130, 246, 0.2),
    rgba(139, 92, 246, 0.2)
  );
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.process-item:hover .step-icon::before {
  opacity: 1;
}

.step-icon i {
  position: relative;
  z-index: 2;
}

.process-item p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #cbd5e1;
  padding: 12px 20px;
  background: rgba(30, 41, 59, 0.7);
  border-radius: 6px;
  width: 100%;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-family: var(--default-font);
}

.process-item:hover p {
  color: var(--white-color);
  background: var(--secondary-color4);
  border-color: rgba(59, 130, 246, 0.3);
  transform: scale(1.05);
}

.arrow {
  font-size: 32px;
  color: var(--white-color);
  position: relative;
  z-index: 3;
  animation: pulse 2s infinite;
  width: 4%;
  text-align: center;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

/* Step counter */
.step-counter {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  border: 2px solid #334155;
  transition: all 0.4s ease;
}

.process-item:hover .step-counter {
  background: var(--secondary-color4);
  color: var(--primary-color);
  border-color: var(--secondary-color4);
  transform: translateX(-50%) scale(1.2);
}

/* Progress animation control */
.progress-controls {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  gap: 20px;
}

.progress-btn {
  padding: 12px 28px;
  background: rgba(30, 41, 59, 0.8);
  border: 2px solid #475569;
  border-radius: 0px;
  color: #cbd5e1;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.progress-btn:hover {
  background: var(--secondary-color4);
  color: white;
}

/* Responsive design */
@media (max-width: 1200px) {
  .process-grid {
    justify-content: center;
    gap: 40px 60px;
  }

  .process-item {
    width: 28%;
  }

  .arrow {
    display: none;
  }

  .process-grid::before,
  .process-grid::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .process-item {
    width: 45%;
  }

  .process-card {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  .process-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .step-icon {
    width: 90px;
    height: 90px;
    font-size: 36px;
  }
}

/* Active step animation */
.process-item.active .step-icon {
  color: #f8fafc;
  background: var(--secondary-color4);
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.process-item.active p {
  color: #f8fafc;
  background: var(--secondary-color4);
  border-color: rgba(59, 130, 246, 0.4);
}

.process-item.active .step-counter {
  background: var(--secondary-color4);
  color: white;
  border-color: var(--secondary-color4);
}

/* project footer */

.custom-footer {
  /* background: #0f0f0f; */
  /* background:; */
  background: linear-gradient(90deg, var(--c1) 47%, var(--c2) 40%);
  padding: 30px 0px;
  color: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.12); /* top shadow only */
}

.footer-grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  /*align-items: center;*/
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: var(--default-font1);
  padding-bottom: 10px;
  text-align: center;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.footer-logo1 img {
  max-width: 160px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
}

.footer-social a:hover {
  background: var(--secondary-color4);
  color: var(--white-color);
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 28px;
  justify-content: center;
}
.footer-logo1 img {
  max-width: 180px;
  margin-bottom: 15px;
  /* background: var(--white-color); */
  /* padding-bottom: 10px; */
  margin-top: 6px;
  display: block;
  margin: auto;
  /*float: inline-end;*/
}
.dev-log {
  max-width: 140px;
  margin-top: 10px;
  display: block;
  margin: auto;
  margin-top: 15px;
  height: 70px;
  object-fit: contain;
}

.developer-details {
  font-size: 13px;
  line-height: 1.4;
  color: #ccc;
}

h4.rera {
  padding-bottom: 0px !important;
  font-size: 18px;
  margin-bottom: 0px !important;
  color: var(--primary-color);
  /*padding-top: 20px;*/
  margin: 0px;
}
.cl {
  color: var(--primary-color) !important;
  font-size: 15px !important;
}
.cl1 {
  color: var(--primary-color) !important;
}

.dev-name1 {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  padding-top: 10px;
}

.hero-slider {
  width: 100%;
}

/* Owl item fix */
.hero-carousel .owl-item {
  display: flex;
}

/* Slide wrapper */
.hero-slide {
  width: 100%;
}

/* Image holder */
.hero-image {
  width: 100%;
  height: 90vh; /* 🔥 desktop height */
  overflow: hidden;
}

/* Desktop image behaviour */
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 no bottom gap */
  object-position: center;
  border-radius: 0px;
}

/* ========================= */
/* 📱 MOBILE & TABLET */
/* ========================= */

@media (max-width: 991.98px) {
  .hero-image {
    height: auto;
  }

  .hero-image img {
    height: auto;
    max-height: 80vh;
    object-fit: contain; /* no cut on mobile */
  }
}

@media (max-width: 480px) {
  .hero-image img {
    max-height: 85vh;
  }
}

.floating-call-btn {
  position: fixed;
  bottom: 105px;
  right: 25px;

  width: 55px;
  height: 55px;
  background: #283b75;
  color: #fff;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  text-decoration: none;

  box-shadow: 0 8px 25px rgba(40, 59, 117, 0.45);
  z-index: 9999;
  transition: all 0.3s ease;
}

.floating-call-btn:hover {
  background: #1f2f5f;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(40, 59, 117, 0.55);
}
.property-gallery-owl .owl-stage {
  display: flex;
}

.property-gallery-owl .owl-item {
  padding: 0 8px;
}

.property-gallery-owl img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 14px;
}

/* brokarage */

.brokarage {
  position: relative;
  width: 100%;
  height: auto;
  /* background: center / cover no-repeat; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
  padding: 170px 5% 170px 5%;
  color: white;
  overflow: hidden;
  /* transition: background-size 0.8s ease; */
  z-index: 1;
  /* margin-top: 100px; */
}

/* about */

/* =========================
   OVERVIEW SECTION
========================= */

.overview-section {
  width: 100%;
  height: auto;
  /* background: url(../img/cont-se-img.jpg) center / cover no-repeat;
  padding: 70px 5% 70px 5%;
  color: white;
  overflow: hidden;

  z-index: 1; */
  padding: 100px 0px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.overview-tag {
  font-size: 13px;
  letter-spacing: 2px;
  color: #000;
  display: inline-block;
  margin-bottom: 16px;
}

/* RIGHT */
.overview-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.info-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.imgArea {
  position: relative;
  width: 84px;
}
.imgArea img {
  z-index: 10;
  position: relative;
}
.imgArea::after {
  content: "";
  width: 60px;
  height: 60px;
  z-index: 5;
  background: var(--secondary-color3);
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.info-icon {
  width: 54px;
  height: 54px;
  background: #f5f7fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color3);
  font-size: 22px;
  flex-shrink: 0;
}

.info-text span {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--secondary-color1);
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-family: var(--default-font);
}

.info-text strong {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

/* RERA */
.overview-rera {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  color: var(--secondary-color1);
  font-family: var(--default-font);
  font-weight: 600;
}
img.img-fluid.esd {
  height: 100%;
  object-fit: cover;
}

/* .overview-rera a {
  color: #777;
  text-decoration: none;
} */

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767.78px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .overview-title {
    font-size: 34px;
  }
}

.overview-rera {
  color: var(--primary-color);
}

.contact-card1 {
  background: var(--white-color);
  border-radius: 6px;
  border: none;
  padding: 30px 20px;
}

.investment-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 20px;
}

.investment-list li {
  margin-bottom: 8px;
  color: #333;
  line-height: 1.5;
  font-size: 16px;
}

/* EVENT IMAGES */
.event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.event-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

.event-card img {
  width: 100%;
  height: 300px;
  display: block;
  transition: transform 0.4s ease;
}

.event-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
.event-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 10px;
}

.event-card:hover .event-title {
  opacity: 1;
}
/* .event-btn:hover {
  border-color: ;
} */

/* MODAL */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal-content {
  background: #fff;
  max-width: 900px;
  margin: 5% auto;
  padding: 20px;
  position: relative;
  border-radius: 6px;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

/* GALLERY */
.modal-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.gallery-item {
  display: none;
}

.gallery-item img {
  width: 100%;
  display: block;
}

.condi {
  font-size: 15px;
  color: var(--primary-color);
  position: absolute;
  bottom: 30px;
}

.img-fluid-o {
  width: 100%;
}

/* Tabs */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-btn.active {
  background: #000;
  color: #fff;
}
.modal-backdrop {
  z-index: auto !important;
}

.nl-tab-panel {
  display: none;
}

.nl-tab-panel.active {
  display: block;
}

.bgbgpo {
  height: 160px;
}

button.navbar-toggler.ms-3 {
  margin-top: 20px;
}
.hidden-submit {
  display: none !important;
}

.custom-btn {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* keep your animated styles working */
.btn-animated {
  position: relative;
  overflow: hidden;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-animated.btn-light {
  margin-top: 0px;
}
/* hide browser validation text */

input:invalid,
textarea:invalid {
  box-shadow: none !important;
}

input:required:invalid {
  outline: none !important;
}
/* Hide CF7 bottom response box */

/* .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}


.wpcf7-not-valid {
  border-color: #ccc !important;
} */
.wpcf7-not-valid {
  border-color: #ccc !important;
}
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8rem !important;
  font-weight: normal;
  display: block;
  line-height: 30.2px !important;
}

.wpcf7 br {
  display: none;
}

.offcanvas.offcanvas-end {
  width: 350px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0.65rem 0.75rem !important;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0px;
}

.dev-card-wrapper {
  margin-bottom: 20px;
}




.why-list-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 20px;
}

.why-item {
    display: flex;
    align-items: flex-start;   /* top align */
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.why-icon-fixed {
    color: #caa45f;
    font-size: 18px;
    flex-shrink: 0;
}

.why-text {
    margin: 0;
    text-align: left;   /* IMPORTANT */
    line-height: 1.7;
    color: #444;
    font-size: 16px;
    font-weight: 600;
}







/**/
.featured-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
}

.featured-header1 {
    display: grid;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}
.marquee-container{
overflow:hidden;
width:100%;
position:relative;
}

.marquee-track{
display:flex;
gap:60px;
width:max-content;
animation:marquee 25s linear infinite;
}

.client-logo img{
height:95px;
width:auto;
opacity:0.8;
transition:0.3s;
}

.client-logo img:hover{
opacity:1;
transform:scale(1.1);
}

@keyframes marquee{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}



/* property */

.feature-box {
  display: flex;
  gap: 15px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.feature-box .icon {
  font-size: 28px;
  color: var(--secondary-color4);
  margin-top: 5px;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
  font-family: var(--default-font1);
}

.feature-box p {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
  line-height: 1.5;
  font-family: var(--default-font1);
}




/* client */
.client-section1 {
  overflow: hidden;
  padding: 60px 0;
}

.marquee {
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}

.marquee-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}

.marquee-right .marquee-track {
  animation: scroll-right 25s linear infinite;
}

.marquee img {
  height: 60px;
  opacity: 0.8;
  transition: 0.3s;
}

.marquee img:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.client-section1 {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #f8f8f8;
}

.client-section1::before,
.client-section1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.client-section1::before {
  left: 0;
  background: linear-gradient(to right, #f8f8f8, transparent);
}

.client-section1::after {
  right: 0;
  background: linear-gradient(to left, #f8f8f8, transparent);
}
.marquee img {
  height: 100px;
  background: #fff;
  padding: 18px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.marquee img:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.cc {
  width: 80%;
  margin: auto;
}
.vfv {
  font-size: 20px !important;
  font-weight: 600;
  color: var(--primary-color);
}

/* how we work */

.how-work-section {
  padding: 100px 0;
  background: #f8f9fa;
  margin-top: 80px;
}

.join-btn {
  display: inline-block;
  background: #c5f53c;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.house-img img {
  width: 100%;
}

.work-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.number {
  background: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  min-width: 40px;
}

.work-card h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.work-card p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.image-la img {
  width: 100%;
  height: 420px;
  min-height: 400px;
  object-fit: cover;
}

/* property */

.feature-box {
  display: flex;
  gap: 15px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.feature-box .icon {
  font-size: 28px;
  color: var(--secondary-color4);
  margin-top: 5px;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
  font-family: var(--default-font1);
}

.feature-box p {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
  line-height: 1.5;
  font-family: var(--default-font1);
}

/*  */

.loan-services {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.loan-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.loan-card:hover {
  background: #eef2ff;
  transform: translateY(-3px);
}

.loan-card i {
  font-size: 22px;
  color: #4f46e5;
}

.loan-card p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.loan-note {
  margin-top: 15px;
  font-size: 18px;
  color: var(--primary-color);
  /* font-style: italic; */
  font-family: var(--default-font1);
  font-weight: 600;
}

.toggle-content p {
  max-height: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.toggle-content.active p {
  max-height: 160px;
}

/* Floor Plan Carousel Nav */
/* .floor-owl {
  position: relative;
} */
.floor-owl .owl-nav {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.floor-owl .owl-prev {
  left: -15px !important;
}

.floor-owl .owl-next {
  right: -15px !important;
}

.floor-owl .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: var(--primary-color) !important;
  border: 1.5px solid var(--primary-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.floor-owl .owl-nav button:hover {
  background: #ffc107 !important;
  border-color: #ffc107 !important;
}

.floor-owl .owl-nav button:hover svg {
  stroke: #fff;
}

.floor-owl .owl-nav button svg {
  stroke: var(--white-color);
  transition: stroke 0.3s ease;
}

.floor-owl .owl-nav button span {
  display: none;
}

/* Dots */
.floor-owl .owl-dots {
  margin-top: 14px;
  text-align: center;
}

.floor-owl .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.floor-owl .owl-dots .owl-dot.active span {
  background: #a78e59 !important;
  width: 24px;
  border-radius: 4px;
}

/* Mobile */
@media (max-width: 767.78px) {
  .floor-owl .owl-nav {
    gap: 8px;
    margin-top: 12px;
  }

  .floor-owl .owl-nav button {
    width: 36px;
    height: 36px;
  }

  .floor-owl .owl-nav button svg {
    width: 16px;
    height: 16px;
  }

  .floor-owl .owl-dots {
    margin-top: 10px;
  }

  .floor-owl .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }

  .floor-owl .owl-dots .owl-dot.active span {
    width: 18px;
  }
  .floor-owl .owl-nav {
    top: unset !important;
  }
  .floor-owl .owl-prev {
    left: -32px !important;
  }

  .floor-owl .owl-next {
    right: -32px !important;
  }
}

.terms-text {
    font-size: 14px;
    color: #283b75;
    margin-top: 12px;
    letter-spacing: 0.3px;
    text-align: end;
    font-weight: 500;
}


.coming-soon-overlay {
  position: absolute;
  bottom: 60px;
  left: 7%;
  /*background: rgba(255, 255, 255, 0.9);*/
  /*padding: 6px 28px;*/
  /*border-radius: 10px;*/
  z-index: 5;
  /*width: 400px; */
  overflow: hidden;
}

/* Marquee container */
.coming-soon-overlay .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeMove 8s linear infinite;
  margin: 0px 0 !IMPORTANT;
}

/* Animation */
@keyframes marqueeMove {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Text style */
.marquee span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
}
.map-mg{
    width: 100%;
    height: 500px;
    /*object-fit: contain;*/
}






.coming-soon-overlay {
    /*position: absolute;*/
    /*top: 0; left: 0;*/
  /*    position: absolute;*/
  /*bottom: 60px;*/
  /*left: 8%;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  z-index: 10;*/
}
 
.cs-banner-wrap {
    position: relative;
    display: inline-block;
}
 
/*.cs-banner {*/
/*    position: relative;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #ffc107;*/
/*    padding: 18px 30px;*/
/*    min-width: 300px;*/
/*    box-shadow: 0 6px 32px rgba(180, 0, 20, 0.45),*/
/*                inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
/*    clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0% 50%);*/
/*}*/
 
.cs-text {
 
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow:*/
    /*    2px 2px 0 #b8860b,*/
    /*    -1px -1px 0 #8b6914,*/
    /*    3px 3px 6px rgba(0, 0, 0, 0.4);*/
    white-space: nowrap;
}
 
.cs-line-top,
.cs-line-bottom {
    position: absolute;
    left: 20px; right: 20px;
    height: 2px;
    /*background: linear-gradient(90deg, transparent, #FFD700 30%, #FFD700 70%, transparent);*/
    background: linear-gradient(135deg, #c0001a 0%, #e8001f 40%, #c0001a 100%);
    opacity: 0.6;
}
.cs-line-top    { top: 8px; }
.cs-line-bottom { bottom: 8px; }
 
.cs-dots {
    position: absolute;
    display: flex;
    gap: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.cs-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c0001a;
    opacity: 0.5;
}
.cs-dots.top    { top: 13px; }
.cs-dots.bottom { bottom: 13px; }
 
.star-left,
.star-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.star-left  { left: -28px; }
.star-right { right: -28px; }

.read-more {
  color:#ffbf07;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}

.image-card {
  position: relative;
}

.image-overlay-title {
  position: absolute;
  bottom: 35px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 6px 12px;
  /*border-radius: 4px;*/
}
.b-txt{
    font-size: 28px;
}


.investment-points {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.investment-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--secondary-color);
  font-family: var(--default-font);
  line-height: 1.7;
  font-weight: 500;
}
/* custom bullet icon */
.investment-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6b00; /* change icon color if needed */
  font-size: 14px;
}
/* custom bullet icon */
.investment-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc107; /* change icon color if needed */
  font-size: 14px;
}


/*modal*/

.custom-popup-modal .popup-modal-box {
  border-radius: 12px;
  padding: 10px;
}

.popup-modal-box .modal-title {
  font-weight: 600;
  color: #222;
}

.popup-submit-btn {
  background: #283b75;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 0px !IMPORTANT;
  transition: 0.3s ease;
}

.popup-submit-btn:hover {
  background: #ffc107;
  color: #fff;
}

.custom-popup-modal input,
.custom-popup-modal textarea {
  border-radius: 0px !IMPORTANT;
  font-size: 14px;
  padding: .5rem .75rem !IMPORTANT;
}

.modal-backdrop {
    pointer-events: none;
}

.social-icons1 {
  display: none;
}

  @media (max-width: 767px) {
    .social-icons1 {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 9999;
      background-color: var(--primary-color);
      padding: 15px;
      border-radius: 12px 0px 0px 12px;
    }
    .social-icons1 {
      top: auto;
      bottom: 0px;
      transform: none;
      display: flex;
      width: 100%;
      justify-content: space-around;
      border-radius: 0px;
      padding: 12px;
      font-size: 20px;
    }
    .social-icon1 {
      display: block;
      margin: 0px 0;
      color: #fff;
      padding: 0px 12px 0px 12px;
    }
a.social-icon11 {
    color: white;
}
    span.bord {
      border-left: 2px solid white !important;
    }
    .whatsapp-float{
        display: none !IMPORTANT;
    }
    .why-card1 h3{
        font-size: 20px;
    }
    .why-card1 .icon1{
        width: 40px;
    height: 40px;
    min-width: 40px;
    }
  }
  
  .proce-img{
      width: 100%;
      height: auto;
  }
  
  .cs-banner svg{
      width: 100%;
      height: auto;
  }
  
  
  .disabled-card{
pointer-events:none;
/*opacity:.45;*/
cursor:default;
}


/* contact form wrapper spacing */

.contact-form-wrapper {
  margin-top: 40px;
}


/* contact form card */

.contact-card2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  border: none;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.05);

  transition: all 0.3s ease;
}


/* hover effect (premium feel) */

.contact-card2:hover {
  transform: translateY(-3px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    0 5px 10px rgba(0, 0, 0, 0.06);
}


/* heading style */

.contact-form-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
}


/* optional subtle background section highlight */

.contact-form-wrapper {
  background: #f8fafc;
  padding: 40px 20px;
  border-radius: 18px;
}
.fdrg{
    display: block !IMPORTANT;
}

/*.footer-item.footer-info {*/
/*  display: block !important;*/
/*}*/

/*.footer-item.footer-info .footer-contact-row {*/
/*  display: flex !important;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*  margin-bottom: 6px;*/
/*}*/
