html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-weight: 400;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

h1 {
  font-size: 32px;
  color: #333333;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  word-break: normal;
}

h1 span.black {
  font-size: 36px;
  color: #000000;
}

h1 span.green {
  font-size: 36px;
  color: #27855a;
}

h1 span.white {
  font-size: 36px;
  color: #ffffff;
}

h1 span.orange {
  font-size: 36px;
  color: #e5b244;
}

h1 span.pink {
  font-size: 36px;
  color: #eb48ad;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  word-break: normal;
}

h4.white {
  color: #ffffff;
}

h4 span.black {
  font-size: 30px;
  color: #000000;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  word-break: normal;
}

section {
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100vw;
  height: auto;
}

button {
  border-radius: 16px !important;
}

a {
  text-decoration: none;
  font-weight: bolder;
  color: #333333;
  cursor: pointer;
}

a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}

.inverted {
  color: #ffffff !important;
}

.inverted * {
  color: #ffffff !important;
}

.btn {
  background-color: transparent;
  border: none;
  box-shadow: 0px 0px 2px 0px #cccccc;
  border-radius: 0.3rem !important;
  min-width: 180px;
  width: 200px;
  font-size: 18px;
  height: 64px;
  text-align: center;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  transition: none !important;
  font-style: normal;
}

.btn.btn-primary {
  background-color: #20a66c;
  color: #ffffff;
  box-shadow: none !important;
}

.btn.btn-outline-primary {
  background-color: #ffffff;
  color: #20a66c;
}

.btn.btn-outline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn:hover {
  font-weight: 600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.btn:active,
.btn:focus,
.btn:focus-visible {
  font-weight: 600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Header Styles */
header {
  background-color: #20a66c;
  height: 120px;
  z-index: 999;
  filter: drop-shadow(0 0 50px #ffffff);
}

header .navbar-brand img {
  width: 200px;
}
/* End Header Styles */

/* Hero Styles */
.hero {
  margin-top: 120px;
}

.hero h1 {
  max-width: 280px;
}

.hero img {
  max-width: 446px;
  height: auto;
}
/* End Hero Styles */

/* Service Styles */
.service {
  padding-top: 64px;
}

.service .cards {
  margin-bottom: -64px;
}

.service img {
  width: 380px;
  height: 380px;
}

.service .footer {
  background-color: #6fdba5;
  height: 128px;
  border-radius: 50px 50px 0 0;
}
/* End Service Styles */

/* Care Styles */
.care {
  background: linear-gradient(to top, #20a66c, #6fdba5);
  padding: 96px 0px 64px 0px;
}

.care .card {
  border: none;
  background-color: transparent;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 380px;
  height: 493px;
}

.care .card-1 {
  background-image: url("/assets/img/care/home-care.png");
}

.care .card-2 {
  background-image: url("/assets/img/care/auto-care.png");
}

.care h5 {
  color: #ffffff;
}

/* End Care Styles */

/* Security Styles */
.security {
  background-image: url("/assets/img/security/bg-security.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 128px 0;
}

.security .card {
  width: 100%;
  max-width: 380px;
  border: none;
  background-color: transparent;
}

.security .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
}
/* End Security Styles */

/* Tech Styles */
.tech {
  margin: 96px 0px 64px 0px;
}

.tech h1 {
  max-width: 445px;
}

.tech .card {
  border: 1px solid #ffffff;
}

.tech .card-inner {
  width: 445px;
}

.tech img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech .mt-auto {
  max-width: 250px;
}
/* End Tech Styles */

/* Store Styles */
.store {
  padding-bottom: 64px;
}

.store img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
/* End Store Styles */

/* Partner Styles */
.partner {
  padding-bottom: 64px;
}

.partner img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
/* End Partner Styles */

/* Footer Styles */
footer {
  background: linear-gradient(to top, #20a66c, #6ad8a1);
  border-radius: 40px 40px 0 0;
}

footer .logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

footer .bg-logo img {
  opacity: 0.1;
  filter: blur(2px);
  object-fit: cover;
  min-height: 340px;
}

footer .social img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

/* BackToTop Styles */
#back-to-top {
  display: none;
  visibility: hidden;
  background-color: #0c5f38;
  opacity: 0.9;
  bottom: 100px;
  right: 20px;
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 30%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#back-to-top svg {
  width: 32px;
  height: 32px;
}
/* End BackToTop Styles */

/* WhatsappButton Styles  */
#wa-toggle-btn {
  position: fixed;
  background-color: #25d366;
  border: none;
  border-radius: 30%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 16000170;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  bottom: 30px;
  right: 20px;
  width: 56px;
  height: 56px;
  cursor: pointer !important;
}

#wa-toggle-btn i {
  font-size: 28px;
  color: white;
}
/* End WhatsappButton Styles */

/* Invisible Turnstile Styles */
.invisible-turnstile {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
/* End Invisible Turnstile Styles */

/* Media Styles */
@media (max-width: 991px) {
  /* Hero Styles */
  .hero {
    margin-top: 250px;
  }
  /* End Hero Styles */

  /* Service Styles */
  .service .cards {
    background-color: #6fdba5;
    padding-top: 32px;
    margin-bottom: 0px;
  }
  /* End Service Styles */

  /* Care Style */
  .care {
    padding-top: 0;
  }
  /* End Care Styles */

  /* Security Styles */
  .security {
    padding: 64px 0px;
  }
  /* End Security Styles */
}

@media (max-width: 767px) {
  /* Header Styles */
  header {
    height: 300px;
  }
  /* End Header Styles */

  /* Hero Styles */
  .hero {
    margin-top: 340px;
  }
  /* End Hero Styles */
}
/* End Media Styles */
