﻿@font-face {

  font-family: 'Optima-LT-W02-Roman';
  src: url('../fonts/Optima-LT-W02-Roman.otf') format('opentype');
  src: url('../fonts/Optima-LT-W02-Roman.ttf') format('truetype'),
    url('../fonts/Optima-LT-W02-Roman.eot') format('embedded-opentype'),
    url('../fonts/Optima-LT-W02-Roman.woff2') format('woff2'),
    url('../fonts/Optima-LT-W02-Roman.woff') format('woff');

  font-style: normal;
  font-display: swap;
}

:root {
  --primary-red: #D3070F;
  --dark-red: #8B0000;
  --white: #FFFFFF;
  --shadow: rgba(0, 0, 0, 0.25);
}

html,body {
  font-family: 'Optima-LT-W02-Roman';
}

/* .header-section {
  background-color: #0000004d;
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 9999;
} */

/* project explore section */
.project-explore {
  padding: 70px 0px 70px 0px;
}

.luxury-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 48px; */
  margin-bottom: 25px;
}

.luxury-title {
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* color: #0f334e; */
  color: #181847;
  text-align: center;
}

.side-line {
  width: 80px;
  height: 2px;
  /* background: linear-gradient(90deg, #0f334e, #2376b4); */
  /* background: linear-gradient(90deg, #181847, #0f334e, #2376b4); */
  background: linear-gradient(90deg, #181847 0%, #0f334e 45%, #2376b4 100%);

}

.side-line:first-child {
  margin-right: 16px;
}

.side-line:last-child {
  margin-left: 16px;
}

.topcitybox1 {
  background: #FFF;
  width: 100%;
  position: relative;
  border: solid 1px #686666;
  padding: 38px 20px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.normal-image {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  text-decoration: none;
  color: #343437;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.topcitybox1:hover {
  background: #FFF;
  width: 100%;
  position: relative;
  padding: 38px 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.topcitybox1:hover .normal-image {
  transform: scale(1.2);
}

/* about Style */
.about-wrapper {
  position: relative;
  width: 100%;
}

.about-img {
  width: 100%;
  height: auto;
}

/* Desktop positioning */
.about-content {
  position: absolute;
  top: 40px;
  max-width: 1000px;
}

/* Typography */
.about .section-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0f334e;
  margin-bottom: 0;
}

.about-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5rem;
}

/* Read more */
.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0f334e;
  text-decoration: none;
}

.read-more-btn .arrow {
  width: 38px;
  height: 38px;
  border: 1px solid #0f334e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.read-more-btn .arrow i {
  font-size: 14px;
}

.read-more-btn:hover .arrow {
  background-color: #0f334e;
}

.read-more-btn:hover .arrow i {
  color: #fff;
}

/* ✅ Mobile responsiveness */
@media (max-width: 767px) {
  .about-content {
    position: relative;
    top: 0;
    max-width: 100%;
    padding-top: 30px;
  }

  .about-content p {
    font-size: 16px;
    line-height: 1.8rem;
  }

  .about .section-title {
    font-size: 28px;
  }
}

/* explore projects section */
.project-list-search-box {
  background: #FFF;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.project-list-search-box a {
  float: left;
  list-style: none;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  border: solid 1px #D3070F;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  color: #D3070F;
}

.pro-active {
  background: #D3070F;
  color: #FFF !important;
}

.select-location-mob {
  border: solid 1px #c7484d;
  border-radius: 20px;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  width: 100%;
  /* float: right; */
}

.select-location-mob select {
  padding: 5px;
  font-size: 13px;
  border: 0px;
  width: 100%;
  color: #212529;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffff;
  background-image: url(https://jainhousing.com/assets/web/images/Down-arrow.webp);
  background-position: right center;
  background-repeat: no-repeat;
  /* padding-right: 20px; */
}

.project-list-search-box select option {
  font-size: 14px;
  background-color: #fff;
  color: #000;
}

:focus-visible {
  outline: none !important;
}

.jh-img-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.jh-img-card img {
  width: 100%;
  /* height: 360px; */
  object-fit: cover;
}

/* Dark overlay */
.jh-dark-overlay {
  /* position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.65)
  ); */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 55%);
  border-radius: 6px;
}

