@font-face {
  font-family: "Degular";
  src: url(./assets/DegularDemo-Regular/DegularDemo-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Degular-Semibold";
  src: url(./assets/DegularDemo-Semibold/DegularDemo-Semibold.otf);
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-family: "Roboto Flex", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Degular", sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  font-family: "Degular", sans-serif;
}

button:hover {
  transition: 0.3s ease;
  background-color: #804216 !important;
}

input {
  border: none;
  outline: none;
}

button,
input {
  border: none;
}

ul li {
  list-style: none;
}

nav {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 100%;
  padding: 5px 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  gap: 2rem;
}

nav .logo {
  width: 80px;
}

nav .flex {
  gap: 1rem;
}

nav .flex a button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

nav button {
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #c50;
  color: #fff;
  font-size: 1rem;
}

/* first nav a button should be black */

nav .flex a:last-child button {
  /* background-color: #804216;
  color: #fff; */
}

nav .menu {
  font-size: 1.3rem;
  color: #000;
  display: none;
}

nav .sidebar {
  position: absolute;
  flex-direction: column;
  background-color: #fff;
  top: -90vh;
  left: 0;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  z-index: 111;
  transition: ease 0.5s all;
  min-height: 200px;
  font-family: "Degular", sans-serif;
  box-shadow:
    rgba(27, 31, 35, 0.04) 0px 1px 0px,
    rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

nav .sidebar ul {
  padding: 0 20px;
  padding-top: 20px;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

nav .sidebar ul li a {
  font-size: 1.2rem;
}

nav .sidebar .flex-col {
  gap: 1rem;
  font-family: "Degular", sans-serif;
  font-size: 1.2rem;
  border-bottom: 0.1px #131212 solid;
  padding: 0 20px;
}

nav .sidebar .btm {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  font-size: 1.1rem;
}

nav .sidebar .btm h4 {
  width: 60%;
  min-width: 240px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: "Degular", sans-serif;
}

nav .sidebar .btm a {
  color: #c50;
}

nav .sidebar .btm span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

nav .desktop-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Degular", sans-serif;
}

.nav-link.active {
  color: #c50 !important;
}

.hero {
  min-height: 500px;
  width: 100%;
  margin-top: 80px;
  color: #fff;
  position: relative;
  background-color: #c50;
  z-index: 10;
}

.hero .left {
  width: 55%;
  min-height: 100%;
  background-color: #cc5500;
  padding: 20px;
  padding-left: 45px;
  padding-top: 50px;
  z-index: 11;
  padding-bottom: 10rem;
  position: relative;
  z-index: 2;
  background-image: url("./assets/ellipse.png");
  background-position: 250px calc(20% - 0px);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .left h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  width: 55%;
  min-width: 380px;
  z-index: 11;
  position: relative;
  font-family: "Degular-Semibold", sans-serif;
}

.hero .left p {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  width: 75%;
  line-height: 1.8rem;
  z-index: 11;
  position: relative;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
}

.hero .left .email {
  margin-top: 2rem;
  z-index: 11;
  position: relative;
  /* border: 2px red solid; */
}

.hero i {
  /* rotate right */
  transform: rotate(90deg);
}

.hero i.rotate {
  transform: rotate(0deg);
}

.hero .left input {
  border: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Degular", sans-serif;
}

.hero .left .email a:hover {
  transition: 0.3s ease;
  background-color: #ef761f;
}

.hero .left .email .dropdown {
  padding: 1rem;
  cursor: pointer;
  background-color: #fff;
  list-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100%;
  font-family: "Degular", sans-serif;
  width: 50%;
  max-width: 350px;
  min-width: 220px;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
}

.hero .left .email .dropdown .list {
  width: 100%;
  background: #fff;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  border-bottom: #c50 2px solid;
  display: none;
}

.hero .left .email .dropdown .list.active {
  display: block !important;
}

.hero .left .email .dropdown ul li {
  padding: 10px 0;
  font-size: 1.1rem;
  cursor: pointer;
}

.hero .left .email .dropdown ul li:hover {
  color: #c50;
}

.hero .left a {
  padding: 10px 15px;
  border: none;
  color: #fff;
  background-color: #804216;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: "Degular", sans-serif;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero .right {
  width: 45%;
  min-height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 11;
}

.hero .right img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .ellipse {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 400px;
  z-index: 1;
  margin-right: -48%;
  /* border: 2px royalblue solid; */
}

.partnering {
  padding: 30px 45px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.partnering h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #cc5500;
}

.partnering .partnering-txt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 65%;
  min-width: 400px;
  line-height: 1.55rem;
  color: #5d5c5c;
  font-family: "Degular", sans-serif;
  line-height: 2.3rem;
}

.partnering .partnering-txt .txt-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.partnering .partnering-txt .flex {
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
}

.partnering .partnering-txt .flex button {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #c50;
  color: #fff;
  font-size: 1rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.partnering .partnering-txt .flex a {
  color: #fff;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.about {
  padding: 30px 45px;
  width: 100%;
  background-color: #fff3ea;
  font-family: "Degular", sans-serif;
  overflow: hidden;
}

.about-top {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}

.about .left {
  width: 50%;
  min-width: 400px;
}

.about .left .left-txt {
  color: #5d5c5c;
  width: 100%;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.about .left .left-txt span {
  /*Change family to higher degular*/
  font-family: "Degular-Semibold", sans-serif;
}

.about .left .left-txt p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.about .left .left-txt #bold {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #cc5500;
  line-height: 120%;
}

.about .left .left-txt a {
  color: #c50;
}

.left-txt .flex {
  gap: 1.55rem;
  margin-top: 1.55rem;
  align-items: center;
}

.left-txt .flex button {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #c50;
  color: #fff;
  font-size: 1rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.left-txt .flex a {
  color: #fff !important;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.about .right {
  width: 40%;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}

.about .right .block h5 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 800;
}

.about h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.about .about-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding-bottom: 4rem;
}

.about .about-bottom .about-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
  transition: ease 0.5s all;
}

