

.custom-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

.banner input[type="text"],
.banner input[type="email"],
.banner input[type="date"],
.banner input[type="tel"],
.banner input,
.banner select {
  font-size: 16px !important;
}
.form-control {
  font-size: 15px !important;
}

textarea{
  height: 100px !important;
  border-radius: 8px !important;
      border: 1px solid #01589d !important;
      padding: 15px !important;
}

.custom-content {
  flex: 2; /* 2 parts of the available width */
}

.custom-form {
  flex: 1; /* 1 part of the available width */
}

/* Responsive behavior for small screens */
@media (max-width: 768px) {
  .custom-banner {
    flex-direction: column;
  }

  .custom-content,
  .custom-form {
    flex: 100%;
  }

  .plotsitem {
    flex-direction: column;
  }
  .innerdivdates {
    flex-direction: column;
  }
}

.maintitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.impdates {
  padding: 30px 0px 20px;
}

.innerdivdates {
  display: flex;
  align-items: center;
  gap: 50px;
}

.dates {
  color: #ffffff;
  background-color: #e62d2f;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 26px;
}

.unitallocation {
  border: 2px solid #d6d6d6;
  padding: 6px 48px;
  border-radius: 10px;
}

.unitallocation h5 {
  font-size: 18px;
}

.unitallocation span {
  color: #d52728;
  font-weight: 700;
}

.paymentplan {
  background-color: #005093;
  padding: 60px 0;
}
.paymentplan .maintitle {
  color: #fff;
  text-align: center;
  background-color: #d52728;
  padding: 12px 30px;
  margin-bottom: 0;
  color: #ffffff !important;
}

.tablepayment {
  background-color: #fff;
  overflow-x: auto;
}

.tablepayment td,
th {
  font-size: 15px !important;
  white-space: nowrap;
}

.charges p {
  font-size: 12px;
}

.refund {
  background-color: #faa61a;
  padding: 20px 0;
  color: #ffffff;
}

.refund h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.amenitiess {
  padding: 40px 0;
}

.amenitiess h2 {
  color: #005093;
}

.amenitiess .grid-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr); /* Default: 2 items */
}

.amenitiess .grid-item {
  background-color: #fff;
  color: white;
  text-align: center;
  font-size: 20px;
  border: 1px solid #d1d1d1;
}

.amenitiess .grid-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.amenitiess .grid-item h4 {
  padding: 10px 15px;
  color: #005093;
  font-size: 20px;
}

@media (min-width: 768px) {
  .amenitiess .grid-container {
    grid-template-columns: repeat(4, 1fr); /* Small laptops: 3 items */
  }
}

@media (min-width: 1200px) {
  .amenitiess .grid-container {
    grid-template-columns: repeat(4, 1fr); /* Large screens: 6 items */
  }
}


.getintouchinner{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.contactdetails {
  flex: 1; /* 2 parts of the available width */
}

.formdiv {
  flex: 1; /* 1 part of the available width */
}

/* Responsive behavior for small screens */
@media (max-width: 768px) {
.getintouchinner{
    flex-wrap: wrap;
}

  .contactdetails {
    flex-direction: column;
  }

  .contactdetails,
  .formdiv {
    flex: 100%;
  }

  .contentwrite {
    padding: 30px !important;
}

.contentwrite h1{
    font-size: 26px !important;
}

.inviteddiv h4{
    font-size: 24px !important;
}

.inviteddiv h5{
    font-size: 20px !important;
}
.locationaddress{
    padding-left: 15px;
    padding-right: 15px;
}


.aboutareaprimelocation{
    padding-left: 15px;
    padding-right: 15px;
}
.aboutproject{
    padding-left: 15px;
    padding-right: 15px;
}
.refund{
    padding-left: 15px;
    padding-right: 15px;
}

.refund h4{
    font-size: 18px ;
}

}

.cardsstems{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
}

.cardsstems h4{
    font-weight: 600;
    font-size: 22px;
}

.cardsstems p{
    margin-bottom: 0;
}

.icon{
    background-color: #faa61a;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border-radius: 100%;
}

.icon:hover{
    background-color: #0557a8;
}

.icon i{
    color: #ffffff;
    font-size: 26px;
}

.icon:hover i{
    color: #ffffff;
}

.rerafooter{
    color: #fff;
    font-size: 14px;
}

.rerafooter a{
    color: #fff !important;
}

.footercallbtn a{
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    z-index: 99;
}

p,
ul{
    font-size: 15px;
}


.buttoncustom{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.buttoncustom a{
    background-color: #005093;
    padding: 9px 23px;
      color: #fff;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}



.reraaccountdetails table{
  border-color: #fff !important;
}

.reraaccountdetails h4{
  font-size: 22px;
  font-weight: 600;
}


.reraaccountdetails table{
  display: inline-block;
}

.reraaccountdetails th,
.reraaccountdetails td{
  color: #fff !important;
  font-weight: 600;
}

.custom-form h3 {
    color:#e62d2f;
    padding: 8px 16px;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
}

.blink-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    animation: blink 1s infinite;
    text-align: center;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

.blink-btn {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

 .aboutareaprimelocation {
  padding: 20px 0px 30px;
}
.aboutareaprimelocation{
    padding-left: 15px;
    padding-right: 15px;
}
.primelocation {
  text-align: center;
}

.primelocation h6 {
  font-size: 30px;
  color: #000000;
}
.primelocation p {
  font-weight: 500;
  color: #000000;
}

.plotsavailable {
  margin-top: 20px;
}

.plotsavailable .plotsitem {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

.plotsavailable .plotsitem {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

.plotsitem .items {
    flex: 1;
    text-align: center;
    background-color: #0557a8;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
}

.items h4 span {
    color: #faa61a;
}

.plotsitem .items h4 {
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 24px !important;
}
