.sarmila-footer .footer {
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-image: url(/assets/images/include/footer/sd.jpg);
  background-size: cover;
}

.sarmila-footer .footer .rgb {
  /* background: rgba(28, 62, 148, 0.932);  */
   background: linear-gradient(#0b7e9b, #084252);
}
.sarmila-footer .footer .container {
  width: 80%;
  margin: auto;
  padding: 50px 0 0px;
}

.sarmila-footer .footer .footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.sarmila-footer .footer .footer-section1 {
  width: 300px;
}

.sarmila-footer .footer .footer-section2 {
  width: 180px;
}

.sarmila-footer .footer .footer-section3 {
  width: 200px;
}

.sarmila-footer .footer .footer-section4 {
  width: 250px;
}

.sarmila-footer .footer .footer-section2 h3,
.sarmila-footer .footer .footer-section3 h3,
.sarmila-footer .footer .footer-section4 h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(206, 204, 204);
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 20px;
  position: relative;
}

.sarmila-footer .footer .footer-section2 h3::after,
.sarmila-footer .footer .footer-section3 h3::after,
.sarmila-footer .footer .footer-section4 h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #F15A22; /* Orange underline */
  margin-top: 6px;
}

.sarmila-footer .footer .logo {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 3%;
  align-items:center ;
}

.sarmila-footer .footer .logo_box {
  width: 55px;
  height: 55px;
}

.sarmila-footer .footer .logo_box img {
  width: 100%;
  height: 100%;
}

.sarmila-footer .footer .logo span {
    color: #f9a825;
}

.sarmila-footer .footer .footer-section1 p {
  color: #CCCCCC;
  line-height: 1.6;
  font-size: 14px;
  margin: 8px 0px;
}
.sarmila-footer .footer .contact-info{
 padding: 0px;
 margin: 0;
}
.sarmila-footer .footer .contact-info li {
  list-style: none;
  margin: 8px 0;
  font-size: 14px;
  color: #DDDDDD;
}

.sarmila-footer .footer .contact-info i {
  color: white;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  align-content: center;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background-color: #F15A22;
}

.sarmila-footer .footer .footer-section2 ul,
.sarmila-footer .footer .footer-section3 ul {
  list-style: none;
  margin: 0;
  padding:0px 0px 0px 10px;
}

.sarmila-footer .footer .footer-section2 ul li,
.sarmila-footer .footer .footer-section3 ul li {
  margin: 12px 0;
}
.sarmila-footer .footer .footer-section2 ul li i,
 .sarmila-footer .footer .footer-section3 ul li i{
  margin-right:5px ;
}
.sarmila-footer .footer .footer-section2 ul li a,
.sarmila-footer .footer .footer-section3 ul li a {
  color: #DDDDDD;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.sarmila-footer .footer .footer-section2 ul li a:hover,
.sarmila-footer .footer .footer-section3 ul li a:hover {
  color: #F9B233; /* Gold Hover */
  padding-left: 5px;
}

.sarmila-footer .footer .newsletter p {
  color: #CCCCCC;
  font-size: 14px;
  margin-bottom: 15px;
}

.sarmila-footer .footer .newsletter form {
  display: flex;
  flex-direction: column;
}

.sarmila-footer .footer .newsletter input {
  border: none;
  margin-bottom: 10px;
  outline: none;
  padding: 16px 20px;
  border-radius: 12px;
}

.sarmila-footer .footer .newsletter button {
  background: #F15A22;
  color: white;
  font-weight: 700;
  border: none;
  padding: 18px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px 50px 50px 0;
}
.sarmila-footer .footer .newsletter button:hover {
  background: #F9B233;
}

.sarmila-footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.sarmila-footer-bottom p{
  margin: 0;
}
.sarmila-footer-bottom span {
  color: #F15A22;
  font-weight: 600;
}

.social-icons a {
  color: #1C3F94;
  background-color: white;
  margin-left: 10px;
  padding: 8px 10px;
  border-radius: 10px 10px 10px 0;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #F15A22; 
  color: #FFFFFF;
}