/*
Theme Name: vars Child
Description: Child theme for Vars
Author: Vars
Template: vars
Version: 1.0.0
*/

/* Project Page Section */

/* MERESIDE HEIGHTS */
.postid-808 .project-info,
.postid-808 .project-amenities {
  display: none;
}

/* Brickell Tower */
.postid-807 .project-info,
.postid-807 .project-amenities {
  display: none;
}

/* VARS PARKWOOD */
.postid-805 .project-info {
  display: none;
}

/* Vars Splendid */
.postid-686 .project-info {
  display: none;
}

/* Aria Greens */
/* .postid-495 .key-highlights {
  display: none;
} */

.page-id-33 div#footer * {
  color: #000;
  fill: #000;
}
.page-id-33 .elementor-81 .elementor-element.elementor-element-cd2741a {
  border-color: #00000014;
}

/* RESIDENTIAL & COMMERCIAL */

.page-id-29 #footer,
.page-id-1201 #footer {
  background-color: #e2e2d4;
}
.page-id-29 #footer *,
.page-id-1201 #footer * {
  color: #000;
  fill: #000;
}
.page-id-29 .footer-contacts,
.page-id-1201 .footer-contacts {
  border-color: #00000021 !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
header.elementor-location-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

/* header.elementor.elementor-114.elementor-location-header {
  position: fixed;
  z-index: 999;
} */

.entry-content {
  margin-top: 0px !important;
}

.home-banner {
  flex: 1;
  transition: flex 0.5s ease;
}

.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none;
}

.home-banner.active {
  flex: 2;
}

.home-banner h2,
.banner-content {
  position: absolute;
  z-index: 1;
}

.home-banner h2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.banner-content {
  transform: translateY(140%);
  z-index: 1;
}

.page-id-28 nav.elementor-nav-menu--dropdown {
  position: fixed !important;
  padding: 20px !important;
  top: 100px !important;
  right: -305px !important;
  width: 305px !important;
  height: 100vh !important;
  background: #f1f1f1 !important;
}

.page-id-28 nav.elementor-nav-menu--dropdown .elementor-nav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.page-id-28 nav.elementor-nav-menu--dropdown[aria-hidden="false"] {
  right: 0 !important;
}

/* Homepage Form styling starts */

.cf7-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.cf7-form-wrapper .form-group {
  width: 24%;
  display: flex;
  flex-direction: column;
}

.wpcf7-form p {
  margin: 0;
}

.cf7-form-wrapper label {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.cf7-form-wrapper .form-control {
  height: 52px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  background: transparent;
  font-size: 14px;
  resize: none;
  width: 100%;
}

/* Make textarea same height */
.cf7-form-wrapper textarea.form-control {
  height: 52px;
}

/* Submit full width row */
.cf7-form-wrapper .form-group:last-child {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

/* Submit Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #fbb12f;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 1em 4em;
}

/* Partners Banner */

/* Base Banner */
.banner {
  position: relative;
}

/* 🧾 Form Box Hidden Initially */
.banner form {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
  width: 90%;
  margin: auto;
  max-width: 400px;
  position: relative;
}

/* ✨ Show on Hover */
.banner:hover form,
.banner:focus-within form {
  opacity: 1;
  visibility: visible;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.85)
  );
  z-index: 1;
  transition: 0.3s ease;
}

/* Darker overlay on hover */
.banner:hover::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.95)
  );
  z-index: 0;
}
/* Partners Css */

/* Project Style */

.vars-pb {
  position: relative;
}

/* .vars-pb::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-size: contain !important;
  width: 320px;
  height: 320px;
  backdrop-filter: blur(3px);
  z-index: 9;
} */

/* .postid-495 .vars-pb::before {
  background: url("https://stage.odigma.com/vars-website/wp-content/uploads/2026/03/aria-banner-blur-left.png")
    no-repeat bottom left;
} */

/* .elementor-521 .elementor-element.elementor-element-9598051.about-project {
  position: relative;
} */

/* .elementor-521
  .elementor-element.elementor-element-9598051.about-project::before {
  content: "";
  position: absolute !important;
  top: -80px;
  bottom: 0;
  background: #000;
  width: 160px;
  left: 80px;
  height: 810px;
} */

