html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #172951;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

p {
  margin: 0;
}

a,
button,
.btn {
  outline: none;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

@keyframes bounce {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
}

.hero-banner {
  background-color: #0078df;
  padding: 250px 0 56px;
}

.hero-banner .navbar {
  padding: 35px 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.hero-banner .sticky {
  background-color: rgba(0, 120, 223, 0.8) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.hero-banner .sticky.navbar {
  padding: 10px 0;
}

.hero-banner .navbar-nav {
  gap: 26px;
}

.hero-banner .navbar .nav-link {
  font-size: 16px;
  color: #fff;
  padding: 5px;
  position: relative;
}

.hero-banner .navbar .nav-link:hover,
.hero-banner .navbar .nav-link.active {
  color: #ffd500;
}

.hero-banner .navbar li.active .nav-link {
  color: red;
}

.hero-banner .navbar .nav-link::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 0;
  border-radius: 16px;
  background: #ffd500;
  bottom: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.hero-banner .navbar .nav-link:hover::before,
.hero-banner .navbar .nav-link.active::before {
  width: 40px;
  opacity: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
}

.navbar .navbar-toggler {
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18'%3E%3Cpath id='download_2_' data-name='download (2)' d='M4,7H26M4,15H26M4,23H26' transform='translate(-3 -6)' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E ");
}

.hero-banner .hero-section {
  margin-bottom: 75px;
}

.hero-banner .hero-section p {
  font-size: 21px;
  line-height: 1;
  color: #fff;
}

.hero-banner .hero-section h1 {
  font-size: 45px;
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
}

.hero-banner .hero-section h1 span {
  font-size: 31px;
}

.hero-banner .hero-section h2 {
  font-size: 49px;
  line-height: 1;
  color: #fff;
  margin: 45px 0 25px;
}

.hero-banner .signin-wrapper .user-block {
  border-radius: 24px;
  padding: 25px 0 45px;
}

.hero-banner .signin-wrapper .user-block h4 {
  font-size: 21px;
  color: #000;
  line-height: 28px;
  margin-bottom: 18px;
  max-width: 200px;
}

.hero-banner .signin-wrapper .user-block .btn {
  min-width: 138px;
  height: 60px;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  border: 0;
}

.hero-banner .signin-wrapper .user-block .btn-signup {
  background-color: #172951;
}

.hero-banner .signin-wrapper .user-block .btn-signup:hover {
  background-color: #0078df;
  border: 0;
}

.hero-banner .signin-wrapper .user-block .btn-signin {
  background-color: transparent;
  border: 2px solid #fff;
}

.hero-banner .signin-wrapper .user-block .btn-signin:hover {
  background-color: #172951;
  border-color: #172951;
}

.hero-banner .signin-wrapper {
  margin-bottom: 19px;
}

.hero-banner .signin-wrapper .new-user {
  min-width: 268px;
  position: relative;
  z-index: 1;
  background-color: #ffd500;
  border: 4px solid #0078df;
}

.hero-banner .signin-wrapper .existing-user {
  min-width: 312px;
  margin-left: -40px;
  background-color: rgba(23, 41, 81, 0.3);
  border: 4px solid #0078df;
}

.hero-banner .signin-wrapper .existing-user h4 {
  color: #fff;
}

.hero-banner .hero-section p.note {
  font-size: 16px;
  color: #172951;
  line-height: 21px;
  background: #fff;
  border-radius: 24px;
  max-width: 460px;
  margin: auto;
  padding: 15px;
}

.hero-banner .scroll-sec {
  height: 40px;
}

.hero-banner .scroll-sec a {
  position: absolute;
  animation: bounce 1.5s linear infinite;
}

.section-carwashapp {
  padding: 140px 0 20px;
}

.section-carwashapp::before {
  content: "";
  background: url("../img/hero_wave_illustration.svg") 0 0 no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  min-height: 87px;
}

.section-carwashapp .what-app {
  gap: 48px;
}

.section-carwashapp .app-content {
  max-width: 522px;
}

.section-carwashapp .app-content h1 {
  font-size: 40px;
  margin-bottom: 39px;
}

.section-carwashapp .app-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 34px;
}

.section-carwashapp .app-content p:last-child {
  margin-bottom: 0;
}

.section-carwashapp .video-wrap {
  margin-top: 75px;
}

.section-carwashapp .video-wrap h3 {
  margin-bottom: 25px;
}

.section-carportal {
  padding: 121px 0 150px;
}

.section-carportal h1 {
  font-size: 32px;
  margin-bottom: 74px;
}

.section-carportal h1 span {
  color: #147edd;
}

.carwash-info {
  max-width: 1070px;
  gap: 56px;
  grid-template-columns: repeat(2, 1fr);
}

.carwash-info li {
  gap: 56px;
  align-items: center;
}

.carwash-info li .icon {
  width: 140px;
  height: 140px;
  background-color: rgba(0, 120, 223, 0.1);
  border-radius: 100%;
  flex-shrink: 0;
}

.carwash-info li h6 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.carwash-info li p {
  font-size: 14px;
  line-height: 24px;
}

.section-supportdesk {
  background-color: #f5f6f8;
  padding: 137px 0 39px;
}

.section-supportdesk .support-sec {
  gap: 34px;
}

.section-supportdesk .support-details {
  max-width: 524px;
}

.section-supportdesk .support-details h1 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 30px;
}

.section-supportdesk .support-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 41px;
}

