footer {
  background-color: #333333;
  color: #fff;
  padding: 20px 0;
  font-family: inter;
  margin-top: 10px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  margin: 3px 25px;
}

.footer-section h3 {
    padding-bottom:6px;
    margin-bottom:6px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  text-align: Left;
  border-bottom: 1px solid #555;
}

.about-contact-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:40px;
}

.about-left{
    flex:0 0 55%;
}

.about-right{
    flex:0 0 45%;
}

.aboutlinks {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.aboutImageNameLink{
    width:95px;
    min-height:95px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;

    text-align:center;
}

.aboutImageNameLink img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
}

.aboutImageNameLink p{
    margin-top:8px;
    min-height:24px;

    font-size:11px;
    letter-spacing:0.2px;
    line-height:1.25;
    font-weight:500;
}

.icon-section {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.icon-section a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  width: 80;
}

.icon-section img {
  max-width: 70px;
  width: 100%;
  height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.icon-section p {
  margin: 5px 0 0;
  text-align: center;
}

.policy-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two items per row */
  gap: 20px;
  justify-content: center;
}

.policy-container a{
  display: flex;
  justify-content: center;
}

.policy-item {
  text-align: center;
}
.policy-icon {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0 auto 4px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.policy-item a {
  text-decoration: none;
}

.policy-item a:hover .policy-icon {
  color: #ffffff !important;
}

.policy-item p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
  display: flex;
  justify-content: center;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 24px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.footer-section ul li a:hover {
  color: #d9d9d9;
  font-size: 13px;
}

.safeaddress {
  margin-top: 6px;
  line-height: 1.5;
  font-family: "Inter", sans-serif !important;
  text-align: left;
  font-size: 12px;
}
.safeaddress a {
  color: #ffffff !important;
  text-align: center;
  display: flex;
    justify-content:flex-start;
    align-items:center;

    gap:10px;

    margin:8px 0;

    font-size:13px;
  transition: color 0.3s ease;
}

.safeaddress a:hover {
  color: #ccc !important;
}

.safeaddress i{
    width:18px;
    text-align:center;
    color:#7FBF5B;
}

.safelocation {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.sourceimage {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.keepInTouch {
  text-align: center;
    margin-top:8px;
    margin-bottom:5px;
}

.footer-section a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #bbb;
  text-decoration: none;
}

.footer-section a:hover {
  color: #fff;
}

.footer-bottom p {
  margin: 10px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding:8px 0;
  margin-top:0;
}

.social-icons a {
  color: #47823d !important;
  font-size: 18px;
  text-decoration: none;
  background-color: #fff;
  padding: 5px;

  display: flex;
  align-items: center;
  justify-content: center; /* Change from space-between to center */
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  width: 30px; /* Ensure equal width and height */
  height: 30px;
}

.social-icons a:hover {
  background-color: #555;
  color: #fff;
}

.footer-section i.icon-circle {
  background-color: #fff;
  color: #333333;
  padding: 10px;
  border: 2px solid #fff;
  transition: background-color 0.3s, color 0.3s;

  align-items: center;
}

.footer-section a i.icon-circle:hover {
  background-color: #555;
  color: #fff;
}

.contact-section {
  padding: 20px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.address,
.contact-details,
.social-links {
  color: #bbb;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
}
.mny {
  width: 66.66%;
}
.xyz {
  display: flex;
  justify-content: space-between;
}
.address p,
.contact-details a {
  font-family: "Inter", sans-serif;
  font: 18px;
  text-align: center;
  line-height: 24.05px;
  color: #ffffff;
}

.contactEmailAndNumber a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.socialIconlink {
  display: flex;
  align-items: center;
}

.socialIconlink a:hover {
  background-color: #555;
  color: #fff;
}

.socialIconlink i.icon-circle {
  background-color: #fff;
  color: #333;
  padding: 10px;
  border: 2px solid #fff;
  transition: background- color 0.3s, color 0.3s;

  align-items: center;
}

.socialIconlink a i.icon-circle:hover {
  background-color: #555;
  color: #fff;
}

.footerDownloadImage {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.footerDownloadImage img {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  width: 100%;
}

@media (max-width: 768px) {
  .footer-section {
    margin: 10px;
  }
  .aboutlinks {
    gap: 20px;
  }
  .mny {
    width: 100%;
  }
  .xyz {
    flex-direction: column;
  }
  .footerDownloadImage {
    gap: 10px;
  }

  .contactEmailAndNumber a {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .social-links {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .socialIconlink {
    justify-content: center;
    align-items: center;
  }

  .map iframe {
    height: 300px;
  }

  .whyChoose p {
    padding: 5px !important;
  }
  .subChoose p {
    padding: 5px !important;
  }
  #footerText {
    padding: 5px !important;
  }
  #ThankYouFooter {
    padding: 5px !important;
  }
}
.horizontal-section {
  background-color: #333333;
  padding: 10px;
  margin: 10px 0;
  color: gray;
  margin: 0 auto;
}

.horizontal-section h3 {
  padding-bottom: 0;
  color: #898989;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.horizontal-section ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.footerSectionItem ul.open {
  max-height: 100%;
}

.horizontal-section ul li {
  margin: 3px 8px;
  border-right: 1px solid white;
}

.horizontal-section ul li a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 5px;
}

.horizontal-section ul li a:hover {
  color: #fff;
}

.horizontalLine {
  max-width: 1800px;
  border-bottom: 1px solid #ffffff63;
}

.whyChoose {
  padding: 10px;
}

.whyChoose h3 {
  color: #47823d;
  font-family: Inter;
  font-weight: 700;
  line-height: 22.05px;
  text-align: left;
}
.whyChoose p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding: 20px; /* Space inside the footer */
  margin-top: 10px; /* Space above the footer */
}

.subChoose p {
  color: rgba(255, 255, 255, 0.42);

  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */
}
.subHead {
  font-size: 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}

#footerText {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */
}

#ThankYouFooter {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;

  padding: 20px; /* Space inside the footer */
  margin-top: 20px; /* Space above the footer */
}