header.header {
  position: relative;
  width: 100%;
  padding: 25px 0;
  padding-bottom: 0px;
  position: relative;
  position: fixed;
  z-index: 1000;
}
.body-content-wrapper{
  padding-top: 147px;
}
@media(max-width:767px){
  .body-content-wrapper{
    padding-top: 63px;
  }
  .mobile-cta-sticky{
        position: fixed;
        bottom: 0px;
        background-color: #000000;
        padding: 10px 10px;
        width: 100%;
        margin: auto;
        text-align: center;
        display: flex !important;
        gap: 15px;
        justify-content: center;
  }
  .mobile-cta-sticky a{
    background-color: #000000;
    padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  body#body iframe[title="chat widget"]{
    bottom: 60px !important;
    right: 15px !important;
  }
}

.header > .container {
  position: static;
}

.header .main-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.header .get-quote-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .get-quote-wrapper .checkmark img {
  max-width: 36px;
  width: 100%;
}

.header .get-quote {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  border: 2px solid var(--primary-color);
  padding: 12px 40px;
  line-height: 100%;
  border-radius: var(--border-radius);
}

.header .header-logo a {
  display: block;
}

.header .header-logo a img {
  max-width: 203px;
  width: 100%;
}

.header .book-appointment-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.header .book-appointment-link {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--primary-color);
  padding: 13px 25px;
  border-radius: var(--border-radius);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.header .header-whatsapp-img img {
  max-width: 31px;
  width: 100%;
}

.header nav.navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
    gap: 50px;
    width: fit-content;
    margin: auto;
}

.header nav.navigation > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header nav.navigation > ul > li > a > span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  display: block;
}

.menu-toggler {
  display: none;
  transition: all ease 0.3s;
}

.mobile-blue-checkmark {
  display: none;
}

.mega-menu-wrapper {
  position: absolute;
  width1: 100%;
  background-color: var(--primary-color);
  left: 0;
  top: 100%;
  z-index: 0;
  padding: 21px 0;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}

.mega-menu-wrapper > .container {
  padding: 0 30px;
}

@media(min-width:768px){
	.mega-menu-wrapper > .submenu-wrapper > img{
		max-width:calc(20% - 20px);
		height: auto;
        	max-height: max-content;
	}
}

.mega-menu-wrapper .submenu-wrapper > ul.submenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  justify-content: start;
}


.mega-menu-wrapper .submenu-wrapper > ul.submenu > li {
  max-width1: calc(25% - 20px);
  width: 100%;
}

.mega-menu-wrapper .submenu-wrapper > ul.submenu > li > ul > li > a {
  color: #111B29;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 20px;
  display: block;
}

.mega-menu-wrapper .submenu-wrapper > ul.submenu > li > ul > li:hover > a {
  background-color: #8c4c29;
  color: var(--primary-color);
}

@media(min-width:768px){
  .mega-menu-wrapper .submenu-wrapper > ul.submenu ul{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 75vh;
      overflow: unset;
      width: max-content;
  }
  .mega-menu-wrapper .submenu-wrapper > ul.submenu ul li{
    min-width: 200px;
  }
}

.header nav.navigation > ul > li:hover > a > svg {
  transform: rotate(180deg);
  color: #8c4c29;
}

.header nav.navigation > ul > li:hover > a > span {
  color: #8c4c29;
}

.header nav.navigation > ul > li {
  padding: 15px 0;
  position: relative;
}

.header .mobile-menu {
  display: none;
}

@media (min-width: 992px) {
  .header nav.navigation > ul > li:hover .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    box-shadow: 0px 10px 10px 0px #cccc;
  }
}

@media (max-width: 992px) {
  .header nav.navigation {
    display: none;
  }

  .header .mobile-menu > ul > li:last-child {
    display: none;
}
  .header .nav-control{
    padding: 6px;
    cursor: pointer;
  }
  .header .nav-control.fa-angle-right{
    margin-right: -6px;
  }
  .header .nav-control.fa-angle-left{
    margin-left: -6px;
  }

  .header .get-quote-wrapper {
    display: none;
  }

  .header .book-appointment-wrapper {
    display: none;
  }

  .mobile-blue-checkmark {
    display: block;
  }

  .mobile-blue-checkmark img {
    max-width: 33px;
    width: 100%;
  }

  .header .header-logo a img {
    max-width: 121px;
  }

  .header .main-header {
    margin-bottom: 0;
  }

  header.header {
    padding: 15px 0;
    position: relative;
  }

  .header .mobile-menu {
    position: fixed;
    display: block;
    z-index: 5;
    background-color: var(--primary-color);
    width: 100vw;
    height: 100vh;
    top: 63px;
    left: -150%;
    transition: all 0.3s ease;
  }

  html.menu-open .header .mobile-menu {
    left: 0;
  }

  .header .mobile-menu > ul {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    max-height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
  }

  .mobile-menu-image img {
    width: 100%;
  }

  .header .mobile-menu > ul > li {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  .header .mobile-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111B29;
    width: 100%;
  }

  .header .mobile-menu > ul > li > a > span {
    color: #111B29;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 165%;
    width: 100%;
  }

  .header .mobile-menu > ul > li > ul {
    position: absolute;
    left: 200%;
    top: 0;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    max-height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
  }

  .header .mobile-menu > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111B29;
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 165%;
  }

  .header .mobile-menu > ul > li > ul > li > a.back-btn > span,
  .header .mobile-menu > ul > li > ul > li.see-all-mobile-btn > a > span {
    text-transform: uppercase;
    font-weight: 600;
  }

  .header .mobile-menu > ul > li > ul > li > a > span {
    color: #111B29;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 165%;
    width: 100%;
    display: block;
    text-transform: capitalize;
  }

  html.menu-open {
    overflow-y: hidden;
  }

  .header .mobile-menu > ul > li.active > ul {
    left: 0;
  }

  .header .mobile-menu > ul > li > ul > li {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  .header .mobile-menu > ul > li > ul > li > a.back-btn > svg {
    margin-right: 10px;
  }

  .menu-toggler {
    display: flex;
    gap: 10px;
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
  }

  /* Individual Line Styles */
  .menu-toggler .line {
    width: 1px;
    height: 30px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .menu-toggler .line-one {
    transform: translateX(0) rotate(0deg);
  }

  .menu-toggler .line-two {
    opacity: 1;
  }

  .menu-toggler .line-three {
    transform: translateX(0) rotate(0deg);
  }

  /* Active State - Cross Formation */
  .menu-toggler.active {
    gap: 0;
  }

  .menu-toggler.active .line-one {
    transform: translateX(0.5px) rotate(45deg);
  }

  .menu-toggler.active .line-two {
    opacity: 0;
    transform: scale(0);
  }

  .menu-toggler.active .line-three {
    transform: translateX(-0.5px) rotate(-45deg);
  }
}

@media (max-width: 768px) {
  .header .mobile-menu > ul > li:last-child {
    display: block;
  }
}
