:root {
  --white-color: #fff;
  --bg-color: #fff;
  --gray-color: #ccc;
}

/* .footer-social-icon {
    margin-bottom: 20px;
} */

.footer-section {
  background: #1e1e1e;
  /* background: #26272b; */
  position: relative;
  font-family: Arial, sans-serif;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #878787;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575 !important;
  font-size: 0.9rem;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 30px;
  display: grid;
  justify-content: center;
}

.footer-logo img {
  max-width: 250px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  /* height: 40px; */
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  color: #fff;
  background-color: #33353d;
}

.facebook-bg:hover {
  color: #002c5fff;
  background-color: #fff;
}

.tiktok-bg {
  color: #fff;
  background-color: #33353d;
}

.tiktok-bg:hover {
  color: #000;
  background-color: #fff;
}

.youtube-bg {
  color: #fff;
  background-color: #33353d;
}

.youtube-bg:hover {
  color: red;
  background-color: #fff;
}

.fab {
  font-size: 19px;
  /* Icon size */
  transition: transform 0.3s;
  /* Animation on hover */
}

.fab:hover {
  transform: scale(1.1);
  /* Scale effect on hover */
}

.footer-widget-heading h3 {
  font-family:
    Segoe UI,
    Frutiger,
    Frutiger Linotype,
    DejaVu Sans,
    Helvetica Neue,
    Arial,
    sans-serif !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #878787;
}

.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  text-decoration: none;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-widget ul li a {
   color: #fff;
  text-transform: capitalize;
}

.copyright-area {
  background: #000000;
  /* background: #26272b; */
  padding: 25px 0;
}

@media (max-width: 700px) {
  .copyright-area {
    padding: 20px 0;
  }
  .justify-content-center {
    display: grid !important;
    place-items: center !important;
  }
  .fbm-0 {
    width: 100% !important;
  }
  button i {
    font-size: 40px !important;
  }
  #myBtnup {
    padding: 10px;
  }
}

.fbm-0 {
  display: grid;
  place-items: center;
}

/* .copyright-text p,
label {
    margin: 0;
   
    color: #737373;
} */

.copyright-text .links:hover {
    text-decoration: underline;
}
.copyright-text span {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

a:link {
  text-decoration: none;
}

.links {
   color: #fff;
  font-size: 14px;
}

.footer-menu li {
  display: inline-block;
  color: #fff;
  /* margin-left: 5px; */
}

.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  font-size: 14px;
   color: #fff;
}

/* @media (max-width: 700px) {
    .md-footer {
      place-items: center !important;
    }
  } */

/* ///////////////////////////////// footer image css//////////////////////// */

.img-list {
  display: flex;
  align-items: center;
  max-width: 20%;
}

.no-pad {
  padding: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 400px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

/* @media (min-width: 1900px) {
    h4 {
      font-size: 2.5rem !important;
    }
  } */

/* ///////////////////////////////////end find us css//////////////////////// */

@media (max-width: 1992px) {
  .col-lg-6 {
    flex: 0 0 auto !important;
    /* width: 50% !important; */
  }
}

/* Responsive styles */

@media only screen and (max-width: 600px) {
  .single-cta {
    padding: 15px 10px;
    font-size: 14px;
    display: flex;
  }
  .pt-5 {
    padding: 0px 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .single-cta {
    padding: 20px 15px;
    font-size: 15px;
    display: flex;
  }
  .pt-5 {
    padding: 0px 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 901px) {
  .single-cta {
    padding: 0px 0px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pt-5 {
    padding: 0px 0px;
    font-size: 16px;
  }
}

/* --------------------------start connect with us footer css--------------------------- */

.connectUs {
  background-color: #f6f3f2;
}

.CoUs {
  text-align: center;
  font-size: 25px;
  color: #000;
}

h3 {
  font-size: 25px !important;
}

@media (max-width: 1290px) {
  .phone {
    font-size: 14px !important;
  }
  .left {
    font-size: 14px !important;
  }
}

@media (max-width: 1075px) {
  h3 {
    font-size: 23px !important;
  }
}

@media (max-width: 768px) {
  .get-in-touch {
    margin: 2rem 0.5rem 0 -1rem;
  }
  .gap {
    line-height: 1.5;
    gap: 50px;
  }
}

.left {
  text-align: left;
  /* font-family: HyundaiSansHeadOfficeMedium !important; */
  font-size: 16px;
  color: #4d4d4d;
  line-height: 3;
}

.phone {
  /* font-family: HyundaiSansHeadOfficeMedium !important; */
  font-size: 16px;
  color: #4d4d4d !important;
}

.copyright-area {
  border-top: 1px solid #878787;
}

.sample-copy-bt {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.img-logo {
  place-content: center;
}

@media (max-width: 768px) {
  .sample-copy-bt {
    display: block;
  }
  .footer-social-icon {
    padding-top: 20px;
  }
  .pb-container {
    padding: 0px 50px !important;
  }
}
