.banner-box-heading {
  border-radius: 16px 16px 0 0;
  padding: 10px 0;
}

.bg-lt-gra {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #a58b54, #1e2a47);
  background-size: 200% 200%;
  animation: bgShift 8s ease-in-out infinite;
  color: #fff;
}

@keyframes bgShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bg-lt-gra::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.6) 50%,
      transparent 100%);
  transform: skewX(-25deg);
  animation: shineMove 5s linear infinite;
}

@keyframes shineMove {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.banner-box-content {
  padding: 10px 10px 20px 10px;
}

.banner-box-content h4 {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}

.banner-box-content h5 {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}

.banner-box-content h4 span {
  font-family: "Josefin Sans", sans-serif;
  color: #a58b54;
}

.banner-box-content h5 span {
  font-family: "Josefin Sans", sans-serif;
  color: #a58b54;
}

.banner-box-heading p {
  font-size: 18px;
}

.banner-box-conten p {
  font-size: 18px;
}

.banner-box-content ul {
  padding: 10px 10px;
  background: rgba(214, 166, 93, 0.1);
  border-radius: 20px;
  margin-top: 15px;
}

.banner-box-content li {
  padding: 8px 0px;
}

.banner-box-content li a {
  font-size: 12px;
}

.banner-box-content li a img {
  width: 15px;
  height: 100%;
  margin-right: 10px;
}

.banner-box-butoon {
  margin-top: 20px;
  margin-left: auto;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.banner-yt img {
  width: 100%;
}

.banner-yt {
  border-radius: 50px;
  position: relative;
  display: inline-block;
}

.banner-yt-icon {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px 20px;
  transition: 0.3s;
}

.about-btn-brochure {
  background: #a58b54;
  border-radius: 10px;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px 20px;
  transition: 0.3s;
}

.about-btn-brochure:hover {
  color: #fff;
}

.lt-banner-content-box h4 {
  color: #a58b54;
}

.lt-banner-content-box h6 {
  margin-top: 10px;
}

.lt-banner-content-box-list {
  margin-top: 20px;
}

.lt-banner-content-box-list li {
  margin: 8px 0;
}

.lt-banner-exbox .lt-banner-content-box-list li {
  margin: 4px 0;
}

.lt-banner-content-box-list li span {
  font-weight: 600;
}

.lt-banner-content-box-list li i {
  background: #a58b54;
  font-size: 12px;
  border-radius: 50%;
  padding: 5px;
  width: auto;
  color: #fff;
}

.lt-banner-exbox {
  margin-top: 20px;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #a58b54;
}

.lt-banner-exbox li {
  color: #a58b54;
  font-weight: 600;
}

.lt-banner-exbox-animation {
  animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    /* zoom in */
  }
}


.schedule-visit-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #a58b54;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.schedule-visit-btn:hover {
  color: #fff;
}


/*YT banner download brochure icon */
.ytbanner-head {
  /*font-size: 30px;*/
}

.yt-brochure-btn {
  font-weight: 600;
  color: #a58b54;
  border-radius: 10px;
  padding: 5px;
  border: 2px solid #a58b54;
  margin-top: 10px;
}

.download-animation i {
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
}

.download-animation img {
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
}

/* Bounce up & down */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

.project-highlights-list1 {
  margin: 20px 0;
  font-size: 18px;
  padding: 15px 20px;
  background: #e1e1e1;
}

.project-highlights-list1 td span {
  font-weight: 600;
}

.project-highlights-list2 li {
  padding: 5px 0;
  text-align: center;
  background: #a58b54;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.project-highlights h5 {
  margin-top: 20px;
}

.project-highlights h3 {
  color: #a58b54;
}

.project-highlights {
  text-align: center;
}

.project-highlights-btn {
  margin-top: 20px;
  background: #a58b54;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px;
}

.project-highlights-btn:hover {
  color: #fff;
}
.model-txt-head{
  text-align: center;
  font-size: 16px;
  margin: 20px 0 20px 0;
  color: #000;
}
.model-txt-head span{
  color: red;
}
.ord{
  margin-bottom: 0px;
}
.listnone i{
    color: #a58b54;
    background: none;
}
@media (max-width: 768px) {
  .w-50{
    width: 75%;
  }
  .ord{
    margin-bottom: 15px;
  }
  .model-txt-head{
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    color: #000;
  }
  .title-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .modal .title-box {
    margin-bottom: 20px;
  }
  .banner-box-content p {
    font-size: 18px;
  }

  .lt-banner-exbox {
    margin-top: 0;
  }

  .schedule-visit-btn {
    margin-top: 0;
  }

  .modal.show .modal-dialog {
    transform: none;
    max-width: 90%;
    margin: auto;
  }
}

/*a58b54 
rgba(214, 166, 93, 1)*/

.wa-text {
  text-align: center;
  line-height: 52px;
}

.wa-pill {
  position: relative;
  margin: 10px 20px;
  height: 52px;
  /* pill height very close to image */
  border-radius: 999px;
  /* fully rounded */
  background: #22c55e;
  /* WhatsApp-like green base */
  background-image: linear-gradient(180deg, #2bd36a 0%, #22c55e 100%);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .06);
  overflow: hidden;
  --progress: 0;
}


.wa-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0));
  transform: translateX(calc(var(--progress) * 100% - 100%));
  transition: transform 40ms linear;
  pointer-events: none;
}

/* Center text like “Slide to connect on WhatsApp” */

/* Draggable white knob with double chevron icon */
.wa-knob {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  color: #1f7a39;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
  cursor: grab;
  user-select: none;
  touch-action: none;
  transition: box-shadow .12s ease;
  will-change: transform;
}

.wa-knob.dragging {
  cursor: grabbing;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .24);
}

/* Small “or” separator if needed (optional, to match form layout) */
.or {
  text-align: center;
  color: #222;
  font-weight: 700;
  margin: 12px 0 0;
}

/* Mobile scale to match UI density */
@media (max-width:420px) {
  .wa-pill {
    height: 48px;
    margin: 0px 20px 20px 20px;
  }

  .wa-knob {
    width: 36px;
    height: 36px;
    top: 6px;
    left: 6px;
    font-size: 18px;
  }

  .wa-text {
    font-size: 13px;
    line-height: 48px;
  }

}