@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Urbanist', sans-serif;
}



/* .phonehead{
  background: #000;
  padding: 5px 0px;
} */

#phonecallfooter {
  text-decoration: none;
  /* height: 100%; */
  width: 160px !important;

}

@media (max-width: 768px) {


  #phonecallfooter {
  
    width: 125px !important;
    text-decoration: none;

  }

}


/* footer-head css*/
.footer-head {
  padding: 30px !important;


}

.footer-head h3 {
  letter-spacing: 3px !important;
  font-weight: 800;
  font-size: 15px;
}

.footer-head h3:hover {
  /* color: #FF9C29; */
  color: #F3623F;
  ;
  cursor: pointer;
}

.footer-head a {
  font-weight: 800 !important;
}

.footback {
  display: flex;
  justify-content: center;
  background: #ffffff;

  box-shadow: 0px 15px 10px -15px #11111154;
}


/* Custom Footer Styles */
.custom-footer {
  background: #FFFFFF;
  /* background-color: #f4f4f4; */
  padding: 10px 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-footer-col {
  margin-bottom: 20px;
}

.custom-footer-col .telbtm {
  font-size: 16px !important;
}

.custom-footer-col h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.custom-footer-col ul {
  list-style-type: none;
  padding: 0;
}

.custom-footer-col ul li {
  margin-bottom: 8px;
}

.custom-footer-col ul li a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: color 0.3s ease;
}

.custom-footer-col ul li a:hover {
  color: #F3623F;
  ;
}

/* Footer Headings */
.footer-section-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}

/* Box Layout only when width > 1250px */
@media (min-width: 1250px) {
  .footer-box {
    max-width: 1250px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  }
}


@media only screen and (max-width: 768px) {

  .footer-head {

    padding: 16px 20px !important;
  }

}







.telbtm {

  color: #454249;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
  padding: 0;
  margin-bottom: 10px !important;

}

.telbtm:hover {
  color: #F3623F;
}