/*@font-face {*/
/*  font-family: 'Montserrat';*/
/*  src: url('/wp-content/themes/realestatelandingpage/assets/fonts/Montserrat.woff2') format('woff2');*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Merriweather Sans';*/
/*  src: url('/wp-content/themes/realestatelandingpage/assets/fonts/MerriweatherSans.woff2') format('woff2');*/
/*  font-display: swap;*/
/*}*/
.hero-bg {
  padding-top: 4rem;
}
html{
	margin-top:0 !important;
}
.fiximg img {
  width: 20px !important;
  height: 20px !important;
}
.fiximg {
  width: 35px !important;
  height: 20px !important;
}
.scrolled .sticky{
    background:rgb(11, 41, 88) !important;
}
      h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  letter-spacing: 0.3px;
}

body, p, table, tbody, th, td {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
}
body, p {
    color: rgba(0, 0, 0, 0.7) !important;
}
      .hero-bg{
      background: linear-gradient(180deg, #001B48 0%, #04396C 50%, #0978A6 100%);
}

.borright {
  /*! background: red; */
  position: relative;
  box-shadow: none;
}
.borright:after {
  position: absolute;
  right: 0;
  width: 0.5px;
  height: 30%;
  content: '';
  border: 0.2px solid #000;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
}
 /*@keyframes marquee {*/
 /*   0% { transform: translateX(0); }*/
 /*   100% { transform: translateX(-50%); }*/
 /* }*/

 /* .animate-marquee {*/
 /*   animation: marquee 20s linear infinite;*/
 /* }*/
.br-right:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  background: #fff;
  right: 0;
  opacity: .5;
}
.br-right {
  position: relative;
}
@media (max-width: 767px) {
    .section-title-mobile-center { text-align: center !important; }
  }
  @media (max-width: 767px) {
    .compare-title-mobile-center { text-align: center !important; }
  }
	html{
    margin-top: 0px !important;

  }
  /* Custom style for Contact Form 7 file upload button */
  .wpcf7 input[type="file"] {
    display: none;
  }
  .wpcf7 .custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #fafbfc;
    color: #888;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
  }
  .wpcf7 .custom-file-upload:hover {
    border-color: #1780b8;
    color: #1780b8;
  }


@media (max-width: 767px) {
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.5rem !important; }
  h3 { font-size: 1.2rem !important; }
  h4 { font-size: 1rem !important; }
}
#menu-main-menu-4 { display: none; }

/* FAQ Section Customization */
.faq-section summary {
  background: #0978A6;
  color: #fff;
  border-radius: 6px;
  padding: .5rem 1.5rem;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(9,120,166,0.08);
  margin-bottom: 0;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.faq-section summary:hover {
  background: #0a6b93;
  color: #fff;
  box-shadow: 0 4px 18px rgba(9,120,166,0.15);
}
:root {
  --brand-navy: #003366;
  --brand-red: #e11d48;
  --brand-light-blue: #f0f9ff;
  --primary-teal: #0978A6;
}
.bg-brand-navy {
  background-color: var(--brand-navy);
}
.bg-primary-teal {
  background-color: var(--primary-teal) !important;
}
.bg-brand-red {
  background-color: var(--brand-red);
}
.text-brand-navy {
  color: var(--brand-navy);
}
.text-primary-teal {
  color: var(--primary-teal) !important;
}
.border-brand-navy {
  border-color: var(--brand-navy);
}

.step-connector-container {
      position: relative;
    }

    @media (min-width: 1024px) {
      .connector-curve {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 100px;
         
        transform: translate(-50%,-50%);
        z-index: 0;
        
        pointer-events: none;
        left: 55% !important;
        width: 64% !important;
        display: flex;
        align-content: center;
        justify-content: center;
      }
      
       
    }
/* Slick Slider Customizations */
.real-estate-slider {
  padding: 0 10px;
}

.real-estate-slider .slick-arrow {
  background: #1e90ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.real-estate-slider .slick-arrow:before {
  font-size: 20px;
  color: #fff;
}
.real-estate-slider .slick-arrow:hover {
  background: #0a3d62;
}
.real-estate-slider .slick-dots {
  bottom: -40px;
}
.real-estate-slider .slick-dots li button:before {
  color: #1e90ff;
  font-size: 10px;
}
.real-estate-slider .slick-dots li.slick-active button:before {
  color: #1e90ff;
  opacity: 1;
}
.real-estate-slider .slick-slide {
  margin: 0 10px;
}
.faq-answer {
  display: none;
}

.faq-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.faq-column {
  flex: 1 1 350px;
  max-width: 500px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item.active {
  border: 1.5px solid #6366f1;
  box-shadow: 0 2px 12px rgba(99,102,241,0.08);
}
.faq-question {
  width: 100%;
  background: #0978A6;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  padding: 1.25rem 2rem;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: background 0.2s;
}
.faq-toggle {
  font-size: 2rem;
  color: #6366f1;
  font-weight: 700;
  margin-left: 1.5rem;
  transition: color 0.2s;
}
.faq-item.active .faq-toggle {
  color: #2563eb;
}
.faq-answer {
  background: #f8faff;
  color: #222;
  font-size: 1rem;
  padding: 1.25rem 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
  border-top: 1px solid #e5e7eb;
}
.faq-item.active .faq-answer {
  border: 1.5px solid #6366f1;
  border-top: none;
  background: #eef2ff;
  color: #3730a3;
}
@media (max-width: 600px) {
  .faq-question, .faq-answer {
    padding: 1rem 1rem;
  }
}