 footer {
      background: #0D1844;
      color: #fff;
      padding: 50px 95px 20px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 40px;
    }

    /* Left side */
    .footer-left img {width: 150px; margin-bottom: 20px;}
    .footer-left p {
      color: #FFF;
font-size: 15.75px !important; 
font-style: normal;
font-weight: 400 !important;
line-height: 25px !important; /* 158.73% */ margin-bottom: 15px !important;
    }
    .social {
    margin-top: 40px;
    display: flex
;
}
    .social span {font-size: 14px; margin-right: 10px;}
    .social a {margin-right: 8px; display:inline-block;}
    .social img {width: 26px; height: 26px;}

    /* Right side */
    .footer-right {display: flex; flex-direction: column;}

    /* Newsletter top */
    .newsletter {
    margin-bottom: 30px;
    display: flex
;
    gap: 20px;
    justify-content: space-between;
}

    .newsletter h4 {color: #FFF;
font-size: 16.8px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 22.68px !important; /* 135% */ margin: 0 0 8px; !important}
    .newsletter-box {
    display: flex
;align-items: center;
    gap: 20px;
    width: 63%;
}
    .newsletter-box input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    width: 70%;
    outline: none;  
    font-size: 14px !important;
    border-radius: 105px;
border: 1px solid rgba(255, 255, 255, 0.11);
background: rgba(255, 255, 255, 0.05);
}
.newletter-con p {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
font-family: Inter;
font-size: 15.75px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 20.16px !important; /* 128% */
}
  .newsletter-box button {
    border: none;
    padding: 15px 30px;
    border-radius: 105px;
background: #F4821F;
box-shadow: 0 0 0 4.2px rgba(189, 166, 213, 0.20);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

    /* Lower 3 mini-columns */
    .footer-links-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
    }
    .footer-links h4 {color: #FFF;
font-size: 16.8px !important;
font-style: normal;
font-weight: 700;
line-height: 22.68px; /* 135% */ margin-bottom: 20px; !important}
    .footer-links a, .footer-links p {
      display: block;
      color: #FFF;
font-size: 15.75px !important;
font-style: normal;
text-decoration: none;
font-weight: 400;
line-height: 20.16px; /* 128% */
      margin-bottom: 10px !important;
      
    }
    .footer-links a:hover {color: #ff8c42;}

    /* Bottom bar */
.footer-bottom {
  position: relative;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  color: #AFAFAF;
font-family: Helvetica;
font-size: 12px !important;
font-style: normal;
font-weight: 400;
line-height: 25px !important; /* 208.333% */
}

/* Top line */
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 41%;
    height: 3px;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='531' height='2' viewBox='0 0 531 2' fill='none'><path d='M531 1H0' stroke='url(%23paint0_linear_1924_2709)'/><defs><linearGradient id='paint0_linear_1924_2709' x1='0' y1='1.5' x2='531' y2='1.5' gradientUnits='userSpaceOnUse'><stop stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white'/></linearGradient></defs></svg>") no-repeat center;

}
/* Bottom line */
.footer-bottom::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 41%;
  height: 3px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='531' height='2' viewBox='0 0 531 2' fill='none'><path d='M0 1H531' stroke='url(%23paint0_linear_1924_2710)'/><defs><linearGradient id='paint0_linear_1924_2710' x1='531' y1='1.5' x2='0' y2='1.5' gradientUnits='userSpaceOnUse'><stop stop-color='white' stop-opacity='0'/><stop offset='1' stop-color='white'/></linearGradient></defs></svg>") no-repeat center;
}
.icon-box-footer {
    display: flex
;
    margin-bottom: 20px;

    
    gap: 12px;
}
