@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.error {
  color: #dc3545;
}

:root {
  --dark: #11114a;
  --yellow: #d08e25;
  --text: #3a3535;
  --bg: #fff4f1;

  --gray: #828a9b;
}

.yellow {
  color: var(--yellow);
}

.gray {
  color: var(--gray);
}

.bgpink {
  background-color: var(--bg);
}

.bgdark {
  background-color: var(--dark);
}

body,
div,
p,
span,
li,
strong,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
}

.text {
  color: var(--text);
}

.f-32 {
  font-size: 32px;
}

.f-18 {
  font-size: 18px;
}

.f-42 {
  font-size: 42px;
}

.small-title {
  color: var(--yellow);
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.dark {
  color: var(--dark);
}

button.main-btn {
  background: #d08e25;
  box-shadow: -5px 5px 8px 0px #00000099;
  border: 1.07px solid #11114a;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.relative {
  position: relative;
}

.f-24 {
  font-size: 24px;
}

.f-62 {
  font-size: 62px;
}

.semi-bold {
  font-weight: 600;
}

/* home */
section.lifestyle-living,
.everyday-living,
section.why-choose-us {
  padding: 90px 0;
}

.lifestyle-abs {
  position: absolute;
  background: #1a0808b2;
  width: 94%;
  border-radius: 12px;
  z-index: 99;
  margin: 0 auto !important;
  padding: 15px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 55px;
  top: 75%;
  left: 0;
  right: 0;
}

header .navbar-collapse.collapse.show {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: #fff;
  z-index: 99;
  padding: 20px;
}

button.main-btn:hover,
button.border-btn:hover {
  transform: translate(0px, -8px);
  transition: 0.8s;
}

a.foot-link:hover {
  transform: translate(10px, 0px);
  transition: .6s;
}

.social-link:hover {
  transform: rotate(360deg);
  transition: .7s;
}

.skills-icon {
  height: 32px;
  min-width: 32px;
}

.lifestyle-img {
  height: 340px;
  border-radius: 12px;
  object-fit: cover;
}

.lifestyle-cols {
  box-shadow: -4.03px 4.03px 24.18px 0px #00000026;
  color: #fff;
}

.lifestyle-cols:hover .lifestyle-abs {
  top: 50px;
  height: 250px;
}

.lifestyle-txt {
  opacity: 0;
}

.lifestyle-cols:hover .lifestyle-txt {
  opacity: 1 !important;
}

.services-box {
  background: #11114a;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.services-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.service-icon {
  height: 50px;
}

section.result-services {
  background-size: cover;
  background-image: url("../images/resultbg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0;
}

.services-res-col {
  background: #333333;
  padding: 25px;
  border-radius: 12px;
}

.skills-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.f-40 {
  font-size: 40px;
}

.abs-gray-title {
  color: #dde5f6;
  font-size: 58px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: -36px;
  z-index: -1;
  letter-spacing: 2px;
  opacity: 0.6;
}

button.border-btn {
  box-shadow: -3.43px 3.43px 1.71px 0px #00000026;
  border: 1.07px solid #11114a;
  background: transparent;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
}

.progress-bar {
  background: #000;
  border-radius: 20px;
  height: 10px;
}

.progress {
  height: 10px;
}

section.banner-living {
  padding: 80px 0 150px 0;
}

.services-living .services-box {
  margin-top: -60px;
}

.social-link {
  background: #FAF5F5;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0px 7.57px 7.57px 0px #424FA21A;
}

/* slider css */

.product-details-slider {
  margin-bottom: 20px;
}

.topbar {
  background: #11114A;
  padding: 10px 0;
}

.product-details-slider .item {
  height: 486px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.product-details-thumb {
  margin-left: 10px;
  margin-bottom: 10px;
}

.product-details-thumb .thumb {
  margin-right: 20px;
  height: 100px;
  cursor: pointer;
  position: relative;
}

.product-details-slider .active .item::after {
  content: "";
  background: #D08E25;
  height: 90%;
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: -1;
  width: 90%;
}

.owl-carousel .thumb.active .productslide-img {
  border: 2px solid #000;
}

.product-details-thumb .thumb.active::after {
  opacity: 0.33;
}

.owl-carousel .owl-item .productslide-img {

  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.product-details button.owl-prev {
  position: absolute;
  left: -70vw;
  bottom: 0;
}

.product-details button.owl-next {
  position: absolute;
  left: -78vw;
  border: 0;
}

.owl-carousel .thumb .productslide-img {
  height: 100px;
  border-radius: 20px;
}

.banner-living .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 100px;
}

.trusted-living .owl-dots button {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  margin: 0 3px;
  background-color: #D9D9D9;
}

.trusted-living .owl-dots {
  text-align: center;
}

.trusted-living .owl-nav {
  display: none;
}

.trusted-living .owl-dots button.owl-dot.active {
  background: #000;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.33;
  cursor: default;
  /*display: none;*/
}

.header-main ul li a.nav-link {
  font-size: 14px;
  color: #000323;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 14px !important;
}

.header-main a.nav-link.get-quote {
  border: 1.07px solid #11114A;
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
}

.header-main a.nav-link.get-quote:hover {
  background-color: var(--yellow);
}

.owl-nav button svg {
  width: 33px;
  height: 33px;
}

img.logo-img {
  height: 40px;
  width: auto;
}

.owl-nav button.owl-prev {
  left: -30vw;
}

.owl-nav button.owl-next {
  right: -12px;
}

.owl-nav button span {
  font-size: 33px;
}

.simple-ways-text {
  padding: 25px;
  border-radius: 15px;
  box-shadow: -9px 10px 10px 0px #00000026;
  height: 100%;
  display: flex;
  align-items: center;
}

img.ways-img {
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.simple-ways-img {
  box-shadow: 0px 4px 30px 0px #0000001A;
}

.abs-title-ways {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.trusted-living {
  padding: 90px 0;
  background: #F0F0F0;
}

.faq-section {
  padding: 90px 0;
}

.testimony-box {
  box-shadow: -4px 4px 4px 0px #00000026;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

img.clinet-img {
  height: 70px;
  width: 70px;
  max-width: 70px;
  object-fit: cover;
  border-radius: 100%;
}

.testimonials-slider .item {
  padding: 8px;
}

footer {
  background: #11114A;
  padding: 80px 0;
}

.news-form input {
  padding: 14px;
  height: auto;
  border-radius: 10px 0 0 10px;
  height: 50px;
}

button.news-btn {
  background: #D08E25;
  color: #fff;
  padding: 10px 25px 10px 20px;
  height: 50px;
  border: none;
  border-radius: 0 30px 30px 0;
}

.news-form {
  display: flex;
  align-items: center;
}

/* accordion */

.working-process .accordion-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -4px 4px 15px 0px #0000001A;
  background-color: #fff;
}

.rowfaq .accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.working-process .accordion-item .accordion-button {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  transition: all 0.2s ease-in-out;
  background-color: #fff !important;
  box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 40px;
}


.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  height: 35px;
  width: 35px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f067";
}

.working-process .accordion-item .collapsing {
  transition: all 0.3s ease-in-out;
}

@media(max-width: 1199px) {
  img.logo-img {
    height: 32px;
  }

  .f-62 {
    font-size: 55px;
  }
}

@media(max-width: 991px) {
  .services-results {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-col.newsletter {
    padding-top: 30px;
  }

  img.footer-logo-img {
    width: 100%;
  }

  .f-24 {
    font-size: 18px;
  }

  .f-42 {
    font-size: 36px;
  }

  .owl-carousel .thumb .productslide-img {
    height: 72px;
    border-radius: 10px;
  }
}

@media(max-width: 767px) {
  .services-results {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .f-62 {
    font-size: 40px !important;
  }

  .services-res-col {
    padding: 20px;
  }

  .footer-col.second.ps-3 {
    padding: 30px 0 !important;
  }

  .footer-col.newsletter {
    padding-top: 20px;
  }

  .rowfaq .accordion {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .f-42 {
    font-size: 36px !important;
  }

  .abs-gray-title {
    font-size: 48px;
    top: -26px;
  }

  .f-40 {
    font-size: 30px !important;
  }

  img.logo-img {
    height: 30px !important;
  }

  section.banner-living {
    padding: 50px 0 110px 0 !important;
  }

  .product-details.spad {
    padding-top: 40px;
  }

  .owl-carousel .thumb .productslide-img {
    height: 60px !important;
    border-radius: 10px;
  }

  .services-box {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .f-32 {
    font-size: 26px !important;
  }

  .everyday-living img {
    margin-top: 26px;
  }
}