/* Badge */
.jh-top-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
  background-color: #302f96;
}


/* Bottom section */
.jh-bottom-content {
  /* position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;*/
  color: #fff;
  position: absolute;
  bottom: -4px;
  left: 20px;
  right: 20px;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

/* Left info */
.jh-left-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.jh-left-info p {
  margin: 4px 0;
  font-size: 14px;
}

.jh-bhk {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Right info */
.jh-starts {
  margin: 0;
  text-align: right;
}

.jh-price {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

/* Mobile */
@media (max-width: 767px) {
  .jh-img-card img {
    height: 280px;
  }

  .jh-bottom-content {
    left: 0px;
    right: 0px;
  }
}

.explore-link1 {
  background: #ffc700;
  width: 180px;
  border: solid 1px #ffc700;
  color: #000;
  padding: 10px 0;
  font-weight: 600;
}

.fr {
  float: right;
}

.explore-link1 a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}

/* invest section */
.milestone-section {
  position: relative;
  background-image: url('../images/bg-1.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
  width: 100%;
}

.milestone-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1ac9;
  /* z-index: 1; */
}

.milestone-section .relative-content {
  position: relative;
  z-index: 2;
}

.stats-row {
  /* margin-bottom: 50px; */
}

.stat-item {
  /* margin-bottom: 30px; */
}

.stat-number {
  font-size: 60px;
  font-weight: 700;
  color: #f7a400;
  margin-bottom: 0px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stat-number .plus {
  font-size: 20px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 10px;
}

.stat-item .stat-label {
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  margin-left: 10px;
}

.stat-desc {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
}

.invest-title {
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .milestone-section {
    padding: 50px 0;
  }

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

  .stat-item .stat-label {
    font-size: 32px;
  }

  .stat-item {
    margin-bottom: 40px;
  }

  .footer-adress {
    margin-bottom: 18px;
  }

  .footer-phone {
    margin-bottom: 20px;
  }

  .invest-title {
    font-size: 25px;
  }

  .award-img-wrapper {
    padding: 0px 20px;
  }

  .social-icons {
    margin-bottom: 20px;
  }
}

/* Clients section */
.video-section {
  padding-top: 70px;
}

.video-card {
  position: relative;
  /* height: 500px; */
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}

.video-card img,
.video-card video {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.video-card video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.video-card:hover video {
  opacity: 1;
}

.video-card:hover img {
  opacity: 0;
}

.video-card img,
.video-card iframe {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.video-card:hover iframe {
  opacity: 1;
}

.video-card:hover img {
  opacity: 0;
}
.video-popup {
  position: absolute;
  inset: 0;
  z-index: 9999;
}

.fancybox__container {
  z-index: 99999 !important;
}

/* awards section */
.awards-section {
  position: relative;
  padding: 80px 0 0px;
  /* background: url('../images/award-bg.jpg') center / cover no-repeat !important; */
  background: url('../images/awards-bg.webp');

}

.awards-section::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.85); */
}

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

.luxury-div {
  padding: 70px 0px 0px;
}

/* .award-img {
  max-height: 360px;
} */
.award-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease;
  height: 100%;
  position: relative;
  border: 1px solid rgba(15, 53, 81, 0.05);
  display: flex;
  flex-direction: column;
}

.award-card:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); */
}

.award-img-wrapper {
  padding: 20px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.award-img-wrapper img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  transition: transform 0.8s ease;
}

.award-card:hover .award-img-wrapper img {
  transform: scale(1.05);
}

.award-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  background: linear-gradient(to right, #ffffff, #fafcfd);
}

.award-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.award-year {
  display: inline-block;
  background: #0f334e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.award-content img {
  width: 125px !important;
}

.award-icon {
  width: 40px !important;
  height: auto !important;
  opacity: 0.8;
}

.award-content h4 {
  font-size: 20px;
  margin: 15px 0 5px;
}

