
:root {
  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

body {
  font-family: var(--default-font);
}
.service-main-section{
    background-image: url(../img/services/service_background.webp);
    height: 350px;
}

.custom-service-heading{

    width: 50%;

}

.custome-image-card{
    height: 75px !important ;
    width: 75px !important;
}

.service-main-section h1 {

font-family: "Aller", sans-serif;
font-size: 48px  ;
}

.service-main-section h4{

    font-family: "Centrale Sans Regular", sans-serif;
}

.custome-service-text p{
    font-family: "Centrale Sans Regular", sans-serif;
}
/* change font family */
.custome-service-text .card h5{
    color: #0C4DA2;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Aller", sans-serif ;
}


.service-custom-text h2 {
      font-family: "Aller", sans-serif;
}

.custome-service-text .card {
    
    height: 100%;
    transition: box-shadow 0.3s ease-in-out; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    display: flex;
    flex-direction: column;
}

.custome-service-text .card-body {
    flex: 1 1 auto;
}
.custome-service-text .card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.2); 
}

.custome-service-text img{
    width: 80px;
    height: 80px;
}

/* .sticky-talk {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: bottom right; 
    
    background-color: #0C4DA2;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-family: "Centrale Sans Regular", sans-serif;
    font-weight: bold;
    z-index: 1000;
    white-space: nowrap; 
    border-radius: 5px 5px 0 0;
    
    margin-right: -1px; 
}

.sticky-talk:hover {
    background-color: #95b9f4;
} */



@media (max-width: 768px) {
  
  .service-main-section {
    height: 200px; 
  }

  .service-main-section h1 {
    font-size: 28px; 
    padding: 0 15px;
  }

  .service-main-section h4 {
    font-size: 16px;
  }

  h2.fs-1 {
    font-size: 1.5rem !important; 
    padding: 0 10px;
  }

  .custome-service-text {
    padding: 15px !important; 
  }

  .custome-service-text .col-md-4 {
    margin-bottom: 20px; 
  }

  .custome-service-text .card {
    min-height: auto; 
    padding-bottom: 20px !important;
  }

  .custome-service-text img{
    width: 80px;
    height: 80px;
}

  .card-title {
    font-size: 1.2rem;
    text-align: center;
  }

  .card-text {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .custome-service-text.row {
    display: flex;
    flex-wrap: wrap;
  }

  .custome-service-text .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0; 
  }

  .custome-service-text .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .custome-service-text .card-title {
    font-size: 1.1rem;
  }
}