/*!
Theme Name: E2m
Theme URI: http://underscores.me/
Author: Sunil Kumar
Description: Custom WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: e2m
*/

/* =========================
   GLOBAL RESET & BASE
========================= */

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #1E4135;
  font-size: 1rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =========================
   TYPOGRAPHY
========================= */

h1 {
  font-family: "Send Flowers", cursive;
  font-size: 2em;
}

h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  color: #1E4135;
}

.send-flowers {
  font-family: "Send Flowers", cursive;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.h3-subtext {
  font-size: 25px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 300;
}

/* =========================
   HERO / BANNER
========================= */

.hero-banner {
  height: 100vh;
  position: relative;
}

.hero-banner .swiper {
  height: 100%;
}

.banner-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.banner-content h1 {
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 15px;
}

/* =========================
   AVAILABILITY FILTER
========================= */

.availability-bar {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 90%;
  max-width: 900px;
}

.availability-form {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.availability-form select,
.availability-form button {
  padding: 16px 20px;
  border: none;
  font-size: 15px;
}

.availability-form select {
  flex: 1;
  border-right: 1px solid #eee;
}

.availability-form button {
  background: linear-gradient(90deg, #ff7a18, #ff2f92);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* =========================
   SWIPER DOTS (LEFT)
========================= */

/* POSITION PAGINATION ON LEFT */
.swiper-pagination.swiper-pagination-vertical {
  left: 30px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* BASE DOT STYLE */
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ff7a18, #ff2f92);
  opacity: 0.4;
  margin: 12px 0 !important;
  transition: height 0.35s ease, opacity 0.35s ease;
}

/* ACTIVE DOT STYLE */
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet-active {
  height: 60px;
  opacity: 1;
}


/* =========================
   ABOUT SECTION
========================= */

.about {
  text-align: center;
  max-width: 900px;
  margin: 80px auto;
}

.about h4 {
    letter-spacing: 3px;
    font-size: 40px;
    font-family: 'Send Flowers';
    font-weight: 500;
    line-height: 1px;
}

.about-line {
  display: block;          /* REQUIRED */
  width: 1.5px;
  height: 50px;
  background-color: #eee;
  margin: 25px auto;
}

.gradient-text {
  background: linear-gradient(90deg, #FCA709, #E5018D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
   text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
}



.about p {
 
  line-height: 1.8;
}

/* =========================
   PROPERTIES GRID
========================= */

.properties {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 0 40px;
}

.property-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.property-image {
  height: 330px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.property-image::before {
  content: '';
  
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.not-available .property-image::before {
  background: rgba(0,0,0,0.5);
}

.status {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 10px;
  font-size: 12px;
  z-index: 2;
}

.unit-title {
  position: absolute;
  bottom: 16px;
  left: 15px;
  color: #fff;
  font-size: 22px;
  z-index: 2;
  font-weight: 400;

}

.property-info {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  font-size: 14px;
  border-top: 1px solid #eee;
}

/* =========================
   PROPERTY DETAILS
========================= */

.property-details {
  padding: 60px 0;
}

.property-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.property-cap {
    letter-spacing: 2px;
    font-size: 13px;
    color: #1e4135;
    font-size: 40px;
    font-family: 'Send Flowers';
}

.review-share {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-right: 100px;

}

.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 80%;
}

.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* AMENITY ITEM */
.amenity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #c3c4c7;
  font-size: 15px;
}

/* REMOVE BOTTOM BORDER FROM LAST ROW (2 ITEMS) */
.amenity:nth-last-child(-n+2) {
  border-bottom: none;
}



/* TOP BORDER ONLY FOR FIRST ROW */
.amenity:nth-child(-n+2) {
  border-top: 1px solid #c3c4c7;
}
.icon {
  font-size: 18px;
}


/* =========================
   LOAD MORE BUTTON
========================= */

.load-more-wrapper {
  text-align: center;
  margin: 50px 0 80px;
}

.load-more-btn {
  padding: 15px 40px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #ff7a18, #ff2f92);
  color: #fff;
  transition: transform 0.3s ease;
}

.load-more-btn:hover {
  transform: translateY(-3px);
}


.icon-star {
  background: linear-gradient(90deg, #FCA709, #E5018D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 18px;
}

p.Review-p {
    text-transform: uppercase;
    line-height: 1px;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #1e4135;
  padding: 20px 0;
  text-align: center;
}

.site-footer p {
  color: #aaa;
  font-size: 14px;
}

.footer-copy {
    color: #fff;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .property-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .availability-form {
    flex-direction: column;
  }

  .availability-form select {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .banner-content h1 {
    font-size: 32px;
  }
}
