body a {
  text-decoration: none;
  color: #000;
}
.btn {
    --bs-btn-border-radius: none;
}
.callback-modal .call-back-btn {
  padding: 7px 10px;
  background: #34343A;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  border: none;
  /*margin-top:-5%;*/
}

 .callback-modal .gradient-border {
    --borderWidth: 3px;
    --radius: 8px;
    position: relative;
    padding: 0;
    border-radius: var(--radius);
    display: inline-flex;        
    justify-content: center;
    align-items: center;
}
.callback-modal .gradient-border::after {
    content: "";
    position: absolute;
    inset: calc(-1 * var(--borderWidth));
    z-index: -1;
    border-radius: inherit;

    background: linear-gradient(
        60deg,
        #34343A,
        darkorange,
        #ce2226,
        #34343A,
        #ce2226,
        darkorange
    );
    background-size: 300% 300%;
    animation: animatedgradient 4s ease infinite;
}

/* gradient motion */
@keyframes animatedgradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/*--- Footer --*/
.social-icons-footer {
  display: flex;
}

.social-icons-footer a {
  background-color: #CE2327;
  padding: 10px 16px 10px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

/*---- about counter ---*/
.container-card {
  width: 145px;
  height: 170px;
  align-items: center;
  padding: 10px 10px;
  font-size: 15px;
  border-radius: .5em;
  background-color: #2D2D32;
  border-bottom: 10px solid #CF2326;
}

.container-card i {
  padding-top: 7px;
  color: #CF2326;
  font-size: 27px;
  text-align: center;
}

.container-card .num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 24px;
  padding: 0 10px 4px 10px;
}

.container-card p {
  color: #e0e0e0;
  font-size: 13px;
  text-align: center;
  pad: .7em 0;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 7px 4px 4px;
}

/*-- end ---*/
/*---- contact - slider ----*/
.btn-contact-us {
  font-family: "Poppins" sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  position: fixed;
  right: -44px;
  top: 50vh;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: fit-content;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 10px 16px 10px 16px;
  background-color: #CE2327;
  z-index: 9999;
}

.modal-backdrop {
  --bs-backdrop-zindex: ;
}

/*---- Main Contact Form ----*/
.btn-contact-us {
    font-family: "Poppins"sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: fixed;
    right: -44px;
    top: 50vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: fit-content;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 10px 16px 10px 16px;
    background-color: #CE2327;
    z-index: 9999;
}

.modal-backdrop {
    --bs-backdrop-zindex: ;
}
/*---- Main Contact Form ----*/
 .contact_form_heading h5{
    font-size : 25px;
    font-weight : 700;
    margin-bottom : 20px;
  }
  .contact_form_heading h3{
    font-size : 25px;
    font-weight : 700;
    margin-bottom : 20px;
  }
 #contactModal .modal-dialog {
    max-width: 700px;   
    margin: auto;       
}
    .contact-left {
      background: #fff;
      padding: 30px;
      border-radius: 8px 0 0 8px;
      height: 100%;
    }
    .contact-left h5 {
      font-weight: 600;
    }
    .contact-left .info {
      margin: 20px 0;
    }
    .contact-left .info i {
      color: #e63946;
      margin-right: 10px;
    }
    .contact-left .social-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      margin-right: 10px;
      border-radius: 5px;
      background: #e63946;
      color: #fff;
    }
    .contact-right {
      background-color: #333333;
      color: #fff;
      padding: 30px;
      border-radius: 0 8px 8px 0;
    }
    .modal .contact-right:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #333333;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}
    .contact-right input,
    .contact-right textarea {
      background: transparent;
      border: 1px solid #555;
      color: #fff;
    }
    .contact-right input::placeholder,
    .contact-right textarea::placeholder {
      color: #aaa;
    }
      #submitBtn {
    background-color: #CE2327;
    padding: 0 85px 0 45px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    height: 44px;
    line-height: 44px;
    float: center;
    position: relative;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 25px 0 15px;
}
#submitBtn i, #submitBtnCallBack i {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #2A2A2E;
    top: 0;
    transition: 
ease-in-out .5s;
}

.upload-label {
    width: 100%;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.upload-label i {
    margin-right: 6px;
    color: #767676;
}

.upload-input {
    display: none; 
}

.upload-label:hover {
    background: #f9f9f9;
}
/*---- Call back model ---*/
.callback-modal .modal-header {
  border-bottom: none;
  background: #333;
  color: #fff;
  text-align: center;
  position: relative;
}

.callback-modal .modal-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.callback-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
}

/* Input styling */
.callback-input {
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

/* Custom Send Button */
.callback-btn {
  background: #c62828;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.callback-btn .arrow {
  margin-left: 10px;
  font-size: 18px;
}

.callback-btn:hover {
  background: #a41414;
}

/*----  City pages ----*/
.work_flow_container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.City_page_Card {
  position: relative;
  background-color: #2c2c34;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

.City_page_Card::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(-45deg, #2c2c34 0%, #b40f0fff 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.City_page_Card h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.City_page_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 40px;
}

.City_page_icon i {
  font-size: 50px;
  color: #8a2626ff;

}

.City_page_Card:hover::after {
  filter: blur(30px);
}

/*-- service --*/
/*.city_page_service {*/
/*  border: solid 1px #c3b9b9;*/
/*}*/

/*.city_page_heading_container h3 {*/
/*  text-align: center;*/
/*  padding: 10px 0px;*/
/*  text-align: center;*/
   /* text-align: justify; */
/*}*/

/*.city_page_heading_container a {*/
/*  font-size: 22px;*/
/*  text-transform: capitalize;*/
/*  font-weight: 700;*/
/*  color: #333030;*/
/*}*/
/*.city_page_heading_container p{*/
/*font-size : 17px;*/
    /* padding: 35px 20px 25px; */
/*    text-align: justify;*/

/*}*/
/*@media only screen and (max-width: 1200px) {*/
/*  .city_page_service {*/
/*    width: 602px;*/
/*  }*/
/*}*/


/* Service */
.city_page_service {
    border: 1px solid #c3b9b9;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.city_page_service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Image styling */
.service-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Heading & description */
.city_page_heading_container h3 {
    text-align: center;
    margin: 0 0 10px;
}

.city_page_heading_container a {
    font-size: 20px;
    font-weight: 700;
    color: #333030;
    text-transform: capitalize;
    transition: 0.3s;
}
.city_page_heading_container a:hover {
    color: #000;
}

.city_page_heading_container p {
    font-size: 16px;
    text-align: justify;
    margin: 0;
}

/* Responsive  */

@media (max-width: 992px) {
    .service-img {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .service-img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .service-img {
        height: 200px;
    }
    .city_page_heading_container a {
        font-size: 18px;
    }
    .city_page_heading_container p {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .city_page_service {
        width: 100% !important;
    }
}

/*--- End ---*/