﻿.service-inner-one .theme-heading {
  display: flex;
  align-items: center;
  width: 100%;
}
.service-inner-one .theme-heading h1 {
  color: #904646;
  text-align: center;
  font-family: "Big Shoulders Display";
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .service-inner-one .theme-heading h1 {
    font-size: 33px;
  }
}
.service-inner-one .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .service-inner-one .images {
    grid-template-columns: 1fr;
  }
}
.service-inner-one .images img.main-image {
  width: 100%;
}
.service-inner-one .images img.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .service-inner-one .images img.icon {
    width: 80px;
  }
}
.service-inner-one .content {
  margin-top: 30px;
  text-align: center;
}
.service-inner-one .block-part {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: fit-content;
  margin: 15px auto;
  gap: 24px;
}
@media (max-width: 1024px) {
  .service-inner-one .block-part {
    gap: 0px;
    flex-direction: column;
  }
}
.service-inner-two {
  display: block;
}
.service-inner-two .theme-heading h2 {
  color: var(--Greys-White, #fff);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
.service-inner-two .content {
  padding: 0px 10px 0px 30px;
  border-left: 1px solid #ffffff73;
}
.service-inner-two .items {
  padding-left: 80px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .service-inner-two .items {
    padding-left: 0px;
    margin-top: 10px;
  }
}
.service-inner-two .items .item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.service-inner-two .items .item img {
  box-shadow: 0px 0px 15px 0px #ffffff7d;
  border-radius: 6px;
}
.service-inner-two .items .item p {
  overflow-y: scroll;
  height: 75px;
}
.service-inner-two .items .item p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.service-inner-two .items .item p::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.service-inner-two .items .item p::-webkit-scrollbar-thumb {
  background-color: #424242;
}
.service-inner-two .items .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.service-inner-two .items .slick-dots li {
  margin: 0 0.25rem;
}
.service-inner-two .items .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #3d3d3d;
  text-indent: -9999px;
}
.service-inner-two .items .slick-dots li.slick-active button {
  background-color: dimgray;
}
.service-inner-three .theme-heading h2 {
  color: #363636;
  font-size: 49px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .service-inner-three .theme-heading h2 {
    font-size: 32px;
    text-align: center;
  }
}
.service-inner-three img {
  border-radius: 15px;
}
.service-inner-four {
  display: block;
  padding-bottom: 0px;
}
.service-inner-four .theme-heading {
  display: flex;
  align-items: center;
  width: 100%;
}
.service-inner-four .theme-heading h2 {
  color: #363636;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-inner-four .theme-heading h2 {
    font-size: 32px;
    text-align: center;
  }
}
.service-inner-four .image-container img {
  border-radius: 28.36px;
  margin-top: 20px;
}
.service-inner-four .content {
  background-image: url(/wp-content/uploads/2024/05/Rectangle-23617.png);
  padding: 30px;
  text-align: center;
  color: #fff;
  background-size: 100% 100%;
  padding-top: 75px;
  margin-top: -65px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .service-inner-four .content {
    padding: 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    margin-top: -56px;
  }
}
.community-one {
  text-align: center;
}
.community-one .bg {
  position: absolute;
  width: 100%;
  height: 82%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .community-one .bg {
    height: 99%;
  }
}
.community-one .sub-heading h1 {
  color: #7e4848;
  text-align: center;
  font-size: 42.742px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 60px;
  font-style: italic;
  margin: 0 auto;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .community-one .sub-heading h1 {
    font-size: 25.742px;
    padding: 10px;
  }
}
.community-one .theme-heading {
  margin-bottom: 36px;
}
.community-one .theme-heading h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 74.453px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .community-one .theme-heading h2 {
    font-size: 35px;
  }
}
.community-one .content {
  text-align: left;
}
.community-one .content p {
  margin-bottom: 20px;
  color: var(--Greys-White, #fff);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.community-two .theme-heading h2 {
  color: #2c2b47;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.community-two .content {
  text-align: center;
}
.community-two .items {
  display: flex;
  gap: 24px;
  margin-top: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  flex-flow: wrap;
}
.community-two .items .item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 31%;
}
@media (max-width: 1024px) {
  .community-two .items .item {
    width: 100%;
  }
}
.community-two .items .item img {
  width: 70px;
}
.community-three {
  padding: 100px 0 20px;
}
@media (max-width: 1024px) {
  .community-three {
    padding: 50px 0 20px;
  }
}
.community-three .theme-heading h2 {
  color: #2c2b47;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
.community-three .theme-heading h2 span {
  color: #2c2b47;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .community-three .theme-heading h2 span {
    font-size: 58px;
  }
}
.community-three .items {
  display: flex;
  gap: 24px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.community-three .items .item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15.565px;
  border: 1.038px solid #faf3e4;
  background: var(--Greys-White, #fff);
  padding-right: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
  width: 31%;
}
@media (max-width: 1024px) {
  .community-three .items .item {
    width: 100%;
  }
}
.community-three .items .item img {
  width: 80px;
  border-radius: 15.565px 0px 0px 15.565px;
  background: #faf3e4;
  padding: 10px;
}
.community-four .theme-heading h2 {
  color: #7e4848;
  font-family: Montserrat;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .community-four .theme-heading h2 {
    font-size: 48px;
  }
}
.community-four .theme-heading h2 span {
  color: #2c2b47;
  font-family: Montserrat;
  font-size: 133px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .community-four .theme-heading h2 span {
    font-size: 91px;
  }
}
.community-four .content {
  margin-bottom: 15px;
}
.community-four .content p {
  color: var(--secondary-brand, #424242);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.community-four .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .community-four .items {
    gap: 10px;
  }
}
.community-four .items .item {
  border-radius: 15px;
  border: 1px solid #dedede;
  background: var(--Greys-White, #fff);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.community-four .items .item img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.community-four .items .item p {
  padding: 20px;
  text-align: center;
}
.community-five {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .community-five {
    padding: 0;
  }
}
.community-five .theme-heading {
  text-align: center;
}
.community-five .theme-heading h2 {
  color: #2c2b47;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.community-five .theme-heading h2 span {
  color: #7e4848;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.community-five .items {
  display: flex;
  gap: 24px;
  margin-top: 25px;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .community-five .items {
    flex-wrap: wrap;
  }
}
.community-five .items .item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15.565px;
  border: 1.038px solid #faf3e4;
  background: var(--Greys-White, #fff);
  padding-right: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.community-five .items .item img {
  width: 80px;
  border-radius: 15.565px 0px 0px 15.565px;
  background: #faf3e4;
  padding: 10px;
}
.community-six h2 {
  color: #2c2b47;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.community-six .items {
  display: flex;
  gap: 24px;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.community-six .items .item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15.565px;
  border: 1.038px solid #faf3e4;
  background: var(--Greys-White, #fff);
  padding: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
  width: 31%;
}
@media (max-width: 1024px) {
  .community-six .items .item {
    width: 100%;
  }
}
.community-six .items .item img {
  width: 80px;
}
.community-six .images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .community-six .images {
    grid-template-columns: 1fr;
  }
}
.community-six .images img {
  width: 100%;
  border-radius: 20.09px;
  border: 3px solid var(--Greys-White, #fff);
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.faq-hero .theme-heading {
  display: block;
  margin-bottom: 15px;
}
.faq-hero .theme-heading h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 118%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .faq-hero .theme-heading h1 {
    font-size: 28px;
  }
}
.faq-hero .theme-heading h1 span {
  color: #6f6b6b;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .faq-hero .theme-heading h1 span {
    font-size: 38px;
  }
}
.faq-one {
  background-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .faq-one {
    padding: 20px 0 60px;
  }
}
.faq-one ul.theme {
  text-align: center;
  display: grid;
  align-items: center;
  justify-items: center;
}
.faq-one .content-main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.faq-one .image-container {
  position: relative;
}
.faq-one .image-heading {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  padding: 18px;
  background: #0058c9;
  border-radius: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}
.faq-one .faq-page {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .faq-one .faq-page {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.faq-one {
  interpolate-size: allow-keywords;
}
.faq-one .faq-page h3 {
  font-size: 32px;
  color: var(--primary);
}

.faq-one .faq-page .faq-category:not(:last-child) {
  margin-bottom: 30px;
}

.faq-one .faq-page .faq-category > :not(:last-child) {
  margin-bottom: 15px;
}

.faq-one .faq-page details::details-content {
  transition:
    height 0.2s ease-out,
    content-visibility 0.2s allow-discrete;
  overflow: hidden;
  height: 0;
}
.faq-one .faq-page details[open]::details-content {
  height: auto;
}

.faq-one .faq-page details .content {
  padding: 15px;
  border: 1px solid #e7e1e1;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.faq-one .faq-page details summary {
  transition: 0.5s all;
  list-style: none;
  cursor: pointer;
  padding: 15px;
  background: #e7e1e1ff;
  color: black;
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
}

.faq-one .faq-page details[open] summary {
  background: var(--primary);
  color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq-one .faq-page details summary::before {
  content: "\e15b";
  transition: 0.3s;
  width: 30px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  display: grid;
  font-family: "Material Icons";
  display: grid;
  place-items: center;
}

.faq-one .faq-page details[open] summary::before {
  content: "\e145";
}

.gaf-one {
  text-align: center;
  padding: 120px 0;
}
.gaf-one .theme-heading h1 {
  color: #343232;
  font-size: 49px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin: 0 0 20px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .gaf-one .theme-heading h1 {
    font-size: 31px;
  }
}
.gaf-one .theme-heading h1 span {
  background: #ea3d3c;
  color: #fff;
  padding: 10px;
}
.gaf-one .buttons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
.gaf-two {
  text-align: center;
}
.gaf-two .theme-heading h2 {
  color: #2c2b47;
  text-align: center;
  font-size: 49px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
.gaf-two .images {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .gaf-two .images {
    gap: 0px;
    flex-wrap: wrap;
  }
}
.quote-one {
  position: relative;
  background-image: url("/wp-content/uploads/2024/05/image-206-min.jpg");
}
.quote-one:before {
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #7e4848;
  opacity: 0.4;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  position: absolute;
  z-index: 0;
  top: 40%;
  width: 31%;
  height: 42%;
  right: 0;
}
.quote-one .right {
  z-index: 1;
}
.quote-one a {
  padding: 20px;
}
.quote-two .content {
  padding: 20px;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.quote-three {
  background-color: #000000;
}
.quote-three .stepnumber {
  width: fit-content;
  background: #c4c4c4;
  border-radius: 25px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 15px;
}
.quote-three .stepnumber span {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 25px;
  padding: 5px 25px;
  margin-left: 15px;
}
.quote-three .row {
  align-items: stretch;
  gap: 50px;
}
.quote-three .single {
  position: relative;
}
.quote-three .single:not(:last-child):after {
  content: url(/wp-content/uploads/2024/05/Arrow-5.png);
  position: absolute;
  right: -115px;
  top: 50%;
  transform: translateY(-50%);
}
.quote-three a {
  padding: 20px;
}
