/* Desktop: no change */
.project-table {
    width: 100%;
    border-collapse: collapse;
}

.project-table th,
.project-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.project-table th {
    background: #022b41 !important;
    color: #fff;
}

.project-table td {
    background: #fff;
    color: #000;
}

/* ----------------- MOBILE RESPONSIVE ----------------- */
@media (max-width: 576px) {

    /* Hide desktop header row */
    .project-table tr:first-child {
        display: none;
    }

    /* Each row becomes block for stacking TH/TD pairs */
    .project-table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #ccc;
        padding-bottom: 5px;
    }

    /* Each TD is flex container with TH label */
    .project-table td {
        display: flex;
        /* justify-content: space-between; */
        padding: 8px 10px;
        position: relative;
    }

    /* Show corresponding TH as label on the left using data-label attribute */
    .project-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #022b41;
        flex: 0 0 40%; /* left side */
    }

    .project-table td span {
        flex: 0 0 60%; /* right side */
        display: inline-block;
        color: #000;
        text-align: right;
    }

    .mob-h2 {
        font-size: 22px !important;
   }
    .pr-50 {
        padding-right: 5px !important;
   }
}


   p {
    color: black;
   }

   .pr-50 {
    padding-right: 50px;
   }

   .po-10 {
    padding: 10px;
   }

   .ptb-40 {
    padding: 60px 0px 60px 0px;
   }

   .feature-card {
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
    padding: 10px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

   }

/* Box styling */
.info-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 25px;
    background: #fdfdfd;
    max-width: 600px;
    margin: 20px auto;
    height: 320px !important;
}

/* Heading */
.info-box h4 {
    font-size: 18px;
    color: #022b41;
    margin-bottom: 15px;
    font-weight: 600;
}

/* List with checkmark bullets */
.bullet-checkmark {
    list-style: none; /* remove default bullets */
    padding-left: 0;
}

.bullet-checkmark li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

/* Checkmark before each li */
.bullet-checkmark li::before {
    content: '✔'; /* Unicode checkmark */
    position: absolute;
    left: 0;
    top: 0;
    color: #022b41; /* checkmark color */
    font-size: 16px;
    line-height: 1;
}

/* Carousel controls custom style */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(2, 43, 65); /* dark blue semi-transparent */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* remove default icon */
    font-size: 35px;
    color: #fff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 3.3rem;
}

.carousel-control-prev-icon::after {
    content: '‹'; /* left arrow */
}

.carousel-control-next-icon::after {
    content: '›'; /* right arrow */
}

.amenity-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.amenity-card img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.amenity-card .card-body {
    padding: 1.5rem;
}

.amenity-card .card-title {
    color: #022b41;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.amenity-card .card-text {
    color: #666;
    font-size: 0.9rem;
}

#amenities-tab .nav-link {
    color: #555;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

#amenities-tab .nav-link.active {
    background-color: #022b41;
    color: white;
}

#amenities-tab .nav-link:not(.active):hover {
    color: #022b41;
}

.modal-body ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.accordion-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 14px;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 5px;
    transition: background 0.3s;
    width: 100%;
}

.accordion-title:hover {
    background: #e4e4e4;
}

.accordion-item input {
    display: none;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0 12px;
}

.accordion-item input:checked ~ .accordion-content {
    max-height: 600px;
    opacity: 1;
    margin-top: 10px;
}

.accordion-content p {
    margin: 0 0 15px;
}

.cta-css {
    display: flex;
    flex-wrap: nowrap;
}

.pt-30 {
    padding-top: 30px;
}





.sd-call-fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: sd-call-pulse 2s infinite;
}


/* Pulse animation */
@keyframes sd-call-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(11,148,68,0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(11,148,68,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11,148,68,0);
    }
}

/* Mobile friendly */
@media (max-width: 576px) {
    .sd-call-fixed {
        width: 40px;
        height: 40px;
        bottom: 15px;
        left: 15px;
    }

}


