/* ========== FONT FACE ========== */
@font-face {
  font-family: "Georgia";
  src: url("https://fonts.cdnfonts.com/css/georgia") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* ========== SELECTION ========== */
::selection {
  background: #ff0000;
  color: #ffffff;
}

::-webkit-selection {
  background: #ff0000;
  color: #000000;
}

::-moz-selection {
  background: #ff0000;
  color: #000000;
}

/* ========== FOOTER LAYOUT ========== */
.footer-section {
  background-color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  color: #f2f2f2;
  overflow: hidden;
  padding-top: 40px;
}

.footer-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  gap: 40px;
}

.footer-logo {
  width: 158px;
  height: 188px;
  position: relative;
  top: -9px;
  left: 0;
  flex-shrink: 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* ========== CONTACT US ========== */
.contact-us {
  min-height: 198px;
  position: relative;
  top: 0;
  left: 0;
  flex: 1;
  /*min-width: 280px;*/
}

.contact-us h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 30px 0;
  white-space: nowrap;
}

.contact-us .address {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 15px 0;
  max-width: 300px;
}

.email-container,
.phone-container {
  display: flex;
  align-items: flex-start;
  margin: 0 0 13px 0;
  flex-wrap: wrap;
}

.bold-text {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f2f2f2;
  display: inline-block;
  margin-right: 8px;
}

.regular-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f2f2f2;
  display: inline-block;
}

/* ========== QUICK LINKS ========== */
.quick-links {
  min-height: 269px;
  position: relative;
  top: 0;
  left: 0;
  flex: 1;
  /*min-width: 160px;*/
}

.quick-links h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 30px 0;
  white-space: nowrap;
}

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

.quick-links li {
  margin-bottom: 15px;
}

.quick-links a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #ff0000;
}

/* ========== POLICIES ========== */
.policies {
  min-height: 161px;
  position: relative;
  top: 0;
  left: 0;
  flex: 1;
  min-width: 120px;
}

.policies h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 30px 0;
  white-space: nowrap;
}

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

.policies li {
  margin-bottom: 15px;
}

.policies a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.policies a:hover {
  color: #ff0000;
}

/* ========== CORPORATE ADDRESS ========== */
.corporate-address {
  min-height: 264px;
  position: relative;
  top: 0;
  left: 0;
  flex: 1;
  min-width: 320px;
}

.corporate-address h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 30px 0;
  white-space: nowrap;
  width: auto;
}

.corporate-address .address {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 15px 0;
  max-width: 350px;
}

.corporate-address .company-name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 40px 0;
}

/* ========== SOCIAL LINKS ========== */
.footer-social-links {
  margin-top: 20px;
}

.social-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f2f2f2;
  margin: 0 0 15px 0;
  white-space: nowrap;
}

.social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icons a {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

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

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========== LOZY TEXT ANIMATION ========== */
.lozy-text {
  width: 100%;
  max-width: 964px;
  height: 370px;
  overflow: hidden;
  margin: 40px auto 0;
  text-align: center;
  clear: both;
}

.lozy-text h1 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.lozy-text span {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-size: 350px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  transform: translateY(-110%);
  display: inline-block;
  transition: all 1.5s ease-out;
}

.lozy-text span.show {
  transform: translateY(0);
}

/* ========== DIVIDER & COPYRIGHT ========== */
.footer-divider {
  width: 100%;
  max-width: 1537px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 40px auto 0;
}

.copyright {
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
  text-align: center;
  padding: 36px 20px;
}

.copyright p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #939393;
  margin: 0;
}

/* ========== RESPONSIVE MEDIA QUERIES ========== */

