
.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #232323;
    margin-left: 0px;
    padding-top: 20px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 16px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    background-color:#0060aa;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #ffffff;
    background-color: #ef7f1a;
}

.services_box {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.fashion_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #232323;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.services_box_left {
    width: 220px;
    height: auto;
    padding: 50px -1px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px;
    top: 50px;
    position: relative;
    border-radius: 5px;
}
/* Container holding the card */
.flip-card {
    background-color: transparent;
    width: 220px;
    height: 220px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Front and back side styles */
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /* Front */
  .flip-card-front {
    background-color: #fff;
  }
  
  /* Back */
  .flip-card-back {
    background-color: #fff;
    transform: rotateY(180deg);
  }
  
  .hover_text {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    color: #333;
    font-weight: bolder;
  }
  @media (max-width: 768px) {
.services_taital{
    display:none;
}
}
/*About down to services*/
.ab-us {
  margin-top: 0px;
  padding-top: 1px;
}

.ab-us .left-image {
  margin-right: 30px;
}

.ab-us .section-heading h2 {
  margin-right: 60px;
}

.ab-us .section-heading p {
  margin-top: 50px;
}

.ab-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.ab-us .fact-item {
  margin-top: 45px;
}

.ab-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.ab-us .fact-item .count-title {
  font-size: 15px;
  color: #ff695f;
}

.ab-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/*About down to services end*/
  
.services_box_right {
    width: 220px;
    height: auto;
    padding: 50px -1px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px;
    margin-left: 20px;
    border-radius: 5px;
}

.services_box_2 {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-left: 240px;
    position: relative;
    top: -50px;
}

@media (max-width:1025px){
  .services_box_right{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .services_box_left{
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .count-area-content{
      text-align:center;
  }
  #ser{
   display: none;
  }
}

/* Footer customization */
footer {
  background-color: #000; /* Just in case to reinforce black background */
  color: #fff;
}

footer a {
  color: #ffffff;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ef7f1a; /* Bootstrap warning color (yellow) */
  text-decoration: none;
}

footer h5 {
  font-weight: bold;
  letter-spacing: 0.5px;
}

footer p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Social icons spacing */
footer .fab {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #212529;
  transition: background-color 0.3s ease, color 0.3s ease;
}

footer .fab:hover {
  background-color: #ef7f1a;
  color: #000;
}