.yp-mt-20m {
    margin-top: -20px !important;
}


.yp-feature-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  border-bottom: 4px solid transparent;
  height: 100%;
}

.yp-feature-card:hover {
  transform: translateY(-10px);
  border-bottom: 4px solid #0b2d3c;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.yp-icon-wrap {
  width: 60px;
  height: 60px;
  background: #0b2d3c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.yp-icon {
  font-size: 30px;
}

.yp-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0b2d3c;
}

.yp-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}








.yp-1bhk-section {
  background: #f8f7f5;
  padding: 80px 0;
}

.yp-badge {
  display: inline-block;
  background: #dedacf36;
  color: #0b2d3c;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.yp-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #0b2d3c;
}

.yp-heading span {
  color: #0b2d3c;
}

.yp-area {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.yp-area .material-icons {
  color: #0b2d3c;
}

.yp-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.yp-footer-text {
  font-size: 15px;
  color: #666;
}

/* Right side */
.yp-subheading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0b2d3c;
}

.yp-feature-pill {
  background: #fff;
  padding: 16px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.yp-feature-pill .material-icons {
  color: #0b2d3c;
}

.yp-feature-mini {
  background: #ffffff;
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.yp-feature-mini .material-icons {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
  color: #0b2d3c;
}






.yp-alt-1bhk {
  background: #f8f7f5;
  padding: 70px 0;
}

/* Title */
.yp-alt-title {
  font-size: 38px;
  font-weight: 700;
  color: #0b2d3c;
  margin-bottom: 25px;
}
.yp-alt-title span {
  color: #0b2d3c;
}

/* Stat block */
.yp-alt-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  width: fit-content;
  margin-bottom: 30px;
}
.yp-alt-stat span {
  font-size: 30px;
  color: #0b2d3c;
}
.yp-alt-stat strong {
  display: block;
  font-size: 18px;
}
.yp-alt-stat small {
  color: #666;
}

/* Timeline */
.yp-alt-timeline {
  border-left: 3px solid #e1edf1;
  padding-left: 25px;
}
.yp-alt-step {
  position: relative;
  margin-bottom: 22px;
}
.yp-alt-step span {
  position: absolute;
  left: -34px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #0b2d3c;
  border-radius: 50%;
}
.yp-alt-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Right Features */
.yp-alt-features {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.yp-alt-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f4f9fb;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 500;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.yp-alt-item span {
  color: #0b2d3c;
}

.yp-alt-item:hover {
  transform: translateX(6px);
  background: #e9f4f7;
}

.yp-wide {
  width: 100%;
}

.yp-alt-row {
  display: flex;
  gap: 12px;
}

/* ===========================
   MOBILE RESPONSIVE FIXES
   =========================== */

@media (max-width: 991px) {

  .yp-alt-1bhk {
    padding: 50px 0;
  }

  .yp-heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .yp-desc {
    font-size: 15px;
  }

  .yp-footer-text {
    font-size: 14px;
  }

  .yp-alt-features {
    padding: 22px;
  }
}

@media (max-width: 767px) {

  .yp-heading {
    font-size: 24px;
  }

  .yp-area {
    font-size: 14px;
  }

  /* Stack feature row items */
  .yp-alt-row {
    flex-direction: column;
  }

  .yp-alt-item {
    width: 100%;
    font-size: 14px;
  }

  .yp-alt-item span {
    font-size: 22px;
  }

  .yp-alt-features {
    border-radius: 14px;
  }
}

@media (max-width: 575px) {

  .yp-heading {
    font-size: 22px;
  }

  .yp-desc,
  .yp-footer-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .yp-alt-item {
    padding: 14px 16px;
  }

  .yp-alt-item p {
    margin: 0;
  }
}

.contact-icon {
    padding: 10px;
    background: #022b41;
    color: white;
    border-radius: 50px;
    margin-right: 10px !important;
    font-size: 20px;
}
    