a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}

a, a:hover {
    text-decoration: none !important; 
}
  
.footer-20192 {
    font-family: solaimanlipi, sans-serif;
    position: relative;
    color: #fff;
    padding: 7rem 0 1rem 0;
    background-color: #141d2a; 
}

.footer-20192 .container {
    position: relative; 
}

.footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; 
}

.footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; 
}

.footer-20192 .links li a {
    color: #666873; 
}

.footer-20192 .links li a:hover {
    color: #fff; 
}

.footer-20192 .social li {
    display: inline-block;
    position: relative; 
}

.footer-20192 .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #8186d5;
    color: #fff; 
}

.footer-20192 .social li a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

.footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; 
}

.footer-20192 .copyright {
    color: #666873; 
}

.footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(255, 143, 190, 0.2);
    box-shadow: -20px -20px 0 0 rgba(255, 143, 190, 0.2);
    padding: 20px;
    background-color: #8B0000;
    top: -150px;
    position: relative; 
}


.footer-20192 .cta h3 {
    font-size: 20px; 
}

.contact-no {
    font-size: 3rem;
    line-height: 1.5; 
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; 
}

.contact-title {
    font-size: x-large;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-btn {
    color: #8B0000;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
    letter-spacing: .1rem;
}


.btn-contact {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  border: 2px solid #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 25px;
  margin-left: 100px;

}







/* Container for the four sections within the footer */
footer > div {
    display: flex;
    justify-content: space-between;
  }
  
  /* Styles for the first side - Logo, Short Description, and Social Media Icons */
  footer > div > div:nth-child(1) {
    flex: 1;
    
  }
  
  footer > div > div:nth-child(1) img {
    width: 100px;
    height: 100px;
  }
  
  footer > div > div:nth-child(1) p {
    font-size: 14px;
    margin: 10px 0;
  }
  
  footer > div > div:nth-child(1) i {
    margin-right: 10px;
  }
  
  
  /* Styles for the second and third sides - Quick Links and Useful Links */
  footer > div > div:nth-child(2),
  footer > div > div:nth-child(3) {
    flex: 1;
  }
  
  footer > div > div:nth-child(2) h4,
  footer > div > div:nth-child(3) h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  footer > div > div:nth-child(2) ul,
  footer > div > div:nth-child(3) ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  footer > div > div:nth-child(2) li,
  footer > div > div:nth-child(3) li {
    margin-bottom: 5px;
  }
  
  footer > div > div:nth-child(2) a,
  footer > div > div:nth-child(3) a {
    color: #333;
    text-decoration: none;
  }
  
  footer > div > div:nth-child(2) a:hover,
  footer > div > div:nth-child(3) a:hover {
    color: #4CAF50;
  }
  
  
  
  /* Copyright text at the bottom */

  .company .p {
    text-align: start;
  }

  footer p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    font-size: x-large;
  }

  .footer-section {
    font-family: SolaimanLipi, sans-serif;
  }


.subscribe-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;

}


.subscribe-form input[type="email"] {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 200px;
  }
  
  .subscribe-form button[type="submit"] {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
  }
  
  .subscribe-form button[type="submit"]:hover {
    background-color: #45a049;
  }












/* Styles for the second and third sides - Quick Links and Useful Links */
footer > div > div:nth-child(2),
footer > div > div:nth-child(3),
footer > div > div:nth-child(4) {
  flex: 1;
  position: relative; /* Added position relative */
}

footer > div > div:nth-child(2) h4,
footer > div > div:nth-child(3) h4,
footer > div > div:nth-child(4) h4 {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative; /* Added position relative */
}

/* Add a stylish bar below the "Quick Links," "Useful Links," and "Newsletter" headings */
footer > div > div:nth-child(2) h4::after,
footer > div > div:nth-child(3) h4::after,
footer > div > div:nth-child(4) h4::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 2px;
  background: linear-gradient(to right, #FF0000 50%, #000000 50%);

}














/* Styles for the fourth side - Newsletter Subscription */
footer > div > div:nth-child(4) {
    flex: 1;
  }
  
  footer > div > div:nth-child(4) h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  
  
  