.award-title {
  font-size: 18px;
  line-height: 1.4;
  color: #0f334e;
  font-weight: 600;
  margin: 0;
  align-self: flex-start;
}

.award-content p {
  font-size: 15px;
  color: #555;
}

.award-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  align-self: flex-start;
}

.video-owl .owl-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 15px;
}

.video-owl .owl-nav button {
  background: none !important;
  outline: none;
}

.video-owl .owl-prev i,
.video-owl .owl-next i {
  font-size: 18px;
  color: #0f334e;
  transition: transform 0.3s ease;
}

.video-owl .owl-prev:hover i {
  transform: translateX(-4px);
}

.video-owl .owl-next:hover i {
  transform: translateX(4px);
}

/* footer section */
footer {
  background: url(../images/footer-bg.webp) no-repeat top center #181847;
  padding-top: 3rem !important;
  width: 100%;
  margin-top: 70px;
}

.footer-contact h2 {
  font-size: 45px;
}

.footer-contact a {
  text-decoration: none;
  color: #fff;
}

.footer-adress {
  background: url(../images/map.webp) no-repeat top left;
  height: 85px;
  padding-left: 100px;
  padding-top: 10px;
}

.footer-contact p {
  font-size: 14px;
}

.footer-phone {
  background: url(../images/phone.webp) no-repeat top left;
  height: 85px;
  padding-left: 100px;
  padding-top: 20px;
}

.footer-email {
  background: url(../images/email.webp) no-repeat top left;
  height: 85px;
  padding-left: 100px;
  padding-top: 20px;
}

.project-title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  /* background: #181847; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.arrow-icon {
  transition: 0.3s;
}

.project-content {
  /* background: #181847; */
  /* padding: 20px; */
  margin-bottom: 20px;
  padding: 0px;
}

.seolinks ul {
  padding-left: 0px;
  /* width: 19%; */
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}

.seolinks li {
  list-style: none;
  margin-left: 0px;
  font-size: 13px;
  line-height: 24px;
}

.project-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
}

.seolinks a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
}

.footer-bottom {
  background: #f8f8f8;
  padding: 20px 0px 10px 0px;
  margin-bottom: 78px;
  font-size: 13px;
  padding-bottom: 0px;
}

.footer-bottom h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0px;
}

.footer-bottom p {
  font-size: 12px;
}

.footer-bottom a {
  color: #1d1d1e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-btn {
  width: 44px;
  height: 44px;
  /* background: #0f163a; */
  /* dark navy */
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-btn.facebook {
  background: #0866FF;
}

.social-btn.x {
  background: #000000;
}

.social-btn.youtube {
  background: #ff0000;
}

.social-btn.instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%, #fdf497 5%,
      #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-btn.pinterest {
  background: #bd081c;
}

.social-btn.linkedin {
  background: #007BB6;
}

.social-btn:hover {
  /* background: #0f163a; */
  color: #fff;
}

.social-icons i {
  font-size: 25px;
}

/* quick links */
.quick-links {
  background-color: #181847;
  position: fixed;
  bottom: -120px;
  box-shadow: -7px 0 20px 1px rgba(0, 0, 0, .19);
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px 5px;
}

.quick-links.show {
  bottom: 0;
}

.quick-links .item {
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.quick-links .item i {
  font-size: 32px;
  /* margin-bottom: 10px; */
  display: inline-block;
}

.quick-links .item p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* premium-enq-btn section */
.premium-enq-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
  color: var(--white);
  border-radius: 50px 0 0 50px;
  text-decoration: none !important;
  box-shadow: -4px 4px 15px var(--shadow);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /* Initially collapsed */
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  justify-content: flex-start;
}

body.modal-open .premium-enq-btn {
  z-index: 1;
  pointer-events: none;
}

.premium-enq-btn .btn-icon {
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  flex-shrink: 0;
}

.premium-enq-btn .btn-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-right: 25px;
}

