ul {
  list-style-type: none;
}
p{
    font-size:16px;
}


img {
  width: 100%;
  display: block;
}


.primary-title {
  font-size: 4rem;
  color: var(--primary-color);
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.divider {
  height: 3.6rem;
  width: 35rem;
  margin: 3px auto 25px;
  margin-bottom: 3.5rem;
  background-image: url("../src/divide.webp");
  background-size: cover;
}

.btn {
  color: var(--primary-color);
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: .6rem 1.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* =============== OVERVIEW ===============*  */
#overview {
  background-color: #F8F8F8;
  padding: 5rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.ov-content {
  width: 60%;
}

.ov-content p {
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--primary-color);
  font-size:16px;
}

.ov-form {
  width: 33.33%;
  max-width: 35rem;
  background-color: #fff;
}

.ov-form input {
  font-family: 'DM Sans', sans-serif !important;
  height: 4rem;
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-left: .8rem;
  padding: .6rem 1.2rem;
  font-size: 1.4rem;
  background-color: #fff;
  color: #555;
}

.ov-form>div {
  height: 4rem;
  margin-bottom: 2.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ov-form h6 {
  font-size: 18px;
  background: var(--primary-color);
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 2rem;
}

.form-btn {
  cursor: pointer;
  margin: 0px auto;
  display: block;
  background: #212a2f;
  border: 2px solid #212a2f;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
  margin-bottom: 2.5rem;
}

/* =============== FEATURES ===============*  */
#features {
  background-color: #F3F3F3;
  padding: 5rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.features-img {
  max-width: 50%;
}

.feature-content h2 {
  text-align: inherit;
  margin-bottom: 1.6rem;
}

.feature-list li {
  padding-left: 15px;
  background: url("../src/feature-arrow-right.png") no-repeat;
  background-position: left 4.5px;
  margin-bottom: 8px;
  font-size:16px;
}

/* =============== Project Configurations ===============*  */
#configurations {
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../src/gallery/Aerial-Night-View.webp");
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#configurations .primary-title {
  color: #fff;
}

#configurations li {
  display: inline-block;
}

ul.tab {
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab>li,
.tab>li:focus {
  color: #ffffff;
  background-color: var(--primary-color);
  border: none !important;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px;
  font-size:16px;
}

.tab>li:hover {
  background-color: #000;
  outline: 1px solid #ffffff !important;
}

.tab>li.active,
.tab>li.active:hover,
.tab>li.active:focus {
  color: var(--primary-color);
  background-color: #ffffff;
  scale: 1.1;
}

table {
  background-color: #fff;
  border-collapse: collapse;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: .9rem;
  border: 1px solid #080809;
}

tr>th {
  background-color: #272727;
  color: #fff;
  margin: 0.8rem 0;
  font-size: 2.4rem;
  font-weight: 400;
}

thead tr {
  background-color: #272727;
}

table tr td {
  color: var(--primary-color);
}

table {
  border: none !important;
  font-size:1.4rem;
}

td button {
  margin: 0px auto;
  background-image: none;
  background-color: #212a2f !important;
  text-shadow: none;
  color: #fff !important;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 8px 9px 8px 9px;
  transition: all 0.5s ease;
  font-weight: 500;
}

/* =============== Amenities ===============*  */
#amenities {
  background-color: #EFEFEF;
  margin-bottom: 100px;
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
}

.icon {
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 1.8rem;
}

.icon span {
  font-size: 60px;
  transition: all 0.2s, color 0.2s;

}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 3rem;
}

.amenities-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-radius: 50%;
}

.amenities-item .icon img {
  border-radius: 50%;
}

.amenities-item p {
  text-align: center;
}

.icon:hover {
  background: #272727;
  color: white;
  outline: 4px solid var(--primary-color);
  outline-offset: 5px;
}

/* =============== Gallery ===============*  */
#gallery {
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  color: #fff;
}

.gallery-content img {
  height: 35rem;
  max-height: 35rem;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#exterior-carousel .owl-nav {
  display: block !important;
}

#exterior-carousel .owl-prev,
#exterior-carousel .owl-next {
  opacity: 1 !important;
  visibility: visible !important;
}

