.services-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.logo {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
h1 {
  font-size: 18px;
  margin: 0;
}
.services-sub {
  font-size: 13px;
  color: #555;
}

/* MAIN GRID */
.servsghhjhs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 10px;
}

.serv-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.serv-icon {
  width: 45px;
  height: 45px;
  background: #ff781336;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serv-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.serv-desc {
  font-size: 13px;
  color: #555;
}

.badge {
  background: #d6f5ef;
  color: #0f7a6c;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 11px;
}

/* RESPONSIVE */
@media (min-width: 600px) {
  .servsghhjhs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .servsghhjhs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.whatWedo {
  width: 100%;
  padding: 40px 20px;
  background: #eef3f7;
  font-family: Arial, sans-serif;
}

/* Heading */
.whatWedo h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  color: #1d1d1d;
  margin-left: 10px;
}

.whatWedo h2 span {
  color: #e6951a;
}

.whatWedo .underline {
  width: 140px;
  height: 3px;
  background: #ddd;
  margin: 10px 0 30px 10px;
}

/* Responsive Boxes Container */
.wwd-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Box Style */
.wwd-box {
  background: #ffffff;
  padding: 25px;
  display: flex;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

/* Icon Box */
.wwd-icon {
  background: #e6951a;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 3px;
  margin-right: 20px;
}

/* Text Area */
.wwd-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wwd-text p {
  font-size: 15px;
  margin-top: 5px;
  color: #444;
}

/* Desktop View */
@media (min-width: 768px) {
  .wwd-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .wwd-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.propHubsvc {
  max-width: var(--max-width);
  margin: 18px auto;
  padding: 16px;
}

/* Header */
.propHubsvc .ph-header {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ph-logo {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #0f9a78);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(11, 107, 88, 0.12);
}
.ph-title {
  flex: 1;
}
.ph-title h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.ph-title p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
}

/* Hero card */
.ph-hero {
  margin-top: 14px;
  background: linear-gradient(
    180deg,
    rgba(11, 107, 88, 0.06),
    rgba(11, 107, 88, 0.02)
  );
  border-radius: var(--radius);
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  box-shadow: 0 8px 30px rgba(11, 107, 88, 0.06);
}
.ph-hero .summary {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ph-badge {
  background: var(--accent);
  color: white;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 6px 18px rgba(11, 107, 88, 0.12);
}
.ph-hero .meta {
  font-size: 13px;
  color: var(--muted);
}

/* Grid sections */
.ph-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 36, 0.04);
  overflow: hidden;
  margin: 13px 0px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 600;
}
.muted {
  color: var(--muted);
  font-size: 13px;
}

/* location map */
.ph-map {
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #e6faf0, #f3fff9);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b58;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.iisuii {
  padding: 0px 13px !important;
}
.ph-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* amenities list */
.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.amen-item {
  background: #ae530d;
  border-radius: 8px;
  padding: 5px 13px;
  color: #fff;
}

/* two-column responsive layout for info rows */
.info-rows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(11, 107, 88, 0.02),
    rgba(11, 107, 88, 0.01)
  );
}
.info-label {
  color: var(--muted);
  font-size: 13px;
}
.info-value {
  font-weight: 700;
  color: #0b6b58;
  font-size: 13px;
}

/* Plot table (scrollable on small screens) */
.table-wrap {
  overflow: auto;
  border-radius: 10px;
}
table.plots {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
table.plots th,
table.plots td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #eef6f1;
  font-size: 13px;
}
table.plots th {
  background: linear-gradient(
    90deg,
    rgba(11, 107, 88, 0.06),
    rgba(11, 107, 88, 0.02)
  );
  font-weight: 700;
}