/* Large Desktop */
@media (max-width: 1400px) {
  .footer-container {
    padding: 0 50px;
    gap: 10px;
  }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
  .footer-container {
    padding: 0 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

  .footer-logo {
    width: 120px;
    height: 140px;
    order: 1;
  }

  .contact-us {
    order: 2;
    flex: 1 1 45%;
    max-width: 200px;
  }

  .quick-links {
    order: 3;
    flex: 1 1 20%;
    /*min-width: 160px;*/
  }

  .policies {
    order: 4;
    flex: 1 1 20%;
    min-width: 120px;
  }

  .corporate-address {
    order: 5;
    flex: 1 1 100%;
    margin-top: 20px;
  }

  .lozy-text {
    height: 250px;
    margin-top: 30px;
  }

  .lozy-text span {
    font-size: 200px;
  }

  .footer-divider {
    margin-top: 30px;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    gap: 40px;
  }

  .footer-logo,
  .contact-us,
  .quick-links,
  .policies,
  .corporate-address {
    width: 100%;
    text-align: center;
    order: initial;
    flex: none;
  }

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

  .contact-us h3,
  .quick-links h3,
  .policies h3,
  .corporate-address h3,
  .social-heading {
    font-size: 24px;
    text-align: center;
  }

  .contact-us .address,
  .corporate-address .address {
    text-align: center;
    max-width: none;
  }

  .email-container,
  .phone-container {
    justify-content: center;
  }

  .quick-links ul,
  .policies ul {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .lozy-text {
    height: 180px;
    margin-top: 20px;
  }

  .lozy-text span {
    font-size: 150px;
  }

  .copyright p {
    font-size: 18px;
  }
}

/* Mobile Large */
@media (max-width: 480px) {
  .footer-container {
    padding: 0 20px;
    gap: 30px;
  }

  .contact-us h3,
  .quick-links h3,
  .policies h3,
  .corporate-address h3,
  .social-heading {
    font-size: 22px;
  }

  .contact-us .address,
  .corporate-address .address,
  .bold-text,
  .regular-text,
  .quick-links a,
  .policies a,
  .corporate-address .company-name {
    font-size: 18px;
  }

  .lozy-text {
    height: 140px;
  }

  .lozy-text span {
    font-size: 120px;
  }

  .copyright p {
    font-size: 16px;
  }
}

/* Mobile Medium */
@media (max-width: 390px) {
  .footer-container {
    padding: 0 15px;
  }

  .contact-us h3,
  .quick-links h3,
  .policies h3,
  .corporate-address h3,
  .social-heading {
    font-size: 20px;
  }

  .contact-us .address,
  .corporate-address .address,
  .bold-text,
  .regular-text,
  .quick-links a,
  .policies a,
  .corporate-address .company-name {
    font-size: 16px;
  }

  .lozy-text {
    height: 120px;
  }

  .lozy-text span {
    font-size: 100px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }
}

/* Mobile Small */
@media (max-width: 320px) {
  .footer-container {
    padding: 0 10px;
  }

  .contact-us h3,
  .quick-links h3,
  .policies h3,
  .corporate-address h3,
  .social-heading {
    font-size: 18px;
  }

  .contact-us .address,
  .corporate-address .address,
  .bold-text,
  .regular-text,
  .quick-links a,
  .policies a,
  .corporate-address .company-name {
    font-size: 14px;
  }

  .lozy-text {
    height: 100px;
  }

  .lozy-text span {
    font-size: 80px;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
  }

  .copyright p {
    font-size: 14px;
  }
}

/* ========== END OF FILE ========== */

@media (max-width: 1024px) {


  .contact-us {
    order: 2;
    flex: 1 1 45%;
    max-width: 200px;
  }
.quick-links{
  max-width: 170px;
}
    .policies {
        
        margin-left: 15px;
    }
 
    /*.footer-container {
     
        flex-wrap: nowrap;}*/
}


@media(min-width:820px) and (max-width:853px){
  .footer-container {
        gap: 30px;
    }
        .corporate-address {
        text-align: center;
    }
    .corporate-address .address {
    max-width: 100%;
    }
    .social-icons {
        justify-content: center;
    }
}



@media (min-width:912px) and (max-width:1024px){
 .footer-container {
        gap: 30px;
    }
        .corporate-address {
        text-align: center;
    }
    .corporate-address .address {
    max-width: 100%;
    }
        .contact-us {
        max-width: 300px;
    }
    .social-icons {
        justify-content: center;
    }
    }


    @media (width: 912px) {
      .quick-links{
        max-width: 130px;
      }
      .social-icons {
        justify-content: center;
    }
    }