/* Reset and Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}



/* ====== HEADER STYLING ====== */
header {
  width: 100%;
  height: 80px;
  background-color: #072840; /* Always blue */
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1.5px solid #00bfff;
}

.logo img {
  height: 65px;
  margin-left: 20px;
}

/* ---------- Contact Section ---------- */
.contact-section {
  background-color: #ffffff;
  color: #fff;
  min-height: 67.7vh;
  background-image: url('assets/about-background/about-logos.png'); /* optional transparent bg */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 20px 60px; /* Top padding = header height */
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  background-color: #082d4d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
}

/* Left Form */
.contact-form {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  background-color: #072840;
}

.contact-form h2 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #00bfff;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #00bfff;
  margin-bottom: 20px;
  padding: 10px 5px;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #b0dfff;
}

.contact-form button {
  background-color: #00bfff;
  color: #072840;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background-color: #00bfff;
  transform: translateY(-2px);
}

/* Right Info */
.contact-info {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  background-color: #00bfff;
}

.contact-info h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 20px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;

}


.contact-info i {
  color: #00bfff;
  font-size: 18px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-form,
  .contact-info {
    width: 100%;
  }

  .site-header {
    flex-direction: column;
    padding: 15px;
  }

  nav ul {
    gap: 15px;
  }
}



.peoon-footer {
  background: #072840;
  color: #f8faf8;
  font-family: "Poppins", sans-serif;
  padding: 60px 8%;
  min-height: 45vh;
 overflow: hidden; 
}
/* ---------- TOP SECTION ---------- */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top:-40px;
 margin-left: -75px;
}

.footer-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
 margin-right: 20px;
 
}

.footer-text h2 span {
  color: #00bfff;
}

.footer-text p {
  margin: 15px 0 25px;
  color: #ffffff;
  font-size: 15px;
}

/* ---------- SOCIAL ICONS BELOW TEXT ---------- */
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 150px;
   margin-left: -448px;



}
.footer-social h3{
  margin-top: -85px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
   
  justify-content: center;
  width: 38px;
  height: 38px;
   /* outline color */
  border-radius: 10px;         /* slight rounding, not circular */
  transition: all 0.3s ease;
  background-color: #ffffff;
  
}

.footer-social a img {
  width: 32px;
  height: auto;
  display: block;
  
}

.footer-social a:hover {
  background:#072840
}
.footer-logo {
  text-align: center;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 160px;   /* adjust based on your layout */
  margin-right: 565px;
  height: auto;
  border-radius: 1px; /* optional for smooth corners */
}




.footer-download {
  text-align: left;
  color: #ffffff;
  margin-top: 100px; /* moves the whole block downward slightly */
  font-size: 24px;
  font-weight: 700;
   margin-left: -80px;
  
}
.download-text{
  color:#ffffff ;
}
.footer-coordination {
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin-top: 110px;
  margin-right: -75px; /* adjust as needed */
  max-width: 500px;   /* keeps text from stretching too wide */
}
.footer-coordination  h3{
  font-size: 16px;
   margin-left: -150px
}

.upwards{
  color: #00bfff;
}
.middle{
  color: #ffffff;
}
.middle1 img{
  
    height: 20px;
    width: 20px;
    color: #ffffff;
    margin-right: 5px;
}
.middle2 img{
  height: 20px;
  width: 20px;
  color: #ffffff;
  margin-right: 2px;
}
.middle1, .middle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* spacing between icon & text */
}

