@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --tblr-font-sans-serif:
    "Montserrat", -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
    Roboto, Helvetica Neue, sans-serif;
  --tblr-body-font-size: 1rem;
}

body {
  font-feature-settings: "cv03", "cv04", "cv11";
  background: #fff;
}

.aq-homepage .container-md {
  max-width: calc(100% - 20%);
}

.aq-main-menu a {
  text-decoration: none;
  font-size: 15px;
  position: relative;
  height: 25px;
  padding-bottom: 6px;
}

.aq-main-menu a.active,
.aq-main-menu a:hover,
.aq-main-menu a:focus,
.aq-main-menu a:active {
  border-bottom: 1px solid var(--tblr-white);
  padding-bottom: 6px;
}

.aq-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aq-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  left: 0;
  top: 0;
  z-index: 1;
}

.aq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.cust_fix_height{
  height: 52px;
}

/* .aq-search-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 10% 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} */

.aq-search-box {
  position: relative;
  z-index: 9;
}

.aq-search-box h1 {
  font-size: 3rem;
  font-weight: 700;
}

.aq-search-box input {
  padding: 15px;
}

.aq-search-tabs {
  margin-bottom: 15px;
}

.aq-search-tabs button {
  border: none;
  background: #f1f3f5;
  padding: 8px 18px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  margin-right: 6px;
  cursor: pointer;
}

.aq-search-tabs button.active {
  background: var(--tblr-primary);
  color: #fff;
}

.aq-featured-wrapper {
  position: relative;
}

.aq-featured-slider {
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.aq-featured-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out;
}

.aq-featured-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.aq-featured-slide img {
  height: 420px !important;
  width: 100%;
  object-fit: cover;
}

.aq-featured-card {
  position: absolute;
  right: 0;
  top: 10%;
  background: #ffffffd9;
  padding: 30px;
  width: 340px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.aq-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.aq-slide-btn.prev {
  left: 10px;
}

.aq-slide-btn.next {
  right: 10px;
}

.aq-property-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  height: 100%;
  padding: 15px;
}

.aq-img-wrap {
  position: relative;
  height: 170px;
}

.aq-img-wrap img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.aq-pin {
  position: absolute;
  bottom: -12px;
  left: 12px;
  background: #fff;
  border: 3px solid var(--tblr-primary);
  color: var(--tblr-primary);
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
}

.aq-stars {
  color: #f5a623;
  font-size: 14px;
}

.aq-article-card {
  border: 1px solid #e5e7eb;
  height: 100%;
  background: #fff;
}

.aq-article-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.aq-article-card h6 {
  font-size: 15px;
  line-height: 1.4;
}

.aq-article-image {
  height: 170px;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aq-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */
#footer-section {
  background: #001545;
  color: #fff;
  position: relative;
}
.footer-cta {
  padding: 72px 20px;
}
.footer-cta h5 {
  color: #fff;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.footer-cta a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer-cta-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-copyright-wrap {
  padding: 0 20px 32px 20px;
}
.footer-copyright-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 139.187%;
}
.footer-links {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 139.187%;
  text-decoration: none;
}
.footer-links span {
  margin-top: -5px;
}
.footer-social {
  display: inline-flex;
  gap: 20px;
  float: right;
}
.footer-social a {
  color: rgba(255, 255, 255, 0.72);
}
.footer-social a:hover {
  text-decoration: none;
}
.go-to-top {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -9%;
  right: 7%;
  transform: translate(-9%, 7%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 5px #555;
}
.go-to-top a {
  color: #0e679a;
  text-decoration: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-to-top a:hover {
  border: none;
}
.footer-adrs-icon {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
  margin: 0;
}

.book-demo-btn {
  gap: 12px !important;
  background: #15379d !important;
  color: #fff;
  border-radius: 6px;
  padding: 15px 20px !important;
  height: 49px !important;
  border: none;
  font-weight: 700;
}

.book-demo-btn.active,
.book-demo-btn:active,
.book-demo-btn:hover,
.book-demo-btn:visited {
  background: #0564bc !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
}
.login-badge .badge {
  position: relative;
  z-index: 1;
}

.login-badge:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #699ad1;
  z-index: 1;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
}

#login-options,
#email-login {
  padding: 30px;
}

