@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #10caca;
  --primary-color-light: #fffcfa;
  --primary-color-dark: #52ddcb;
  --text-dark: #18181b;
  --text-light: #6b7280;
  --white: #ffffff;
  --max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner-title {
  font-size: 30px;
  font-weight: 600;
  margin: auto;
}

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  color: var(--text-dark);
  text-align: center;
}

.section__description {
  color: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  white-space: nowrap;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.btn-dec {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  white-space: nowrap;
  font-size: 1rem;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  background-color: #10caca !important;
  color: #fff !important;
  flex: start !important;
  margin-top: 20px !important;
}

.btn:hover, .btn-dec {
  background-color: transparent;
  color: #52ddcb;
  outline: 1px solid #52ddcb;
}

.logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Sofadi One", system-ui;
  font-weight: 400;
  font-style: normal;

}

.logo a span {
  color: var(--text-dark);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

nav {
  position: fixed;
  isolation: isolate;
  width: 100%;
  z-index: 9;
}

.nav__header {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  padding: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--primary-color-light);
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%);
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  font-weight: 500;
  color: var(--primary-color);
}

.nav__links a:hover {
  color: var(--text-dark);
}

.nav__btn {
  display: none;
}

.header__container {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.header__image img {
  max-width: 600px;
  margin-inline: auto;
}

.header__content h1 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: var(--text-dark);
  text-align: center;
}

.header__content h1 span {
  color: var(--primary-color);
}

.header__content .section__description {
  margin-bottom: 2rem;
}

.header__btn {
  text-align: center;
}


.explore__container {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.explore__image img {
  max-width: 400px;
  margin-inline: auto;
  /* filter: drop-shadow(0 0 50px rgba(14, 76, 245, 0.4)); */
}

.explore__content .section__description {
  margin-bottom: 2rem;
}

.explore__btn {
  text-align: center;
}

.banner__container {
  display: grid;
  gap: 1rem;
}

.banner__card {
  padding: 2rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  transition: 0.3s;
}

.banner__card:hover {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.banner__card .banner__icon {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 5px 11px;
  font-size: 2rem;
  color: var(--white);
  border-radius: 1rem;
  background-color: #52ddcb;

}

.banner__card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.banner__card p {
  margin-bottom: 1rem;
  color: var(--text-light);
  line-height: 1.75rem;
}

.banner__card a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 500;
  color: var(--primary-color);
}

.banner__card a span {
  font-size: 1.25rem;
  transition: 0.3s;
}

.banner__card a:hover span {
  transform: translateX(10px);
}

.client__container {
  padding-top: 0;
}

.client__container :is(.section__header, .section__description) {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.client__swiper {
  margin-top: 2rem;
  max-width: 750px;
  margin-inline: auto;
  padding: 3rem 1rem;
  overflow: hidden;
  border: 2px dotted #52DDCB;
  box-shadow: 5px 5px 20px #52DDCB;
  border-radius: 3rem;
}

.swiper {
  padding-bottom: 3rem;
  width: 100%;
}

.client__card {
  text-align: center;
}

.client__card p {
  margin-bottom: 2rem;
  color: var(--text-dark);
  line-height: 1.75rem;
}

.client__card img {
  margin-bottom: 1rem;
  max-width: 70px;
  margin-inline: auto;
  border-radius: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.client__card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.client__card h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.footer {
  background-color: rgba(0, 0, 0, 0.904);
  color: #fff !important;
}

.footer__container {
  display: grid;
  gap: 4rem 2rem;
}

.footer__logo {
  margin-bottom: 1rem;
  color: #fff;

}

.footer__col .section__description {
  text-align: left;
  color: #fff;
}

.footer__col h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  color: #fff !important;
}

.footer__links {
  display: grid;
  gap: 0.75rem;
}

.footer__links a {
  color: #fff !important;
}

.footer__links a:hover {
  color: #fff !important;
}

.footer__bar {
  padding: 1rem;
  font-size: 0.9rem;
  color: #fff !important;
  text-align: center;
}

@media (width > 540px) {

  .banner__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: 3fr 2fr;
  }
}

@media (width > 768px) {
  nav {
    position: static;
    padding: 2rem 1rem;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .nav__header {
    flex: 1;
    padding: 0;
    background-color: transparent;
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    position: static;
    padding: 0;
    flex-direction: row;
    background-color: transparent;
    transform: none;
  }

  .nav__links a {
    color: var(--text-dark);
  }

  .nav__links a:hover {
    color: var(--primary-color);
  }

  .nav__btn {
    display: flex;
    flex: 1;
  }

  .head__btn span {
    font-size: 25px;
    color: #10caca;
    text-align: center;
  }

  .nav__btn .btn {
    padding: 8px 10px;
    font-size: 1.5rem;
    border-radius: 100%;
  }

  .header__container {
    grid-template-columns: 2fr 3fr;
    align-items: center;
  }

  .header__content h1,
  .header__content .section__description,
  .header__btn {
    text-align: left;
  }

  .header__image {
    grid-area: 1/2/2/3;
  }

  .explore__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .explore__content .section__header {
    max-width: 500px;
  }

  .explore__content :is(.section__header, .section__description),
  .explore__btn {
    text-align: left;
  }

  .banner__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .client__swiper {
    padding: 3rem 2rem;
  }

  .footer__container {
    grid-template-columns: 2fr repeat(3, 1fr);
  }
}

@media (width > 1024px) {
  .banner__container {
    gap: 2rem;
  }

}


#toggle-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.light-mode {
  background-color: white;
  color: black;
}

.dark-mode {
  background-color: black;
  color: white;

  #text-dark {
    color: rgba(255, 255, 255, 0.952)
  }

  ul li a, .banner__card h4, .banner__card p, .client__card p, .client__card h4, .client__card h5, .form-container .form-group textarea, .form-container .form-group input {
    color: #fff;
  }

  .form-container .form-group input, .form-container .form-group textarea {
    border: 1px solid #fff;
  }

}

