.elementor-543 .elementor-element.elementor-element-0beda07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}@media(min-width:768px){.elementor-543 .elementor-element.elementor-element-0beda07{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-b7a6cee */#arju-footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eee;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

#arju-footer * {
  box-sizing: border-box;
}

/* Layout */
.arju-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
}

/* Headings */
.arju-col h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1C1917;
}

.arju-col h4 i {
  color: #E17100;
  margin-right: 8px;
  font-size: 14px;
}

/* Lists */
.arju-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arju-col ul li {
  font-size: 13px;
  color: #57534D;
  margin-bottom: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.arju-col ul li:hover {
  color: #E17100;
}

/* Brand */
.arju-logo {
  display: flex;
  gap: 14px;
  align-items: center;
}

.arju-logo-img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #E17100, #F54900);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.arju-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arju-brand h3 {
  margin: 0;
  font-size: 22px;
  color: #1C1917;
}

.arju-brand span {
  font-size: 14px;
  color: #BB4D00;
  display: block;
  margin-top: 2px;
}

.arju-brand p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #57534D;
}

.arju-desc {
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #57534D;
}

.arju-connect {
  font-size: 12px;
  color: #44403B;
  display: block;
  margin-bottom: 12px;
}

/* Social icons */
.arju-socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.arju-socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.arju-socials a:hover {
  transform: translateY(-3px);
}

.arju-socials .fb { background: linear-gradient(135deg,#155DFC,#1447E6); }
.arju-socials .ig { background: linear-gradient(135deg,#E60076,#EC003F); }
.arju-socials .tw { background: linear-gradient(135deg,#00A6F4,#2B7FFF); }
.arju-socials .yt { background: linear-gradient(135deg,#E7000B,#C10007); }

/* Contact */
.arju-contact {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.arju-contact i {
  font-size: 16px;
  color: #E17100;
  margin-top: 4px;
  flex-shrink: 0;
}

.arju-contact strong {
  display: block;
  font-size: 14px;
  color: #1C1917;
  line-height: 1.4;
  word-break: break-word;
}

.arju-contact span {
  font-size: 11px;
  color: #79716B;
  display: block;
  margin-top: 4px;
}

/* Bottom bar */
.arju-footer-bottom {
  border-top: 1px solid #eee;
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #57534D;
}

li a {
    color: #57534d;
}

.arju-bottom-links {
  display: flex;
  gap: 16px;
}

.arju-bottom-links a {
  font-size: 12px;
  color: #57534D;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.arju-bottom-links a:hover {
  color: #E17100;
}

/* ==================== RESPONSIVE DESIGN ==================== */

/* Tablet: 901px - 1024px */
@media (max-width: 1024px) {
  .arju-footer-inner {
    gap: 30px;
    padding: 50px 20px;
  }
  
  .arju-footer-bottom {
    padding: 20px 40px;
  }
}

/* Tablet: 768px - 900px */
@media (max-width: 900px) {
  .arju-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 30px;
  }
  
  .arju-col:first-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .arju-logo {
    justify-content: center;
    text-align: center;
  }
  
  .arju-desc {
    text-align: center;
  }
  
  .arju-socials {
    justify-content: center;
  }
  
  .arju-connect {
    text-align: center;
  }
  
  .arju-footer-bottom {
    padding: 20px 30px;
  }
}

/* Mobile: 576px - 767px */
@media (max-width: 767px) {
  .arju-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
  }
  
  .arju-col {
    text-align: center;
  }
  
  .arju-logo {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .arju-logo-img {
    width: 60px;
    height: 60px;
  }
  
  .arju-brand h3 {
    font-size: 24px;
  }
  
  .arju-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
  }
  
  .arju-socials {
    justify-content: center;
  }
  
  .arju-contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  
  .arju-contact i {
    margin-top: 0;
  }
  
  .arju-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }
  
  .arju-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .arju-bottom-links a {
    margin: 0;
  }
}

/* Mobile: 375px - 575px */
@media (max-width: 575px) {
  .arju-footer-inner {
    padding: 35px 15px;
    gap: 35px;
  }
  
  .arju-logo-img {
    width: 55px;
    height: 55px;
  }
  
  .arju-brand h3 {
    font-size: 22px;
  }
  
  .arju-desc {
    font-size: 14px;
    padding: 0 5px;
  }
  
  .arju-socials a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  
  .arju-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .arju-col ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .arju-contact strong {
    font-size: 13px;
  }
  
  .arju-contact span {
    font-size: 10px;
  }
  
  .arju-footer-bottom {
    font-size: 11px;
    padding: 15px;
  }
  
  .arju-bottom-links {
    gap: 10px;
  }
  
  .arju-bottom-links a {
    font-size: 11px;
  }
}

/* Small Mobile: Below 374px */
@media (max-width: 374px) {
  .arju-footer-inner {
    padding: 30px 12px;
    gap: 30px;
  }
  
  .arju-logo-img {
    width: 50px;
    height: 50px;
  }
  
  .arju-brand h3 {
    font-size: 20px;
  }
  
  .arju-desc {
    font-size: 13px;
  }
  
  .arju-socials {
    gap: 8px;
  }
  
  .arju-socials a {
    width: 36px;
    height: 36px;
  }
  
  .arju-footer-bottom {
    font-size: 10px;
  }
  
  .arju-bottom-links a {
    font-size: 10px;
  }
}

/* For very small devices, ensure text doesn't overflow */
@media (max-width: 320px) {
  .arju-contact strong,
  .arju-footer-bottom span {
    font-size: 10px;
  }
  
  .arju-desc {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0beda07 */.astro-footer {
  background: #fff;
  border-top: 1px solid #eee;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #222;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ff7a00;
}

/* Brand */
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  font-size: 26px;
}

.brand h3 {
  margin: 0;
  font-size: 22px;
}

.brand small {
  font-size: 13px;
  color: #777;
}

.brand p {
  margin: 18px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.social-links a {
  margin-right: 10px;
  color: #fff;
  background: #ff7a00;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.social-links a:hover {
  background: #e56700;
}

/* Contact */
.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-item i {
  color: #ff7a00;
  font-size: 18px;
  margin-top: 4px;
}

.contact-item span {
  display: block;
  font-size: 13px;
  color: #777;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #eee;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.footer-links a {
  margin-left: 15px;
  color: #666;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ff7a00;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-links a {
    margin: 0 8px;
  }
}/* End custom CSS */