.toggle-password {
  cursor: pointer;
  pointer-events: auto;
}

.profile-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-extras {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 99999999;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translate(-50%);
}

.agent-header img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.agent-divider {
  width: 1px;
  height: 48px;
  background: #d9dee3;
}

/* Responsive Styles Starts*/

@media only screen and (min-width: 992px) {
  .aq-hero {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-wrapper {
    width: 100%;
    text-align: center;
  }
  .aq-main-menu {
    margin: 0 auto;
    justify-content: center !important;
    width: 100% !important;
  }
  .aq-hero {
    min-height: 350px;
  }

  .aq-search-box {
    width: 70%;
  }

  .aq-search-box h1 {
    font-size: 1.5rem;
  }
  .footer-cta {
    padding: 30px 15px;
  }
  .footer-cta h5 {
    font-size: 35px;
  }
  .footer-copyright-wrap {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 576px) {
  .logo-wrapper {
    width: 100%;
    text-align: center;
  }
  .aq-main-menu {
    margin: 0 auto;
    justify-content: center !important;
  }
  .aq-hero {
    min-height: 250px;
  }
  .aq-search-box {
    width: 90%;
  }
  .aq-search-box h1 {
    font-size: 1.5rem;
  }
  .footer-cta h5 {
    font-size: 42px;
    margin: 0;
  }
  .footer-cta-btn {
    display: flex;
    align-items: center;
  }
  .footer-contact-card {
    padding: 60px 20px;
  }
  .footer-links {
    float: left;
    gap: 5px;
    padding-bottom: 10px;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer-cta a {
    display: unset;
  }
  .footer-copyright-text {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .footer-social {
    float: left;
  }
  .footer-contact-text a {
    font-size: 13.5px;
  }
  .go-to-top {
    top: -30px;
    width: 50px;
    height: 50px;
  }

  .footer-copyright-wrap {
    padding: 12px;
  }
  .footer-cta {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cta h5 {
    font-size: 54px;
  }
  .footer-contact-card img {
    right: 2%;
  }
}

/* Properties details Styles Ends */
/* Main Image */
.main-image img {
  width: 100%;
  border-radius: 10px;
}

/* Inside View Gallery */
.inside-gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.inside-gallery img:hover {
  transform: scale(1.05);
}

/* Property Info */
.property-title {
  font-size: 24px;
  font-weight: 700;
}
.price {
  font-size: 26px;
  font-weight: 700;
  color: #005a8d;
}

/* Gallery Modal */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.gallery-modal img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: auto;
}
.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.gallery-prev {
  left: 20px;
}
.gallery-next {
  right: 20px;
}

@media (max-width: 768px) {
  .inside-gallery img {
    height: 120px;
  }
}

.image-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.left-actions,
.right-actions {
  display: flex;
  gap: 10px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #2b6cb0;
  border-radius: 8px;
  background: #fff;
  color: #2b6cb0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.icon-btn:hover {
  background: #2b6cb0;
  color: #fff;
}

@media (max-width: 576px) {
  .icon-btn {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

.property-info-section {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.section-title {
  color: #2b6cb0;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-divider {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.property-list,
.amenities-list {
  list-style: none;
  padding: 0;
  color: #555;
}

.property-list li,
.amenities-list li {
  margin-bottom: 10px;
}

.amenities-list i {
  color: #2b6cb0;
  margin-right: 10px;
}

.amenities-border {
  border-left: 1px solid #ccc;
}

.details-border {
  border-left: 1px solid #ccc;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  color: #555;
}

/* Buttons */
.schedule-btn {
  background: #6bb6e3;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.schedule-btn:hover {
  background: #1e3a8a;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.whatsapp-btn {
  background: #86cc6f;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.whatsapp-btn:hover {
  background: #ffffff;
  border: 1px solid #86cc6f;
  color: #86cc6f;
  font-weight: 600;
  padding: 12px;
}
.more-btn {
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
  padding: 14px;
}
.more-btn:hover {
  background: #6bb6e3;
  color: #fff;
  font-weight: 700;
  padding: 14px;
}
/* Agent Card */
.agent-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #93c5fd;
  border-radius: 10px;
  padding: 12px;
  margin-top: 20px;
  justify-content: flex-end;
}

.agent-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .amenities-border,
  .details-border {
    border-left: none;
    margin-top: 20px;
  }
}

.open-btn {
  padding: 12px 20px;
  background: #1e3a8a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}

/* Modal */
.custom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  /* width: 820px;*/
  max-width: 95%;
  border-radius: 14px;
  display: none;
  z-index: 1000;
  overflow: hidden;
  display: flex;
}

/* Close */
.modal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Left */
.modal-left {
  background: linear-gradient(180deg, #f5f7fb, #eef2f7);
  /* padding: 30px; */
  text-align: center;
}

.modal-left h2 {
  color: #1e40af;
}

.modal-left span {
  background: #60a5fa;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

.modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right */
.modal-right {
  padding: 30px;
}

/* Date Picker */
.date-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.date-arrow {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
}

.date-picker {
  display: flex;
  gap: 10px;
}

.date-picker button {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 80px;
  cursor: pointer;
}

.date-picker button strong {
  font-size: 20px;
  display: block;
}

.date-picker button span {
  font-size: 12px;
  color: #666;
}

.date-picker .active {
  border-color: #2563eb;
  background: #eff6ff;
}

/* Tour Type */
.tour-type {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}

.tour-type button {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.tour-type .active {
  background: #2563eb;
  color: #fff;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.submit-btn {
  background: #1e3a8a;
  color: #fff;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* Thank You */
.thank-you h1 {
  color: #2563eb;
}

.meeting-link {
  background: #1e3a8a;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  margin-top: 10px;
}

.rating-wrapper {
  background: #fff;
  width: 720px;
  display: flex;
  border-radius: 14px;
  overflow: hidden;
}

.rating-left {
  width: 40%;
  background: #f4f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-left img {
  width: 80%;
}

.rating-right {
  width: 60%;
  padding: 30px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.stars span {
  font-size: 28px;
  cursor: pointer;
  color: #ddd;
}

.stars span.active {
  color: #fbbf24;
}
textarea {
  width: 100%;
  height: 90px;
  margin: 20px 0;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Blog Styles */
/* Blog Section */
.blog-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.blog-card {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #15379d;
}
/* Remove divider from last blog card */
.blog-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-card img {
  width: 300px;
  border-radius: 4px;
}
.blog-category {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6c63ff;
  font-weight: 700;
}
.blog-card h3 {
  font-weight: 700;
}
.blog-card p {
  color: #666;
}
.read-more {
  color: #888;
  font-size: 14px;
}
.read-more:hover {
  color: #15379d;
  font-size: 14px;
}
/* Sidebar */
.sidebar h6 {
  font-weight: 700;
}
.sidebar-card {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #15379d;
}
/* Remove divider from last sidebar card */
.sidebar-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-card img {
  width: 120px;
  border-radius: 4px;
}
.sidebar-card p {
  font-size: 13px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-card {
    flex-direction: column;
  }
  .blog-card img {
    width: 100%;
  }
}

/* Blog details */
.blog-title {
  color: #1d3ed6;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Layout */
.blog-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start;
}

/* Image */
.blog-image img {
  width: 100%;
  border-radius: 6px;
}

/* Content */
.blog-category {
  color: #6a5acd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.blog-heading {
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.blog-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.blog-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 15px;
}

/* Back link */
.back-link {
  text-align: right;
  margin-top: 30px;
}

.back-link a {
  color: #1d3ed6;
  font-weight: 600;
  text-decoration: none;
}

.back-link a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-content {
    grid-template-columns: 1fr;
  }
}

/* End of Blog Styles */

/*FAQS Styles */
.faq-section {
  max-width: 1100px;
  margin: auto;
}

.faq-label {
  color: #1e4ed8;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 18px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.faq-header {
  display: flex;
  align-items: center;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #10b981;
}

.faq-question {
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px 0;
}

.faq-icon {
  font-size: 22px;
  font-weight: 400;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  transition: max-height 0.4s ease;
  margin: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
/* End of FAQS Styles */
