/************************************/
/***             CSS              ***/
/************************************/
.pt-120 {
    padding-top: 120px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.pl-25 {
    padding-left: 25px;
}
.border-right {
    border-right: 1px solid #dfdfdf;
}
.text-align-justify {
    text-align: justify;
}
.wide-menu-a a {
    color: var(--fixpro-black);
}
.wide-menu-a a:hover {
    color: var(--fixpro-base);
}

/************************************/
/***           LOADER             ***/
/************************************/
.logo-img {
  width: 270px;
  animation: bounceIn 1.2s ease;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/************************************/
/***           HEADER             ***/
/************************************/
.main-menu__left {
    width: 230px;
}
.main-menu-two__right, .main-menu__right {
    padding: 18px 70px 18px 0 !important;
}
.main-menu__left img {
    width: 100%;
}
.main-menu__logo {
    padding: 12px 0 12px 70px !important;
}
.home-showcase__title {
    text-align: left !important;
}
.wide-menu-i {
    font-weight: 500;
}
.wide-menu-title {
    margin-bottom: 7px !important;
}

/************************************/
/***         INQUIRY FORM         ***/
/************************************/
  .modal {
    display: none;
    position: fixed !important;
    z-index: 999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .modal-content {
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 420px;
    position: relative;
    animation: fadeIn 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #333;
  }

  .modal-content h2 {
    text-align: center;
    margin-bottom: 15px;
  }

  .modal-content input,
  .modal-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    color: #4d4647;
  }

  .modal-content button {
    border: none;
    /*background-color: var(--fixpro-base);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;*/
  }

/*  .modal-content button:hover {
    background-color: var(--fixpro-black);
  }*/

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }

/************************************/
/***         PAGE HEADER          ***/
/************************************/
.page-header {
    background: url(../../assets/images/backgrounds/bg5.png) !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/************************************/
/***          ABOUT US            ***/
/************************************/
.about-span {
    color: var(--fixpro-base);
}

/************************************/
/***        VISION MISSION        ***/
/************************************/
.services-three__single {
    height: 240px;
}

/************************************/
/***         CONTACT PAGE         ***/
/************************************/
.contact-title-new {
    padding-top: 40px;
}
.contact-p {
    font-size: 16px;
}
.contact-p a {
    color: var(--fixpro-black);
}
.contact-p a:hover {
    color: var(--fixpro-base);
}
.contact-page__left h2 {
    color: #ffffff;
    font-weight: 600;
}
.contact-ul {
    text-decoration: none;
}
.contact-ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 21px;
    width: 316px;
}
.contact-page__form-title-new {
    font-size: 33px !important;
    margin-bottom: 20px !important;
    margin-left: 36px;
}
.contact-li span {
    font-size: 25px;
    color: #e31e25;
    /* border: 1px solid #000; */
    border-radius: 50%;
    padding: 6px;
    transition: .5s;
    font-weight: 800;
}
.contact-li-new span {
    font-weight: 300 !important;
}
.contact-li:hover span {
    border: 2px solid var(--fixpro-base);
    background: var(--fixpro-base);
    color: #fff;
    font-weight: 600;
}
.contact-li h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--fixpro-font) !important;
}
.contact-li h3 a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.contact-li h3 a:hover {
    color: var(--fixpro-base);
}
.contact-map {
    background: transparent !important;
    padding: 0 0 60px !important;
}
.contact-map iframe {
    width: 100%;
    height: 60vh;
    border-radius: 20px;
}

/************************************/
/***        HAGER PRODUCTS        ***/
/************************************/
.blog-details {
    padding: 55px 0 70px !important;
}

 /************************************/
/***           FOOTER             ***/
/************************************/
.footer-logo {
    width: 282px;
}
.footer-widget__contact li {
    align-items: flex-start !important;
}

.header-a-menu {
    color: var(--fixpro-black);
}
.header-a-menu:hover {
    color: var(--fixpro-base);
}

/************************************/
/***       FLOATING BUTTON        ***/
/************************************/
/*.chat-icon button {
    background: transparent !important;
}*/
.chat-icon {
  position: fixed;
  bottom: 25px;
  /*right: 25px;*/
  z-index: 999;
}

