.section-portion {
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}
/* Optional: smooth scrolling for all anchors */
html {
  scroll-behavior: smooth;
}

/* Offset anchor target so it's not hidden behind the sticky header */
#ourspace {
  scroll-margin-top: 120px; /* adjust this value to match your header height */
}

.title-coconat {
  font-family: "Coconat", "Federo", sans-serif;
}

/* If you want a Federo-only heading */
.title-federo {
  font-family: "Federo", sans-serif;
}

.font-size {
  font-size: 18px;
}
.text-accent {
  color: #d96c65;
}
.main-nav .nav-link {
  transition: color 0.2s ease;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #d96c65 !important;
}
.fontsize-more{
font-size: x-small;
}
:root {
  --accent: #d96c65;
  --border: #bfbfbf;
  --text-main: #3f3f3f;
}

.enquiry-form-group {
  position: relative;
  margin-bottom: 28px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  overflow: hidden; /* so label line doesn't spill outside */
}

/* pill outline */
.enquiry-control {
  height: 64px;
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 0 32px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}

.enquiry-input {
  flex: 1 1 auto;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 16px;
  background: transparent;
  color: var(--text-main);
}

.enquiry-input::placeholder {
  color: #5c5a5a;
  opacity: 1;
}

/* label that “cuts into” the pill */
.enquiry-label {
  position: absolute;
  top: 0;
  left: 56px; /* matches left text padding inside pill */
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  padding: 0 8px 0 4px;
  background: #ffffff; /* same as form background */
  line-height: 1;
  z-index: 1;
}

/* line continuing left & right of label */
.enquiry-label::before,
.enquiry-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid var(--border);
}

/* short bit of line on the left side of label */
.enquiry-label::before {
  right: 100%;
  width: 40px; /* tweak to match your exact spacing */
}

/* long line to the right, clipped by overflow:hidden */
.enquiry-label::after {
  left: 100%;
  width: 2000px;
}

/* quantity field (Desks Required) */
.enquiry-form-group-qty .enquiry-control {
  padding-right: 0;
}

.enquiry-form-group-qty .enquiry-input {
  max-width: 80px;
}

.enquiry-qty-btn {
  width: 60px;
  border: 0;
  border-left: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  padding: 0;
}

.enquiry-qty-btn:focus {
  outline: none;
}

/* Outline button: border + text = #d96c65 */
.btn-outline-d96c65 {
  border: 1px solid #d96c65;
  color: #d96c65;
  background-color: transparent;
}

/* Optional hover effect */
.btn-outline-d96c65:hover {
  background-color: #d96c65;
  color: #ffffff;
}

/* Filled button: background + border = #d96c65 */
.btn-fill-d96c65 {
  border: 1px solid #d96c65;
  background-color: #d96c65;
  color: #ffffff;
}

/* Optional hover effect */
.btn-fill-d96c65:hover {
  opacity: 0.9;
}
/* Default tab background */
.nav-pills .nav-link {
  background-color: #e6e6e680; /* normal state */
  color: #000; /* text color, adjust if needed */
  border-radius: 50rem; /* keep it pill-shaped */
}

/* Hover state */
.nav-pills .nav-link:hover {
  background-color: #ea8884; /* hover color */
  color: #fff; /* white text on hover */
}

/* Active (selected) tab */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ea8884; /* same as hover */
  color: #fff;
}
.btn-explore {
  background-color: #d96c65; /* or #EA8884 if you prefer */
  color: #ffffff;
  border-radius: 50rem; /* pill shape */
  padding: 0.75rem 3rem; /* height & width like your design */
  border: none;
  font-weight: 500;
}

/* optional hover */
.btn-explore:hover {
  opacity: 0.9;
  background-color: #d96c65;
}
  .contact-wrapper {
      min-height: 100vh;
      background: linear-gradient(180deg, #fff7f7 0%, #f4cdc7 100%);
    }

    .contact-inner {
      max-width: 640px;
    }

    .contact-title {
      font-weight: 600;
      font-size: 2.25rem;
      margin-bottom: 0.4rem;
      color: #22181b;
    }

    .contact-subtitle {
      color: #5b4c52;
      font-size: 0.98rem;
      margin-bottom: 2rem;
    }

    .contact-card {
      background: #ffffff;
      border-radius: 22px;
      padding: 32px 44px 30px;
      box-shadow: 0 18px 32px rgba(0, 0, 0, 0.04);
      margin-bottom: 32px;
    }

    .form-label {
      font-size: 0.78rem;
      font-weight: 600;
      color: #2d2226;
      margin-bottom: 0.35rem;
    }

    .form-control {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #d3c8c9;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0.25rem;
      font-size: 0.86rem;
      color: #3f3439;
      background-color: transparent;
      box-shadow: none !important;
    }

    .form-control::placeholder {
      color: #a69a9e;
      font-weight: 400;
    }

    /* subtle highlight like first field in the screenshot */
    .form-control.first-name {
      border-bottom-color: #e57e7e;
    }

    .form-control:focus {
      border-bottom-color: #e57e7e;
    }

    .btn-submit {
      border-radius: 999px;
      background: linear-gradient(135deg, #e8786d, #e55858);
      border: none;
      padding: 0.65rem 2.3rem;
      font-size: 0.95rem;
      color: #fff;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
   
    }

    .btn-submit span.icon {
      font-size: 0.9rem;
      transform: translateY(1px);
    }

    /* Right side image */
    .map-side {
      padding: 0;
    }

    .map-image {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 991.98px) {
      .map-image {
        height: 320px;
      }

      .contact-wrapper {
        min-height: auto;
      }
    }

      .floating-whatsapp {
        position: fixed;
        right: 20px;
        bottom: 90px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background-color: #25d366;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        z-index: 1060;
      }

      .floating-whatsapp:hover {
        text-decoration: none;
        transform: translateY(-2px);
      }

      .floating-enquiry {
        position: fixed;
        right: 20px;
        bottom: 30px;
        border: none;
        border-radius: 999px;
        padding: 10px 20px;
        background-color: #d96c65;
        color: #fff;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        z-index: 1060;
        cursor: pointer;
      }

      .floating-enquiry:hover {
        transform: translateY(-2px);
      }

      #contactModal .form-control {
  border: 1px solid #eee;
  padding: 10px 12px;
  box-shadow: none;
}

#contactModal .form-control:focus {
  border-color: #d96c65;
  box-shadow: 0 0 0 0.2rem rgba(217, 108, 101, 0.15);
}

#contactModal .modal-content {
  animation: modalPop 0.2s ease;
}

@keyframes modalPop {
  from { transform: scale(0.98); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
