/* footer  */

.footer {
  background-color: #0b1742;
  /* background-color: #f5f8ff; */
  letter-spacing: 1px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  gap: 10px;
}

.footer-title {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #E0E0E0;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.footer a {
  display: block;
  color: #E0E0E0;
  /* color: #4a4a4a; */
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #9749f8;
  text-decoration: none;
}


.footer h5 {
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 2px solid #333;
  display: inline-block;
  padding-bottom: 4px;
}

.footer-p {
  font-size: 17px !important;
  color: #E0E0E0;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}

.footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 6px;
  background: #000;
  color: #E0E0E0;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}


.footer-link {
  text-decoration: none;
  color: #E0E0E0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
}


.footer-divider {
  width: 2px;
  height: 20px;
  background-color: #E0E0E0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}

.footer-logo{
  height: 32px;
}


@media (max-width: 576px) {
  .footer-logo{
  height: 20px;
}
  .footer h5 {
    font-size: 11px !important;
  }

  .link-text {
    padding: 0!important;
  }
/* 
  .con-icon {
    padding-left: 21px !important;
  } */

  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


@media (min-width: 576px) and (max-width: 768px)  {

  .con-icon {
    padding-left: 3rem;

  }

  .con-icon img {
    height: 28px !important;
  }

  .link-text {
    padding: 0 25px;
  }

  .footer h5 {
    font-size: 16px;
  }

  .footer a {
    font-size: 12px;
  }

  svg {
    width: 14px;
    height: 14px;
    fill: none;
  }
}



@media (max-width: 991px) {
  .col-6 {
    flex: 0 0 auto;
    width: 40%;
  }

  .main-link-title {
    font-size: 14px;
  }

  .footer a {
    font-size: 14px;
  }

  .con-icon img {
    height: 25px !important;
  }

  svg {
    width: 16px;
    height: 16px;
    fill: none;
  }
}

@media (max-width: 1200px){
   .col-6 {
    flex: 0 0 auto;
    width: 40%;
  }
}


/* @media (max-width: 1199px) {
  .footer .row {
    padding: 0 40px;
  }

  .footer .col-md-6,
  .footer .col-4 {
    width: 100% !important;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }

  .footer .footer-p {
    font-size: 16px !important;
    padding: 0 25px;
  }

  .footer img {
    display: block;
    margin: 0 auto 20px;
  }

  .footer h5 {
    font-size: 18px;
    text-align: center;
  }

  .footer-link {
    font-size: 15px;
    text-align: center;
  }

  .footer .d-flex.justify-content-center {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .footer .footer-divider {
    height: 15px;
    background-color: #E0E0E0;
  }
} */