/* Hover Interaction: Swipe Open */
.premium-enq-btn:hover {
  width: 200px;
  /* Expand to show text */
  background: linear-gradient(135deg, #FF1A1A 0%, var(--primary-red) 100%);
}

.premium-enq-btn:hover .btn-text {
  opacity: 1;
}

/* Subtle "Edge Peek" Animation for visibility */
@keyframes edge-peek {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-8px);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}

.premium-enq-btn {
  /* animation: edge-peek 3s infinite ease-in-out; */
}

.premium-enq-btn:hover {
  animation-play-state: paused;
  /* Stop nudging when user interacts */
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .premium-enq-btn {
    width: 50px;
    height: 50px;
    top: 60%;
  }

  .premium-enq-btn .btn-icon {
    min-width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .section-title {
    font-size: 26px;
  }
  .awards-owl .owl-nav {
    margin-right: 0px !important;
  }
  .luxury-title {
    font-size: 25px;
  }
  .project-content {
      padding: 0px 20px;
  }
}

/* Modal section */
.form-control {
  margin-bottom: 15px;
  height: 45px;
  border-radius: 0px;
}

.btn-primary {
  color: #000;
  background-color: #ffc700;
  border-color: #ffc700;
}

.owl-dots {
  display: none;
}

[class^="owl-carousel-"] .owl-prev,
[class^="owl-carousel-"] .owl-next {
  display: none !important;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}

.awards-owl .owl-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  margin-right: 30px;
}

.awards-owl .owl-nav button {
  background: none !important;
}

.awards-owl .owl-prev i,
.awards-owl .owl-next i {
  font-size: 18px;
  color: #0f334e;
  transition: transform 0.3s ease;
}

.awards-owl .owl-prev:hover i {
  transform: translateX(-4px);
}

.awards-owl .owl-next:hover i {
  transform: translateX(4px);
}

.awards-owl .owl-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px !important;
  position: relative;
  /* z-index: 10; */
}

.awards-owl .owl-prev,
.awards-owl .owl-next {
  width: 50px;
  height: 50px;
  background-color: #0f334e !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .award-img-wrapper {
    width: 40%;
    height: auto;
  }

  .award-card {
    flex-direction: row;
    align-items: stretch;
    min-height: 250px;
  }
}

/* header section */

.phone-right {
    transform: scaleX(-1);
}
.btn-primary:hover{
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
}
.header {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    z-index: 3;
    height: 78px;
    background: rgb(42 43 91 / 73%);
}
.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    background: #2a2b5b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0;
}
.mobile-header-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mobile-menu {
    border: 1px solid #FFF;
    padding: 5px;
    display: block;
    border-radius: 4px;
}
.mobile-menu-dash {
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
}
.offcanvas-leftside {
    left: 0%;
    transform: translateX(-100%);
}
.offcanvas-rightside {
  right: 0%;
  transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  transform: translateX(0);
}
  .offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .offcanvas-header {
    margin-bottom: 30px;
  }
  
  .offcanvas-close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background:#fff;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
  }
  .offcanvas-close:hover {
    color: #261146;
    border-color: #261146;
  }
  
  .offcanvas-title {
    margin-bottom: 40px;
  }
