/************************************/
/***             CSS              ***/
/************************************/
.pt-120 {
    padding-top: 120px !important;
}
.pt-155 {
    padding-top: 155px !important;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.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);
    font-size: 15px;
}
.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;
}

/************************************/
/***         HOME BANNER          ***/
/************************************/
.main-slider .item {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.main-slider__shape-1 img {
    right: 55px;
    position: relative;
}

/************************************/
/***         HOME ABOUT           ***/
/************************************/
.home-about-points {
    color: #444141 !important;
    font-weight: normal !important;
}
.home-about-span {
    color: var(--fixpro-base);
}
.about-one__experience-box {
    top: -75px !important;
}

/************************************/
/***        HOME ALMONARD         ***/
/************************************/
.team-two__img img {
    height: 70vh;
}
.team-two__img {
    border-bottom-left-radius: var(--fixpro-bdr-radius);
    border-bottom-right-radius: var(--fixpro-bdr-radius);
}

/************************************/
/***        HOME SERVICES         ***/
/************************************/
.feature-one {
    padding: 20px 0 90px !important;
}

/************************************/
/***          HOME BRAND          ***/
/************************************/
.brand-two__img>img {
    width: 80% !important;
}
.brand-two__inner {
    padding: 0px 65px 0px !important;
}
.brand-two {
    padding: 80px 0 90px !important;
}

/************************************/
/***       HOME TESTIMONIAL       ***/
/************************************/
.testimonial-one {
    padding: 80px 0 20px !important;
}
.testimonial-img {
    border-radius: 50px !important;
}

/************************************/
/***         HOME SLIDER          ***/
/************************************/
.slider-icon-1 {
    font-size: 30px;
    color: var(--fixpro-base);
    font-weight: 600;
}

/************************************/
/***         HOME SLIDER          ***/
/************************************/
.floating-whatsapp {
    font-size: 25px;
}

/************************************/
/***         HOME L & T           ***/
/************************************/
.services-one__title {
    font-size: 22px !important;
}
.services-one__carousel.owl-theme .owl-nav {
    bottom: -40px !important;
}

/************************************/
/***         ALMONARD             ***/
/************************************/
.team-two {
    padding: 120px 0 70px !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); }
  }

/************************************/
/***       HOME CONTACT US        ***/
/************************************/
.video-one__bg-color {
    height: 77vh !important;
}
.section-title-row {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.video-one__inner .section-title {
    margin-bottom: 60px !important;
}
.home-about-one__btn-and-video-contact {
    justify-content: center !important;
    margin-top: 0px !important; 
}
/*.home-about-one__btn-and-video-contact {
     margin-top: 0px !important; 
}*/
.video-one {
    padding: 70px 0 0 !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: 510px !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;
    }
    .testimonial-one__client-info {
        position: relative !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 30px !important;
        flex-direction: column !important;
        align-content: flex-start !important;
    }
    .brand-two {
        padding: 40px 0 90px !important;
    }
}