.section-supportdesk .carwash-info,
.section-supportdesk .carwash-info li {
  gap: 30px;
}

.section-supportdesk .carwash-info li .icon {
  width: 100px;
  height: 100px;
}

.section-supportdesk .carwash-info li h6 {
  line-height: 24px;
}

.section-pwamobile {
  background-color: #f5f6f8;
  padding: 105px 0 120px;
}

.section-pwamobile .pwa-intro {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 30px;
  margin-bottom: 72px;
}

.section-pwamobile h1 {
  font-size: 32px;
  line-height: 54px;
}

.section-pwamobile h1 span {
  color: #0078df;
}

.section-pwamobile .intro-title {
  max-width: 480px;
  margin-bottom: 25px;
}

.section-pwamobile .sub-title {
  max-width: 692px;
  margin-bottom: 72px;
}

.section-pwamobile p {
  max-width: 872px;
  font-size: 16px;
  line-height: 28px;
}

.section-pwamobile .review-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding: 0 30px;
  margin-bottom: 50px;
}

.section-pwamobile .review-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 50px 30px;
}

.section-pwamobile .review-card h6 {
  margin-bottom: 10px;
  font-size: 18px;
}

.section-pricing {
  padding: 156px 0 150px;
  background-color: #0c488a;
  color: #fff;
}

.section-pricing h1 {
  font-size: 40px;
  margin-bottom: 51px;
}

.section-pricing h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 73px;
}

.section-pricing p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 49px;
}

.section-pricing .pricing-block {
  gap: 75px;
}

.section-pricing .price-card {
  min-width: 312px;
  border-radius: 24px;
  padding: 40px 25px;
}

.section-pricing .price-card.basic {
  background-color: #0078df;
}

.section-pricing .price-card.premium {
  background-color: #f79420;
}

.section-pricing .price-card.pro {
  background-color: #73cb74;
}

.section-pricing .price-card h5 {
  font-size: 18px;
}

.section-pricing .price-card h4 {
  font-size: 22px;
}

.section-pricing .price-card h1 {
  font-size: 26px;
  line-height: 33px;
}

.section-pricing .price-card h1 {
  font-size: 22px;
}

.section-pricing .price-card h1 span {
  font-size: 16px;
}

.section-pricing .price-card p {
  line-height: 1;
  margin: 10px 0 0;
}

.section-pricing .price-card .price-icon {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 22px;
}

.section-pricing .price-card h5 {
  margin-bottom: 17px;
}