.footer-coordination strong {
  color: #ffffff;
}
.coordinator {
  margin-bottom: 22px; /* spacing before “Download Peoon” */
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.coordinator strong {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.footer-download h3 {
  font-size: 22px;
  font-weight: 750;
  color: #ffffff;
  margin-bottom: 40px; /* space between heading and Play button */
}

.footer-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-buttons img {
  height: 52px;
  transition: transform 0.3s ease;
}

.footer-buttons img:hover {
  transform: scale(1.08);
}

/* ---------- Responsive adjustments ---------- */
@media (max-width: 768px) {
  .footer-download {
    text-align: center;
    margin-top: 35px;
    margin-left: 1px;
  }

  .upwards {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1px;
    margin-right:60px;
  }

  .upwards-branch{
    text-align: center;
    font-size: 18px;
    margin-right:80px;
  }
.middle{
   text-align: center;
    font-size: 18px;
    margin-right:80px;
}
.middle1 img{
  
    height: 20px;
    width: 20px;
    color: #ffffff;
    margin-right:10px;
}
.middle2 img{
  
    height: 20px;
    width: 20px;
    color: #ffffff;
    margin-right:10px;
}
  .middle1, .middle2 {
    display: flex;
    align-items: center;
    justify-content: center;  /* center icon + text on mobile */
    gap: 1px;                /* space between icon and text */
    margin-right: 100px;
  }
  .footer-buttons {
    justify-content: center;
  }

  .footer-buttons img {
    height: 46px;
  }
}


.footer-download h3 {
  font-size: 22px;
  font-weight: 750;
  color: #ffff;
  margin-bottom: 13px;
  letter-spacing: 0.5px;
  margin-right: -78px;
}

.footer-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-buttons img {
  height: 50px;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}

.footer-buttons img:hover {
  transform: scale(1.08);
}

/* ---------- BOTTOM SECTION ---------- */
.footer-bottom {
  display: flex;
  justify-content: center; /* center everything */
  flex-wrap: wrap;
  gap: 60px;
  padding-top: 40px;
  border-top: none; /* removed blue line */
}
.footer-bottom p{
 margin-right: -200px;
}
/* Logo and company info */
.footer-logo {
  text-align: center;
}
.follow-title {
  text-align: center;
  color: #00bfff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 130px;
  margin-right:610px;
  margin-bottom: -135px;
  letter-spacing: 0.5px;
}

.footer-logo h3 {
  font-size: 22px;
  color: #00bfff;
}

.footer-logo p {
  font-size: 13px;
  margin: 8px 0;
  color: #ffffff;
}

/* ---------- FOOTER LINKS ---------- */
.footer-links {
  display: flex;
  gap: 80px;
  justify-content: center; /* centered horizontally */
  flex-wrap: wrap;
  text-align: center;
 margin-top: -25px;
 margin-left: -200px;
}

.footer-links h4 {
  font-size: 19px;
  color: #00bfff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #f8f8f8;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: #00bfff;
}

/* ---------- SOCIAL ICONS (INSIDE LINKS) ---------- */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons img {
  width: 28px;
  transition: transform 0.2s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-download {
    text-align: center;
    margin-top: 20px;
  }

  .footer-buttons {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
    text-align: center;
  }
}

.footer-bottom {
  width: 100%;
  background-color: #00bfff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4vw; /* 5vw makes spacing adjustable based on screen width */
  flex-wrap: wrap;
  box-sizing: border-box;
}
.footer-link-heading {
  text-decoration: none;
  color: inherit; /* keeps same color as normal heading */
  display: inline-block;
  transition: color 0.3s ease;
}

.footer-link-heading:hover {
  color: #ff9000; /* hover color (optional) */
  cursor: pointer;
}

.footer-bottom p {
  margin: 0;
  font-size: clamp(13px, 2vw, 15px); /* responsive font size */
  text-align: left;
  flex: 1;
}

.footer-bottom span {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(13px, 2vw, 15px); /* responsive font size */
  text-align: right;
}

/* On small screens, center both */
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

/* ---------- FULLY RESPONSIVE FOOTER FIXES ---------- */
@media (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
    gap: 30px;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-social {
    margin: 20px 0 0 0;
    justify-content: center;
  }

  .follow-title {
    margin: 20px 0 10px 0;
    text-align: center;
  }

  .footer-links {
    margin-left: 0;
    gap: 40px;
    justify-content: center;
  }

  .footer-download {
    text-align: center;
    margin-top: 20px;
    margin-right: 75px;
  }
}

@media (max-width: 768px) {
  .peoon-footer {
    padding: 40px 5%;
    text-align: center;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-left: 0;
  }

  .footer-logo img {
    margin: 0 auto;
    width: 100px;
  }

  .footer-text h2 {
    font-size: 20px;
    margin: 10px 0;
  }

  .footer-text p {
    font-size: 14px;
  }

  .follow-title {
    margin: 15px 0;
    text-align: center;
  }

  .footer-social {
    margin: 10px auto 20px auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 10px 0;
  }

  .footer-links h4 {
    font-size: 18px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .footer-download {
    text-align: center;
    margin-top: 25px;
  }

  .footer-buttons img {
    height: 45px;
    margin-left: 53px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 15px 10px;
  }

  .footer-bottom p,
  .footer-bottom span {
    margin: 0;
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .footer-text h2 {
    font-size: 18px;
  }

  .footer-social a {
    width: 32px;
    height: 32px;
  }

  .footer-links h4 {
    font-size: 16px;
  }

  .footer-links ul li a {
    font-size: 13px;
  }

  .footer-buttons img {
    height: 40px;
  }
}
