.footer {
    width: 100%;
    padding: clamp(2rem, 5vw, 6rem);
    /* Responsive padding */
    background-color: #01396f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo_Company .img-container {
    position: relative;
    display: inline-block;
}

.logo_Company img {
    object-fit: cover;
    max-width: clamp(100px, 10vw, 200px);
    display: block;
    position: relative;
}

.logo_Company .img-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    /* background-color: white; */
    opacity: 1;
    z-index: 0;
    border-radius: 20px;
}


@media (max-width: 768px) {
    .logo_Company {
        display: none;
    }
}


.footer h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    /* Responsive heading */
    font-weight: 1000;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: left;
}

.footer p,
.footer .sales p,
.footer a {
    font-size: clamp(1rem, 3vw, 1.5rem);
    /* Responsive text size */
    color: white;
    text-align: left;
}

@media (max-width: 768px) {

    .footer p,
    .footer .sales p,
    .footer a {
        text-align: center;
    }

    .footer-nav-links {
    display: none !important;
   
}

.sales{
  padding-top: 1rem;
}
}


.footer a {
    text-decoration: none;
}

.footer .socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer .socials img {
    max-width: clamp(30px, 6vw, 50px);
}

.footer-nav-links {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}



.footer-nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: bold;
}

.footer-nav-links a:hover {
    color: #e6dddd;
    font-weight: 900;
}


/* Unique Designed By Section */
.designed_by_unique {
    width: 100%;
    /* Force full viewport width */
    overflow-x: hidden;
    background-color: black;
    color: white;
    text-align: center;
    font-size: clamp(1.2rem, 4vw, 2.5rem);
    font-weight: 500;
    padding: clamp(1rem, 3vw, 2rem) 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}





/* Responsive Scroll-to-top Button */
.scrollTopBtnfooter {
    position: fixed;
    bottom: clamp(10px, 2vw, 20px);
    right: clamp(10px, 2vw, 20px);
    background: linear-gradient(145deg, #1a1a1a, #333333);
    color: white;
    border: none;
    padding: clamp(10px, 2vw, 15px) clamp(16px, 4vw, 25px);
    border-radius: 12px;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: bold;
    cursor: pointer;
    display: none;
    z-index: 1000;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.scrollTopBtnfooter:hover {
    background: linear-gradient(145deg, #333333, #1a1a1a);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}


@media (max-width: 768px) {
    .footer .row {
        flex-direction: column;
        align-items: center;
    }

    .footer .col,
    .footer .col-3 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer-nav-links {
        text-align: center;
    }

    .footer .socials {
        justify-content: center;
    }
}


.sales img {
    max-width: 40px;
    padding-right: 10px;
}

.ssl-badge-corporate {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-left: 4px solid #28a745;
  padding: 10px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}

.lock-icon {
  position: relative;
  width: 18px;
  height: 24px;
  margin-right: 10px;
}

.shackle {
  width: 14px;
  height: 10px;
  border: 2px solid #28a745;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
  left: 2px;
}

.body {
  width: 100%;
  height: 16px;
  background-color: #28a745;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}

.text {
  color: WHITE;
  font-size: 14px;
  font-weight: 500;
  animation: glow 3s ease-in-out infinite;
}

/* Animations */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glow {
  0%, 100% {
    color: #333;
  }
  50% {
    color: white;
  }
}


.ssl-badge-hover {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  transition: width 0.6s ease, background-color 0.4s ease;
  width: 40px; /* default only lock visible */
  background-color: transparent;
}

.ssl-badge-hover .lock-icon {
  position: relative;
  width: 20px;
  height: 26px;
  margin: 8px;
  flex-shrink: 0;
}

.ssl-badge-hover .shackle {
  width: 14px;
  height: 10px;
  border: 2px solid white;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
  left: 3px;
  mix-blend-mode: difference; /* Key line */
}


.ssl-badge-hover .body {
  width: 100%;
  height: 16px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}

.ssl-badge-hover .text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  margin-right: 16px;
  transition: opacity 0.4s ease 0.3s;
}

/* Hover effect: expand and reveal text */
.ssl-badge-hover:hover {
  width: 220px;
  background-color: #0a1e42;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ssl-badge-hover:hover .text {
  opacity: 1;
}