/* contact card */
.contact {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.contact .btn {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.btn-call {
  background: var(--accent);
  color: white;
}
.btn-mail {
  background: #fff;
  color: var(--accent);
  border: 1px solid rgba(11, 107, 88, 0.12);
}

/* Desktop adjustments */
@media (min-width: 720px) {
  .ph-hero {
    grid-template-columns: 1fr 320px;
    align-items: center;
  }
  .ph-grid {
    grid-template-columns: 1fr 380px;
  }
  .info-rows {
    grid-template-columns: 1fr 1fr;
  }
  .ph-map {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .propHubsvc {
    padding: 24px;
  }
}

/* Sticky Button */
.sticyButonform {
  position: fixed;
  bottom: 74px;
  right: 20px;
  background: #ff3b3b;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.sticyButonform:hover {
  transform: scale(1.08);
  background: #e42727;
}

/* Modal Background */
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

/* Modal Box */
.modalBox {
  background: #fff;
  width: 90%;
  max-width: 420px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close Button */
.closeBtn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

/* Form Style */
.modalBox form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modalBox input,
.modalBox textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.submitBtn {
  background: #ff3b3b;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.submitBtn:hover {
  background: #e02828;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.socilamDrs {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.socilamDrs a {
  width: 45px;
  height: 45px;
  /*background: #111;*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 0 50px 50px 0;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Hover Animation */
.socilamDrs a:hover {
  transform: translateX(10px);
  opacity: 0.9;
}

/* Colors */
.facebook {
  background: #1877f2;
}
.instagram {
  background: #e1306c;
}
.youtube {
  background: #ff0000;
}
.whatsapp {
  background: #25d366;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .socilamDrs {
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 10px;
  }

  .socilamDrs a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    transform: none;
  }

  .socilamDrs a:hover {
    transform: scale(1.1);
  }
}

.partrnecss {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.partrnecss h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

.partrnecss h2 span {
  color: #ff9800;
}

.partrnecss p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.partner-logos img {
  width: 100%;
  max-width: 160px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.partner-logos img:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.topHeder {
  width: 100%;
  background: #2b2b2b;
  color: #fff;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
}

.topHeder-left p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.topHeder-right {
  display: flex;
  gap: 12px;
  font-size: 14px;
  align-items: center;
}

.topHeder-right a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.paidngSce {
  padding: 9px 0 !important;
}
.ePLorePro {
  background: #ffffff;
  padding: 9px 32px;
  border: 2px solid #297171;
  border-radius: 34px;
  font-weight: 700;
}
.topHeder-right .divider {
  color: #bbbbbb;
  font-size: 14px;
}

/* ---------- Desktop View ---------- */
@media (min-width: 768px) {
  .topHeder {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 50px;
  }

  .topHeder-left p {
    font-size: 15px;
    text-align: left;
  }
}
.home-enquiry-section {
    padding: 80px 0;
    background: #f8fafc;
}

/* Left content */
.enquiry-content .section-badge {
    display: inline-block;
    background: #ff8903;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.enquiry-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.enquiry-content h2 span {
    color: #fb8500;
}

.enquiry-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.enquiry-points {
    list-style: none;
    padding: 0;
}

.enquiry-points li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}

.enquiry-points i {
    color: #28a745;
    margin-right: 8px;
}

/* Mobile */
@media (max-width: 991px) {
    .home-enquiry-section {
        padding: 50px 0;
    }

    .enquiry-content h2 {
        font-size: 28px;
    }
}

.search-form .form-control,
.search-form .form-select {
    background: rgba(255, 255, 255, 0.95);
}

.premium-form {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 520px;
}

/* Inputs */
.premium-form .form-control,
.premium-form .form-select {
    border-radius: 14px;
    border: 1px solid rgb(255 255 255);
    background: rgb(237 237 237 / 67%);
    font-weight: 500;
}

/* Floating labels */
.premium-form .form-floating label {
    color: #666;
}

/* Focus */
.premium-form .form-control:focus,
.premium-form .form-select:focus {
    border-color: #ffb703;
    box-shadow: 0 0 0 0.15rem rgba(255, 183, 3, .25);
}

/* Button */
.btn-search-pro {
    background: linear-gradient(135deg, #ffb703, #fb8500);
    color: #fff;
    font-weight: 600;
    padding: 14px;
    border-radius: 14px;
    border: none;
    transition: all 0.3s ease;
}

.btn-search-pro:hover {
    background: linear-gradient(135deg, #fb8500, #ffb703);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(251, 133, 0, .4);
}

/* Mobile */
@media (max-width: 576px) {
    .premium-form {
        padding: 20px;
    }
}