

/* ================= MAIN HERO ================= */
.PHOTOMANTRA-c1 {
  position: relative;
  width: 100%;
  min-height: 30vh;
  background: url('/static/images/entry\ bg\ big.webp') center/cover no-repeat;
}

/* overlay */
.PHOTOMANTRA-c1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.354);
}

/* ================= CONTENT WRAPPER ================= */
.PHOTOMANTRA-c2 {
  position: relative;
  width: 100%;
  min-height: 96vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4%;
}

/* ================= CONTENT BOX ================= */
.PHOTOMANTRA-c3 {
  background: rgba(0, 0, 0, 0.498);
  max-width: 850px;
  padding: 40px;
  border-top: 4px solid #c3b091;
  color: #fff;
}

/* ================= SMALL TITLE ================= */
.PHOTOMANTRA-c4 {
  color: #c3b091;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

/* ================= MAIN HEADING ================= */
.PHOTOMANTRA-c5 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
}

/* ================= DESCRIPTION ================= */
.PHOTOMANTRA-c6 {
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 26px;
}

/* ================= BUTTON ================= */
.PHOTOMANTRA-c7 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background:linear-gradient(135deg,#bca242,#ab0505);
  color: #000;
  text-decoration: none;
  padding: 14px 26px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.PHOTOMANTRA-c7:hover {
  background: #baa372;
  transform: translateY(-2px);
}

/* ================= VERTICAL TEXT ================= */
.PHOTOMANTRA-c8 {
  position: absolute;
  left: 90px;
  bottom: 200px;
  font-size: 70px;
  letter-spacing: 8px;
  color: rgba(255, 255, 255, 0.176);
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-weight: 700;
}

/* ================================================= */
/* ================= MEDIA QUERIES ================= */
/* ================================================= */

/* 1️⃣ Large desktops */
@media (min-width: 1400px) {
  .PHOTOMANTRA-c5 {
    font-size: 48px;
  }
}

/* 2️⃣ Laptops */
@media (max-width: 1200px) {
  .PHOTOMANTRA-c3 {
    max-width: 520px;
  }
}

/* 3️⃣ Tablets landscape */
@media (max-width: 992px) {
  .PHOTOMANTRA-c2 {
    justify-content: center;
  }

  .PHOTOMANTRA-c8 {
    display: none;
  }
}

/* 4️⃣ Tablets portrait */
@media (max-width: 768px) {
  .PHOTOMANTRA-c3 {
    width: 96%;
    padding: 32px;
  }

  .PHOTOMANTRA-c5 {
    font-size: 34px;
  }
}



/* 5️⃣ Mobile devices */
@media (max-width: 576px) {
  .PHOTOMANTRA-c2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  
  padding: 4%;
}
  
.PHOTOMANTRA-c1 {
   
    background: url('/static/images/entry\ bg\ small.webp') center / cover no-repeat;
}

  .PHOTOMANTRA-c3 {
    width: 96%;
    padding: 26px;
  }

  .PHOTOMANTRA-c5 {
    font-size: 28px;
  }

  .PHOTOMANTRA-c6 {
    font-size: 14px;
  }
}

/* 6️⃣ Extra small (iPhone SE, etc.) */
@media (max-width: 360px) {
  .PHOTOMANTRA-c5 {
    font-size: 24px;
  }

  .PHOTOMANTRA-c7 {
    width: 100%;
    justify-content: center;
  }


}
/* ================= POINTS WITH ICONS ================= */

.PHOTOMANTRA-c9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin-bottom: 26px;
}

.PHOTOMANTRA-c10 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.PHOTOMANTRA-c11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background:linear-gradient(135deg,#c3b091,#6b5b40);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.PHOTOMANTRA-c12 {
  font-size: 14px;
  color: #eee;
  line-height: 1.4;
}

/* ============ RESPONSIVE ADJUSTMENTS ============ */

/* Tablets */
@media (max-width: 768px) {
  .PHOTOMANTRA-c9 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Small mobiles */
@media (max-width: 360px) {
  .PHOTOMANTRA-c12 {
    font-size: 13px;
  }
  .PHOTOMANTRA-c2 {
  position: relative;
  width: 100%;
  min-height: 120vh;
  display: flex;
  align-items: center;
  
  padding: 4%;
}
}
