@import url('https://fonts.googleapis.com/css2?family=42dot+Sans:wght@300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap');
body {
  /* background-color: #eef5ff; */
  font-family: "42dot Sans", sans-serif !important;
  color: #2E3138;
  font-size: 1.2em;
}

nav {
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-light .navbar-custom .nav-item.active {
  font-weight: bold;
}

.navbar-light .navbar-custom .nav-item .nav-link {
  color: #1d2836;
}

.navbar-light .btn-test-drive {
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
}

.navbar-light .btn-test-drive:hover {
  background-color: #f04a50;
}

header .dekstop-header {
  height: 100vh;
  margin-top: -76px;
  overflow: hidden;
}

header .dekstop-header .carousel-item img {
  height: 100vh;
  object-fit: cover;
}


/* Custom styling */
.navbar-brand img {
  height: 50px;
}

/* Bottom navbar style for mobile */
@media (max-width: 768px) {
  .bottom-navbar {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
    padding: 0.5rem 0;
    z-index: 1000;
  }

  .bottom-navbar a {
    font-size: 0.9rem;
    color: #333;
    text-align: center;
  }

  .desktop-navbar {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .bottom-navbar {
    display: none;
  }
}

/* Default (Dekstop) */
header .desktop-header h1 {
  font-size: 3rem;
  font-weight: bold;
}

header .desktop-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

header .desktop-header h4 {
  font-size: 2rem;
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
  header .desktop-header h1 {
    font-size: 2.2rem;
  }

  header .desktop-header h2 {
    font-size: 2rem;
  }

  header .desktop-header h4 {
    font-size: 1.5rem;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  header .desktop-header h1 {
    font-size: 1.8rem;
  }

  header .desktop-header h2 {
    font-size: 1.5rem;
  }

  header .desktop-header h4 {
    font-size: 1.2rem;
  }
}

/* Extra Small (≤ 576px) */
@media (max-width: 576px) {
  header .desktop-header h1 {
    font-size: 1.5rem;
  }

  header .desktop-header h2 {
    font-size: 1.2rem;
  }

  header .desktop-header h4 {
    font-size: 1rem;
  }
}




/* Style dasar (desktop) */
header .dekstop-header .btn-get-started {
  background-color: #ED1c24;
  border: 3px solid white;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease-in-out;
}

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
  header .dekstop-header .btn-get-started {
    font-size: 2rem;
    padding: 0.65rem 1.8rem;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  header .dekstop-header .btn-get-started {
    font-size: 1.4rem;
    padding: 0.6rem 1.5rem;
  }
}

/* Extra small (≤ 576px) */
@media (max-width: 576px) {
  header .dekstop-header .btn-get-started {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    display: inline-block;
    text-align: center;
  }
}


header .dekstop-header .btn-get-started:hover {
  background-color: #f04a50;
}

header .mobile-header {
  height: 100vh;
  background-image: url(../images/hero_header_mobile.jpg);
  background-size: cover;
  margin-top: -76px;
  padding-top: 130px;
}

header .mobile-header h1 {
  font-size: 2.1rem;
  font-weight: bold;
}

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

header .mobile-header h4 {
  font-size: 1.5rem;
}

header .mobile-header .btn-get-started {
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

header .mobile-header .btn-get-started:hover {
  background-color: #f04a50;
}

.section-service .service-heading h2 {
  
  font-weight: bold;
  font-size: 34px;
}

.section-service .service-heading p {
  font-style: italic;
  color: #6c6f7d;
  margin-top: -5px;
}

.section-service-content .card-service img {
  width: 100px;
  height: 100px;
}

.section-service-content .card-service h4 {
  
  font-weight: bold;
}

.section-service-content .card-service p {
  color: #1d2836;
}

.section-service-content .card-service .btn-price {
  width: 150px;
}

.section-service-content .btn-price {
  background-color: #ED1c24;
  color: #ffffff;
}

.section-service-content .btn-price:hover {
  background-color: #f04a50;
  color: #ffffff;
}

.section-promo .promo-heading h2 {
  
  font-weight: bold;
  font-size: 34px;
}

.section-promo .promo-heading p {
  color: #6c6f7d;
  font-style: italic;
  margin-top: -5px;
}

.section-promo-content .card-promo {
  /* height: 250px;
  max-width: 250px; */
  background-size: cover;
}

.section-promo-content .card-promo .card-dp h4 {
  font-weight: bold;
  color: #2e3138;
  margin-top: 80px;
  margin-bottom: 120px;
  font-size: 20px;
  font-style: italic;
}

.section-promo-content .card-promo .btn-promo .btn-info-promo {
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
  width: 150px;
}

.section-promo-content .card-promo .btn-promo .btn-info-promo:hover {
  background-color: #f04a50;
}

.section-info .info-heading h2 {
  
  font-weight: bold;
  font-size: 34px;
}

.section-info-content h4 {
  
  font-weight: bold;
}

.section-info-content .info-sales a {
  color: #2E3138;
  font-size: 1.25em;
}

.section-info-content .info-sales h5 {
  font-size: 1.25em;
}

.section-info-content .info-sales .foto-sales {
  width: 200px;
  height: 200px;
}

.section-info-content .info-sales .btn-call-sales:hover {
  color: #697683;
}

.section-info-content .info-mengapa p {
  line-height: 2em;
}

.section-testimonial .testimonial-heading h2 {
  
  font-weight: bold;
  font-size: 34px;
}

.section-testimonial-content .card-testi {
  background-color: #ffffff;
}

.section-testimonial-content h5 {
  color: #1c2541;
}

.section-testimonial-content p {
  color: #3a506b;
}

.owl-prev {
  left: -15px;
}

.owl-next {
  right: -15px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 30%;
}

.owl-prev span,
.owl-next span {
  font-size: 40px;
  color: #424b54;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.section-side {
  right: 0;
  top: 250px;
  width: 50px;
  background-color: #eeeeee;
  color: green;
}

footer .mobile-footer .call-container img {
  width: 25px;
  height: 25px;
}

footer .mobile-footer .call-container .hubungi-description h4 {
  
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

footer .mobile-footer .call-container .btn-wa {
  background-color: green;
  border-radius: 0;
}

footer .mobile-footer .call-container .btn-call {
  background-color: #197ef1;
  border-radius: 0;
}

footer .mobile-footer .call-container .btn-simulasi {
  background-color: #424b54;
  border-radius: 0;
}

footer .copyright {
  background-color: #133455;
}

footer .copyright span a {
  color: #ffffff;
  font-size: 10px;
}

.copyright-dekstop {
  background-color: #133455;
}

.copyright-dekstop span a {
  color: #ffffff;
  font-size: 14px;
}

.section-tagline-detail {
  margin-top: -20px;
}

.section-tagline-detail .tagline-detail .tagline-detail-content {
  background-color: #ffffff;
}

.section-tagline-detail .tagline-detail .tagline-detail-content h1 {
  
  font-weight: bold;
  color: #424b54;
}

.section-tagline-detail .tagline-detail .tagline-detail-content h4 {
  margin-top: -6px;
  font-family: 'Assistant', sans-serif;
  color: #424b54;
}

.section-type-heading h2 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-type-detail .card {
  border: none;
}

.section-type-detail .card h5 {
  color: #1c2541;
}

.section-type-detail .table-otr h3 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-type-detail .table-otr .btn-simulasi {
  width: 150px;
  background-color: #424b54;
  color: #ffffff;
}

.section-type-detail .table-otr .btn-simulasi:hover {
  background-color: #697683;
  color: #ffffff;
}

.section-type-detail .table-otr .btn-pesan {
  width: 150px;
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
}

.section-type-detail .table-otr .btn-pesan:hover {
  background-color: #f04a50;
  color: #ffffff;
}

.section-spec h2 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-color-heading h2 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-color-content .gallery .xzoom-container {
  display: block;
}

.section-color-content .gallery .xzoom-container .xzoom {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.section-color-content .gallery .xzoom-container .xactive {
  border: 4px solid #ED1c24;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-bid-heading .btn-moreinfo {
  width: 150px;
  background-color: #424b54;
  color: #ffffff;
}

.section-bid-heading .btn-moreinfo:hover {
  background-color: #697683;
  color: #ffffff;
}

.section-bid-heading .btn-testdrive {
  width: 150px;
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
}

.section-bid-heading .btn-testdrive:hover {
  background-color: #f04a50;
  color: #ffffff;
}

.footer-copyright {
  background-color: #000b51;
}

.footer-copyright .bid-content-pic {
  color: #ffffff;
}

.footer-copyright .bid-content-pic h4 {
  
  font-weight: bold;
}

.footer-copyright .btn-sc span {
  color: #ffffff;
}

.footer-copyright .btn-sc:hover span {
  color: #697683;
}

.header-pricelist {
  margin-bottom: 50px;
}

.header-pricelist h1 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-pricelist .table-otr-pl {
  background-color: #ffffff;
}

.section-pricelist .table-otr-pl h2 {
  margin-top: -40px;
  
  background-color: #ffffff;
  font-weight: bold;
  color: #424b54;
}

.section-keterangan-pl h5 {
  
}

.section-bid-heading .btn-pesan-pl {
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.section-bid-heading .btn-pesan-pl:hover {
  background-color: #f04a50;
  color: #ffffff;
}

.section-bid-heading .btn-info-pl {
  width: 150px;
  background-color: #93a8ac;
  color: #ffffff;
}

.section-bid-heading .btn-info-pl:hover {
  background-color: #aec9ca;
  color: #ffffff;
}

.header-promo .dekstop-header-promo {
  background-image: url(../images/Hero_Promo.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin-top: -76px;
  padding-top: 90px;
}

.header-promo .dekstop-header-promo h1 {
  
  font-weight: bold;
  font-size: 3rem;
  color: #000000;
}

.header-promo .dekstop-header-promo h2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #2e3138;
}

.header-promo .dekstop-header-promo h4 {
  
  font-size: 2rem;
  color: #2e3138;
}

.header-promo .dekstop-header-promo p {
  color: #6c6f7d;
  font-size: 1.5rem;
}

.header-promo .dekstop-header-promo .carousel-caption {
  color: #ffffff;
}

.header-promo .mobile-header-promo {
  background-image: url(../images/Hero_Promo_mobile.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin-top: -76px;
  padding-top: 90px;
}

.header-promo .mobile-header-promo h1 {
  
  font-weight: bold;
  font-size: 2rem;
  color: #2E3138;
}

.header-promo .mobile-header-promo h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #2e3138;
}

.header-promo .mobile-header-promo h4 {
  
  font-size: 1.5rem;
  color: #2e3138;
}

.header-promo .mobile-header-promo p {
  color: #6c6f7d;
}

.header-promo .mobile-header-promo .carousel-caption {
  color: #6c6f7d;
}

.section-promo-heading h1 {
  
  font-weight: bold;
}

.section-promo-heading .info-promo-content .btn-pesan-promo {
  background-color: #ED1c24;
  border: 2px solid white;
  color: #ffffff;
}

.section-promo-heading .info-promo-content .btn-pesan-promo:hover {
  background-color: #f04a50;
  color: #ffffff;
}

.section-promo-heading .info-sales-promo h4 {
  
}

.section-promo-heading .info-sales-promo h5 {
  font-size: 24px;
}

.section-promo-heading .info-sales-promo .btn-call-promo {
  font-size: 24px;
  text-align: top;
  color: #2E3138;
}

.section-promo-heading .info-sales-promo .btn-call-promo:hover {
  color: #053777;
}

.header-kontak h1 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-kontak-heading .info-kontak-content .text-no-hp a {
  color: #2E3138;
  font-size: 1.35rem;
  font-weight: bold;
}

.section-kontak-heading .info-kontak-content h3 {
  
  font-weight: bold;
}

.section-kontak-heading .info-kontak-content .btn-call-promo {
  font-size: 30px;
  text-align: bottom;
  color: #2E3138;
}

.section-kontak-heading .info-kontak-content .btn-call-promo:hover {
  color: #053777;
}

.section-kontak-heading .info-map-heading h3 {
  
  font-weight: bold;
}

.section-kontak-heading .info-sales-kontak h4 {
  
}

.section-kontak-heading .info-sales-kontak h5 {
  font-size: 24px;
}

.section-kontak-heading .info-sales-kontak .btn-call-promo {
  font-size: 24px;
  text-align: top;
  color: #2E3138;
}

.section-kontak-heading .info-sales-kontak .btn-call-promo:hover {
  color: #053777;
}

.section-galeri-fasilitas h2 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-galeri-heading h2 {
  
  font-weight: bold;
  color: #2E3138;
}

.section-thanks h2 {
  
  font-weight: bold;
  color: #2E3138;
}

@media (max-width: 575.98px) {
  .tagline h1 {
    font-size: 24px;
  }
  .section-tagline-detail h1 {
    font-size: 24px;
  }
  .section-tagline-detail h4 {
    font-size: 18px;
  }
  .section-type-detail .table-otr .btn-simulasi {
    width: 100px;
  }
  .section-type-detail .table-otr .btn-pesan {
    width: 100px;
  }
  .section-bid-heading .btn-moreinfo {
    width: 100px;
  }
  .section-bid-heading .btn-testdrive {
    width: 100px;
  }
  .footer-copyright .bid-content-pic {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-copyright .bid-content-pic {
    margin-bottom: 80px;
  }
  .copyright {
    background-color: #133455;
    color: #ffffff;
    font-size: 12px;
  }
  .section-type-heading {
    margin-top: 80px;
  }
  .section-type-heading h2 {
    
    font-weight: bold;
    color: #424b54;
  }
  .section-side {
    right: 0;
    top: 50px;
  }
}

@media (max-width: 991.98px) {
  .section-side {
    right: 0;
    top: 100px;
  }
}
/*# sourceMappingURL=main.css.map */

.banner-caption {
  position: absolute;
  top: 30%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 600px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.btn-get-started {
  background-color: #e21b1b;
  color: white;
  border: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-get-started:hover {
  background-color: #c11414;
}

@media (max-width: 768px) {
  .banner-caption {
    top: 20%;
    left: 10px;
    padding: 0 15px;
    max-width: 100%;
  }

  .banner-caption h1 {
    font-size: 1.8rem;
  }

  .banner-caption h2 {
    font-size: 1.2rem;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.promo-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  animation: fadeInUp 0.7s ease forwards;
  opacity: 0;
}

.promo-img:hover {
  transform: scale(1.05);
}

/* Delay animasi setiap kolom */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }
.delay-7 { animation-delay: 0.7s; }
.delay-8 { animation-delay: 0.8s; }

/* Posisi tombol WhatsApp di kanan bawah */
.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 10px;
  background-color: #25d366; /* Warna hijau WhatsApp */
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
}

.whatsapp-button:hover {
  background-color: #128c7e; /* Warna hijau lebih gelap saat hover */
  transition: background-color 0.3s;
}

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff1414;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
margin-top: 10px;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: white;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff1414;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff1414;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff1414;
  padding: 13px 20px;
  border: 1px solid #ff1414;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff1414;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff1414;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-caption h2 {
    font-size: 1.2rem;
  }

  .carousel-caption h4 {
    font-size: 1rem;
  }

  .carousel-caption {
    padding: 1rem;
    bottom: 10%;
  }
}

.banner-caption h1, 
.banner-caption h2, 
.banner-caption h4 {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .banner-caption h1,
  .banner-caption h2 {
    font-size: 1.5rem;
  }

  .banner-caption h4 {
    font-size: 1rem;
  }

  .btn-get-started {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

#select-mobil {
  border: 2px solid #ff000d;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa;
}

#select-mobil:focus {
  border-color: #0056b3;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

.pricing_1 * {
  font-family: Nunito, sans-serif;
}

.pricing_1 .responsive-cell-block {
  min-height: 75px;
}

.pricing_1 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.pricing_1 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.pricing_1 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.pricing_1 .responsive-container-block.container {
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.pricing_1 .text-blk.head {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
}

.pricing_1 input {
  z-index: 5;
  height: 1.8rem;
  opacity: 0;
  width: 6rem;
  position: absolute;
  cursor: pointer;
  margin-left: -1.5rem;
}

.pricing_1 .switch {
  position: relative;
  display: inline-flex;
  width: 51px;
  height: 24px;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.pricing_1 .switch-text {
  display: flex;
  align-items: center;
}

.pricing_1 .slider {
  z-index: 0;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: black;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 input:checked+.slider {
  background-color: white;
}

.pricing_1 input:checked+.slider::before {
  transform: translateX(26px);
}

.pricing_1 .slider.round {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.pricing_1 .slider.round::before {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing_1 .responsive-container-block.swiping-box {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  min-height: 50px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .d-nones {
  display: none;
}

.pricing_1 .card {
  text-align: center;
  width: 400px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  min-height: 500px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #212529;
  padding-top: 25px;
  /* padding-right: 25px; */
  padding-bottom: 25px;
  /* padding-left: 25px; */
  box-shadow: 10px 10px 25px #888888;
}

.pricing_1 .card-selected {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #f40323a4;
  box-shadow: rgba(0, 0, 0, 0.54) 1px 2px 13px -1px;
}

.pricing_1 .card-selected .card-text,
.pricing_1 .card-selected .card-description {
  color: white;
}

.pricing_1 .card-description {
  margin-bottom: 8rem;
  color: #686868;
}

.pricing_1 .card h1 {
  font-size: 46px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 1rem;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.pricing_1 .card li {
  line-height: 35px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.pricing_1 .buy-button {
  bottom: 37px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

.pricing_1 .btns {
  background-color: white;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.pricing_1 .btns:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: white;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transform: scale(1.05);
}

.pricing_1 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  max-width: 100%;
}

.pricing_1 .text-center.witch.switch-text {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .responsive-container-block.card-container {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  justify-content: center;
}

.pricing_1 .text-blk.card-points {
  line-height: 35px;
}

@media (max-width: 768px) {
  .pricing_1 .text-blk.head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .pricing_1 .card {
    width: 377px;
  }

  .pricing_1 .card.card-selected {
    padding-top: 25px;
    /* padding-right: 15px; */
    padding-bottom: 25px;
    /* padding-left: 15px; */
  }

  .pricing_1 .text-blk.card-points {
    font-size: 15px;
    line-height: 35px;
  }

  .pricing_1 .text-blk {
    font-size: 16px;
  }

  .pricing_1 .text-blk.head {
    font-size: 28px;
    line-height: 34px;
  }

  .pricing_1 .btns {
    font-size: 18px;
    height: 50px;
  }

  .pricing_1 .card.card-selected {
    min-height: 470px;
  }
}

wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

.section-promo-heading {
  background-color: #f8f9fa;
}

.info-sales-promo img.foto-sales {
  max-width: 100%;
  height: auto;
}

.btn-call-promo {
  background-color: #25D366;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 20px;
}

.btn-call-promo:hover {
  background-color: #1ebe57;
  text-decoration: none;
  color: white;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .info-sales-promo {
    margin-top: 2rem;
  }

  .btn-call-promo span {
    font-size: 16px;
  }

  .section-promo-heading h1 {
    font-size: 1.5rem;
  }

  .section-promo h2 {
    font-size: 1.2rem;
  }

  .section-promo p {
    font-size: 0.95rem;
  }

  .table thead th {
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  .table td {
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  .btn.w-25 {
    width: 100% !important;
  }
}