
/* Joomla Check Module */

#column-id-1736373300566 {
  border-radius: 8px;
}

.joomla-check-module {
  padding: 2rem;
}

.joomla-check-module h3 {
  font-size: 20px;
  color: #111827;
  font-weight: 700;
}

.joomla-check-module p {
  font-size: 16px;
  color: #4B5563;
  margin-top: -8px;
  margin-bottom: 24px;
}

.joomla-check-module form div input {
  border: 1px solid rgba(230,230,230,.3)!important;
}

.joomla-check-module form div input::placeholder {
  color: #9ca3af;
  opacity: 1;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"!important;
}

.joomla-check-module form div.items-start {
  margin-top: 16px!important;
  margin-bottom: 8px!important;
}

.joomla-check-module form div.items-start label {
  font-size: 14px;
  font-weight: 500;
  color: #4B5563;
  margin-left: 4px;
}

.joomla-check-module form div.items-start label a {
  font-size: 14px;
  color: #2563EB;
}

.joomla-check-module form button {
  width: 100%;
  border-radius: 8px;
  background: #2563EB;
  color: #fff;
  margin: 15px 0px 0px;
  padding: 12px 24px;
}

.joomla-check-module > .mt-8.flex.items-center.justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px!important;
}

.joomla-check-module > .mt-8.flex.items-center.justify-between > .flex.items-center {
  display: flex;
  align-items: center;
}

.joomla-check-module .lucide-shield {
  width: 24px;
  height: 24px;
  stroke: #10b981; /* Tailwind green-500 */
}

.joomla-check-module .mt-8 .flex.items-center span {
  font-size: 14px;
  color: #4b5563;
  margin-left: 8px;
}

/* Reset button inside the link */
.joomla-check-module .mt-8 a button {
  all: unset;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #2563eb;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.joomla-check-module .mt-8 a button:hover {
    color: #1e40af;
}

.joomla-check-module .lucide-arrow-right {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  stroke: currentColor; 
}

@media (max-width: 991px) {
  /* 1. Label wrap fix */
  .joomla-check-module form div.items-start {
    flex-direction: column;
    align-items: flex-start;
  }

  .joomla-check-module form div.items-start label {
    margin-left: 0; /* Reset margin when stacked */
    margin-top: 4px;
  }

  /* 2. Stack shield + text + button */
  .joomla-check-module > .mt-8.flex.items-center.justify-between {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .joomla-check-module > .mt-8.flex.items-center.justify-between > .flex.items-center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }

  .joomla-check-module .lucide-shield {
    margin-bottom: 8px;
  }

  .joomla-check-module .mt-8 .flex.items-center span {
    margin-left: 0;
  }

  .joomla-check-module .mt-8 a {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .joomla-check-module .mt-8 a button {
    justify-content: center;
  }

  /* Prevent arrow from shrinking */
  .joomla-check-module .lucide-arrow-right {
    min-width: 24px;
    min-height: 24px;
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 767px) {
  .joomla-check-module form div.items-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .joomla-check-module form div.items-start input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 0.3em;
    margin-right: 0.5rem;
  }

  .joomla-check-module form div.items-start label {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.4;
    margin-top: -0.5px;
  }

  .joomla-check-module form div.items-start label a {
    display: inline;
    word-break: break-word;
  }
}

/* Joomla Check Module End */

/* Header Styles */


.offcanvas-menu {
    background: linear-gradient(to right,#2b2b7b, #4b6cb7);
}

.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li > a {
  color: #ffffff !important;
  background-color: transparent !important;
  padding: 8px 0px;
  margin: 4px 0px 0px;
  filter: none !important;
  opacity: 1 !important;
  position: relative;
  padding-bottom: 8px;
  transition: color 0.3s ease;
}

.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li > a:hover {
  color: #a5b4fc !important;
}

.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.current > a {
  color: #ffffff !important;
  background: transparent !important;
}

/* 3. Active or current item: still white + green underline */
.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.current > a {
  color: #ffffff !important;
}

.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.active > a::after,
.offcanvas-menu .offcanvas-inner ul.menu.nav-pills > li.current > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #5eead4; /* Mint green underline */
}

.offcanvas-menu .nav-pills {
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: transparent;
}

/* Hamburger lines – base */
#offcanvas-toggler .burger-icon span,
.close-offcanvas .burger-icon span,
.offcanvas-menu .burger-icon span {
  background-color: #ffffff !important;
}

/* If a class is added on toggle, target that too */
.offcanvas-active .burger-icon span,
#offcanvas-toggler.is-active .burger-icon span,
#offcanvas-toggler.open .burger-icon span {
  background-color: #ffffff !important;
}

