.services__container {
  margin-top: 118px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow-x: hidden;
}
.services__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.services__title h1 {
  text-align: center;
  font-style: italic;
  font-size: 30px;
  color: var(--first-color);
  position: relative;
  text-transform: uppercase;
}

.services__title p {
  text-align: center;
  color: #2E2E22;
  width: 625px;
  margin: 0 auto;
}


/* cards */


.cards__service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}


.card__service {
  width: 100%;
  max-width: 419px;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 8px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}



.card__service {
  transition: transform 0.3s ease-out;
}

.card__service:hover {
  transform: scale(1.05);
}



.icon__card-service--info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 15px;
}

.icon__card-service--info>div {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

.icon__card-service--info>div figure {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  padding: 15px;
  background-color: var(--first-color);
}

.icon__card-service--info>div figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.icon__card-service--info>div h3 {
  font-size: 20px;
  color: var(--first-color);
}

.icon__card-service--info>p {
  color: #696969;
}

/* .image__unavailable{
  background-color: #e2e8f0;
  padding: 8px;
  height: 73px;
  width: 73px;
  border-radius: 50%;
  padding: 15px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.image__unavailable>svg{
  color: #edf2f7;
  height: 100%;
  width: 100%;
} */

.btn__read-more--content {
  display: flex;
  align-self: flex-start;
}

.btn__read-more--content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: var(--second-color);
  font-weight: bold;
}

.btn__read-more--content a .material-symbols-outlined {
  color: var(--second-color);
  font-weight: bold;
}





/* bottom */

.services__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #F5F5F5;
  margin-top: 50px;
  padding-bottom: 80px;
  padding-top: 80px;
  width: 100vw;
}

.services__bottom--right {
  box-shadow: 0px 3px 6px #00000029;
  min-height: 587px;
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  justify-content: center;
  background-color: var(--first-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}

.services__bottom--left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}

.services__bottom--left figure {
  width: 502px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

.services__bottom--left figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.services__bottom--right>div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 35px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.services__bottom--right>div figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.services__bottom--right>div figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services__bottom--right div h2 {
  text-align: right;
  font-size: 30px;
  color: var(--white-color);
}

.services__bottom--right div p {
  text-align: right;
  color: var(--white-color);
}




/* services content */



.services__content-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.services__content-top>* {
  font-size: 16px;
  color: #666666;
}

.services__content-top>div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__content-top div figure {
  height: 320px;
  width: 485px;
}

.services__content-top div figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.services__content-mid {
  background-color: var(--third-color);
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}

.services__content-mid--content * {
  z-index: 5;
}


.services__content-mid--content h2 {
  text-align: center;
  font-size: 30px;
  color: var(--fourth-color);
  width: 522px;
  margin: 0 auto;
}

.services__content-mid--content h2 span {
  color: var(--second-color);
}

.services__content-mid--text {
  color: var(--second-color);
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--white-color);
}

.services__content-cards {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

.services__content-cards div {
  width: 100%;
  height: 182px;
  background: var(--fifth-color);
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.services__content-cards div figure {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--first-color);
  padding: 15px;
  margin: 0 auto;
  top: -25px;
}

.services__content-cards>div:first-child figure {
  padding: 5px;
}

.services__content-cards div figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services__content-cards div h3 {
  text-align: center;
  font-size: 30px;
  color: var(--white-color);
}

.services__content-cards div p {
  text-align: center;
  color: var(--white-color);
}



.services__content-bottom {
  margin-top: 50px;
}

.services__content-bottom>div:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 55px;
  margin-bottom: 50px;
}

.why__trust-us--left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 35px;
}

.why__trust-us--left>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.why__trust-us--left>div:first-child h2 {
  font-size: 57px;
  color: var(--first-color);
  line-height: 1.1;
}

.why__trust-us--left>div:first-child h3 {
  font-size: 30px;
  color: #000000;
  line-height: 1.1;
}

.why__trust-us--left p {
  font-size: 16px;
  color: #696969;
}

.why__trust-us--left>div:nth-of-type(2) {
  gap: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.why__trust-us--left>div:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why__trust-us--left>div:nth-of-type(3) .btn {
  width: 50%;
}



.why__trust-us--item {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: flex-start;
  gap: 15px;
  min-height: 125px;
}

.why__trust-us--item figure {
  height: 80px;
  width: 76px;
}

.why__trust-us--item figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.why__trust-us--item div h4 {
  color: var(--first-color);
  font-size: 22px;
  font-style: italic;
}

.why__trust-us--right {
  display: flex;
  align-items: self-end;
  position: relative;
}

.why__trust-us--right div {
  height: 492px;
  width: 300px;
  box-shadow: 0px 3px 6px #00000029;
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  display: flex;
  align-items: center;
  background-color: #FF3E3E;
  position: absolute;
  z-index: 1;
  right: 0;
}

.why__trust-us--right div::after {
  position: absolute;
  content: '';
  top: 0;
  height: 492px;
  width: 100vw;
  background-color: var(--first-color);
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  z-index: 1;
}

.why__trust-us--right figure {
  height: 413px;
  width: 375px;
  z-index: 2;
  margin-bottom: 39px;
}

.why__trust-us--right figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


/* faqs */

.services__content-faqs {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 80px;
}

.services__content-faqs div h2 {
  text-align: center;
  font-size: 30px;
  color: var(--second-color);
}

.services__content-faqs div h2>span:first-child {
  position: relative;
  z-index: 2;
}

.services__content-faqs div h2>span:nth-of-type(2) {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
  background: #01D9CC;
  transform: scaleX(0) skew(-20deg);
  transform: scaleX(1) skew(-20deg);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}


.frequently__asked-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: start;
  gap: 20px;
}

.frequently__asked-container>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  margin-top: 40px;
}

.item__frequently-asked {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 0px 3px 6px #0000000D;
  gap: 0;
  position: relative;
  transition: all .25s ease;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 13px;
}

.header__frequently-asked {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  min-height: 50px;
  opacity: 1;
}

.header__frequently-asked h3 {
  font-size: 18px;
  color: #000000;
}

.header__frequently-asked .material-symbols-outlined {
  font-size: 40px;
  color: var(--first-color);
  font-weight: 800;
}

.answers__frequently-asked--questions {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease-in-out;
}

.answers__frequently-asked--questions p {
  line-height: 1.5;
  margin-top: 10px;
  color: #696969;
}