.section-pricing .price-card .price {
  margin-top: 31px;
  word-wrap: break-word;
}

.section-pricing .price-card .price h5 {
  margin-bottom: 11px;
}

.section-pricing .btn-sec {
  margin-top: 30px;
}

.section-pricing .btn-create {
  border-radius: 65px;
  font-size: 18px;
  line-height: 2.5;
  background-color: #fff;
  border: 0 !important;
  height: 60px;
  padding: 5px 35px;
  color: #000;
}

.section-pricing .btn-create:hover {
  background-color: #ffd500;
}

.section-iotdevice {
  padding: 58px 0 68px;
}

.section-iotdevice .iot-sec {
  gap: 50px;
  margin-bottom: 105px;
}

.section-iotdevice .iot-sec .iot-info {
  max-width: 514px;
}

.section-iotdevice h1 {
  font-size: 40px;
  margin-bottom: 37px;
}

.section-iotdevice p {
  font-size: 16px;
  line-height: 28px;
}

.section-iotdevice .signup-sec {
  border-radius: 24px;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.section-iotdevice .signup-sec h3 {
  font-size: 26px;
  margin-bottom: 18px;
}

.section-iotdevice .signup-sec h1 {
  font-size: 36px;
}

.section-iotdevice .signup-sec h2 {
  font-size: 28px;
  color: #fff;
}

.section-iotdevice .signup-sec .btn-signup {
  border-radius: 65px;
  font-size: 18px;
  line-height: 2.5;
  background-color: #fff;
  border: 0 !important;
  height: 60px;
  padding: 5px 35px;
}

.section-iotdevice .signup-sec .btn-signup:hover {
  background-color: #ffd500;
}

.section-iotdevice .signup-sec .content-signup {
  background-color: #ffd500;
  padding: 50px 25px 50px 62px;
}
.section-iotdevice .signup-sec .action-signup {
  background-color: #0c488a;
  gap: 23px;
  padding: 60px 67px 60px 25px;
  position: relative;
  z-index: 1;
}

.section-iotdevice .signup-sec .action-signup::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -20px;
  top: -170px;
  width: 130px;
  height: 430px;
  background: #0c488a;
  transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
}

.section-contact {
  background-color: #f5f6f8;
  padding: 120px 0 97px;
}

.section-contact h1 {
  font-size: 40px;
  margin-bottom: 68px;
}

.section-contact .contact-card {
  max-width: 600px;
  background-color: #fff;
  border-radius: 20px;
  padding: 63px 0;
  gap: 40px;
}

.section-contact .contact-card .icon {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 120, 223, 0.1);
  border-radius: 100%;
  flex-shrink: 0;
}

.section-contact .contact-card p {
  font-size: 14px;
  line-height: 29px;
}

.section-contact .contact-card p img {
  margin-right: 10px;
}

.section-footer .footer-sec {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding: 36px 0 22px;
}

.section-footer .footer-sec .logo img {
  max-width: 122px;
  filter: grayscale(100%);
}

.section-footer .footer-sec .logo p {
  margin-top: 5px;
}

.section-footer .footer-sec .copyright {
  font-size: 15px;
}

.section-footer .footer-sec .copyright a {
  color: #0078df;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  padding-right: 12px;
  margin-right: 12px;
}

.section-footer .footer-sec .copyright a:hover {
  text-decoration: underline;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #ffd500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scroll-top:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.privacy-header {
  background-color: #0078df;
  padding: 20px 15px;
}

.privacy-container {
  background-color: #f5f6f8;
  padding: 40px 40px;
}

.privacy-container h1 {
  font-size: 28px;
  margin-bottom: 25px;
}

.privacy-container h2 {
  font-size: 22px;
  margin: 18px 0 20px;
}

.privacy-container h3 {
  font-size: 18px;
  margin: 18px 0 10px;
}

.privacy-container a {
  color: #0078df;
}

.privacy-container a:hover {
  text-decoration: underline;
}

.privacy-container p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}

