/* Root styling */
.map-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1580px;
    margin: auto;
  }

  .map-card {
    width: 90%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
  }

  .map-header {
    padding: 24px 32px 16px;
    border-bottom: 1px solid #eee;
  }

  .map-header h2 {
    font-size: 26px;
    color: #006eb6;
    margin: 0 0 10px;
  }

  .map-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
  }

  .map-embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
  }

  .map-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  @media (max-width: 768px) {
    .map-header {
      padding: 20px;
    }

    .map-header h2 {
      font-size: 22px;
    }

    .map-header p {
      font-size: 14px;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

.box-count.box-count-square .deals-countdown {
    display: none;
}
.newsletter-form-new {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.parent {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
}

.parent h6 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
font-weight: 500;
}

.fx-logo-locations {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fx-logo-locations p {
    font-size: 17px;
    line-height: 1.4;
    color: white;
}

.image-logo {
    width: 115px;
    height: 115px;
    border-radius: 2px;
}

.important-links div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.social img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.social-section a {
    color: white;
    text-decoration: none;
}

.important-links a {
    color: white;
    text-decoration: none;
}
.social-section {
margin-top:20px
}
.social-section h6 {
font-size:17px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .parent {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
 .social{
       width: 120px;
        margin: auto;
        gap:2px
    }
    .fx-logo-locations,
    .important-links,
    .social-section {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .font-md.mb-20 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .social{
       width: 120px;
        margin: auto;
        gap:6px
    }
    .parent{
        gap:35px;
    }
    .parent h6 {
        font-size: 18px;
    }

    .fx-logo-locations p {
        font-size: 15px;
    }

    .image-logo {
        width: 100px;
        height: 100px;
    }

  
}

  .newsletter-title{
    margin: auto;
    text-align: center;
    font-weight: 600;
    }
.btn-bg{
	background: #002740 !important;
}
.newsletter-form-new{
display:flex;
flex-direction: column;
gap:5px
}
.btn-submit-newsletter{
	width: fit-content;
    margin: auto;
    border-radius: 2px;
}
  /* Body Styles */


      /* Parent Container */
      .parent {
        background: rgb(0, 110, 182);
        padding: 40px 30px;

        margin: 0 auto;
      }

      /* Footer Content Grid */
      .footer-content {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
        gap: 10px;
        justify-content: space-between;
        align-items: start;
      }

      /* Logo Section */
      .logo-section {
        display: flex;
        gap: 20px;
        align-items: center;
      }

      .logo {
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 24px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 100px;
        height: 100px;
      }
      .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .contact-info {
        color: white;
        line-height: 1.8;
        font-size: 14px;
      }

      /* Working Hours Section */
      .working-hours h3,
      .social-media h3,
      .subscribe h3 {
        color: white;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
      }

      .hours-info {
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.6;
        font-size: 14px;
      }

      /* Social Media Section */
      .social-links {
        display: flex;
        gap: 15px;
      }

      .social-link {
        display: flex;
        flex-direction: column;
        gap: 2px;
        text-decoration: none;
        color: white;
        align-items: center;
        justify-content: center;
      }
      .social-link span:nth-child(1) {
        height: 30px;
        width: 30px;
        border-radius: 50%;
      }

      /* Subscribe Form Section */
      .subscribe-form {
        display: flex;
        gap: 0;
      }

      .email-input {
        flex: 1;
        padding: 12px 15px;
        border: none;

        font-size: 14px;
        outline: none;
        background: rgba(255, 255, 255, 0.9);
      }

      .email-input::placeholder {
        color: #666;
      }

      .submit-btn {
        padding: 12px 20px;
        background: #002740;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .submit-btn:hover {
        background: #024974;
      }

      /* Copyright Section */
      .copyright {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        text-align: center;
      }

      /* Responsive Design for Tablets */
      @media (max-width: 1024px) {
        .parent {
          padding: 30px 20px;
        }

        .footer-content {
          grid-template-columns: 1fr 1fr;
          gap: 30px;
        }

        .logo-section {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

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

      /* Responsive Design for Mobile */
      @media (max-width: 800px) {
        .parent {
          padding: 20px 15px;
        }

        .footer-content {
          grid-template-columns: 1fr;
          gap: 25px;
          text-align: center;
        }

        .logo {
          width: 80px;
          height: 80px;
        }

        .logo img {
          width: 100%;
          height: 100%;
        }

        .submit-btn {
          justify-content: center;
        }

        /* Center Headings */
        .working-hours h3,
        .social-media h3,
        .subscribe h3 {
          text-align: center;
        }

        .hours-info,
        .contact-info {
          text-align: center;
        }
        .social-link{
            font-size:small;
            margin-top: 2px;
        }
      }