.about .about-bottom .about-card:hover {
  transform: rotate(2deg);
  transition: ease 0.5s all;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.about .about-bottom #no-tilt:hover {
  transform: rotate(0deg);
  transition: ease 0.5s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about .about-bottom .about-card .text {
  padding: 15px;
}

.about .about-bottom .about-card .text span {
  font-size: 1.1rem;
}

.about .about-bottom .about-card .text p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.about .about-bottom .about-card .image {
  width: 100%;
  height: 230px;
  background-color: whitesmoke;
}

.about .about-bottom .about-card .image img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-bottom .about-card .image .pos-top {
  /*top */
  object-position: 0px 0px !important;
}

.choose {
  padding: 50px 45px;
  width: 100%;
  background-color: #fff;
  font-family: "Degular", sans-serif;
  display: flex;
  font-size: 1rem;
  min-height: 400px;
  gap: 2rem;
  justify-content: space-evenly;
  align-items: flex-start;
}

.choose .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.choose .left h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.choose .left span {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0.8rem 0;
}

.choose .left p {
  margin: 0.8rem 0;
  font-size: 1.3rem;
  color: #5d5c5c;
}

.choose .left ul {
  padding-left: 1.4rem;
}

.choose .left .btm {
  padding: 2rem 0;
  width: 90%;
}

.choose .left .btm span {
  font-size: 1.1rem;
}

.choose .left ul li {
  font-size: 1.3rem;
  color: #5d5c5c;
}

.choose .right {
  width: 40%;
  height: 400px;
  border-radius: 20px;
  max-width: 450px;
  min-width: 300px;
  overflow: hidden;
  position: relative;
}

.choose .right img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  align-self: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.testimonial-section {
  width: 100%;
  font-family: "Degular", sans-serif;
}

.testimonial-section .black-rect {
  margin: auto;
  background-color: #000;
  width: 100%;
  height: 350px;
  margin-top: 1.5rem;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}

.testimonial-section .black-rect .left {
  width: 30%;
  min-height: 100%;
  min-width: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 2rem;
  background-color: rgba(26, 18, 13, 0.536);
}

.testimonial-section .black-rect .right {
  width: 60%;
  height: 100%;
  gap: 00.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}

.testimonial-section .black-rect .right p {
  margin-bottom: 2rem;
  width: 85%;
  color: #fff;
}

.testimonial-section .black-rect .right .business-logo {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

.testimonial-section .black-rect .right .business-logo img {
  width: 100%;
}

.testimonial-section .black-rect .right .justify-between {
  margin-top: 2rem;
  width: 90%;
}

.testimonial-section .black-rect .right .justify-between button {
  padding: 8px 15px;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
}

.testimonial-section .black-rect .right .justify-between button:hover {
  background-color: #5d5c5c !important;
  color: #fff;
}

.testimonial-section .black-rect .left img {
  /* flex-shrink: 0; */
  min-width: 100%;
  min-height: 100%;
  /* align-self: center; */
  width: 100%;
  height: 100%;
  /* object-fit: fill; */
}

.testimonial-section .awesome {
  background-color: #fffef3;
  min-height: 400px;
  padding: 35px 45px;
}

.testimonial-section .awesome2 {
  background-color: transparent;
}

.testimonial-section .awesome .ttl {
  margin: auto;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 1.8rem;
}

.companies {
  padding: 30px 45px;
  width: 100%;
  gap: 2rem;
}

.companies .company {
  width: 85px;
}

.join {
  background-color: #000;
  color: #fff;
  padding: 35px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin: 2rem auto;
  margin-bottom: 0;
  min-height: 200px;
  font-family: "Degular", sans-serif;
}

.join p {
  font-size: 1.5rem;
  width: 80%;
  margin-bottom: 0.5rem;
  color: #fff;
}

.join h3 {
  font-size: 2.2rem;
  width: 50%;
}

.join button,
.join-button {
  padding: 10px 15px;
  margin-top: 0.5rem;
  background-color: #c50;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
}

footer {
  padding: 30px 45px;
}

.copyright {
  font-size: 0.88rem;
  color: #5d5c5c;
  font-family: "Degular", sans-serif;
}

.footer {
  display: flex;
  justify-content: space-between;

  gap: 1rem;
  min-height: 300px;
  margin-top: 4rem;
  font-family: "Degular", sans-serif;
  position: relative;
  overflow: hidden;
}

footer .logo {
  width: 80px;
}

footer .left h4 {
  font-size: 1.6rem;
  color: #5d5c5c;
  width: 40%;
  line-height: 2.1rem;
  margin: 2rem 0;
  min-width: 250px;
}

footer .pattern {
  position: absolute;
  margin: auto;
  align-self: center;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

footer .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 40%;
  min-width: 300px;
  overflow: hidden;
}

footer .right .flex {
  display: flex;
  border-bottom: #e3e2e2 1px solid;
  padding-bottom: 1rem;
}

footer .right .flex a {
  width: 20px;
}

.terms {
  margin-top: 5rem;
  padding: 0 45px;
}

.terms h1 {
  font-size: 1.6rem;
  padding: 3rem 0;
  color: #c50;
  font-family: "Roboto Flex", sans-serif;
}

.terms h2 {
  font-size: 1.1rem;
  padding: 0.5rem 0;
  color: #c50;
  font-family: "Roboto Flex", sans-serif;
  margin-top: 1rem;
}

.terms .pb-5 {
  padding-bottom: 1rem;
}

.terms p {
  line-height: 1.6rem;
}

/* Utility Classes */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mt-1 {
  margin-top: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.pointer {
  cursor: pointer;
}

/* Utilities End */

.slide img {
  position: absolute;
}

.slide-img {
  opacity: 0;
  transition: opacity 2s;
}

.show {
  opacity: 1;
}
.slide img {
  position: absolute;
}

.slide-img {
  opacity: 0;
  transition: opacity 2s;
}

.show {
  opacity: 1;
}

#slide-2 img {
  position: absolute;
}

#slide-2 .slide-img {
  opacity: 0;
  transition: opacity 2s;
}

#slide-2 .show {
  opacity: 1;
}