.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100vh;
    padding: 20px;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
    box-shadow: none;
    background: #2A2B5B;
    color: #eaeaea;
    width: 300px;
    overflow-x: hidden;
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%), 0 8.7px 6.9px rgb(0 0 0 / 1%), 0 17.7px 14.2px rgb(0 0 0 / 1%), 0 36.5px 29.2px rgb(0 0 0 / 1%), 0 100px 80px rgb(0 0 0 / 2%);
}
  ul ul {
    list-style-type: none;
}
  /* /mobile-menu Top Area/ */
  .mobile-menu-top {
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  .mobile-menu-user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-menu-user-menu > li {
    margin-right: 40px;
    position: relative;
  }
  .mobile-menu-user-menu > li:last-child {
    margin-right: 0;
  }
  .mobile-menu-user-menu > li::after {
    position: absolute;
    content: "|";
    top: 50%;
    transform: translateY(-50%);
    right: calc(0% - 20px);
  }
  .mobile-menu-user-menu > li:last-child::after {
    display: none;
  }
  .mobile-menu-user-menu > li > a {
    display: inline-block;
    line-height: 46px;
    color: #666 !important;
  }
  .mobile-menu-user-menu > li > a:hover {
    color: #261146;
  }
  
  .has-mobile-user-dropdown {
    position: relative;
    padding-right: 15px;
  }
  .has-mobile-user-dropdown::before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
  }
  
  .mobile-user-sub-menu {
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translate(-50%, -30px);
    padding: 10px 15px;
    width: 160px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
  }
  .mobile-user-sub-menu > li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
  }
  .mobile-user-sub-menu > li:last-child {
    border-bottom: none;
  }
  .mobile-user-sub-menu > li > a {
    position: relative;
    color: #666;
    display: flex;
    align-items: center;
  }
  .mobile-user-sub-menu > li > a:hover {
    color: #261146;
  }
  
  .user-sub-menu-link-icon {
    padding-right: 5px;
  }
  
  .has-mobile-user-dropdown:hover .mobile-user-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }
 /* /Mobile Menu Center Area/ */
  .mobile-menu-customer-support {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
  }
  
  .mobile-menu-customer-support-icon {
    max-width: 50px;
    overflow: hidden;
    margin-right: 30px;
  }
  
  .mobile-menu-customer-support-icon img {
    width: 100%;
  }
  
  .mobile-menu-customer-support-text-phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease 0s;
  }
  .mobile-menu-customer-support-text-phone:hover {
    color: #261146;
  }
  
  .mobile-menu-customer-support-text {
    font-size: 14px;
    margin: 20px 0;
  }
  
  .mobile-action-icon {
    display: flex;
    justify-content: center;
  }
  
  .mobile-action-icon-item {
    margin-right: 40px;
  }
  .mobile-action-icon-item:last-child {
    margin-right: 0;
  }
  
  .mobile-action-icon-link {
    position: relative;
    font-size: 27px;
    color: #333;
    transition: all 0.3s ease 0s;
  }
  .mobile-action-icon-link:hover {
    color: #261146;
  }
  
  .mobile-action-icon-item-count {
    position: absolute;
    top: 0;
    right: calc(0% - 10px);
    font-size: 11px;
    display: inline-block;
    background: #333;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease 0s;
  }
  
  .mobile-action-icon-link:hover .mobile-action-icon-item-count {
    background: #261146;
  }
  
  /* /Mobile Menu Bottom Area/ */
  .mobile-menu-bottom {
      position: fixed;
      bottom: 5%;
  }
  .offcanvas-menu {
    margin: 20px 0;
  }
  
  .offcanvas-menu li {
    position: relative;
    padding: 5px 5px;
  }
  
  .offcanvas-menu > ul > li {
    border-bottom: 1px solid transparent;
  }
  
  .offcanvas-menu > ul > li:last-child {
    border-bottom: none;
  }
  
  .offcanvas-menu li a {
    display: block;
    color: #eaeaea;
    text-decoration: none;
  }
  
  .offcanvas-menu li a:hover {
    color: #ddd;
  }
  
  .offcanvas-menu li .mobile-sub-menu {
    display: none;
  }
  
  .offcanvas-menu-expand::after {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    right: 0;
    transition: all 0.3s ease;
    color: #666;
  }
  
  .offcanvas-menu .active > .offcanvas-menu-expand:last-child,
  .sub-menu > .active .offcanvas-menu-expand:last-child {
    border-bottom: none;
  }
  
  .offcanvas-menu .active > .offcanvas-menu-expand::after,
  .sub-menu > .active .offcanvas-menu-expand::after {
    color: #777;
    content: "";
  }
  
  .mobile-menu-email {
    color: #999;
    text-align: center;
    display: block;
  }
  .mobile-menu-email:hover {
    color: #261146;
  }
  
  .mobile-menu-social {
    margin-top: 25px;
    text-align: center;
  }
  .mobile-menu-social > li {
    display: inline-block;
    margin-right: 13px;
  }
  .mobile-menu-social > li:last-child {
    margin-right: 0px;
  }
  .mobile-menu-social > li > a {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #FFF !important;
  }
  .mobile-menu-social > li > a:hover {
    opacity: 0.7;
  }
  .mobile-menu-social > li > a.facebook {
    background: #4867AA;
  }
  .mobile-menu-social > li > a.twitter {
    background: #1DA1F2;
  }
  .mobile-menu-social > li > a.youtube {
    background: #FE0000;
  }
  .mobile-menu-social > li > a.pinterest {
    background: #BD081B;
  }
  .mobile-menu-social > li > a.instagram {
    background: #B23A94;
  }
  
  .offcanvas-cart-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .offcanvas-cart-item-single:last-child {
    margin-bottom: 0;
  }
  
  .offcanvas-cart-item-block {
    display: flex;
    align-items: center;
  }
  
  .offcanvas-cart-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px;
  }
  
  .offcanvas-cart-image {
    width: 100%;
  }
  
  .offcanvas-cart-item-link {
    display: block;
    font-weight: 700;
  }
   
  .offcanvas-cart-total-price {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
  }
  
  .offcanvas-cart-total-price-text {
    font-weight: 700;
  }
  
  .offcanvas-cart-action-button-list {
    margin-bottom: 25px;
    display: block;
  }
  
  .offcanvas-cart-action-button-link {
    display: block;
    background: #000;
    color: #FFF;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
  }
  .offcanvas-cart-action-button-link:hover {
    background: #261146;
    color: #FFF;
  }
  
  .offcanvas-wishlist-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .offcanvas-wishlist-item-single:last-child {
    margin-bottom: 0;
  }
  
  .offcanvas-wishlist-item-block {
    display: flex;
    align-items: center;
  }
  
  .offcanvas-wishlist-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px;
  }
  
  .offcanvas-wishlist-image {
    width: 100%;
  }
  
  .offcanvas-wishlist-item-link {display: block;font-weight: 700;}
  .offcanvas-wishlist-item-details {font-family: "Raleway", sans-serif;}
  .offcanvas-wishlist-total-price-text {font-weight: 700;}
  .offcanvas-wishlist-action-button {margin-top: 40px;}
  .offcanvas-wishlist-action-button-list {margin-bottom: 25px;display: block;}
  .offcanvas-wishlist-action-button-link {display: block;background: #000; color: #FFF; padding: 10px 30px; text-align: center;font-weight: 600;text-transform: capitalize;
  }
  .offcanvas-wishlist-action-button-link:hover {
    background: #261146;color: #FFF;
  }
