/* ///////////////////////////// common css /////////////////////////////////// */
img {
  width: 100%;
  height: 100%;
}

.row {
  --bs-gutter-x: 0rem !important;
}

:root {
  --base-duration: 500ms;
  --color-1: #2c3e50;
  --color-2: #1abc9c;
  --color-3: #2ecc71;
}

/* ///////////////////////////// common css /////////////////////////////////// */

/* /////////////////////////// contact form start ///////////////////////////////////////// */
* {
  box-sizing: border-box;
}

.A_contact_form {
  padding: 1rem;
  color: #212d31;
  font-family: 'Roboto', sans-serif;
}

.contain {
  background-color: #eee;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

div.form {
  background-color: #eee;
}

.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}

.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #034177;
}

.highlight-text {
  color: #034177;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
  margin-top: 20px;
}

::-webkit-input-placeholder {
  /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}


h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus {
  outline: 1.5px solid #034177;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper>* {
  padding: 1em;
}


ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

form label {
  display: block;
}

form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button,
.submit-btn {
  background: transparent;
  border: 1px solid #034177;
  color: #034177;
  border-radius: 15px;
  padding: 5px 20px;
  /* text-transform: uppercase; */
}

button:hover,
.submit-btn:hover,
button:focus,
.submit-btn:focus {
  background: #034177;
  outline: 0;
  color: #fff;
}

.error {
  color: #ec1c24;
}

/* /////////////////////////// contact form end ///////////////////////////////////////// */
/* /////////////////////////// contact map start ///////////////////////////////////////// */
.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.A_contact_map {
  width: 80%;
  /* Adjust the width as needed */
  max-width: 1500px;
  height: 500px;
}

/* /////////////////////////// contact map end ///////////////////////////////////////// */
/* /////////////////////////// footer  section ///////////////////////////////////////// */
footer {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color: #034177;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #fff;
}

.footer-section ul li a i {
  margin-right: 5px;
  color: #034177;
}

.social-links {
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #034177;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #fff;
  transform: translateY(-3px);
  color: #034177;
}

.newsletter h4 {
  margin-bottom: 15px;
}

.newsletter form {
  display: flex;
}

.newsletter input {
  flex-grow: 1;
  padding: 10px;
  border: none;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.newsletter button {
  background-color: #034177;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter button:hover {
  background-color: #034177;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  /* border-top: 1px solid #333; */
  position: relative;
}

.newsletter form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  /* margin: 0 auto; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.newsletter input[type="email"] {
  flex: 1;
  padding: 16px 15px;
  border: none;
  outline: none;
  font-size: 14px;

  /* border-radius: 25px 0 0 25px; */
}

.newsletter button {
  background: #034177;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 6px;

}

.newsletter button:hover {
  background: transparent;
  color: #034177;
  border: 2px solid #034177;
  font-weight: bold;
}

/* Back to top button styling */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  /* Hidden by default */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EEF0F6;
  /* Using your theme color */
  color: #000;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
  background-color: #EEF0F6;
  /* Darker shade for hover */
  transform: translateY(-3px);
  color: #034177;
}

.back-to-top i {
  margin-top: 17px;
}


/* Add animation for better UX */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.back-to-top.show {
  display: block;
  animation: fadeIn 0.5s;
}

@media (max-width: 1440px) {
  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    background-position: -100px center !important;

  }

  .A_about_img_col {
    width: 0px !important;
  }
}

/* /////////////////////////// footer  section ///////////////////////////////////////// */
/* /////////////////////////// All media quary ///////////////////////////////////////// */
@media only screen and (max-width: 1440px) {
  .A_contact_map iframe {
    width: 1160px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    max-width: 900px !important;
  }

  .A_contact_map iframe {
    width: 980px;
  }

  .map-section {
    justify-content: flex-start;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-container {
    /* flex-direction: column; */
    max-width: 800px !important;
  }


  .footer-section {
    margin-bottom: 30px;
  }

  .back-to-top {
    right: 10px;
    bottom: 10px;
  }

  .A_contact_map iframe {
    width: 735px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .wrapper>* {
    padding: 2em 2em;
  }
}

@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

@media only screen and (max-width: 425px) {
  form {
    display: flex;
    flex-direction: column;
  }

  .back-to-top {
    right: 10px;
    bottom: 50px;
  }

}

@media only screen and (max-width: 375px) {

  .back-to-top {
    right: 10px;
    bottom: 80px;
  }

  .A_contact_map iframe {
    width: 340px;
  }
}

@media only screen and (max-width: 320px) {

  .A_contact_map iframe {
    width: 285px;
  }


}