.dark-btn {
  position: fixed;
  z-index: 1000;
  right: 5%;
  top: 15%;
}

.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 5%;
  z-index: 1000;
  bottom: 5%;
}

.whatsapp-icon img {
  width: 60px;
  height: auto;
}

@media (max-width:992px) {
  .logo a {
    color: #fff;
    font-family: "Sofadi One", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  .dark-mode {
    ul li a {
      color: #52ddcb;
    }
  }

  .contact-us {
    width: 90%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .btn_hero {
    color: #10caca;
    font-size: 30px;
    text-align: center !important;
    margin-bottom: 20px;

  }

  .btn-dec {
    margin-top: 40px !important;
  }
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 4em;
  height: 2em;
  user-select: none;
}

.switch .cb {
  opacity: 0;
  width: 0;
  height: 0;
}


.toggle {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #52ddcb;
  border-radius: 0.1em;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  box-shadow: -0.3em 0 0 0 #52ddcb, -0.3em 0.3em 0 0 #52ddcb,
    0.3em 0 0 0 #52ddcb, 0.3em 0.3em 0 0 #52ddcb, 0 0.3em 0 0 #52ddcb;
}

.toggle>.left {
  position: absolute;
  display: flex;
  width: 50%;
  height: 88%;
  background-color: #f3f3f3;
  color: black;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  transform-origin: right;
  transform: rotateX(10deg);
  transform-style: preserve-3d;
  transition: all 150ms;
}

.left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(206, 206, 206);
  transform-origin: center left;
  transform: rotateY(90deg);
}

.left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(112, 112, 112);
  transform-origin: center bottom;
  transform: rotateX(90deg);
}

.toggle>.right {
  position: absolute;
  display: flex;
  width: 50%;
  height: 88%;
  background-color: #f3f3f3;
  color: rgb(206, 206, 206);
  right: 1px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  transform-origin: left;
  transform: rotateX(10deg) rotateY(-45deg);
  transform-style: preserve-3d;
  transition: all 150ms;
}

.right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(206, 206, 206);
  transform-origin: center right;
  transform: rotateY(-90deg);
}

.right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(112, 112, 112);
  transform-origin: center bottom;
  transform: rotateX(90deg);
}

.switch input:checked+.toggle>.left {
  transform: rotateX(10deg) rotateY(45deg);
  color: rgb(206, 206, 206);
}

.switch input:checked+.toggle>.right {
  transform: rotateX(10deg) rotateY(0deg);
  color: #52ddcb;
}

.contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  margin: auto;
}

.form-container {
  margin: 50px 0;
}

.form-container {
  width: 800px;
  border: 2px dotted #52DDCB;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  color: #52ddcb;
  box-shadow: 5px 5px 20px #52DDCB;
}


.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #18181b;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #52ddcb;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: black;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid black;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: black;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}



.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: #fff;
  font-weight: 600;
  width: 40%;
  background: #52ddcb;
  border: 1px solid #fff;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}


.nav__btn a {
  margin: 0 10px;
  font-size: 25px;
  color: #52ddcb;
}

.btn_hero {
  color: #10caca;
  font-size: 30px;
  text-align: start;
  margin-bottom: 20px;

}

.btn_hero a {
  color: #10caca;
  font-size: 30px;
  text-align: center !important;
  margin: 10px 5px;
}

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  box-shadow: 0px 5px 20px #11111166;
  background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 30px;
  transform: rotate(-90deg);
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: .4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .2s;
}

.switch input:checked+.slider {
  background-color: #10caca;
  transform: rotate(90deg);
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #10caca;
}

.switch input:checked+.slider:before {
  transition-delay: .2s;
  transform: translateX(1.5em);
}

.counters__container {
  text-align: center;
  padding: 50px 0;
  /* background-color: #f9f9f9; */
  /* Change as needed */
  color: #10caca;
}

.counters__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;

}

.project__header {
  color: #10caca;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 0 10px;
}

.counter {
  flex: 1;
  min-width: 150px;
  /* Responsive design */
  margin: 20px;
}

.counter__number {
  font-size: 48px;
  /* Adjust size as needed */
  font-weight: bold;
  color: #333;
  /* Change color as needed */
  display: block;
}

.counter__description {
  font-size: 18px;
  color: #666;
  /* Change color as needed */
}