/* .seba__footer__container {
  margin-top: 40px;
} */
.seba__footer__support__container {
  /* padding: 20px 0px; */
  background-color: #f4f5f9;
}
.seba__footer__support__container__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  position: relative;
}
.seba__footer__support__content h3 {
  font-size: 24px;
  font-weight: 600;
}
.seba__footer__support__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.seba__footer__support__btn button {
  background-color: #c41f64;
  border: 1px solid #c41f64;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 8px;
}
.seba__footer__support__btn button:last-child {
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  color: #c41f64;
  display: flex;
  align-items: center;
  gap: 8px;
}
.seba__footer__support__btn button:last-child:hover {
  background-color: #c41f64;
  color: #fff;
}

.seba__footer__support__img {
  background-color: red;
  height: 100%;
}
.seba__footer__support__img img {
  height: 300px !important;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.seba__main__footer__container{
    padding: 60px 0px;
    background-color: #ebecf0;

}
.seba__main__footer__container__inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.seba__footer__content h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.seba__footer__content h5{
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.seba__footer__content p {
    font-size: 15px;
    margin-bottom: 8px;
}
.seba__footer__content a{
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px;
}
.seba__footer__content a:hover{
    color: #c41f64;
}

.seba__footer__content__btn {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin: 20px 0px;
}
.seba__footer__content__btn a{
    background-color: #c41f64;
    border: 1px solid #c41f64;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 8px;
}

.seba_footer__content__icons{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.seba_footer__content__icons a i{
    font-size: 30px !important;
}

.seba__footer__copywright{
    padding: 20px 0px;
    text-align: center;
    background-color: #dfe0e4;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}
.seba__footer__copywright span{
    color: #c41f64;
}

/* apply styles for medium device */
@media screen and (max-width: 992px) {
  .seba__main__footer__container__inner{
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.seba__footer__support__img {
  display: none;
}
.seba__footer__support__content h3 {
  font-size: 22px;
}
}

/* apply styles for small device */

@media screen and (max-width: 767px) {
  .seba__main__footer__container__inner{
    grid-template-columns: repeat(1, 1fr);
}
.seba__footer__support__content h3 {
  font-size: 18px;
}
.seba__footer__copywright{
  font-size: 15px;
}
}
/* Footer Styles */


.seba__main__footer__container {
  padding: 60px 0;
  background-color: #f4f5f9;; /* Changed to white background */
  border-top: 1px solid #e0e0e0; /* Subtle top border for separation */
}

.seba__main__footer__container__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; /* Improved spacing between columns */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.seba__footer__content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333; /* Darker color for better contrast */
}

.seba__footer__content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
}

.seba__footer__content p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666; /* Softer color for text */
  line-height: 1.5;
}

.seba__footer__content a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease;
}

.seba__footer__content a:hover {
  color: #c41f64; /* Highlight on hover */
}

.seba__footer__content a i {
  margin-right: 8px; /* Space between icon and text */
  color: #c41f64; /* Icon color matches brand */
}

.seba__footer__content__btn {
  display: flex;
  align-items: center;
  gap: 15px; /* Better spacing between buttons */
  margin: 20px 0;
}

.seba__footer__content__btn a {
  background-color: #c41f64;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.seba__footer__content__btn a:hover {
  background-color: #a11950; /* Darker shade on hover */
}

.seba_footer__content__icons {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start; /* Align icons to the left */
}

.seba_footer__content__icons a i {
  font-size: 24px !important; /* Slightly smaller icons for balance */
  color: #666;
  transition: color 0.3s ease;
}

.seba_footer__content__icons a i:hover {
  color: #c41f64;
}

.seba__footer__copywright {
  padding: 20px 0;
  text-align: center;
  background-color: #f8f8f8; /* Slightly off-white for contrast */
  font-size: 16px;
  font-weight: 500;
  color: #666;
}

.seba__footer__copywright span {
  color: #c41f64;
}

/* Medium devices */
@media screen and (max-width: 992px) {
  .seba__main__footer__container__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
  }
}

/* Small devices */
@media screen and (max-width: 767px) {
  .seba__main__footer__container__inner {
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
  }

  .seba__footer__content h3 {
      font-size: 16px;
  }

  .seba__footer__content p,
  .seba__footer__content a {
      font-size: 14px;
  }

  .seba__footer__copywright {
      font-size: 14px;
  }
}