/* ===== Estate Section ===== */
.estate-section {
  background: #f8f9fb;
}

/* Heading */
.estate-title {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #000000;
  text-align: center;   /* 👈 added */
}

.estate-desc {
    margin-top: 30px;
  font-size: 1.1rem;
  color: #313131;
  line-height: 1.7;
  text-align: center;   /* 👈 added */
}


/* Cards */
.estate-card {
  border: 1px solid #e5e5e5;
  padding: 28px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.estate-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Card title */
.estate-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

/* List */
.estate-list {
  padding-left: 18px;
  margin: 0;
}

.estate-list li {
  font-size: 0.9rem;
  color: #444444;
  margin-bottom: 10px;
  line-height: 1.6;
}

.estate-list li a {
  color: #1b7390;
  text-decoration: none;
  transition: color 0.3s ease;
   text-decoration: underline;          /* 👈 underline always */
  text-underline-offset: 3px;
}

.estate-list li a:hover {
  color: #0a2a66;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .estate-title {
    font-size: 1.8rem;
  }
}



/* Contact Section - Professional Light Design */
.contact-modern {
    background: #f8f9fb;
    padding: 100px 0;
    position: relative;
}

.contact-modern::before {
    content: none;
}

.contact-modern .container {
    position: relative;
    z-index: 1;
}

/* Contact Info Wrapper */
.contact-info-wrapper {
    background:
        linear-gradient(rgba(3, 3, 3, 0.388), rgba(3, 3, 3, 0.371)),
        url("../images/contactbg.jfif"); /* change path */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 40px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Header */
.contact-header {
    margin-bottom: 45px;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.title-accent {
    width: 60px;
    height: 4px;
    background-color: #036dab;
    margin-bottom: 20px;
    border-radius: 2px;
}

.contact-description {
    font-size: 16px;
    line-height: 1.8;
    color: #eaeaea;
}

/* Contact Details */
.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #152943;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 20px;
    color: #ffffff;
}

.contact-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #e5e5e5;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-content p,
.contact-content a {
    font-size: 15px;
    color: #dadada;
    line-height: 1.6;
}

.contact-content a:hover {
    color:  #b29266;    
}

.location-note {
    font-size: 13px !important;
    font-style: italic;
    color: #f7f7f7 !important;
    margin-top: 8px !important;
}

/* Social */
.social-section h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* Buttons */
.btn-directions,
.btn-directions1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 2px solid #d4a574;
    color: #d4a574;
    background: transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-directions:hover,
.btn-directions1:hover {
   background: #b29266;
    color: #ffffff;
    border-color: transparent;
}

/* Form Wrapper */
.contact-form-wrapper {
    background:
        linear-gradient(rgba(3, 3, 3, 0.388), rgba(3, 3, 3, 0.371)),
        url("../images/contactbg.jfif"); /* change path */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 40px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.form-header p {
    font-size: 15px;
    color: #dfdfdf;
}

/* Form Inputs */
.form-control-modern {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #dcdcdc;
    font-size: 16px;
}

.form-control-modern:focus {
    border-bottom-color: #ffffff;
}

.form-label-modern {
    position: absolute;
    top: 15px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
}

.form-control-modern:focus + .form-label-modern,
.form-control-modern:not(:placeholder-shown) + .form-label-modern {
    top: -18px;
    font-size: 12px;
    color: #ffffff;
}

.form-border {
  background: #fcfcfc;
}

/* Submit Button */
.btn-submit-modern {
    background: #152943;
    color: #ffffff;
    border: none;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(212, 165, 116, 0.35);
}

.btn-submit-modern:hover {
    transform: translateY(-3px);
}

/* Privacy */
.privacy-note {
    font-size: 13px;
    color: #dedede;
}
