/*==================================
        Footer CSS 
  ==================================*/

      :root {
      --footer-bg: #131415;
      --footer-text: #fff;
      --footer-link: #ededed;
      --footer-muted: #b0b0b0;
      --footer-accent: #246cff;
      --footer-social: #212223;
      --footer-social-hover: #246cff;
      --footer-border: #222;
      --footer-btn: #246cff;
      --footer-btn-hover: #1951b2;
    }

    /* body {
      margin: 0;
      padding: 0;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      background: #fff;
    } */

    .footer {
      background: var(--footer-bg);
      color: var(--footer-text);
      padding: 54px 0 20px 0;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-content {
      max-width: 1260px;
      margin: 0 auto;
      display: flex;
      gap: 58px;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 38px;
    }

    /* SECTION 1: Logo and socials */
    .footer-col1 {
      flex: 1 1 260px;
      min-width: 230px;
      max-width: 330px;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .footer-logo {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 2px;
    }

    .footer-logo img {
      height: 41px;
      width: auto;
      display: block;
    }

    .footer-logo span {
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.02em;
      line-height: 1.15;
    }

    .footer-desc {
      font-size: 0.94rem;
      color: var(--footer-text);
      line-height: 1.52;
      margin-bottom: 8px;
      font-weight: 400;
      margin-top: 8px;
    }

    .footer-socials {
      display: flex;
      gap: 17px;
      margin-top: 8px;
    }

    .footer-socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--footer-social);
      color: #fff;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      font-size: 1.22rem;
      transition: background 0.19s, color 0.18s;
      text-decoration: none;
      box-shadow: none;
    }

    .footer-socials a:hover {
      background: var(--footer-social-hover);
      color: #fff;
    }

    /* For the custom X icon */
    .footer-social-img {
      background: var(--footer-social);
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.19s;
    }

    .footer-social-img img {
      width: 20px;
      height: 20px;
      display: block;
      filter: brightness(1.2);
    }

    .footer-social-img:hover {
      background: var(--footer-social-hover);
    }

    /* SECTION 2: Quick Links */
    .footer-col2 {
      flex: 1 1 155px;
      min-width: 155px;
      max-width: 220px;
    }

    .footer-heading {
      font-size: 1.08rem;
      font-weight: 700;
      margin-bottom: 13px;
      color: #fff;
      letter-spacing: 0.01em;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-links a {
      color: var(--footer-link);
      text-decoration: none;
      font-size: 0.96rem;
      font-weight: 400;
      transition: color 0.16s;
      letter-spacing: 0.01em;
      padding: 2px 0 2px 0;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-links a:hover {
      color: var(--footer-accent);
      text-decoration: underline;
    }

    /* SECTION 3: Our Office */
    .footer-col3 {
      flex: 1 1 285px;
      min-width: 270px;
      max-width: 350px;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .footer-map {
      border-radius: 7px;
      overflow: hidden;
      margin-bottom: 10px;
      border: 2px solid var(--footer-border);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
      width: 100%;
      height: 165px;
    }

    .footer-map iframe {
      width: 100%;
      height: 165px;
      border: none;
      display: block;
    }

    .footer-address {
      display: flex;
      align-items: flex-start;
      font-size: 0.96rem;
      color: var(--footer-link);
      gap: 8px;
      margin-top: 4px;
      line-height: 1.5;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-address i {
      margin-top: 2px;
      font-size: 1.08em;
      color: var(--footer-accent);
    }

    /* SECTION 4: Newsletter */
    .footer-col4 {
      flex: 1 1 260px;
      min-width: 230px;
      max-width: 320px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .footer-news-desc {
      font-size: 0.94rem;
      color: var(--footer-link);
      margin-bottom: 10px;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      margin-top: -4px;
    }

    .footer-news-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 1px;
    }

    .footer-news-form button {
      padding: 12px 0;
      border: none;
      border-radius: 5px;
      background: var(--footer-btn);
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.2s;
      margin-bottom: 1px;
      margin-top: 3px;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-news-form button:hover {
      background: var(--footer-btn-hover);
    }

    .footer-contact-section {
      margin-top: 17px;
    }

    .footer-contact-section .footer-heading {
      margin-bottom: 6px;
      font-size: 1rem;
    }

    .footer-contact-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-contact-list span {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 0.96rem;
      color: var(--footer-link);
      font-weight: 400;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-contact-list i {
      color: var(--footer-accent);
      font-size: 1.07em;
      margin-top: 1px;
    }

    /* BOTTOM BAR */
    .footer-bottom {
      border-top: 1px solid var(--footer-border);
      margin-top: 44px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--footer-muted);
      font-size: 0.92rem;
      padding: 17px 38px 16px 38px;
      flex-wrap: wrap;
      background: var(--footer-bg);
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-bottom-left {
      font-size: 0.92rem;
      letter-spacing: 0.01em;
    }

    .footer-bottom-right a {
      color: var(--footer-link);
      margin-left: 22px;
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 400;
      transition: color 0.16s;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .footer-bottom-right a:first-child {
      margin-left: 0;
    }

    .footer-bottom-right a:hover {
      color: var(--footer-accent);
      text-decoration: underline;
    }

    /* RESPONSIVE STYLES */
    @media (max-width: 1100px) {
      .footer-content {
        gap: 28px;
      }
    }

    @media (max-width: 900px) {
      .footer-content {
        flex-wrap: wrap;
        gap: 28px;
      }

      .footer-col1,
      .footer-col2,
      .footer-col3,
      .footer-col4 {
        min-width: 150px;
      }
    }

    @media (max-width: 700px) {
      .footer-content {
        flex-direction: column;
        gap: 22px;
        padding: 0 13px;
      }

      .footer-col1,
      .footer-col2,
      .footer-col3,
      .footer-col4 {
        max-width: 100%;
        min-width: 0;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 13px 13px 10px 13px;
      }

      .footer-bottom-right {
        margin-left: 0;
      }
    }

    /*===== Footer End =====*/