.logo {
    padding: 11px 0px;
}
.main-menu {
    position: relative;
}
.main-menu ul {
    margin-bottom: 0px;
}
.main-menu nav > ul > .has-dropdown {
    margin-right: 5px;
}
.main-menu nav > ul > li {
    position: relative;
    display: inline-block;
}
.main-menu nav > ul > li > a:hover, .main-menu nav > ul > li > a.active {
    border-bottom: solid 3px #FFF;
    color: #FFF;
}
.main-menu nav > ul > li > a {
    display: block;
    padding: 22px 10px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin: 0px 1px;
    color: #FFF;
}
.main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
}
.multi-drop:hover > .dropdown-menu {
    display: block;
}
.multi-drop .dropdown-menu {
    position: absolute;
    border: none;
    background: #ffff;
    padding: 0px;
    border-radius: 0px;
    padding: 15px;
    left: 140px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 10px;
    min-width: 15rem;
}
.sub-menu {
    position: absolute;
    min-width: 230px;
    padding: 25px 20px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    transform: perspective(600px) rotateX(-20deg);
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}
.sub-menu > li > a, .mega-menu-sub > li > a {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    display: block;
    line-height: 35px;
    text-transform: capitalize;
    color: #666;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.multi-drop .dropdown-menu {
    position: absolute;
    border: none;
    background: #ffff;
    padding: 0px;
    border-radius: 0px;
    padding: 15px;
    left: 140px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 10px;
    min-width: 15rem;
}
.dropdown-menu li {
    padding-block: 3px;
}
 .sub-menu > li > a:hover::after,
  .mega-menu-sub > li > a:hover::after {
    transform: translate(-10px, -50%);
    visibility: visible;
    opacity: 1;
  }
