
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#home{
    width: 100%;
    float: left;
}
#contact{
    width: 100%;
    float: left;
    padding-bottom: 5%;
}

.error{
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 40px 20px 0px 20px;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  padding: 3% 10% 10% 10%;
  background: #f4f4f4 url(../01.png) no-repeat top right;
}

.contact-info {
  width: 40%;
}

.contact-info h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10%;
  color: #282828;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-details {
    font-size: 17px;
}

.contact-details address {
    margin-bottom: 15px;
}

.contact-form {
  width: 40%;
  padding: 20px;
  /* background-color: white; */
  border-radius: 8px;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}

.form-field {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
}

.form-field-new {
    height: 150px;
}

textarea {
  resize: vertical;
}

.submit-btn {
     width: 30%;
    padding: 10px;
    background-color: #ffffff00;
    color: #ec272c;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid;
    float: left;
}

.submit-btn:hover {
    background-color: #ec272c;
    color: #ffffff;
}

.contact-section .contact-info h2 {
    font-size: 48px;
    font-family: "GOTHAM-BLACK" !important;
}
.contact-section .contact-info p {
    font-size: 17px;

}

.phone-flex {
    display: flex;
    gap: 20px; /* space between phone and mobile */
    flex-wrap: wrap; /* wrap on small screens */
}


.divider {
    color: #000; /* color of the | */
}

.phone-flex p {
    margin: 0; /* remove default paragraph margin */
}

.contact-form {
    /* background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */

}

.h-p {
    font-size: 21px !important;
    color: #ec272c !important;
    font-weight: 700;
}

.ai__kicker-new{
  color: #ec272c;
  font-weight: 700;
}


/*contact page map css*/


/* Layout safety so the map can overlap upward without covering the footer */
#contact { position: relative; }

/* Give bottom room inside the section so the map has space to sit */
/* #contact .contact-section {
  padding-bottom: 260px; 
} */

/* Map wrapper centered on the page */
.contact-map {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

/* The overlapping card look */
.contact-map .map-frame {
  position: relative;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  margin-top: -140px;           /* pulls the map up to overlap the form */
  z-index: 1;                   /* sits above the section background */
  background: #e8eef3;          /* subtle fallback while iframe loads */
}

/* Full-bleed iframe inside the frame */
.contact-map .map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(105%) contrast(102%); /* gentle pop like your ref */
}


@media only screen and (min-width: 0px) and (max-width: 1000px) {

  .contact-content {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  padding: 3% 5% 10% 5%;
    background-color: #f4f4f4;
}

.contact-info {
    width: 100%;
}

.contact-section .contact-info h2 {
    font-size: 24px;
    font-family: "GOTHAM-BLACK" !important;
}

.contact-form {
        width: 100%;
        padding: 31px 0px;
    /* background-color: white; */
    border-radius: 8px;
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}

.form-field {
    width: 100%;
    padding: 7px;
    margin: 5px 0;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
}

.form-field-new {
    height: 90px;
}

.submit-btn {
    width: 45%;
    padding: 7px;
    background-color: #ffffff00;
    color: #ec272c;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid;
    float: right;
}

}


@media only screen and (min-width: 301px) and (max-width: 400px) {
.divider{
    display: none;
}
}


@media only screen and (min-width: 401px) and (max-width: 500px) {
.divider{
    display: none;
}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.divider{
    display: none;
}
  .contact-section .contact-info h2 {
    font-size: 32px;
    font-family: "GOTHAM-BLACK" !important;
}
.contact-form {
    width: 50%;
    padding: 20px;
    /* background-color: white; */
    border-radius: 8px;
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}
.form-field {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
}
.form-field-new {
    height: 125px;
}

.contact-map .map-frame {
    position: relative;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    margin-top: -80px;
    z-index: 1;
    background: #e8eef3;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {

  .contact-section .contact-info h2 {
    font-size: 32px;
    font-family: "GOTHAM-BLACK" !important;
}
.contact-form {
    width: 50%;
    padding: 20px;
    /* background-color: white; */
    border-radius: 8px;
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}
.form-field {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
}
.form-field-new {
    height: 125px;
}
.contact-content {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    width: 96%;
    padding: 3% 5% 10% 5%;
    background-color: #f4f4f4;
}

.contact-map .map-frame {
    position: relative;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    margin-top: -90px;
    z-index: 1;
    background: #e8eef3;
}

}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {

  .contact-section .contact-info h2 {
    font-size: 38px;
    font-family: "GOTHAM-BLACK" !important;
}
.contact-content {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    padding: 8% 3% 10% 3%;
    background-color: #f4f4f4;
}

.contact-form {
    width: 50%;
    padding: 20px;
    /* background-color: white; */
    border-radius: 8px;
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}

.contact-map .map-frame {
    position: relative;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    margin-top: -110px;
    z-index: 1;
    background: #e8eef3;
}

}


/* Optional: keep the overlap tasteful on small screens */
@media (max-width: 992px) {
  #contact .contact-section { padding-bottom: 220px; }
  .contact-map .map-frame { height: 360px; margin-top: -110px; }
}

@media (max-width: 600px) {
  #contact .contact-section { padding-bottom: 120px; }
  .contact-map .map-frame { height: 300px; margin-top: -90px; border-radius: 14px; }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

.contact-map .map-frame {
    position: relative;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    margin-top: -110px;
    z-index: 1;
    background: #e8eef3;
}

}