#gallery .primary-title {
  color: var(--primary-color);
}

#gallery li {
  display: inline-block;
}

ul.gallery-tab {
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.gallery-content {
  display: none;
}

.gallery-content.active {
  display: block;
}

.gallery-tab>li,
.gallery-tab>li:focus {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 1.4rem;
}

.gallery-tab>li:hover {
  color: #fff;
  background-color: var(--primary-color);
  outline: 1px solid #ffffff !important;
  scale: 1.1;
}

.gallery-tab>li.active,
.gallery-tab>li.active:hover,
.gallery-tab>li.active:focus {
  color: #fff;
  background-color: var(--primary-color);
  scale: 1.1;
}

.owl-prev,
.owl-next {
  font-size: 80px!important;
  color: var(--primary-color) !important;
  font-family: initial !important;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: transparent !important;
}


/* =============== LOCATION ===============*  */
#location {
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  background-color: #EFEFEF;
}

#location .primary-title {
  color: var(--primary-color);
}

.location-container {
  display: flex;
  width: 100%;
  gap: 1.6rem;
  justify-content: center;
  align-items: flex-start;
}

/* Map  */
#mymap,
#contactmap {
  background: url("../src/meghaarika-map.png");
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#mymap {
  width: 45%;
  height: 350px;
}

#contactmap {
  width: 50%;
  height: 550px;
}

#mymap iframe,
#contactmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}

#mymap iframe {
  height: 350px;
}

#contactmap iframe {
  height: 550px;
}

.accordion {
  width: 45%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item:not(:last-child) {
  border-top: 1px solid #ddd;
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
  box-shadow: 3px 3px 20px rgb(173, 173, 173);
}

.accordion-header::before {
  content: "";
  width: 17px;
  height: 2px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion-header.active::before {
  background: var(--primary-color);
}

.accordion-header.active {
  background-color: #fff;
  box-shadow: 3px 3px 20px rgb(173, 173, 173);
  position: relative;
  z-index: 2;
}

.accordion-header .accordion-icon {
  font-size: 18px;
  color: #666;
  transition: transform 0.3s ease;
  background-color: #AAAAAA;
  height: 20px;
  width: 20px;
  color: white;
  line-height: 0;
  font-weight: 300;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.accordion-header.active .accordion-icon {
  background: var(--primary-color);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 30px;
  font-size: 14px;
  color: var(--primary-color);
  background-color: #fafafa;
}

.accordion-content.active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-content.active ul {
  border-left: 2px dashed #eee;
  padding-left: 10px;
}

.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}

.accordion-content ul li::before {
  content: '📍';
  margin-right: 8px;
  font-size: 16px;
  color: #333;
}

/* =============== ABOUT ===============*  */
#about {
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
}

#about .primary-title {
  color: var(--primary-color);
}

#about p {
  color: var(--primary-color);
  text-align: center;
  font-weight: 300;
}

/* =============== CONTACT FORM ===============*  */
#contact {
  padding: 7rem 0;
  padding-left: calc((100% - 1220px) / 2);
  padding-right: calc((100% - 1220px) / 2);
  background-color: #EFEFEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 550px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../src/gallery/Home-Theatre.webp");
  background-size: cover;
  background-position: center;
}

.contact-form-container {
  width: 100%;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-form-container h5 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.contact-form-container p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #fff;
}

form .input-group {
  position: relative;
  margin-bottom: 15px;
}

form .input-group .form-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2c3e50;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 1em;
}

form .input-group input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 1em;
}

form .input-group input::-webkit-input-placeholder {
  color: #999;
}

form .input-group input::-moz-placeholder {
  color: #999;
}

form .input-group input:-ms-input-placeholder {
  color: #999;
}

form .input-group input::-ms-input-placeholder {
  color: #999;
}

form .input-group input::placeholder {
  color: #999;
}