/* .postid-495
  .elementor-521
  .elementor-element.elementor-element-9598051.about-project::before {
  background: #5dbc8c;
} */

.vars-pa {
  width: 100%;
  padding: 60px 0px;
}

h2.vars-pa-heading {
  margin-bottom: 30px;
  text-align: center;
}

.amenities-nav {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  justify-content: center;
}

.amenity-nav-item {
  min-width: 120px;
  text-align: center;
  padding: 12px;
  border: 1px solid #cfe8f1;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
  transition: 0.3s;
  gap: 10px;
}

.amenity-nav-item {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.amenity-nav-item.active {
  background: var(--project-theme-color);
  color: #fff;
}

.amenity-nav-item img {
  width: 50px;
  height: 50px !important;
  object-fit: contain;
}

.amenity-nav-item.active img {
  filter: invert(1);
}

.amenity-nav::-webkit-scrollbar {
  height: 4px;
}

.postid-495 button.vars-pa-tab {
  border: 2px solid #5dbc8c !important;
  border-radius: 0px;
}

.postid-495 button.vars-pa-tab.active {
  background-color: #5dbc8c !important;
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}

.owl-nav button {
  border: 1px solid #000 !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button span {
  font-size: 40px;
}
.amenities-slider .owl-nav button {
  background: #fff !important;
  color: var(--project-theme-color) !important;
  border-color: var(--project-theme-color) !important;
}
.amenities-slider .owl-nav button:hover {
  background: var(--project-theme-color) !important;
  color: #fff !important;
}

.mana-owl-slider .owl-nav button {
  background: #fff !important;
  color: var(--project-theme-color) !important;
  border-color: var(--project-theme-color) !important;
}
.mana-owl-slider .owl-nav button:hover {
  background: var(--project-theme-color) !important;
  color: #fff !important;
}

/* .postid-495 .owl-nav button {
  border: 1px solid #5dbc8c !important;
}
.postid-495 .owl-nav button:hover {
  background-color: #5dbc8c;
  transition: all 0.5s ease-in-out;
}
.postid-495 .owl-nav button span {
  color: #5dbc8c;
  border-color: #5dbc8c;
} */

.owl-nav button:hover span {
  color: #fff;
}

/* .postid-495
  .elementor-521
  .elementor-element.elementor-element-2283593
  .vars-lh-item.active
  .vars-lh-header {
  background-color: #5dbc8c;
} */

.vars-lh-body ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Project Style */

/* Forms css */
.banner-form .form-box {
  max-width: 370px;
  margin: auto;
  padding: 15px;
  margin-top: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  position: static;
  z-index: 9;
}

.banner-form .form-box input,
.banner-form .form-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
  background: #f1f1f1;
  font-size: 14px;
}

.banner-form .form-box textarea {
  height: 100px;
  resize: none;
}

.banner-form .form-box input[type="submit"] {
  background: #f5a623;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

/* .postid-495 .mana-plan-tab.active {
  background: #5dbc8c;
} */

.vars-lh-item.active .vars-lh-title {
  color: #fff;
}

.enquire-strip {
  display: flex;
  gap: 20px;
  background: #e6cfa3;
  padding: 4rem 1.5rem;
  flex-wrap: wrap;
}

/* .postid-495 .enquire-strip {
  background: #c7d9d2;
} */

.enquire-strip .form-group {
  flex: 1;
}

/* Inputs */
.enquire-strip input {
  flex: 1;
  min-width: 180px;
  padding: 14px;
  border: none;
  background: #fff;
  font-size: 14px;
  width: 100%;
}

/* Submit Button */
.enquire-strip input[type="submit"] {
  background: #f5a623;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  /* min-width: 150px; */
  padding: 17px 10px;
}

/* .postid-495 .enquire-strip input[type="submit"] {
  background: #41876a;
} */

.form-group.submit-group {
  position: relative;
}

span.wpcf7-spinner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
}
/* Forms css */

/* Footer Css */