/* Header Styles */
@media (max-width: 767px) {
  #sp-header {
    display: flex;
    align-items: center; 
  }
}
/* End Header Styles */

/* Font Styles */
h1,
h2,
h3,
h4,
p,
a {
  font-family:  ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
/* End Font Styles */

/* Version Box Styles for Java Script */

.version-box {
  display: none;
}


.version-box.version-1 {
  display: block;
}

.version-footer {
  display: block !important;
}

.version-timeline .circle.active {
  border: 2px solid #3b82f6 !important; 
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.3); 
  background-color: #f9fafb; 
  transition: all 0.3s ease;
  z-index: 5;
}
/* End Version Box JS Styles */

/* feature box custom hover effect */
.sppb-addon-wrapper:has(.feature-box-highlight:hover) {
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.10);
  margin-bottom: 0 !important;
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
  background: #fff;
}
/* End feature box hover styles */

/* Price box */
/* Large screens 1400px+ - 4 cards inline */
@media (min-width: 1400px) {
  .ju-pricetable-container .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Desktop 1200px-1399px - 2 cards per row */
@media (min-width: 1200px) and (max-width: 1399px) {
  .ju-pricetable-container .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 1rem;
  }
}

/* Tablet Landscape 992px-1199px - 2 cards per row */
@media (min-width: 992px) and (max-width: 1199px) {
  .ju-pricetable-container .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 1rem;
  }
}

/* Tablet Portrait 768px-991px - 2 cards per row */
@media (min-width: 768px) and (max-width: 991px) {
  .ju-pricetable-container .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 1rem;
  }
}

/* Mobile 576px-767px - 1 card per row */
@media (min-width: 576px) and (max-width: 767px) {
  .ju-pricetable-container .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

/* Small Mobile 320px-575px - 1 card per row */
@media (max-width: 575px) {
  .ju-pricetable-container .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
  
  /* Adjust spacing for mobile */
  .ju-pricetable-container .row {
    margin: 0 -8px;
  }
  
  .ju-pricetable-box {
    margin: 0 8px;
  }
}

/* Ensure proper spacing and layout */
.ju-pricetable-container .col {
  padding: 0.75rem;
}

.ju-pricetable-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ju-pricetable-box .btn {
  margin-top: auto;
}
/* End Price Box */

/* Price Yearly Monthly Toggle */
.price-monthly-1,
.price-monthly-2 {
  display: none;
}

/* End Price Toggle */

/* Footer Area */

#footerarea ul.menu {
  display: block;
  padding-bottom: 10px;
}

#footerarea ul.menu li {
  clear: both;
  display: block;
  padding-bottom: 10px;
}

#footerarea ul.menu li a,
#footerarea a {
  color: #d1d5db
}

#footerarea ul.menu li a:hover,
#footerarea a:hover {
  color: #3b82f6;
}

#footerarea h4 {
  padding-bottom: 10px;
}

nav.sp-megamenu-wrapper li a {
  font-size: 17px;
}

nav.sp-megamenu-wrapper li.active a:after {
    content: "";
    height: .125rem;
    width: 100%;
    background: #40e0d0;
    display: block;
    position: relative;
    top: -15px;
}

body #sp-header {
  background: rgb(43,43,123);
  background: linear-gradient(94deg, rgba(43,43,123,1) 0%, rgba(75,108,183,1) 100%);
}