 /* Footer Styles */
    .footer {
      background-color: #222;
      color: #fff;
      padding: 30px 20px;
      text-align: center;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
    }

    /* Search Bar */
    .footer-search {
      margin-bottom: 15px;
    }

    .footer-search-input {
      padding: 8px;
      width: 60%;
      max-width: 400px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .footer-search-btn {
      padding: 8px 15px;
      margin-left: 5px;
      border: none;
      background-color: #007bff;
      color: white;
      border-radius: 4px;
      cursor: pointer;
    }

    .footer-search-btn:hover {
      background-color: #0056b3;
    }

    /* Page Links */
    .footer-links {
      margin: 10px 0;
    }

    .footer-links a {
      color: #bbb;
      text-decoration: none;
      margin: 0 15px;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: white;
    }

    .small-links {
      margin-top: 5px;
    }

    /* Social Media Icons */
    .footer-social {
      margin-top: 15px;
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .footer-social a {
      display: inline-block;
    }

    .footer-social img {
      width: 30px;
      height: 30px;
      transition: transform 0.3s;
    }

    .footer-social img:hover {
      transform: scale(1.1);
    }

    /* Additional Row */
.footer-bottom {
  background-color: #f7c621;
  color: #222;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

    /* Responsive */
    @media (max-width: 768px) {
      .footer-search-input {
        width: 80%;
      }

      .footer-links a {
        display: block;
        margin: 5px 0;
      }
    }


/****above footer**********/

.section-abvfoot {
background-color: #f7c621;
padding: 100px;
}


.container-abvfoot {
background-color: organe;
align: center;
}


.phont {
font-size: 15px;
}


.img-adjustment {
width: 100%;
height: auto;
}

.textinput{
text-align: left;
text-transform: uppercase;
padding-top: 20px;
padding-bottom: 10px;
font-weight: 900;
}
@media (max-width: 767.98px) {

.section-abvfoot {
padding: 0px;
}

}

.container-abvfoot {
  background-color: orange;
  /* Remove text-align: center; from here */
}

/* Align text to the right inside the first column */
.section-abvfoot .col-md-6:first-child {
  text-align: left;
}

/* Tablet stacking fix */
@media (min-width: 768px) and (max-width: 1024px) {
  .section-abvfoot .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-abvfoot .col-md-6:first-child {
    order: 1;
    text-align: left; /* keep right alignment on tablets */
  }

  .section-abvfoot .col-md-6:last-child {
    order: 2;
    margin-top: 30px;
    text-align: center; /* optional: center the image on tablets */
  }
}