.chat-icon button {
  position: relative;
  background-color: transparent !important;
  color: #fff;
  border: none;
  border-radius: 50% !important;
  /*width: 60px;*/
  /*height: 60px;*/
  font-size: 24px;
  cursor: pointer;
  outline: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* Outer glowing ring animation */
.chat-icon button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(12, 112, 174, 0.2); /* fallback if var not defined */
  border-radius: 50% !important;
  z-index: -1;
  animation: pulseRing 2s infinite ease-in-out;
}

/* Button floating animation */
.chat-icon button:hover {
  transform: translateY(-5px);
}

/* Keyframes for glowing ring pulse */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

/* Optional: gentle floating animation for the button itself */
.chat-icon button {
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.floating-icon-img {
    width: 69px;
    bottom: 0px;
    position: relative;
    left: 0px;
}

/************************************/
/***     DESKTOP RESPONSIVE       ***/
/************************************/
@media screen and (min-width: 992px) {
    .mobile-inquiry-box {
        display: none !important;
    }
}

/************************************/
/***       RESPONSIVE CSS         ***/
/************************************/
@media only screen and (max-width: 767px) {
    .wide-menu-a a {
        color: var(--fixpro-white);
    }
    .home-showcase__item {
        margin-bottom: 0px;
    }
    .mobile-nav__wrapper .home-showcase__title {
        margin-bottom: 7px;
    }
    .border-right {
        border-right: none;
    }
    .main-slider .item {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .main-slider__title {
        font-size: 20px !important;
    }
    .mobile-banner-thm-btn {
        font-size: 15px !important;
        padding: 15px 18px !important;
    }
    .sliding-text__list li>p {
        font-size: 30px !important;
    }
    .sliding-text__inner {
        padding: 15px 0 15px !important;
    }
    .brand-two__inner {
        padding: 0px 65px 0px 90px !important;
    }
    .testimonial-one__single {
        height: 340px !important;
    }
    .footer-margin-top {
        margin-top: 35px;
    }
    .footer-widget__right {
        padding-top: 15px !important;
        width: 450px !important;
        padding-left: 20px;
        margin-left: -15px;
    }
    .site-footer {
        background-color: #191a1ce6 !important;
    }
    .site-footer__bottom-inner {
        padding: 5px 0 25px !important;
    }
    .testimonial-one__client-info-box {
        flex-direction: row !important;
    }
    .testimonial-one__client-ratting span {
        font-size: 35px !important;
    }
    .about-one__points-two li {
        align-items: flex-start !important;
    }
    .about-one__points li {
        align-items: flex-start !important;
    }
    .about-one__experience-box {
        top: -69px !important;
        left: -8px !important;
    }
    .main-menu__logo {
        padding: 12px 0 12px 20px !important;
    }
    .main-menu__left img {
        width: 130px;
    }
    .main-menu__main-menu-box {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    .mobile-thm-btn {
        font-size: 15px !important;
        padding: 10px 14px !important;
    }
    .main-menu__left {
        width: 200px;
    }
    .mobile-inquiry-icon {
        display: none;
    }
    .site-footer__social {
        padding-right: 89px;
    }
    .mobile-nav__content .main-menu__list>li>a {
        font-size: 16px !important;
    }
    .service-details {
        padding: 80px 0 30px;
    }
    .service-details__services-box-new-1 {
        height: 84vh;
    }
    .service-details__services-box-new {
        height: 84vh;
    }
    .services-three {
        padding: 50px 0 0px !important;
    }
    .why-choose-one {
        padding: 80px 0 20px !important;
    }
    .contact-page__left {
        padding: 30px 0 15px 30px !important;
    }
    .contact-ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-bottom: 25px;
        width: 295px;
        align-content: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .contact-page__inner {
        padding: 30px 0px 30px !important;
    }
    .contact-ul {
        padding-left: 0px !important;
    }
    .service-details__left {
        padding-top: 40px;
    }
    .service-details__points-list li {
        align-items: flex-start;
    }
} 