.page-id-26 .footer-title h2,
.page-id-26 .footer-content p,
.page-id-26 .footer-contacts svg,
.page-id-26 .footer-contacts a,
.page-id-26 .copyright p,
.page-id-28 .footer-title h2,
.page-id-28 .footer-content p,
.page-id-28 .footer-contacts svg,
.page-id-28 .footer-contacts a,
.page-id-28 .copyright p,
.page-id-362 .footer-title h2,
.page-id-362 .footer-content p,
.page-id-362 .footer-contacts svg,
.page-id-362 .footer-contacts a,
.page-id-362 .copyright p,
.page-id-323 .footer-title h2,
.page-id-323 .footer-content p,
.page-id-323 .footer-contacts svg,
.page-id-323 .footer-contacts a,
.page-id-323 .copyright p {
  color: #000 !important;
  fill: #000 !important;
}

/* .postid-495 div#footer {
  background: #83b19f;
} */

/* Footer Css */

/* Homepage Form styling ends */
@media (max-width: 1998px) {
  #vars-header-1
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 95%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: fixed;
    top: 115px;
    border-radius: 7px;
    padding: 5px 10px;
    background: #f6f6f1;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .cf7-form-wrapper .form-group {
    width: 48%;
    margin-bottom: 25px;
  }

  .mana-plan-tabs {
    position: unset !important;
    width: 100% !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
  }

  .mana-plan-tab {
    width: 30%;
  }
  .amenities-nav {
    justify-content: left;
  }
}

@media (max-width: 600px) {
  .cf7-form-wrapper .form-group {
    width: 100%;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .vars-banner-grid {
    flex-direction: column;
  }

  .vars-banner-item {
    height: 25vh;
  }

  .vars-pb::before {
    width: 200px;
    height: 200px;
  }

  .vars-banner-item:hover {
    flex: 1;
  }

  .vars-banner-item h2 {
    font-size: 60px;
  }

  .amenity-nav-item img {
    width: 35px;
    height: 35px !important;
  }

  .mana-plans-wrapper {
    flex-direction: column-reverse;
  }

  .enquire-strip p {
    width: 100%;
  }
  .cube-grid-right {
    grid-template-columns: repeat(4, 40px) !important;
    grid-template-rows: repeat(4, 40px) !important;
  }
  .amenity-nav-item {
    height: auto;
    width: auto;
  }
  .banner form {
    opacity: 1 !important;
  }
  .banner::before {
    z-index: 0;
  }
}

p {
  margin: 0px;
}

.vars-pb-line small {
  font-size: 25px;
  display: block;
  text-align: center;
  line-height: 40px;
}

.vars-pb-line small br {
  line-height: 0px;
}

.vars-pb-content img {
  margin: auto;
  display: none;
}

.vars-pb-content p.vars-pb-subheading {
  background: #ffffffb8;
  color: #000 !important;
  padding: 10px;
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 2px;
}

.vars-pb-content.center-right {
  text-align: center;
}

/* Project Page CSS */
.cube-grid-right {
  display: grid;
  grid-template-columns: repeat(4, 80px);
  grid-template-rows: repeat(4, 80px);
  gap: 0 !important; /* no gap = seamless blocks */
  position: absolute !important;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.cube-grid-right .cubes {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@media (max-width: 1200px) {
  .cf7-form-wrapper {
    padding: 0px 10px;
  }
}

@media (max-width: 1024px) {
  .cube-grid-right {
    grid-template-columns: repeat(4, 60px);
    grid-template-rows: repeat(4, 60px);
  }
}

.postid-495 .vars-pb-logo {
  display: none !important;
}

/* Contact Page */
.form-wrapper .form-field {
  margin-bottom: 20px;
}
input[type="submit"] {
  cursor: pointer;
}
.form-wrapper .form-field input:not([type="submit"]) {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #d4cdcd;
  border-radius: 0px;
}

.form-wrapper .form-field input:not([type="submit"]):focus {
  border-bottom-color: #000;
  outline: none;
}
.form-submit {
  position: relative;
  width: 100%;
}
.banner form .wpcf7-response-output {
  color: #ffff;
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .postid-495 .vars-pb-logo {
    display: block !important;
  }
}
/* 
.postid-495 .mana-plan-tabs{
  display: none;
}

.postid-495 .mana-plan-slide img{
  height: 32rem;
}

.postid-805 .mana-plan-tabs{
  display: none;
}
.postid-805 .mana-plan-slide img{
  height: 40rem;
} */