/* =============== CTA ===============*  */
.call-to-action {
  z-index: 99999;
}
.brochure-btn{
    background:#C17553;
    outline:none;
    border:none;
}
.call-to-action button {
  font-family: "Work Sans", sans-serif;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

.brochure-btn {
  left: 0;
}

/* =============== CALL ===============*  */
.call-widget {
  z-index: 999;
  position: fixed;
  right: 1em;
  bottom: 1em;
  display: flex;
  flex-flow: row-reverse;
  width: 4em;
  height: 4em;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 3em;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s width;
  font-family: 'DM Sans', sans-serif !important;
  -webkit-transition: 0.4s width;
  -moz-transition: 0.4s width;
  -ms-transition: 0.4s width;
  -o-transition: 0.4s width;
}

.call-widget a {
  color: #fff;
  text-decoration: none;
}

.call-widget strong {
  margin-right: 2em;
  opacity: 0;
}

.call-widget i {
  position: fixed;
  right: 1.6em;
  color: #fff;
  font-size: 1.4em;
  transition: 0.4s transform;
  -webkit-transition: 0.4s transform;
  -moz-transition: 0.4s transform;
  -ms-transition: 0.4s transform;
  -o-transition: 0.4s transform;
}

.call-widget:hover {
  width: 14em;
}

.call-widget:hover>i {
  transform: rotateZ(360deg);
}

.call-widget:hover>strong {
  opacity: 1;
  transition: 0.4s opacity 0.4s;
}

.call-widget>strong:hover {
  text-decoration: underline;
}

/* =============== POPUP ===============*  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup {
  background: #fff;
  width: 400px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup.show {
  transform: scale(1);
  opacity: 1;
}

.popup.hide {
  transform: scale(0.8);
  opacity: 0;
}

#popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-bottom: 1.6rem;
}

#popup-header h6 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color:#fff;

}

.close {
  font-size: 1.5rem;
  cursor: pointer;
}


#popup-form {
  padding: 20px 0;
}

#popup-form .popup-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#popup-form .popup-input-group .popup-icon {
  background-color: #333;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}

#popup-form .popup-input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1rem;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}

#popup-form .popup-input-group input::-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem;
}

#popup-form .popup-input-group input::-moz-placeholder {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem;
}

#popup-form .popup-input-group input:-ms-input-placeholder {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem;
}

#popup-form .popup-input-group input::-ms-input-placeholder {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem;
}

#popup-form .popup-input-group input::placeholder {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem;
}

main {
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* =============== FOOTER ===============*  */
footer {
  background-color: var(--primary-color);
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
}

footer a,
footer p {
  color: #fff;

}

/* =============== RESPONSIVE ===============*  */
@media screen and (max-width:992px) {

  #overview,
  #features,
  #configurations,
  #amenities,
  #gallery,
  #location,
  #about,
  #contact {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 2% !important;
  }
}

@media screen and (max-width:767px) {
  .primary-title {
    font-size: 3rem;
  }

  #overview,
  #features,
  #configurations,
  #amenities,
  #gallery,
  #location,
  #about,
  #contact {
    padding-inline: 5% !important;
  }

  .divider {
    max-width: 100%;
  }

  #overview {
    flex-direction: column-reverse;
  }

  .ov-form {
    width: 100%;
    max-width: 100%;
  }

  .ov-content {
    width: 100%;
  }

  #features {
    flex-direction: column;
  }

  .features-img {
    max-width: 100%;
  }

  tr>th {
    font-size: 1.8rem;
  }

  .amenities-list {
    justify-content: flex-start;
  }

  .amenities-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .amenities-item p {
    text-align: center;
  }

  #gallery img {
    min-height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .floor-content .owl-item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .location-container {
    flex-direction: column;
  }

  .accordion {
    width: 100%;
  }

  .location-container iframe {
    max-width: 100%;
  }

  #contact {
    flex-direction: column;
  }

  #contact iframe {
    width: 100%;
  }

  .contact-section {
    width: 100%;
  }

  .left-arrow {
    left: 90%
  }

  .right-arrow {
    right: 90%;
  }

  .call-to-action button {
    font-size: 1.4rem;
    bottom: 3rem;
    padding: .8rem 1.6rem;
  }

  .call-widget {
    bottom: 4.5rem;
  }

  #mymap,
  #contactmap {
    width: 100%;
  }
}

