﻿/* Footer styles - extracted from main.css */

/*----------------------------------------*/
/*  5.1 Footer Css Here
/*----------------------------------------*/
.twwwins-footer-widgets ul {
  margin-right: -10px;
}
.twwwins-footer-widgets ul li {
  list-style: none;
  margin-bottom: 18px;
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-widgets ul li {
    margin-bottom: 8px;
  }
}
.twwwins-footer-widgets ul li a {
  color: var(--twwwins-white-color);
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-widgets ul li a {
    font-size: 16px;
  }
}
.twwwins-footer-widgets-black ul li {
  margin-bottom: 10px;
}
.twwwins-footer-widgets-black ul li a {
  color: var(--twwwins-theme-color);
}
@media only screen and (max-width: 991.98px) {
  .twwwins-footer-widgets-black {
    margin-top: 25px;
  }
}
.twwwins-footer-bottom {
  padding: 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .twwwins-footer-bottom {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), (max-width: 574.98px) {
  .twwwins-footer-bottom {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-bottom {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .twwwins-footer-bottom-logo img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-bottom-logo img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-bottom-logo img {
    max-width: 70%;
  }
}
.twwwins-footer-margin {
  margin: 0 30px 30px 30px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800.98px), only screen and (min-width: 1600px) and (max-width: 1700.98px) {
  .twwwins-footer-margin {
    margin: 0 20px 20px 20px;
  }
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1399.98px), only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  .twwwins-footer-margin {
    margin: 0;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-margin {
    border-radius: 0;
  }
}
.twwwins-footer-spacing-3 {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-spacing-3 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-spacing-3 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-spacing-3 {
    padding-top: 0;
    border-radius: 0;
  }
}
.twwwins-footer-connect {
  max-width: 1600px;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 90px 90px 0 90px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700.98px) {
  .twwwins-footer-connect {
    max-width: 1450px;
    padding: 60px 60px 0 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  .twwwins-footer-connect {
    max-width: 1300px;
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .twwwins-footer-connect {
    max-width: 1117px;
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-connect {
    max-width: 930px;
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-connect {
    max-width: 900px;
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect {
    max-width: 700px;
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 574.98px) {
  .twwwins-footer-connect {
    padding: 20px 0 0 0;
  }
}
.twwwins-footer-connect-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect-info {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect-info {
    flex-wrap: wrap;
  }
}
.twwwins-footer-connect-info-des {
  font-weight: 400;
  color: var(--twwwins-body-color);
  font-family: var(--twwwins-theme-font);
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  .twwwins-footer-connect-info-des {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-connect-info-des {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-info-des {
    font-size: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.twwwins-footer-connect-info-des b {
  color: var(--twwwins-theme-color);
  font-weight: 500;
}
.twwwins-footer-connect-info-des a {
  color: var(--twwwins-red-color);
  display: inline-block;
  text-decoration: underline;
}
.twwwins-footer-connect-info-des span {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: var(--twwwins-red-color);
  margin: 0 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599.98px), only screen and (min-width: 1200px) and (max-width: 1399.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-connect-info-des span {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-info-des span {
    margin: 0 10px;
    width: 50px;
  }
}
.twwwins-footer-connect-info-title {
  font-size: 18px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-info-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-info-deg p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-connect-info-wrap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-connect-info-main {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-info-main {
    padding-bottom: 30px;
  }
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect-info-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect-menu ul {
    text-align: center;
  }
}
.twwwins-footer-connect-menu ul li {
  display: inline-block;
  margin-right: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .twwwins-footer-connect-menu ul li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-connect-menu ul li {
    margin-right: 25px;
  }
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .twwwins-footer-connect-menu ul li {
    margin-right: 20px;
  }
}
.twwwins-footer-connect-menu ul li:last-child {
  margin-right: 0;
}
.twwwins-footer-connect-menu ul li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}
.twwwins-footer-connect-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 22px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 574.98px) {
  .twwwins-footer-connect-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .twwwins-footer-connect-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 0;
  }
  .twwwins-footer-connect-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
    margin: 0 0 10px 0;
  }
  .twwwins-footer-connect-menu ul li {
    margin-right: 0 !important;
  }
  .twwwins-footer-connect-copyright {
    text-align: center;
  }
  .twwwins-footer-connect-copyright span {
    white-space: nowrap;
  }
}

/* ===========================================================
   DESIGN C - "connect" white card footer
   White card: .twwwins-footer-connect
   CTA line:   .twwwins-footer-connect-info-des
   Bottom bar: .twwwins-footer-connect-bottom
   =========================================================== */

/* ---- Tablet (768px - 1024px): reduce white card top/bottom only ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .twwwins-footer-connect {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .twwwins-footer-connect-info-main {
    padding-bottom: 30px !important;
  }
}

/* ---- Mobile (<768px) ---- */
@media (max-width: 767.98px) {

  /* 1. Hide the CTA line */
  .twwwins-footer-connect-info-des {
    display: none !important;
  }

  /* 2. Reduce white card vertical spacing */
  .twwwins-footer-connect {
    padding: 20px 15px 0 15px !important;
    border-radius: 12px;
  }
  .twwwins-footer-connect-info-main {
    padding-bottom: 15px !important;
  }

  /* 3. Center-align the flex info row (offices + services) */
  .twwwins-footer-connect-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* 4. Center each info item block */
  .twwwins-footer-connect-info-item {
    text-align: center;
    margin-bottom: 15px;
  }

  /* 5. Center the footer bottom bar */
  .twwwins-footer-connect-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 0;
  }

  /* 6. Center footer menu links */
  .twwwins-footer-connect-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
    margin: 0 0 10px 0;
  }
  .twwwins-footer-connect-menu ul li {
    margin-right: 0 !important;
  }

  /* 7. Center copyright text */
  .twwwins-footer-connect-copyright {
    text-align: center;
  }
}

/* Footer link hover effects */
.twwwins-footer-connect-info p a:hover {
  text-decoration: none;
  color: var(--twwwins-red-color);
  font-weight: bold;
}
.twwwins-footer-connect-menu ul li a:hover {
  text-decoration: none;
  color: var(--twwwins-red-color);
  font-weight: bold;
}
.twwwins-footer-connect-copyright a:hover {
  color: var(--twwwins-red-color);
  text-decoration: none;
}
