* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-decoration: none;
  -webkit-text-size-adjust: none;
}
:root {
  --secondary-font-family: var(--body-font-family);
  --footer-color: #0b1529;
  --primary-color: #041b34;
  --primary-color2: #091222;
  --secondary-color: #f4911d;
  --white-color: #ffffff;
  --light-color: #f5f5f5;
}
.bg-primary2 {
  background: var(--primary-color2);
}
.bg-footer {
  background: var(--footer-color);
}
.hover-text-white {
  color: var(--white-color) !important;
}
.hover-text-primary {
  color: var(--primary-color) !important;
}
.hover-text-secondary {
  color: var(--secondary-color) !important;
}
.pointer {
  cursor: pointer !important;
}
body {
  font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Roboto", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2f1c6a !important;
}
h1,
.h1 {
  font-size: 1.6rem;
  font-weight: 600 !important;
}
h2,
.h2 {
  font-size: 1.4rem;
}
h3,
.h3 {
  font-size: 1.2rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.9rem;
}
h6,
.h6 {
  font-size: 0.7rem;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #5a6d93;
  opacity: 0.25;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
.text-primary {
  color: var(--primary-color) !important;
}
a.bg-primary,
h1.bg-primary,
h2.bg-primary,
h3.bg-primary,
h4.bg-primary,
h5.bg-primary,
h6.bg-primary {
  background-color: var(--primary-color) !important;
  color: var(--light-color);
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-light {
  background-color: var(--light-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}
.btn-primary:hover {
  background-color: darkorange !important;
  border-color: darkorange !important;
}
.btn-secondary {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
}
.form-control {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
}
a {
  color: var(--primary-color);
}
a:hover {
  color: darkorange;
}
.navbar {
  font-family: var(--body-font-family);
  background-color: var(--white-color);
}
.navbar .nav-link {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: var(--secondary-color);
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
img {
  max-width: 100%;
  border: 0;
}
html {
  height: 100vh;
}
a {
  border: 0;
  cursor: pointer;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.hero-img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  max-height: 505px;
  object-fit: cover;
  display: block;
  margin: auto;
}
.footer-main h6 {
  font-size: 16px;
  color: #f93 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin: 0 0 12px;
  position: relative;
}
.footer-main h6::before {
  background: linear-gradient(
    to right,
    #fc4a1a,
    #fd6b12,
    #fc8712,
    #faa01f,
    #f7b733
  );
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 2px;
  width: 45px;
}
.emergency_call_area {
  background: #176bc5;
  padding-top: 35px;
  padding-bottom: 25px;
}
.emergency_call_area h4 {
  color: #fff;
  font-size: calc(22px + 0.7vw);
  font-weight: 600;
}
.emergency_call_area h4 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}
.emergency_call_area p {
  font-size: 20px;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  font-style: italic;
  color: #fff !important;
  margin-bottom: 0;
}
.emergency_call_area .footer-btn {
  color: #fff;
  text-align: center;
  padding: 10px calc(20px + 1vw);
  background: #0264a9;
  margin-bottom: 0;
  font-size: calc(20px + 0.5vw);
  border-radius: 31px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.31);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
p {
  font-weight: 400;
  color: #212529 !important;
}
.bg-header {
  background-color: #021f2d;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.footer-main a,
.footer-main strong {
  line-height: 2;
  transition: opacity 0.5s;
  color: rgba(255, 255, 255, 0.6);
}
.footer-main .footer-btn-outline:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-main ul li a:hover {
  text-decoration: none;
  color: #fff;
  padding-left: 1px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6) !important;
  position: relative;
}
.footer-main:is(h4, h6),
.footer-h2 {
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}
.footer-main:is(h4, h6)::before,
.footer-h2::before {
  background: linear-gradient(
    to right,
    #fc4a1a,
    #fd6b12,
    #fc8712,
    #faa01f,
    #f7b733
  );
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 45px;
}
.footer-h2 {
  font-size: 17px;
  color: #091222;
}
.bg-footer-bottom {
  background: #091222;
  padding: 28px 0;
}
.review-svg-man {
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 256 256"><path d="M224 128a95.76 95.76 0 0 1-31.8 71.37A72 72 0 0 0 128 160a40 40 0 1 0-40-40 40 40 0 0 0 40 40 72 72 0 0 0-64.2 39.37A96 96 0 1 1 224 128" opacity=".2"></path><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M74.08 197.5a64 64 0 0 1 107.84 0 87.83 87.83 0 0 1-107.84 0M96 120a32 32 0 1 1 32 32 32 32 0 0 1-32-32m97.76 66.41a79.66 79.66 0 0 0-36.06-28.75 48 48 0 1 0-59.4 0 79.66 79.66 0 0 0-36.06 28.75 88 88 0 1 1 131.52 0"></path></svg>');
  background-position: center left;
  display: flex;
  background-size: contain;
  position: relative;
  top: -4px;
}
.svg-rat {
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg height="16" viewBox="0 0 256 256" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m234.29 114.85l-45 38.83L203 211.75a16.4 16.4 0 0 1-24.5 17.82L128 198.49l-50.53 31.08A16.4 16.4 0 0 1 53 211.75l13.76-58.07l-45-38.83A16.46 16.46 0 0 1 31.08 86l59-4.76l22.76-55.08a16.36 16.36 0 0 1 30.27 0l22.75 55.08l59 4.76a16.46 16.46 0 0 1 9.37 28.86Z" fill="%23fbbc04"></path></svg>');
  background-position: center left;
  display: flex;
  background-size: contain;
}
section.services .card-img-top {
  height: clamp(138px, 10.6rem, 180px);
  width: 100%;
}
section.services .service-list li::before {
  content: "✔";
  font-size: 13px;
  color: #ffffff !important;
  padding: 0px 2px;
  background: #099647;
  text-align: center;
  margin-right: 5px;
  border-radius: 100%;
}
.bg-service-title {
  background: #0e59a9;
}
section.services .card-title {
  padding: 9px 0px 9px 8px;
  font-size: 16px;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0;
}
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  background: #0e59a9;
  box-shadow: 0 3px 6px rgb(0 0 0 / 23%);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 1;
}
.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
  left: 0;
  transform: rotatey(174deg);
  opacity: 0.4;
}
.wrapper i:last-child {
  right: -4px;
  opacity: 0.4;
}
.wrapper i:hover,
.wrapper i:last-child:hover,
.wrapper i:first-child:hover {
  opacity: 1;
}
.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging [data-carousel-item] {
  cursor: grab;
  user-select: none;
}
.carousel:where([data-carousel-item], .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel [data-carousel-item] {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel [data-carousel-item] figure {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.carousel [data-carousel-item] img {
  height: 300px;
  width: 100%;
}
[data-carousel-item] .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel [data-carousel-item] h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel [data-carousel-item] span {
  color: #6a6d78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: minmax(218px, auto);
  }
}
.accordion-section {
  border: 1px solid #dee2e6;
}
.accordion-section:not(:first-of-type) {
  border-top: 0;
}
.accordion-section:first-of-type {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.accordion-section:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.accordion-section-title button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 16px 20px;
  background-color: transparent;
}
.accordion-section-title button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: auto;
}
.accordion-section.open .accordion-section-title button::after {
  transform: rotate(-180deg);
  fill: white;
}
.accordion-section.open .accordion-section-title button {
  background-color: #0e59a9c7;
  color: white;
}
.accordion-section-content {
  padding: 16px 20px;
  border-top: 1px solid #dee2e6;
  display: none;
  transition: height 0.5s ease;
}
.content * :not(h1){
  line-height: 2rem !important;
}
.content * {
   letter-spacing: 0.05em;
  margin-bottom: calc(10px + 0.8vw);
  
}

.content ul,
.content ol {
  line-height: 2rem;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-left: 0 !important;
  list-style: none !important;
}
.content ul li,
.content ol li {
  margin-bottom: 5px !important;
}
.content ul li::before,
.common_issues ul li::before,
.content ol li::before {
  content: "✔";
  font-size: 13px;
  color: #ffffff;
  background: #099647;
  padding: 0 2px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.content ul li *,
.content ol li * {
  display: inline-block !important;
  margin: 0 !important;
}
#areasmodalContent {
  max-height: 500px !important;
  overflow-y: auto;
  list-style-type: none;
  background-color: #f9f9f9;
}
#areasmodalContent li {
  margin-bottom: 8px;
}
.fixed-call {
   position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding-top: 4px;
    border-top: 1px solid #cda1a1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
  #areasmodalContent {
    max-height: none;
  }
}
