@charset "UTF-8";

.menuLateral .title {
  border: none;
  color: #0056b3;
  border-left: 2px solid #ffc107;
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  transition: 0.4s;
}

.menuLateral li {
  padding: 3px 30px;
  list-style: none !important;
}

.menuLateral li a {
  line-height: 2.5;
  color: #444444;
  transition: 0.4s;
}

/** CTA */
.hotline-area {
  color: #fff;
  background: red;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

.hotline-area .hotline-area h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 45px;
  font-weight: 400;
}

.hotline-area .hotline-area span {
  font-size: 60px;
  font-weight: 800;
  font-family: "Rubik", sans-serif;
  margin-bottom: 28px;
  display: block;
}

.rowTab {
  display: flex;
  padding-top: 2rem;
}

.rowTab .col {
  flex: 1;
}

.rowTab .d-flex {
  display: flex;
}

.rowTab .col:last-child {
  margin-left: 1em;
}

.rowTab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.7rem;
  /* Icon */
}

.tab-label:hover {
  background: #1a252f;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

input:checked+.tab-label {
  background: #1a252f;
}

input:checked+.tab-label::after {
  transform: rotate(90deg);
}

input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

@media (max-width: 768px) {
  .rowTab .d-flex {
    flex-direction: column;
  }
}

/* ==========================================================================
   Custom Conversion CTA (SEO Pages) - Fixes & Enhancements
   ========================================================================== */
.seo-cta-card {
  background: linear-gradient(135deg, #041426 0%, #004494 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 12px 35px rgba(0, 50, 120, 0.3) !important;
  transition: all 0.3s ease !important;
  margin: 35px 0 !important;
  padding: 30px !important;
  color: #ffffff !important;
}

.seo-cta-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 40px rgba(0, 50, 120, 0.4) !important;
}

.seo-cta-card .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.seo-cta-col-main {
  flex: 0 0 auto !important;
  width: 66.666667% !important;
  padding-right: 15px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.seo-cta-col-action {
  flex: 0 0 auto !important;
  width: 33.333333% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: flex-end !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.seo-cta-bg-icon {
  position: absolute !important;
  right: -20px !important;
  bottom: -30px !important;
  opacity: 0.08 !important;
  font-size: 160px !important;
  color: #ffffff !important;
  pointer-events: none !important;
  line-height: 1 !important;
}

.seo-cta-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 14px !important;
  background: rgba(255, 193, 7, 0.2) !important;
  border: 1px solid rgba(255, 193, 7, 0.5) !important;
  border-radius: 50px !important;
  color: #ffc107 !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
}

.seo-cta-title {
  color: #ffffff !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin-top: 10px !important;
  margin-bottom: 12px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  font-family: inherit !important;
}

.seo-cta-desc {
  font-size: 0.95rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.55 !important;
  margin-bottom: 16px !important;
}

.seo-cta-desc strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.seo-cta-features {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 20px !important;
  margin-top: 12px !important;
}

.seo-cta-features span {
  font-size: 0.88rem !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.seo-cta-features span i {
  color: #ffc107 !important;
  margin-right: 6px !important;
  font-size: 1rem !important;
}

.btn-seo-cta-wa {
  background-color: #25d366 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  border: none !important;
  font-size: 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35) !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  max-width: 260px !important;
}

.btn-seo-cta-wa:hover {
  background-color: #1eb957 !important;
  transform: translateY(-2px) scale(1.02) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5) !important;
}

.btn-seo-cta-outline {
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-size: 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  max-width: 260px !important;
}

.btn-seo-cta-outline:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .seo-cta-card {
    padding: 24px !important;
  }
  .seo-cta-col-main,
  .seo-cta-col-action {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }
  .seo-cta-title {
    font-size: 1.3rem !important;
  }
  .btn-seo-cta-wa,
  .btn-seo-cta-outline {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .seo-cta-card {
    padding: 20px !important;
  }
  .seo-cta-title {
    font-size: 1.2rem !important;
  }
  .seo-cta-features {
    flex-direction: column !important;
    gap: 8px !important;
  }
}

/*# sourceMappingURL=pg-seo.css.map */