.sub-menu > li > a::after, .mega-menu-sub > li > a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #261146;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.multi-drop a {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    color: #666;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    list-style: inherit;
}
.mobile-contact {
    background: url(../images/mobile-icon.webp) no-repeat top 4px left;
    padding-left: 42px;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    line-height: 19px;
    margin-top: 16px;
}
.get {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner-home {
    position: relative;
    width: 100%;
}
.searchbox {
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 0px;
    background: #2a2b5b;
}
.search {
    background: #2a2b5b;
    padding: 25px 20px;
}
.bhk {
    float: left;
    width: 21%;
}
.lloc {
    float: left;
    width: 24%;
}
.range {
    float: left;
    width: 37%;
}
.subut {
    float: left;
    padding-left: 10px;
    width: 16%;
}
.search-lable {
    color: #a7a8cd;
    font-size: 16px;
    font-weight: 500;
}
.select-sty {
    background: url(../images/Down-arrow-white.png) #2a2b5b no-repeat top 5px right 0px;
    border-bottom: solid 1px #FFF;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    color: #FFF;
    width: 88px;
    -webkit-appearance: none;
}
.rangmove {
    width: 53%;
    margin-left: 40%;
}
.ui-widget.ui-widget-content {
    border: 1px solid #ffffff;
    background: linear-gradient(#ffffff, white);
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: -2px;
    height: 4px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #fffdf8;
    color: #333333;
    font-weight: bold;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    outline: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -5px;
}
input#amount {
    position: absolute;
    top: -32px;
    left: calc(50% - 65px);
    width: 130px;
    text-align: center;
    border: 0;
    color: #f6931f;
    font-weight: normal;
    color: #fff;
    border-radius: 2px;
    background-color: #181a6a;
}
.triangle {
    position: absolute;
    top: -8px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #181a6a transparent transparent transparent;
}
.newsletter-button {
    width: 100%;
    font-weight: 600;
    height: 45px;
    font-size: 14px;
}
.subut {
    float: left;
    padding-left: 10px;
    width: 16%;
}
.link1 a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
}
@media only screen and (max-width: 1440px) {
    .logo {
        padding: 14px 0px;
    }
}
@media only screen and (max-width: 600px) {
      .header {
        position: absolute;
        top: 0px;
        width: 100%;
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #395294;
        z-index: 3;
        height: 57px;
    }
    .searchbox {
        position: relative;
        width: 100%;
        z-index: 3;
        bottom: 0px;
    }
        .link1 {
        background: #ffc700;
        width: 131px;
        border: solid 1px #ffc700;
        color: #000;
        padding: 10px 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
        .bhk {
        float: left;
        width: 100%;
    }
    .lloc {
        float: left;
        width: 100%;
    }
    .range {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 19px;
    }
    .subut {
        float: left;
        padding-left: 0px;
        width: 100%;
    }
        .mobi-con {
        border: 1px solid #FFF;
        padding: 5px;
        display: block;
        border-radius: 4px;
        margin-top: 9px;
        text-align: center;
        height: 38px;
    }
        .mobi-con a {
        color: #FFF;
        font-size: 19px;
    }
        .mobile-header-wrapper {
        padding-top: 9px;
        padding-bottom: 5px;
    }
        .logo {
        padding: 5px 0px;
    }
        .logo img {
        height: 45px;
    }
}


/* .owl-nav.disabled {
  display: block !important;
} */

/* .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel {
  z-index: -1 !important;
} */

body.modal-open .video-popup {
  pointer-events: none;
}
.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 1;
    pointer-events: auto;
    display: none !important;
}
/* #eapps-instagram-feed-1 a{
  display: none;
} */
.insta-feed-wrapper {
    position: relative;
}
.insta-white-strip {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 40px;           
    background: #ffffff;   
    z-index: 10;
}



