@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.main-post-section {
  background-color: rgb(255, 255, 255);
}
.post-flat {
  background-color: rgba(255, 225, 182, 0.349);
}
.post-villa {
  background-color: rgba(180, 240, 227, 0.327);
}
.post-ready-to-move {
  background-color: rgb(226, 240, 180);
}
.post-section {
  margin: 5px 0px;
}
.learge_image {
  width: 100%;
  height: 350px;
  border: 5px solid #fff;
}
.small_image {
  width: 100%;
  height: 350px;
  border: 5px solid #fff;
}

@media (max-width: 767px) {
  .learge_image {
    height: 280px;
  }
  .small_image {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .learge_image {
    height: 200px;
  }
  .small_image {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .learge_image {
    height: 180px;
  }
  .small_image {
    height: 150px;
  }
}
.price-tag {
  margin-bottom: 10px;
}
.del-price-tag {
  color: #3a3a3a;
  font-size: 17px;
}
.price-tag p {
  font-size: 22px;
  font-weight: bold;
}
.category-image {
  width: 20px;
  display: inline-block;
}

.category-main {
  display: block;
  width: fit-content;
  background-color: #ffffff;
  padding: 5px 5px 0px 5px;
  margin-bottom: 5px;
}
.category-name {
  color: #288f0c;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
.free_slide_ani_out {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.slide-animation {
  width: 135%;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -50px;
  transform: skew(150deg);
  background: linear-gradient(to right, transparent 40%, rgb(186, 221, 201) 10%, transparent 50%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  animation-name: free_slide_ani;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.villa-flat-heading {
  font-size: 25px;
  font-weight: bold;
}
.villa-flat-heading span {
  font-size: 16px;
  font-weight: normal;
}
.description-tag-main{
  margin: 3px 0px 4px;  
}
.short-description {
  padding: 2px 0px;
  font-size: 15px;
  line-height: 1.2;
  word-break: normal;
}

.arrow-tag {
  background-color: #4881e4;
  margin-bottom: 5px;
  display: inline-block;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0px 5px 5px 0px;
  padding: 0px 10px 0px 20px;
  clip-path: polygon(100% 0%, 100% 53%, 100% 100%, 0 100%, 6% 53%, 0 0);
}
.tag-main {
  margin-top: 10px;
  margin-bottom: 10px;
}

.description-tag {
  background-color: #dd5252eb;
  display: inline-block;
  width: fit-content;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 5px;
  /* border: 1px dotted #000; */
}
.normal-tag {
  background-color: #2525250b;
  display: inline-block;
  width: fit-content;
  color: #000000;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 5px;
  margin: 2px 0px;
  border-radius: 5px;
  border: 1px dotted #000;
}
.tag-1 {
  background-color: #4881e4;
}
.tag-2 {
  background-color: #36b121;
}
.button-section {
  margin-top: 20px;
  vertical-align: bottom;
}
.button-url-all {
  padding: 10px;
  margin: 3px;
  background-color: #064e71;
  color: #fff;
  border-radius: 5px;
}
.button-url-all:hover {
  color: #fff;
  background-color: #4881e4;
}
.button-url-all i {
  margin-right: 5px;
}

@keyframes free_slide_ani {
  0% {
    background-position: 100% 100%;
  }

  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.modal {
  z-index: 99999;
}

#heading {
  text-transform: capitalize;
  color: #052f66;
  font-weight: bold;
  font-size: 25px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: serif;
  font-family: "Roboto", serif;
  color: #000000;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #311b92;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #055bb1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  border-radius: 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #053362;
}

#msform .action-button-previous {
  width: fit-content;
  background: #078ac1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 15px;
  margin: 10px 5px 10px 0px;
  border-radius: 5px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
  margin-top: 10px;
}


/* for RAdio  */
.checkbox_main{
    background-color: #00426e;
    width: fit-content;
    padding: 5px;
    margin: 5px;
    display: flex;
    border-radius: 5px;
    align-items: center;
}

.checkbox__input{
    background-color: transparent !important;
    border-radius: 0px;
    padding: 0;
    margin-bottom: 0px !important;
    width: 15px !important;
    height: 15px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #aba8a8;
    background-color: #eceff1;
    font-size: 6px;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
}
.checkbox__label{
    background-color: #ffffff00;
    display: block;
    color: #fff;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
}

.data_submit_loader{
    display: none;
    margin-top: 10px;
}

.view-details-main p{
  margin: 0;
  padding: 0;
}
.view-details-main .heading{
  margin-top: 10px;
}
.view-details-main .value{
  margin-left: 40px;
}




.accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
} 

.accordion__icon {
  background-color: var(--color-primary);
  font-size: 15px;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: green;
  flex-shrink: 0;
}

.accordion__question{
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  color: var(--color-title);
}

.accordion__answer{
  padding: 2rem 0;
}

.accordion__content{
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}



/* Responsive design for smaller screens */
/* @media (max-width: 768px) {
  .container_accordian {
      flex-direction: column; 
  }

  .left-div, .right-div {
      max-width: 100%;
  }
} */

@media (max-width: 768px) {
  .container_accordian {
      flex-direction: column; /* Stacks elements vertically */
  }

  .left_side,
  .right_side {
      flex: 1 1 100%; /* Takes full width on smaller screens */
      max-width: 100%;
  }

  .accordion__header {
      font-size: 14px; /* Adjust text size */
  }

  .accordion__content p {
      font-size: 13px; /* Smaller text size for readability */
  }
}
