
/* ===============================================
   FOOTER
   =============================================== */
.site-footer {
  
}

.site-footer .footer-widgets {
  padding: 140px 0 0 0;
  background: #f5f4f4;
  color: var(--theme-black);
  border-radius: 0;
}

footer-widgets a{
  color: #FFF;
}

/* Back to top button */
#back_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-secondary);
  color: #FFF;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s ease, opacity 0.5s ease, visibility 0.5s ease;
}

#back_top:hover {
  background-color: var(--theme-primary);
}

#back_top svg {
  fill: #fff;
  width: 24px;
}

#back_top.show {
  opacity: 1;
  visibility: visible;
}

.contact-info-footer{
    margin-top: 50px;
}

.contact-info-footer .phone-info, .contact-info-footer .address-info {
  font-size: 20px;
}

.contact-info-footer .phone-info i, .contact-info-footer .address-info i {
  color: var(--theme-primary);
}

.footer-area-8 {
  text-align: center;
}

.footer-row-3{
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 100px;
  font-weight: 400;
  color: var(--theme-black);
}

.footer-row-3 a{
    color: rgba(0,0,0,0.2);
}

.footer-row-1{
  margin-bottom: 55px;
}

.footer-button-area{
  text-align: right;
}

.widget-title{
  color: var(--theme-black);
  font-size: 18px;
  font-weight: 600;
}


.footer-widgets .button{
  background: #FFF;
  color: var(--theme-secondary);
}

.footer-widgets .button:hover,
.footer-widgets .button:focus {
  background: var(--theme-accent);
  color: #FFF;
}

.footer-row-3 p{margin: 0;}



.footer-widgets .menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets .menu li a {
  color: var(--theme-black);
  font-weight: 400;
  transition: all 0.3s ease;
  display: block;
  padding: 6px 0px;
}

.footer-widgets .menu li a:hover {
  color: var(--theme-primary);
  text-decoration: none;
}


.site-link{
  color: #FFF;
  margin-top: 15px;
  display: block;
  font-weight: 500;
   transition: all 0.3s ease;
}

.site-link:hover {
  color: var(--theme-accent);
  text-decoration: none;
}

.footer-area-1 img{
  width: 250px;
}

.footer-area-2 h2{
  color: var(--theme-black);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  
}

.footer-area-2 h2 span{
  color: var(--theme-accent);
  font-weight: 500;
}

.footer-left{
    border-right: 1px solid rgba(0,0,0,0.2);
}

.footer-left .widget_media_image{
    margin-bottom: 40px;
}


.footer-right{
    padding-left: 85px;
}

.footer-widgets .address-line,
.footer-widgets .phone-number{
  color: var(--theme-black);
}



/* Desktop - 1350px */
@media (max-width: 1400px) {
  .footer-right {padding-left: 45px;}
}

/* Medium Desktop - 1300px */
@media (max-width: 1300px) {
  /* Add styles for 1300px breakpoint if needed */
}

/* Tablet - 1200px */
@media (max-width: 1200px) {
    .footer-right {padding-left: 15px; padding-top: 30px;}
}

/* Small Tablet - 991px */
@media (max-width: 991px) {
  
}

/* Mobile Landscape - 767px */
@media (max-width: 767px) {
  .footer-area-2 h2{margin-bottom: 30px}
  .footer-row-3, .footer-area-8, .footer-area-6, .footer-row-2{text-align: center;}
}


/* Mobile Portrait - 575px */
@media (max-width: 575px) {
  /* Add mobile portrait specific styles here */

  .footer-row-2 .menu{
    margin-bottom: 30px;
  }

  .site-footer .footer-widgets, .footer-area-7, .footer-area-3, .footer-area-8 {text-align: center;}

  .footer-area-1 img {
    width: 186px;
  }

  .footer-row-3{margin-top: 55px;}

  .footer-area-2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .site-footer .footer-widgets {padding: 55px 0 0 0;}
}