#slide-3 {
  position: relative;
  width: 100%;
  height: 100%;
  /* max-width: 500px; */
}

#slide-3 span {
  display: block;
  width: 80%;
  top: 0;
  left: 0;
}

#slide-3 span {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
}

#slide-3 .show {
  opacity: 1;
}

/* Media Queries */
@media (max-width: 900px) {
  nav .desktop-links {
    display: none;
  }
}
@media (max-width: 1050px) {
  .chooseus {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 830px) {
  .hero {
    flex-direction: column;
    min-height: auto;
  }
  .hero .left {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5rem;
    z-index: 999;
    background-position: 200px calc(20% - 0px);
    /* overflow right hidden */
  }

  .hero .ellipse {
    width: 100%;
  }

  .hero .right {
    width: 100%;
    min-width: 100%;
    min-height: 400px;
  }

  .hero .left h1 {
    font-size: 2.5rem;
    width: 100%;
    min-width: 100%;
  }

  .hero .left p {
    width: 100%;
    min-width: 100%;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  nav {
    padding: 5px 20px;
  }

  .partnering {
    padding: 20px;
  }

  .about {
    padding: 20px;
  }

  .choose {
    padding: 20px;
  }

  .awesome {
    padding: 20px !important;
  }

  .join {
    padding: 30px 20px;
  }

  footer {
    padding: 20px;
  }
}

@media (max-width: 750px) {
  .choose {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .choose .left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }

  #slide-3 span {
    width: 100%;
  }

  .choose .right {
    width: 80%;
    min-width: 80%;
    min-height: 400px;
    margin-top: 2rem;
  }

  .testimonial-section .black-rect {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .testimonial-section .black-rect .left {
    width: 100%;
    min-width: 100%;
    min-height: 350px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .testimonial-section .black-rect .left img {
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
  }

  .testimonial-section .black-rect .right {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }

  .testimonial-section .black-rect .right .business-logo img {
    width: 70px;
    margin-top: 1rem;
  }

  .join {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .join h3 {
    width: 100%;
    text-align: left;
  }

  .join p {
    width: 100%;
    text-align: left;
  }
  .join .join-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .join .col {
    margin-top: 0;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }

  footer .left {
    width: 100%;
    text-align: left;
  }

  footer .right {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }

  .terms {
    padding: 0 20px;
  }

  .terms h1 {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }

  .chooseus {
    flex-direction: column;
  }
  .google-map,
  .google-map iframe {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* Change Font Size */
  .partnering h2 {
    font-size: 1.8rem;
  }

  .partnering .partnering-txt {
    font-size: 1.2rem;
  }

  .about .left .left-txt {
    font-size: 1rem;
  }

  .about .right .block h5 {
    font-size: 1.5rem;
  }

  .about h3 {
    font-size: 1.2rem;
  }

  .choose .left h3 {
    font-size: 1.8rem;
  }

  .choose .left span {
    font-size: 1.1rem;
  }

  .choose .left p {
    font-size: 1.1rem;
  }

  .choose .left ul li {
    font-size: 1.1rem;
  }

  .testimonial-section .black-rect .right p {
    font-size: 1.1rem;
  }

  .awesome h4 {
    font-size: 1.5rem;
  }

  .awesome p {
    font-size: 1.1rem;
  }

  .companies .company {
    width: 60px;
  }

  .join h3 {
    font-size: 1.8rem;
  }

  .join p {
    font-size: 1.1rem;
  }

  footer .left h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 588px) {
  .about-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .about-top .left {
    width: 100%;
    min-width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }

  .about-top .left .left-txt {
    width: 100%;
  }

  .about-top .right {
    width: 100%;
    text-align: left;
    gap: 2.5rem;
  }

  .partnering {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .partnering h2 {
    text-align: left;
  }

  .partnering .partnering-txt {
    text-align: left;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 425px) {
  details summary {
    padding: 0.5rem !important;
    display: flex;
  }
}

@media (max-width: 485px) {
  nav .flex {
    display: none;
  }

  nav .menu {
    display: block;
  }

  nav .logo {
    width: 60px;
  }

  .sidebar.active {
    top: 80px !important;
    transition: ease 0.5s all;
    display: flex;
    align-items: flex-start;
    padding-left: 25px;
  }
  .hero .right {
    min-height: 21rem;
  }
  .hero .right img {
    min-width: 100%;
    min-height: 100%;
  }
  .hero .left .email input {
    min-width: 220px;
    padding: 10px;
  }

  .hero .left .email a {
    padding: 10px;
  }

  .partnering .partnering-txt .flex {
    flex-direction: column;
    justify-content: center;
  }

  .partnering .partnering-txt .flex button {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 475px) {
  .choose .right {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 390px) {
  .hero .left .email a {
    font-size: 0.9rem;
    padding: 8px;
  }
}

/* started here */
.service-section {
  margin: 2rem;
}
.service-section h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.service-grid {
  /* background-color: red; */
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.service-card {
  background-color: whitesmoke;
  min-height: 300px;
  height: 100%;
  border-radius: 10px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-card:nth-child(1) {
  background-image: url("./assets/ladywipestable.webp");
}
.service-card:nth-child(2) {
  background-image: url("/assets/orangeroom.webp");
}
.service-card:nth-child(3) {
  background-image: url("assets/singlepacking.webp");
}
.service-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.4s;
  border-radius: 10px;
}
.service-overlay:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.service-text {
  position: absolute;
  width: 100%;
  z-index: 9;

  top: 50%;
  right: 0;
  padding: 10px 20px;
  color: white;
}
.service-text > span {
  font-weight: 600;
  letter-spacing: 1.3px;
  font-size: 1.5rem;
}

.chooseus {
  width: 77%;
  margin: 4rem auto;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
}

.chooseus-text {
  display: flex;
  flex-direction: column;
}
.chooseus-text h1 {
  margin-top: 2.5rem;
  color: #c50;
}

.chooseus-text p {
  margin-top: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  width: 80%;
}

.chooseus-grid {
  margin: 1rem auto;
  height: 250px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.chooseus-item {
  background-color: #c50;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 588px) {
  .service-grid {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 1rem;

    border: 10px;
  }

  .service-card {
    height: 250px;
  }

  .chooseus {
    width: 90%;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .chooseus-grid {
    margin: 2rem auto;
    width: 100%;
    height: 250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .chooseus-item {
    width: 150px;
    font-size: 0.8rem;
  }
  .loveus {
    margin-top: 2rem;
    width: 100%;
    background-color: #1c368f;
  }

  .loveus-grid {
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    /* padding: 1rem; */
  }
  .loveus-item {
    width: 100vw;
    margin: 1rem auto;
    background-color: gold;
    display: flex;
    flex-direction: column;
    gap: 2px;

    padding: 10px;
    border-radius: 10px;
  }
}

/* chooseus-two */

.chooseus-two {
  /* width: 80%; */
  margin: 2rem auto;

  padding: 10px;
}

.chooseus-flex {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  /* padding: 1.5rem; */
}
.chooseus-left {
  width: 70%;
}

.chooseus-left h1 {
  margin: 0.8rem 0.1rem;
}

.chooseus-left p {
  padding: 10px;
  letter-spacing: 1px;
}

.chooseus-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 500;
}

.loveus {
  /* background-color: hsl(0, 0%, 30%); */
  margin-top: 3rem;
  padding-top: 2rem;
}
.loveus > h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.loveus-grid {
  /* background-color: red; */
  width: 80%;
  margin: 0 auto;
  /* display: grid;
  grid-template-columns: repeat(5, 1fr); */
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem;
}

.loveus-item {
  width: 300px;
  background-color: rgb(248, 227, 109);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2px;

  padding: 15px;
  border-radius: 10px;
}
.loveus-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #5d5c5c;
}

.footer .center {
  /* text-align: left; */
  width: 50%;
  display: flex;
  justify-content: space-around;
  gap: 5px;
}

.center > .services,
.center > .location {
  display: flex;
  flex-direction: column;
}

@media (max-width: 588px) {
  .loveus-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .loveus-item {
    width: 70%;
    gap: 1px;
    border-radius: 5px;
  }
}

.google-map1 {
  padding-bottom: 50%;
  position: relative;
}

.google-map1 iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.center-container h2 {
  text-transform: uppercase;
}
.center-container li {
  margin-top: 0.5rem;
  list-style: disc;
}

@media (max-width: 588px) {
  .center {
    width: 100%;
    flex-direction: column;
  }
  .footer {
    /* background-color: green; */
    width: 100%;
  }

  .footer .center {
    width: 90%;
    margin: 0 auto;
  }

  .center-container > .services {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: red; */

    column-gap: 4rem;
    row-gap: 0.5rem;
    margin-bottom: 2rem;
  }
  /* footer .center {
    background-color: pink;
    width: 100%;
  } */
}

.cleaningpage-services {
  width: 80%;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cleaningpage-services__card {
  width: 300px;
  border: 10px;
  background-color: #c50;
  padding: 20px 40px;
  border-radius: 10px;
  margin: 1rem;
  color: hsl(1, 0%, 90%);
  letter-spacing: 0.5px;
}

.cleaningpage-services__card h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cleaningpage-services__card li {
  list-style: disc;
  margin-bottom: 1rem;
}

.book-button {
  width: 100%;
  text-align: center;
  margin: 1.5rem auto;
  color: #fff;
}

.book-button > button {
  background-color: #fff;
  /* color: #fff; */
  padding: 1rem 2rem;
  border-radius: 10px;
  border: 1px solid #cc5500;
}
.book-button a {
  color: #cc5500;
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.9px;
  font-weight: 600;
}
.book-button a:hover,
.book-button > button:hover {
  color: #fff;
}

.clean-first {
  width: 80%;
  display: grid;
  margin: 2rem auto;
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.clean-first__left {
  grid-column: 1 / span 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clean-first__pad {
  padding-top: 2rem;
}
.clean-first__left h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.clean-first__left span ul {
  width: 60%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
/* .clean-first__left li {
  list-style: disc;
} */
/* .clean-first__left li > span {
  position: relative;
  left: -10px;
} */

.clean-first__left p {
  width: 80%;
}
.clean-first__left h3 {
  text-transform: uppercase;
}

.clean-first__right {
  grid-column: 2 / span 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  gap: 0.5rem;
}

.clean-grid-card {
  background-color: #c50;
  width: 250px;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.clean-grid-card:nth-child(1) {
  background-image: url("assets/cleantop.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clean-grid-card:nth-child(2) {
  background-image: url("assets/couple_sold.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clean-grid-card:nth-child(3) {
  background-image: url("assets/orangeroom.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clean-grid-card:nth-child(4) {
  background-image: url("assets/cleaningmat.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clean-grid-card p {
  position: absolute;
  left: 0;
  width: 80%;
  bottom: 15%;
  color: #fff;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.join {
  margin-top: 0;
}

@media (max-width: 588px) {
  .clean-first {
    width: 100%;
    /* display: grid;
    margin: 2rem auto;
    gap: 1rem;
    grid-template-row: repeat(2, 1fr); */
    display: flex;
    flex-direction: column;
  }

  .clean-first__left p {
    width: 100%;
  }
  .clean-first__right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .clean-grid-card {
    background-color: #c50;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }

  .cleaningpage-services {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-content: center;
  }
}

b:hover {
  color: #cc5500;
}

.join-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonial-card p {
  color: #333; /* Dark grey text color */
  font-size: 16px; /* Font size for the testimonial text */
  line-height: 1.5; /* Line height for readability */
}

.testimonial-card .author {
  margin-top: 15px; /* Spacing above the author's name */
  font-weight: bold; /* Bold font for the author's name */
  color: #555; /* Slightly lighter grey for the author's name */
}

.testimonial-card .author-title {
  font-size: 14px; /* Smaller font size for the author's title */
  color: #777; /* Even lighter grey for the author's title */
}

/* Base styles */
.testimonial-section {
  overflow: hidden; /* Hide overflow for the sliding effect */
  padding: 20px; /* Space around the section */
  background-color: #f4f4f4; /* Background color of the section */
}

.testimonial-slider {
  display: flex; /* Display cards in a row */
  transition: transform 0.5s ease-in-out; /* Smooth sliding transition */
}

.testimonial-card {
  background-color: #fff; /* White background for the card */
  border: 1px solid #e0e0e0; /* Light grey border */
  border-radius: 10px; /* Rounded corners */
  padding: 20px; /* Spacing inside the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  flex: 0 0 calc(100% / 3 - 40px); /* Three cards per view */
  box-sizing: border-box; /* Ensure padding and border are included in the width */
  margin: 0 10px; /* Space between cards */
}

.testimonial-card p {
  color: #5d5c5c; /* Dark grey text color */
  font-size: 0.9rem; /* Font size for the testimonial text */
  line-height: 1.5; /* Line height for readability */
}

.testimonial-card .author {
  margin-top: 15px; /* Spacing above the author's name */
  font-weight: bold; /* Bold font for the author's name */
  color: #555; /* Slightly lighter grey for the author's name */
}

/* Responsive styles */
@media (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc(100% / 2 - 30px); /* Two cards per view */
  }

  .testimonial-container .swiper.swiper-initialized.swiper-horizontal {
    max-width: 90%;
  }
  .footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 calc(100% - 20px); /* One card per view */
  }
  .testimonial-container .swiper.swiper-initialized.swiper-horizontal {
    max-width: 80%;
  }
}

.clean-first__left li {
  list-style: disc;
  margin: 0 10px;
}

.service-text strong {
  color: rgb(239, 223, 134);
}

/*<---------------update------------>*/

.swiper {
  max-width: 1050px;
  height: 300px;
}

.testimonial-section {
  background-color: #fff3ea;
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
}

.testimonial-container {
  position: relative;
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}

.title {
  color: black;
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 600;
}

.swiper {
  width: 100%;
  padding: 20px 0 60px 0 !important;
}

.card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.author {
  font-weight: bold;
  font-size: 1.1rem;
  color: #111;
}
.google-logo {
  width: 22px;
  height: 22px;
}
.stars {
  color: #f1c40f;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.quote {
  font-style: italic;
  line-height: 1.6;
  color: #444;
  font-size: 0.95rem;
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background: white;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  color: #cc5500 !important; /* Brand Orange */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  top: 53% !important;
  z-index: 10;
}

.swiper-button-prev {
  left: -10px !important;
}
.swiper-button-next {
  right: -10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: rgb(30 25 25 / 50%);
}
.swiper-pagination-bullet-active {
  background: #cc5500 !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.dropdown-nav {
  position: relative;
  display: inline-block;
}
.dropBtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  min-width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s ease;
  pointer-events: none;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-nav:hover .dropdown-content {
  display: block;
  padding: 15px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  border-radius: 15px;
}
.dropdown-content a {
  padding: 5px;
}
.dropdown-nav.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.services a:hover {
  color: #c50;
  text-decoration: underline;
}
.hamburger-list-nav {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  font-size: 1.5rem;
}
.footer-cus-p {
  padding-right: 20px;
}
.ty-page {
  padding-top: 200px;
  padding-bottom: 200px;

  background-color: rgb(207, 207, 207);
}
.thanks-heading {
  font-size: 100px;
  text-align: center;
}
.ser-section {
  padding-top: 40px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-wrapper {
  display: grid;
  padding-top: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.serv-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.serv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.card-img-holder {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.img-service {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.serv-card:hover .img-service {
  transform: scale(1.1);
}

.card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-content h2 {
  font-size: 1.4rem;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.3;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero .left .breadcrumb a {
  background-color: initial;
  padding: initial;
  border-radius: initial;
  border: initial;
  display: inline;
  text-decoration: underline;
  font-weight: initial;
  cursor: pointer;
  box-shadow: initial;
  outline: initial;
  margin: initial;
  font-family: initial;
  font-size: initial;
  line-height: initial;
  text-align: initial;
  align-items: initial;
  justify-content: initial;
}
.terms .breadcrumb {
  padding-top: 25px;
}

.nav-link {
  color: #c50;
}
.card {
  height: 110% !important;
}
.services {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .ser-section {
    padding-top: 130px;
  }

  .service-wrapper {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }

  .card-content h2 {
    font-size: 1.25rem;
  }
  .chooseus-grid {
    margin: 2rem auto;
    width: 100%;
    height: 250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
  }
  .chooseus-text {
    padding-left: 18px;
  }
}

@media (min-width: 1024px) {
  .testimonial-container {
    padding: 0 60px;
  }
  .swiper-button-prev {
    left: 0px !important;
  }
  .swiper-button-next {
    right: 0px !important;
  }
  .swiper {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 1008px) {
}

/* =========================  march-update  =============================  */

.service-heading {
  padding: 20px;
  font-size: 40px;
}
/* .contact-breadcrum{
 
  color: white;
}
.contact-page{
  margin-top: 75px;
  text-align: center;
  padding: 125px;
  background-image: url(/assets/towfiqu-barbhuiya--9gPKrsbGmc-unsplash.webp);
  background-size: cover;
  background-position: center;

  a{
    color: white;
  }
}
.Contact-heading{
  font-size: 80px;
  color: white;
} */

section.service-banner {
  margin-top: 80px;
  padding: 125px;
  text-align: center;
  background-image: url(/assets/unsplash-men.jpeg);
  background-position: center;
  background-size: cover;
}

.service-section {
  h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}

/* =========================  April update  =============================  */

.faq-container {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 3rem auto;
  padding: 0;
}

.faq-header {
  padding: 55px 45px 20px 45px;
  text-align: center;
}

.faq-header h2 {
  font-family: "Degular-Semibold", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.faq-header p {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.1rem;
  opacity: 0.95;
  font-weight: 300;
}

.faq-content {
  padding: 10px 45px 45px 45px;
}

.faq-item {
  margin-bottom: 15px;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #c50;
  box-shadow: 0 8px 24px rgba(197, 80, 0, 0.12);
}

.faq-item.active .faq-question {
  background: linear-gradient(135deg, #c50 0%, #cc5500 100%);
  color: #fff;
}

.faq-item.active .toggle-icon {
  transform: rotate(180deg);
  color: #fff;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  background: #f9f9f9;
  transition: all 0.3s ease;
  user-select: none;
  font-family: "Degular", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  color: #333;
}

.faq-question:hover {
  background: #f0f0f0;
}

.question-text {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.question-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #c50 0%, #cc5500 100%);
  color: #fff;
  border-radius: 50%;
  font-family: "Degular-Semibold", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.active .question-number {
  transform: scale(1.1);
}

.toggle-icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
  color: #c50;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  background: #ffffff;
  color: #5d5c5c;
  font-family: "Degular", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 600px;
  padding: 28px;
  border-top: 2px solid #f0f0f0;

  p {
    padding-bottom: 15px;
  }
}

.about-background {
  margin-top: 80px;
  padding: 150px 1px;
  text-align: center;
  font-size: 30px;
  background-image: url(/assets/pexels-pixabay-271711.jpg);
  background-position: center;
  color: white;
}

.about-breadcumbs {
  font-size: 16px;
  a {
    color: white;
  }
}

.about-wrapper {
  max-width: 1140px;
  display: grid;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.box1 {
  img {
    align-items: center;
    object-fit: cover;
    height: 700px;
    border-radius: 30px;
  }
}
.box2 {
  h2 {
    /* color: #0a4c7d; */
    font-size: 2rem;
    /* font-weight: 700; */
    padding-bottom: 20px;
    line-height: 1.4rem;
  }
  p {
    /* font-size: 18px; */
    padding-bottom: 20px;
    /* color: #0a4c7d; */
  }

  ul {
    padding: 10px 0px 10px 20px;

    li {
      font-size: 18px;
      list-style-type: disc;
      padding: 0px 0px 10px 5px;
      /* color: #0a4c7d; */
    }
  }
}

.card-wrapper {
  max-width: 805px;
  margin: 60px auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* Card base */
.card {
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
}

/* Headings */
.card h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Paragraph */
.card p {
  max-width: 320px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

/* List */
.card ul {
  list-style: none;
  text-align: left;
  max-width: 280px;
  margin: 0 auto;
}

.card ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

/* Icon */
.card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  align-items: center;
}

/* Yellow card */
.card--yellow {
  background-color: #fbdd1d;
}

.card--yellow h3,
.card--yellow p,
.card--yellow ul {
  color: #004876;
}

.card--yellow li::before {
  background: #004876;
  color: #fff;
}

/* Blue card */
.card--blue {
  background-color: #004876;
  color: #fff;
}

.card--blue li::before {
  background: #fff;
  color: #004876;
}

.card ul li:hover::before {
  background: #007bff;
  color: #fff;
}
.call-us {
  a {
    color: white;
  }
}
.our-top-wrapper {
  display: flex;
  padding-bottom: 40px;
  gap: 40px;
}

.our-service {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.our-service-img img {
  border-radius: 15px;
}

.our-service-left {
  p {
    padding-bottom: 20px;
  }

  ul {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  li {
    padding-bottom: 10px;
    list-style-type: disc;
  }
}

.our-service-right {
  p {
    padding-bottom: 20px;
  }
}

.service-main {
  font-size: 40px;
  font-weight: 700;
}

.thank-you-breadcrumb {
  text-align: center;
}

.ty-page {
  background-image: url(/assets/vacuum.webp);
  background-position: center;
  color: white;

  a {
    color: white;
  }
}

/* Responsive Design */

@media (max-width: 1200px) {
  .about-wrapper {
    max-width: 1000px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .our-service {
    .our-top-wrapper {
      display: flex;
      flex-direction: column;
      &:nth-child(odd) {
        flex-direction: column-reverse;
      }
    }
  }
}

@media (max-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr;

    .box2 {
      h2 {
        font-size: 40px;
      }
      p {
        font-size: 16px;
      }
      ul {
        li {
          font-size: 16px;
        }
      }
    }
  }
}

@media (max-width: 830px) {
  .faq-container {
    margin: 2rem 20px;
    border-radius: 12px;
  }

  .faq-header {
    padding: 35px 20px 10px 20px;
  }

  .faq-header h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  .faq-header p {
    font-size: 1rem;
  }

  .faq-content {
    padding: 15px 20px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .question-number {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .toggle-icon {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .card-wrapper {
    gap: 80px;
  }
}

@media (max-width: 588px) {
  .faq-container {
    margin: 1.5rem 10px;
    border-radius: 10px;
  }

  .faq-header {
    padding: 25px 15px 10px 15px;
  }

  .faq-header h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .faq-header p {
    font-size: 0.9rem;
  }

  .faq-content {
    padding: 18px 15px;
  }

  .faq-item {
    margin-bottom: 10px;
  }

  .faq-question {
    padding: 14px 15px;
    font-size: 0.95rem;
  }

  .question-text {
    gap: 12px;
  }

  .question-number {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .toggle-icon {
    font-size: 1.1rem;
  }

  .faq-item.active .faq-answer {
    padding: 18px 15px;
    font-size: 0.9rem;
  }
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;

    .box2 {
      h2 {
        font-size: 35px;
      }
      p {
        font-size: 16px;
      }
      ul {
        li {
          font-size: 16px;
        }
      }
    }
  }
  .our-service {
    width: 100%;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .about-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  section > div:last-child {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 485px) {
  .faq-header h2 {
    font-size: 3.4rem;
    font-weight: 600;
  }

  .faq-question {
    padding: 12px 12px;
    font-size: 0.9rem;
  }

  .question-number {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}
