html {
  /* height: 100%; */
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f9f9f9;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

header {
  text-align: center;
  padding: 1em;
  background-color: #fff;
  color: #222;
  border-top: 1px solid #ddd;
}

/* footer */
.footer-section {
  margin-top: 50px;
  position: relative;
  width: 100%;
  background-image: url("images/Wave1.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-icons svg {
  transition: transform 0.3s ease;
}

.social-icons a:hover svg {
  transform: scale(1.1);
}

.footer-bottom {
  background-color: #fff;
  color: #222;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .footer-section {
    padding: 50px 30px;
    background-size: cover;
  }

  .footer-heading {
    font-size: 1.1rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .footer-section .row > div {
    margin-bottom: 2rem;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .footer-section {
    padding: 40px 20px 60px;
    background-size: cover;
    background-position: top center;
    text-align: center;
  }

  .footer-heading {
    font-size: 1.05rem;
  }

  .footer-text {
    font-size: 0.88rem;
  }

  .footer-bottom {
    font-size: 0.85rem;
    padding: 1rem 0;
  }
}

.icon-facebook:hover .social-svg {
  fill: #1877f2;
}

.icon-x:hover .social-svg {
  fill: #000000;
}

.icon-instagram:hover .social-svg {
  fill: #e1306c;
}

.contact-section {
  padding: 60px 30px;
  flex: 1;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
}

.form-column,
.map-column {
  flex: 1 1 500px;
}

.subheading {
  color: #e91e63;
  font-weight: bold;
  margin-bottom: 0;
}

.heading {
  text-align: left !important;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  margin-top: 15px;
  resize: vertical;
  height: 120px;
}

.checkbox-group {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #e91e63;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.success {
  margin-top: 15px;
  color: green;
  background-color: #d4edda;
  padding: 10px;
  border-radius: 4px;
}

.error {
  margin-top: 15px;
  color: red;
  background-color: #f8d7da;
  padding: 10px;
  border-radius: 4px;
}

.hidden {
  display: none;
}

.map-column iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 8px;
}

/* ====== Navbar Styles ====== */

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.navbar-brand img {
  height: 30px;
}

.navbar-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-item {
  margin-left: 15px;
}

.navbar-toggler {
  display: none;
}

/* Responsive navbar toggle (optional) */
@media (max-width: 768px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: block;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-end;
  }

  .navbar-nav .nav-item {
    margin: 10px 0;
  }
}

/* new styles */

.navbar-buttons {
  display: flex;
  gap: 20px;
}
.info-section {
  display: flex;
  flex-direction: column; /* Stack heading + paragraph + cards */
  align-items: center;
  justify-content: center;
  padding: 0 200px;
  text-align: center;
  margin-top: 50px;
}

.inner-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* makes it responsive */
  gap: 20px;
}

.description-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px; /* adjust card width */
}

.description-box {
  background-color: #0e55a1;
  padding: 10px; /* fixed: 'pad' → should be 'padding' */
  border-radius: 10px;
  margin-top: 10px;
  min-height: 130px;
}

.description-text {
  color: white;
  margin: 0;
}

.heading-text {
  color: #0e55a1;
  font-weight: 700;
  font-size: 2.5rem;
}

.info-paragraph {
  max-width: 800px;
  margin: 1rem;
}

.description-heading {
  color: #0e55a1;
  margin-top: 5px;
}

.guaranteed-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 50px; */
}

.vm-image {
  padding: 20px;
}

.vm-image img {
  background-color: white;
  border-radius: 10px;
  padding: 8px;
  height: 250px;
  width: 200px;
}

.guaranteed-description {
  display: flex;
  flex-direction: column;
  color: white;
}

.guaranteed-text {
  font-weight: 600;
}

.para-text {
  max-width: 600px;
}

.foco-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 45px;
}

.foco-container {
  margin-top: 50px;
  border: 1px solid grey;
  border-radius: 15px;
  padding: 15px;
  min-height: 250px;
}

.customer-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form-box {
  background-color: white;
  height: 540px;
  width: 600px;
  border-radius: 20px;
  padding: 25px;
}

.customer-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 30px;
  justify-items: center;
}

/* base element */
.customer-photo {
  width: 350px;
  height: 400px;
  display: inline-block;
  transform-origin: center center;
  border-radius: 10px;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* hover state */
.customer-photo:hover,
.customer-photo:focus {
  /* focus for keyboard accessibility */
  transform: scale(1.1); /* 10% grow */
}

/* ---------- Responsive Styles ---------- */

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .info-section {
    padding: 0 80px;
  }

  .foco-section {
    flex-direction: column;
    padding: 10px 80px;
  }

  .form-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .form-box {
    width: 80%;
    height: auto;
  }

  .text-description p {
    font-size: 35px !important;
  }

  .guaranteed-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .vm-image img {
    height: 200px;
    width: 200px;
  }

  .customer-photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .customer-photo {
    max-width: 250px;
    height: 300px;
  }
}

/* Small screens (phones) */
@media (max-width: 768px) {
  .info-section {
    padding: 0 20px;
  }

  .inner-section {
    flex-direction: column;
    align-items: center;
  }

  .description-listing {
    width: 100%;
    max-width: 320px;
  }

  .guaranteed-banner {
    flex-direction: column;
  }

  .foco-section {
    flex-direction: column;
    padding: 10px 15px;
  }

  .form-container {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .form-box {
    width: 100%;
    max-width: 450px;
  }

  .text-description p {
    font-size: 28px !important;
  }

  .vm-image img {
    height: 180px;
    width: 180px;
  }

  .customer-container h1 {
    font-size: 24px;
    text-align: center;
  }

  .customer-photo {
    max-width: 200px;
    height: 250px;
  }
}

/* Very small screens (below 480px) */
@media (max-width: 480px) {
  .text-description p {
    font-size: 22px !important;
  }

  .form-box {
    padding: 15px;
  }

  .foco-container {
    padding: 10px;
  }

  .info-section p {
    font-size: 14px;
  }

  .customer-photos {
    gap: 15px;
  }

  .customer-photo {
    max-width: 150px;
    height: 180px;
  }
}

/* ====== Button Styles ====== */

.btn.contact-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #ddd;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn.contact-btn:hover {
  background-color: #e91e63;
  color: #fff;
  border-color: #e91e63;
}

/* Home button */
.btn-pink-white {
  background-color: #ed1867 !important;
  color: #fff !important;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .foco-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px 80px;
  }
}

@media (max-width: 767px) {
  .foco-section {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 15px;
  }
}

@media (min-width: 1024px) {
  .form-box {
    margin: 40px;
  }
}

.multi-select-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-header {
  height: 45px;
  border: 0.5px solid rgb(160, 156, 156);
  border-radius: 4px;
  padding: 5px;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #6c757d;
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  border: 0.5px solid rgb(160, 156, 156);
  border-radius: 4px;
  margin-top: 2px;
  z-index: 1000;
  max-height: 220px;
  overflow-y: auto;
}

.dropdown-options.show {
  display: block;
}

.dropdown-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.dropdown-option input {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  #dropdownHeader {
    height: 90px !important;
  }
}

@media (max-width: 768px) {
  .dropdown-options {
    margin-top: -10px;
  }

  .multi-select-dropdown {
    margin-bottom: 20px;
  }
}