.privacy-container ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.privacy-container ul li {
  font-size: 15px;
  line-height: 26px;
  list-style: disc;
  margin-bottom: 12px;
}

.privacy-container ul li:last-child {
  margin-bottom: 0;
}

.privacy-container .info{
    background: rgba(0, 120, 223, 0.1);
    padding: 14px 20px;
    margin: 10px 0 20px;
    border: 1px solid #0078df;
    display: inline-block;
    border-radius: 8px;
}

.privacy-container .info h4{
  font-size: 18px;
}

@media only screen and (max-width: 1367px) {
  .hero-banner .hero-img img {
    max-width: 95%;
  }
  .hero-banner .signin-wrapper .new-user {
    min-width: 248px;
  }
  .hero-banner .signin-wrapper .existing-user {
    min-width: 292px;
  }
  .section-iotdevice .signup-sec .action-signup {
    padding-right: 27px;
  }
  .section-iotdevice .signup-sec .content-signup {
    padding: 52px 25px 52px 42px;
  }
  .section-iotdevice .signup-sec h1 {
    font-size: 32px;
  }
  .hero-banner .hero-section h2 {
    font-size: 41px;
  }
}

@media only screen and (max-width: 1180px) {
  .hero-banner .navbar-brand img {
    max-width: 83px;
  }
  .hero-banner .navbar-nav {
    gap: 5px;
  }
  .hero-banner .navbar .nav-link {
    font-size: 14px;
  }
  .section-carwashapp .what-app {
    gap: 30px;
  }
  .section-carwashapp .app-content p {
    margin-bottom: 20px;
  }

  .section-carwashapp .video-wrap video {
    width: 100%;
    height: 100%;
  }
  .carwash-info li {
    gap: 26px;
  }
  .carwash-info {
    gap: 42px;
  }
  .section-carwashapp .app-illustration img,
  .section-supportdesk .support-pic img,
  .section-iotdevice .iot-sec .iot-pic img {
    max-width: 100%;
  }
  .section-iotdevice .signup-sec .action-signup {
    padding-right: 15px;
    padding-left: 15px;
    gap: 15px;
  }
  .section-iotdevice .signup-sec .action-signup::before {
    left: -13px;
    top: -100px;
    width: 60px;
    height: 310px;
    background: #0c488a;
    transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
  }
  .section-iotdevice .signup-sec h2 {
    font-size: 22px;
  }
  .section-iotdevice .signup-sec .content-signup {
    padding-right: 30px;
    height: 180px;
  }
  .section-iotdevice .signup-sec h1 {
    font-size: 28px;
  }
  .section-pricing .price-card {
    min-width: 300px;
  }
  .section-pricing .pricing-block {
    gap: 25px;
    flex-wrap: wrap;
  }
  .section-pricing {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-banner .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .hero-banner {
    padding: 180px 0 40px;
  }
  .hero-banner .hero-section {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .hero-banner .hero-section .hero-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero-banner .hero-img img {
    max-width: 70%;
  }
  .hero-banner .hero-content {
    text-align: center;
  }
  .section-carwashapp .what-app,
  .section-supportdesk .support-sec,
  .section-iotdevice .iot-sec {
    flex-direction: column;
  }
  .carwash-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .section-carwashapp .app-content h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .section-carportal h1 {
    margin-bottom: 30px;
  }
  .carwash-info li .icon {
    width: 100px;
    height: 100px;
  }
  .section-carportal {
    padding-bottom: 90px;
  }
  .section-supportdesk .support-pic {
    order: 2;
  }
  .section-pricing h1 {
    font-size: 32px;
    margin-bottom: 45px;
  }
  .section-iotdevice .signup-sec .action-signup::before {
    content: none;
  }
  .section-iotdevice .signup-sec {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .section-iotdevice .signup-sec .content-signup {
    height: auto;
    padding: 35px 20px;
  }
  .section-iotdevice .signup-sec .action-signup {
    padding: 30px 20px;
    justify-content: center;
  }
  .section-iotdevice .iot-sec {
    margin-bottom: 75px;
  }
  .section-iotdevice {
    padding-bottom: 45px;
  }
  .section-footer .footer-sec {
    padding: 20px 0;
  }
  .hero-banner .navbar-nav {
    gap: 7px;
  }
  .hero-banner .navbar .nav-link {
    font-size: 12px;
  }
  .section-footer .footer-sec {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .section-footer .footer-sec .copyright a.terms {
    margin: 0;
  }
  .section-footer .footer-sec span {
    display: block;
    margin-top: 15px;
  }
  .section-pwamobile .review-sec {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner {
    padding: 130px 0 20px;
  }
  .hero-banner .navbar {
    padding-top: 15px;
    background-color: #0078df;
  }
  .navbar .navbar-collapse {
    margin: 20px 0;
  }
  .hero-banner .navbar-nav {
    gap: 12px;
  }
  .navbar .navbar-collapse ul li.nav-item {
    text-align: center;
  }
  .hero-banner .navbar .nav-link {
    padding: 0 0 12px;
  }
  .hero-banner .hero-section p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .hero-banner .hero-section h1 {
    font-size: 35px;
  }
  .hero-banner .hero-section h1 span {
    font-size: 28px;
  }
  .hero-banner .hero-section h2 {
    font-size: 30px;
  }
  .scroll-top {
    bottom: 15px;
    right: 15px;
  }
  .privacy-container {
    padding: 30px 20px 20px;
  }
  .privacy-container p {
    font-size: 13px;
    line-height: 22px;
  }
  .privacy-container h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-container h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .privacy-container ul li {
    font-size: 13px;
    line-height: 22px;
  }
  .section-pwamobile .review-sec {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .section-pwamobile .review-card {
    padding: 25px 25px;
  }
  .section-pwamobile .review-card p {
    font-size: 14px;
    line-height: 24px;
  }
  .section-pwamobile .review-card h6 {
    font-size: 16px;
  }
  .section-pwamobile .pwa-intro {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
  .section-carwashapp .video-wrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner .signin-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .hero-banner .signin-wrapper .user-block {
    width: 100%;
    padding: 21px 0;
  }
  .hero-banner .signin-wrapper .user-block h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hero-banner .signin-wrapper .existing-user {
    margin-left: 0;
  }
  .hero-banner .signin-wrapper .user-block .btn {
    height: 50px;
    font-size: 16px;
  }
  .section-carwashapp .app-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .section-carwashapp .app-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .section-carportal h1,
  .section-supportdesk .support-details h1,
  .section-pwamobile h1,
  .section-pricing h1,
  .section-iotdevice h1,
  .section-contact h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .carwash-info li {
    gap: 12px;
    flex-direction: column;
  }
  .carwash-info li .info {
    text-align: center;
  }
  .section-supportdesk .carwash-info li {
    gap: 12px;
  }
  .section-supportdesk .support-sec {
    gap: 54px;
  }
  .section-pricing p {
    line-height: 24px;
    margin-bottom: 35px;
  }
  .section-pricing h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .section-pricing .price-card {
    padding: 25px 10px;
    max-width: 300px;
  }
  .section-iotdevice h1 {
    margin-bottom: 20px;
  }
  .section-iotdevice p {
    font-size: 14px;
    line-height: 24px;
  }
  .section-iotdevice .signup-sec h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .section-iotdevice .signup-sec .content-signup {
    padding: 25px 15px;
  }
  .section-iotdevice .signup-sec h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .section-iotdevice .signup-sec h1 {
    font-size: 22px;
  }
  .section-iotdevice .signup-sec .action-signup {
    padding: 25px 15px;
    gap: 25px;
    flex-direction: column;
  }
  .section-contact {
    padding-bottom: 60px;
  }
  .section-contact h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .section-contact .contact-card {
    padding: 20px 15px;
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }
  .section-footer .footer-sec .copyright {
    font-size: 14px;
  }
}
