/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --fixpro-font: "Inter", sans-serif;
  --fixpro-font-two: "Poppins", sans-serif;
  --fixpro-gray: #475569;
  --fixpro-gray-rgb: 71, 85, 105;
  --fixpro-base: #FF6B35;
  --fixpro-base-rgb: 255, 107, 53;
  --fixpro-primary: #F8FAFC;
  --fixpro-primary-rgb: 248, 250, 252;
  --fixpro-black: #1F2937;
  --fixpro-black-rgb: 31, 41, 55;
  --fixpro-white: #ffffff;
  --fixpro-white-rgb: 255, 255, 255;
  --fixpro-bdr-radius: 20px;
  --fixpro-blue: #810f58;
  --fixpro-blue-rgb: 129,15,88;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--fixpro-font);
  color: var(--fixpro-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background: linear-gradient(180deg, #f8fafc 0%, #f8fafc 100%);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--fixpro-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fixpro-font-two);
  color: var(--fixpro-black);
  letter-spacing: -0.72px;
  margin: 0;
  font-weight: 600;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}





@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



/*** chat popup ***/

.chat-popup {
  position: fixed;
  left: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: var(--fixpro-black);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup.popup-visible {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 35px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: flex;
  left: 0px;
  top: -55px;
  width: 60px;
  height: 55px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: var(--fixpro-base);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}

.chat-popup .chat-form .form-group input[type='submit'] {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--fixpro-base);
  transition: all 0.4s ease;
  border: none;
  cursor: pointer;
}

.chat-popup .chat-form .form-group input[type='submit']:hover {
  background: var(--fixpro-black);
}

/*--------------------------------------------------------------
# New brand refresh overrides
--------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 50;
}

.main-menu__top {
  background: linear-gradient(135deg, var(--fixpro-blue) 0%, #17629b 100%);
  color: var(--fixpro-white);
}

.main-menu__top-inner,
.main-menu__wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.main-menu__top-inner {
  min-height: 46px;
  padding: 7px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.main-menu__contact-list {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.main-menu__contact-list li,
.main-menu__top-time,
.main-menu__top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-menu__contact-list li .icon,
.main-menu__top-time-icon {
  line-height: 1;
  font-size: 15px;
}

.main-menu__contact-list li .text p,
.main-menu__top-welcome-text,
.main-menu__top-text {
  font-size: 14px;
  line-height: 20px;
}

.main-menu__top .main-menu__contact-list li .icon,
.main-menu__top .main-menu__top-welcome-text,
.main-menu__top .main-menu__top-time-icon,
.main-menu__top a {
  color: var(--fixpro-white);
}

.main-menu__top a:hover {
  color: #ffd2c0;
}

.main-menu__wrapper {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 10px 35px rgba(129,15,88,0.12);
  backdrop-filter: blur(8px);
}

.main-menu__wrapper-inner {
  min-height: 92px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.main-menu__left,
.main-menu__main-menu-box,
.main-menu__right,
.main-menu__call,
.main-menu__search-cart-box,
.main-menu__btn-box {
  display: flex;
  align-items: center;
}

.main-menu__logo img {
  width: 520px;
  height: 56px;
  object-fit: contain;
}

.main-menu__list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-menu__list,
.main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__list > li {
  position: relative;
}

.main-menu__list > li > a {
  color: var(--fixpro-black);
  font-weight: 600;
  padding: 1rem 0.75rem;
  display: block;
  position: relative;
}

.main-menu__list > li > a::after {
  content: '';
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.3rem;
  height: 2px;
  background: var(--fixpro-base);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.main-menu__list > li:hover > a::after,
.main-menu__list > li.current > a::after {
  transform: scaleX(1);
}

.main-menu__list > li:hover > a,
.main-menu__list > li > a:hover {
  color: var(--fixpro-base);
}

.main-menu .dropdown > a {
  padding-right: 1.4rem;
}

.main-menu .dropdown > a:before {
  content: "\f107";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}

.main-menu .dropdown ul.shadow-box {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  padding: 10px 0;
  margin-top: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 99;
  background: var(--fixpro-white);
  border: 1px solid rgba(129,15,88,0.12);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(129,15,88,0.16);
}

.main-menu .dropdown:hover ul.shadow-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu .dropdown ul.shadow-box li a {
  display: block;
  color: var(--fixpro-black);
  padding: 0.8rem 1rem;
  line-height: 1.35;
}

.main-menu .dropdown ul.shadow-box li a:hover {
  background: rgba(255,107,53,0.08);
  color: var(--fixpro-base);
}

.mobile-nav__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--fixpro-base);
  color: var(--fixpro-white);
  font-size: 18px;
}

.mobile-nav__toggler:hover {
  color: var(--fixpro-white);
  background: #E85A24;
}

.main-menu__right {
  gap: 20px;
}

.main-menu__call {
  gap: 10px;
}

.main-menu__call-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,107,53,0.1);
  color: var(--fixpro-base);
}

.main-menu__call-sub-title {
  color: var(--fixpro-gray);
  font-size: 13px;
  line-height: 18px;
}

.main-menu__call-number {
  font-size: 17px;
  line-height: 22px;
}

.main-menu__call-number a,
.main-menu__search {
  color: var(--fixpro-black);
}

.main-menu__search {
  font-size: 20px;
}

.main-menu__btn-box .thm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  line-height: 1;
  font-weight: 700;
}

.main-menu__btn-box .thm-btn,
.thm-btn,
button[type="submit"],
.service-banner-btns a,
.cta-one__btn-box a {
  background: var(--fixpro-base);
  color: var(--fixpro-white);
  border: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.main-menu__btn-box .thm-btn:hover,
.thm-btn:hover,
button[type="submit"]:hover,
.service-banner-btns a:hover,
.cta-one__btn-box a:hover {
  background: #E85A24;
  color: var(--fixpro-white);
  transform: translateY(-2px);
}

.stricky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-110%);
  transition: transform 0.35s ease;
  z-index: 991;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 8px 24px rgba(129,15,88,0.12);
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.stricky-header .main-menu__top {
  display: none;
}

.mobile-nav__wrapper {
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.mobile-nav__wrapper.expanded {
  visibility: visible;
  opacity: 1;
}

.mobile-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31,41,55,0.72);
}

.mobile-nav__content {
  position: relative;
  width: min(360px, 86vw);
  height: 100%;
  padding: 30px 24px;
  background: var(--fixpro-black);
  color: var(--fixpro-white);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  transform: translateX(0);
}

.mobile-nav__close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--fixpro-white);
  cursor: pointer;
}

.mobile-nav__content .logo-box {
  margin-bottom: 30px;
}

.mobile-nav__container .main-menu__list {
  display: block;
}

.mobile-nav__container .main-menu__list > li {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mobile-nav__container .main-menu__list > li > a,
.mobile-nav__container .main-menu__list ul li a {
  display: block;
  color: var(--fixpro-white);
  padding: 13px 0;
}

.mobile-nav__container .main-menu__list > li > a::after,
.mobile-nav__container .main-menu .dropdown > a:before {
  display: none;
}

.mobile-nav__container .main-menu__list ul {
  display: none;
  padding-left: 16px;
}

.mobile-nav__container .dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav__container .dropdown button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: var(--fixpro-white);
}

.mobile-nav__contact {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__contact li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.mobile-nav__contact a,
.mobile-nav__social a {
  color: var(--fixpro-white);
}

.mobile-nav__top {
  margin-top: 24px;
}

.mobile-nav__social {
  display: flex;
  gap: 12px;
}

.service-banner-area {
  background: linear-gradient(135deg, var(--fixpro-blue) 0%, #17629b 45%, #0b3660 100%);
}

.service-one__single,
.feature-one__single,
.about-one__single,
.testimonial-one__single,
.pricing-one__single {
  border-radius: 22px;
  background: var(--fixpro-white);
  border: 1px solid rgba(129,15,88,0.08);
  box-shadow: 0 12px 35px rgba(129,15,88,0.12);
  transition: all 0.3s ease;
}

.service-one__single:hover,
.feature-one__single:hover,
.about-one__single:hover,
.testimonial-one__single:hover,
.pricing-one__single:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(129,15,88,0.16);
}

.site-footer {
  background: linear-gradient(135deg, var(--fixpro-blue) 0%, #17629b 100%);
  color: var(--fixpro-white);
}

.site-footer__bg,
.site-footer__shape-1,
.site-footer__shape-2 {
  display: none;
}

.site-footer a {
  color: var(--fixpro-white);
}

.site-footer a:hover {
  color: #ffd2c0;
}

.footer-widget__title,
.footer-widget__about-text,
.footer-widget__contact-list .text span,
.site-footer__copyright,
.site-footer__disclaimer {
  color: rgba(255,255,255,0.9);
}

.site-footer__social a {
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fixpro-white);
  transition: all 0.3s ease;
}

.site-footer__social a:hover {
  background: var(--fixpro-base);
  transform: translateY(-2px);
}

.site-footer__bottom {
  background: rgba(0,0,0,0.16);
}

.site-footer__bottom-inner {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1rem;
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 108px;
  min-height: 44px;
  padding: 10px 14px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: var(--fixpro-base);
  color: var(--fixpro-white);
  box-shadow: 0 10px 24px rgba(255,107,53,0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 998;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: #E85A24;
  color: var(--fixpro-white);
}

.scroll-to-top__wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(255,255,255,0.26);
}

.scroll-to-top__inner {
  display: block;
  width: 0;
  height: 100%;
  background: var(--fixpro-white);
}

.scroll-to-top__text {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.sticky-btn {
  background: var(--fixpro-base);
  color: var(--fixpro-white);
  box-shadow: 0 10px 18px rgba(255,107,53,0.28);
}

.sticky-btn:hover {
  background: #E85A24;
  color: var(--fixpro-white);
}

.sticky-btn.call-btn-fixed {
  background: var(--fixpro-base);
}

.sticky-btn.call-btn-fixed:hover {
  background: #E85A24;
}

/*--------------------------------------------------------------
# End new brand refresh overrides
--------------------------------------------------------------*/
