@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #3498db;
  --primary-color-dark: #2980b9;
  --text-dark: #2e2e2e;
  --text-light: #595959;
  --extra-light: #f3f4f6;
  --white: #ffffff;
  --max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--extra-light);
  padding-top: 70px;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 2rem;
}

.section__subheader {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.section__description {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--text-light);
  text-align: justify;
  padding: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .section__description {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section__description {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0.75rem;
  }
}

@media (max-width: 480px) {
  .section__description {
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.section__description2 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--text-light);
  text-align: left;
}

@media (max-width: 1024px) {
  .section__description2 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section__description2 {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0.75rem;
  }
}

@media (max-width: 480px) {
  .section__description2 {
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  white-space: nowrap;
  border-radius: 5rem;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--primary-color-dark);
}

.btn3 {
  outline: none;
  border: none;
  color: var(--primary-color);
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 5rem;
  transition: 0.3s;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.btn3:hover {
  background-color: var(#eaf3fa);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

header {
  background: linear-gradient(
    to bottom,
    rgba(52, 152, 219, 0.1),
    rgba(52, 152, 219, 0)
  );
}

@media (max-width: 1024px) {
  .section__subheader {
    font-size: 0.875rem;
  }

  .section__header {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .section__subheader {
    font-size: 0.75rem;
  }

  .section__header {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section__subheader {
    font-size: 0.7rem;
  }

  .section__header {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

:root {
  --formBg: #ffffff;
  --bodyBg: #f8f9fa;
  --textColor: #000000;
  --primaryColor: #3498db;
  --paraColor: #5e6c79;
  --paraColor: #74828f;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--textColor);
  background: var(--bodyBg);
}

section {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 550px;
  margin: auto;
}
.sectionHeader,
.heading,
.para {
  text-align: center;
}

.sectionHeader {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primaryColor);
  margin-bottom: 0.5em;
  margin-top: 7rem;
}

.heading,
.sub-heading {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.heading {
  font-size: 2.5em;
}

.sub-heading {
  text-align: left;
}

.contactForm {
  display: grid;
  gap: 3em;
}

form {
  width: 100%;
  margin-top: 3em;
}

.para {
  color: var(--paraColor);
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.para2 {
  text-align: left;
}

.input {
  width: 95%;
  max-width: 700px;
  border: none;
  font-size: 0.9rem;
  padding: 1em;
  outline: none;
  background-color: var(--formBg);
  color: var(--paraColor);
  border-radius: 10px;
  margin-bottom: 1em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.input:focus {
  box-shadow: 0px 4px 12px rgba(0, 123, 255, 0.3);
}

.input:focus {
  border: 1px solid var(--primaryColor);
}

.input::placeholder {
  text-transform: capitalize;
}

.submit {
  background-color: var(--primaryColor);
  border: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  width: 95%;
}

.map-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.mapBg {
  position: absolute;
  background-color: var(--primaryColor);
  top: 0;
  right: 0;
  width: 200px;
  height: 90%;
  border-radius: 20px;
}

.map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  border-radius: 15px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.contactMethod {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  text-align: left;
}

.method {
  display: flex;
  align-items: center;
}

.contactIcon {
  font-size: 2rem;
  color: var(--primaryColor);
  width: 70px;
}

@media (max-width: 768px) {
  .map-container {
    height: auto;
    padding-top: 100%;
  }

  .map {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20;
  }

  .map iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 800px) {
  section {
    max-width: 1100px;
  }

  .contactForm {
    grid-template-columns: 1fr 1fr;
  }

  .contactMethod {
    flex-direction: row;
    justify-content: space-between;
  }
}

.link {
  color: inherit;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}
