
.contact-section {
  padding: 4rem 3rem ;
  display: flex;
  flex-wrap: wrap;
 max-width: 1250px;
 margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  gap: 5rem;
  color:black;
}
.contact-left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column; 
  color: black;
  font-family: "Noto Sans", sans-serif;
}

.contact-form h2 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-left h2 {
  margin: 0;
   margin-bottom: 1rem;
  font-size: 2.5rem;
  max-width: 500px;
  color: black;
}
.contact-left p{
  font-size: 1rem;
}
.company-info {
  font-family: 'Noto Sans', sans-serif;
}

.company-name {
  font-weight: 600;
  font-size: 1rem;
}

.company-address {
  font-size: 1rem;
  margin-bottom: 2rem;
}


.map-box {
  width: 100%;
  height: 300px; /* adjust height as needed */
  border: 2px solid #cbcbcb;
  border-radius: 12px;
  overflow: hidden;
  margin: 15px 0 25px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* iPad (tablets, 768px – 1024px) */
@media (max-width: 1024px) {
  .map-box {
    height: 250px;       /* slightly smaller */
    border-radius: 10px; /* adjust corners */
    margin: 12px 0 20px 0;
  }
}

/* Mobile (phones, up to 767px) */
@media (max-width: 767px) {
  .map-box {
    height: 200px;       /* compact height */
    border-radius: 8px;
    margin: 10px 0 15px 0;
  }
}

.contact-details p {
  font-size: 1rem;
  font-weight: 100;
  margin: 0.3rem 0;
}

.contact-details a {
  color: black;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

/* Click-to-call button */
.call-now {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-decoration: none;
  margin-top: 1.5rem;
  }

.call-now:hover {
  color: black;
  
}

.phone-icon {
  font-size: 1.3rem;
}

.contact-right {
  flex: 1 1 50%;
}
.contact-right {
  flex: 1 1 50%;
}

.brochure-options {
  padding: 12px;
}

.brochure-options p {
  margin:0 0 10px;
  font-weight: 100;
  font-size: 15px;
  font-weight: 600;
}

.form1-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 6px;
}

.form1-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #bb1a1a; /* red accent */
  cursor: pointer;
}

.form1-checkbox label {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.4;
  cursor: pointer;
}

.hidden {
  display: none;
}

/* Mobile-friendly */
@media (max-width: 767px) {
  .brochure-options {
    padding: 10px 12px;
    font-size: 13px;
  }
}

.contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.form-section-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: 'Noto Sans', sans-serif;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

.full-width {
  width: 100%;
}



textarea::placeholder {
  color: #b0b0b0;
  margin: 0;
}


.form-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}



.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 0.6rem;
  border: none;
  border-bottom: 2px solid black;
  color: black !important;
  border-radius: 0px !important;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}


.contact-form textarea {
  resize: vertical;
}

@media (max-width: 768px) {
  #formMessage::placeholder {
    font-size: 15px; 
  }
}

/* Checkbox styling */
.form1-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.form1-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #bb1a1a;
  cursor: pointer;
}

.form1-checkbox label {
  font-size: 16px;
  line-height: 1.4;
}

/* Privacy text */
.privacy-text {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.privacy-link {
  color: #000;
  text-decoration: underline;
}

/* Error messages */
.error-message {
  font-size: 13px;
  color: #bb1a1a;
  margin-top: 0.2rem;
}

.error-border {
  border-bottom: 2px solid #bb1a1a !important;
  border: none;
}

/* Keep old submit button style */
form .submit-b {
  background-color: #bb1a1a !important;
  color: white !important;
  padding: 0.6rem 2rem;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
  text-align: center;
  display: inline-block;
  width: auto;
}

form .submit-b:hover {
  background-color: #990d0d !important;
}
.submitted-message {
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem 0;
}

.submit-b.loading {
  opacity: 0.7;
  pointer-events: none; /* prevent double clicks */
}
.submit-b.loading::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    padding: 2rem;
  }

  .contact-left {
    margin: 0;
    justify-content: center;
  }

.contact-form h2 {
  font-size: 1.5rem;
  margin: 0;
}

  .contact-left h2 {
    font-size: 2rem;
    max-width: 100%;
  }

  .contact-right {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 1rem;
  }

  .form-group {
    width: 100%;
  }

  .submit-b {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
  }

  .submitted-message {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
}

/* Desktop layout */
.form-r {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}

.form-r label {
  flex: 0 0 120px; /* fixed width for alignment */
  font-weight: bold;
  text-align: left;
}

.form-r input {
  flex: 1;
  padding: 8px 10px;
  border-bottom: 2px solid #000000;
}

.form-r select {
  flex: 1;
  padding: 8px 10px;
  border-bottom: 2px solid #000000;
  font-size: 1rem;
  cursor: pointer;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .form-r {
    display: flex;
    flex-direction: column; /* stack items vertically */
    align-items: flex-start; /* align label to left */
    gap: 0px;
  }

  .form-r label {
    flex: unset;          /* remove fixed width */
    font-size: 15px;      /* slightly smaller */
    text-align: left;
  }

  .form-r input,
  .form-r textarea {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }

  
.form1-checkbox label {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.4;
  cursor: pointer;
}
}



@media (max-width: 486px) {
  .contact-section {
    flex-direction: column;
    padding:  1.5rem;
    gap: 1rem;
  }

  .contact-left,
  .contact-right {
    flex: 1 1 100%;
    margin: 0;
  }

  .contact-left h2 {
    font-size: 2rem;
    max-width: 100%;
  }

  
.company-info {
  font-family: 'Noto Sans', sans-serif;
}

.company-name {
  font-size: 1rem;
}

.company-address {
  font-size: 13px;
  margin-bottom: 1rem;
}


.contact-details p {
  font-size: 15px;
  margin: 0.3rem 0;
}

.form-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
  .form-row {
    flex-direction: column;
    gap: 1rem;
  }

  .form-group {
    min-width: 100%;
  }

  .contact-form input,
  .contact-form select {
    font-size: 14px;
    padding: 0.65rem;
  }

  .contact-form .form1-checkbox {
    font-size: 13px;
  }

  form .submit-b {
    width: 100%;
    font-size: 14px;
    padding: 12px 24px;
  }

  .submitted-message {
    text-align: center;
    font-size: 1rem;
  }
}


.links-section {
  padding: 2rem;
  background-color: #f6f6f6;
  color: black;
  font-family: 'Noto Sans', sans-serif;
}

.links-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 2rem;
  align-items: center;
  justify-content: center;
}

.links-title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: left;
}

.links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5rem;
}

.link-card {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}


.link-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.link-card p {
  font-size: 1rem;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 2rem;
}

.link-card a {
  align-self: flex-start;
  font-size: 13px;
  margin-top: auto;
  font-weight: 600;
  color: #bb1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-card a:hover {
  color: #990d0d;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .links-title {
    font-size: 1.5rem;
  }

  .links-container {
    padding: 0;
  }

  .links-grid {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }

  .link-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .link-card h3 {
    font-size: 1rem;
  }

  .link-card p {
    font-size: 13px;
    margin-bottom: 1rem;
  }

  .link-card a {
    font-size: 13px;
  }
}

/* Contact Section */
.contacts-section {
  background: #f3f3f3; /* light grey background */
  padding: 50px 20px;
}

.contacts-container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.contacts-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.contacts-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.contact-card h3 {
  font-size: 1.2rem;
  margin: 15px;
  font-weight: 600;
}

.contact-card p {
  margin: 0 15px 10px;
  font-size: 1rem;
}

/* Mobile Styles */
@media (max-width: 992px) {
  .contact-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .contacts-grid {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
