
body {
  /*font-family: 'Segoe UI', sans-serif;*/
  font-family: 'Lato', sans-serif;
  color: #333333;
  margin-top: 70px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Smooth dropdown animation */
.dropdown-menu {
  transition: all 0.2s ease;
}

.dropdown-menu .dropdown-item.active {
	background-color: #39CD8F;
}

/* Remove Bootstrap's caret toggle behavior */
.nav-item.dropdown > a::after {
  /*display: none;*/
  margin-left: .455em;
  vertical-align: .155em;
}

.navbar-brand img {
  /*height: 40px;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 2rem;
	padding-right: 2rem;
	font-weight: 700;
}
.nav-link {
	color: #333 !important;
	font-weight: 500;
	border-bottom: 3px solid #fff;
}
.nav-link.active {
  color: #39CD8F !important;
  border-bottom: 3px solid #39CD8F;
}
.nav-link:hover {
  color: #39CD8F !important;
  border-bottom: 3px solid #39CD8F;
}
.btn-custom {
  background-color: #fff;
  color: #39CD8F;
  border: 2px solid #39CD8F;
  transition: all 0.3s ease;
}
.btn-custom:hover {
  background-color: #39CD8F;
  color: #fff;
}
.btn-primary {
  background-color: #39CD8F;
  color: #fff;
  border: 2px solid #39CD8F;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #fff;
  color: #39CD8F;
  border: 2px solid #39CD8F;
  transition: all 0.3s ease;
}
.btn-grey-primary {
	border: 1px solid #333;
    background: #333;
    color: #fff;
}
.btn-grey-primary:hover {
	border: 1px solid #333;
    background: transparent;
    color: #333;
}
.hero {
  position: relative;
  /*background: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085') no-repeat center center/cover;*/
  background-color: #39CD8F;
  height: 100vh;
}
.hero .overlay {
  position: absolute;
  top: 0;
  /*background-color: rgba(0,0,0,0.5);*/
}
.hero h1 {
  text-align: left;
}
.hero .content {
  position: relative;
  z-index: 2;
}
.hero .lead {
	text-align: left;
	font-size: 2rem;
    font-weight: 700;
}
.hero .hero-img-container {
	width: 100%;
}
.hero .hero-btn-container {
	text-align: left;
}

.card-img-top {
	width: 100%;
	object-fit: cover;
}


/* =======================================
   Fissara Manage Efficiency Section
========================================== */

.fissara-efficiency-section {
  background-color: #f7f9fc;
  font-family: 'Lato', sans-serif;
  padding: 80px 0;
}

/* Logo */
.fissara-logo {
  max-width: 220px;
  height: auto;
  transition: transform 0.3s ease;
}

.fissara-logo:hover {
  transform: scale(1.05);
}

/* Title */
.fissara-title {
  color: #004aad; /* Fissara blue tone */
  font-weight: 700;
  font-size: 1.8rem;
}

/* Paragraph */
.fissara-desc {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  max-width: 1024px;
}



/* =========================
   Key Features Section
=========================== */
.features-section {
  background-color: #dfd;
}

.features-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.btn-demo {
  background-color: #39CD8F;
  color: #fff;
  border: 2px solid #39CD8F;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.feature-card {
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.features-section .row > div {
  display: flex;
}

.features-section .feature-content-container {
	padding: 1rem;
    border-radius: 10px;
    background: #dfd;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 50%;
  object-fit: contain;
  margin: 5px auto;
}

/* =========================
   Help Section
=========================== */
.help-section {
  background-color: #333;
  color: #fff;
}

.help-section h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
}

.help-section .divider {
  width: 80px;
  height: 2px;
  background-color: #39CD8F;
}

.help-section .help-text {
  max-width: 850px;
  line-height: 1.8;
  font-size: 1.05rem;
  color: #fff !important;
}

/* =========================
   CLIENT LOGO SECTION
========================= */
.client-carousel-section {
  background: #fff;
}

.client-carousel-section h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.client-carousel {
  position: relative;
  overflow: hidden;
  max-width: 950px;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

.carousel-item {
  flex: 0 0 20%; /* default desktop */
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.carousel-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.carousel-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Arrows */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  z-index: 5;
}

.carousel-btn.prev { 
	left: 5px;
	height: 50px;
	width: 50px;
}

.carousel-btn.prev .bi-chevron-left {
	position: relative;
	top: -3px;
}

.carousel-btn.next { 
	right: 5px;
	height: 50px;
	width: 50px;
}

.carousel-btn.next .bi-chevron-right {
	position: relative;
	top: -3px;
}

.carousel-btn:hover {
  background: #39CD8F;
  color: #fff;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  background: #bbb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-dots button.active {
  background: #39CD8F;
  width: 25px;
  border-radius: 8px;
}


/* =========================
   AMC RENEWAL SECTION
============================ */
/* AMC Renewal Section */
.amc-renewal-section {
  background: linear-gradient(135deg, #f9f9f9 0%, #eafcf4 100%);
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  position: relative;
}

.amc-renewal-section h2 {
  font-size: 2rem;
  line-height: 1.3;
}

.amc-renewal-section p {
  margin-bottom: 1rem;
}

/* Request Demo Button */
.btn-demo {
  background-color: #fff;
  border: 2px solid #39CD8F;
  color: #39CD8F;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background-color: #39CD8F;
  color: #fff;
  text-decoration: none;
}

/* Image styling */
.amc-renewal-section img {
  max-width: 90%;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animation Effects */
.fade-in-left, .fade-in-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.fade-in-left.in-view, .fade-in-right.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: subtle hover zoom for image */
.amc-renewal-section img:hover {
  transform: scale(1.03);
}


/* =========================
   CALLBACK SECTION
========================= */
.request-call-section {
  background-color: #e2e2e2;
  color: #fff;
}

.request-call-section .container {
	padding: 1.5rem 3rem;
    background: #289266;
    border-radius: 1rem 2rem;
}

.request-call-section .btn-callback {
  background-color: #333;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
}

.request-call-section .btn-callback:hover {
  background-color: #fff;
  color: #333;
}

.request-call-section .callback-section .row {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.request-call-section .standard-plan {
  color: #fff;
}

/* =========================
   VIDEO STYLES
========================= */

.youtube-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.line {
  flex: 1;
  height: 2px;
  background-color: #ccc;
}

.video-link {
  color: #ff0000;
  font-size: 60px;
  margin: 0 20px;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.video-link:hover {
  transform: scale(2.1);
  color: #cc0000;
}


/* =========================
   OUTDOOR STAFF MANAGEMENT SECTION
========================= */
.outdoor-staff-section {
  background: #f9fafb;
  position: relative;
  overflow: hidden;
}

.outdoor-staff-section .section-heading h2 {
  font-size: 2rem;
  color: #39CD8F !important;
}

.outdoor-staff-section .image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.outdoor-staff-section .image-wrapper img:hover {
  transform: scale(1.02);
}
.round-image {
  /*width: 150px;             
  height: 150px;*/
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;        /* Ensures the image fills the circle nicely */
  border-radius: 50%;       /* Makes it perfectly round */
  border: 3px solid #39CD8F; /* Optional: brand-colored border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for interactivity */
.round-image:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* =========================
   REQUEST CALLBACK SECTION
========================= */
.callback-section {
  background-color: #fff;
  border-top: 4px solid var(--bs-primary);
}

.callback-section h2 {
  font-size: 2rem;
  color: #000;
}

.callback-section .form-control,
.callback-section .form-select {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.callback-section .form-control:focus,
.callback-section .form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: none;
}

/* Error Styles */
.form-control.error,
.form-select.error {
  border-color: #e74c3c;
}

.error-tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  background: #e74c3c;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 5;
}

.error-tooltip i {
  margin-right: 5px;
}

.call-number {
	font-size: 1.4rem;
	color: #39CD8F !important;
}

/* Callback Button */
.btn-callback {
  background-color: #333;
  color: #fff;
  font-weight: 600;
  /*letter-spacing: 0.5px;*/
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-callback:hover {
  background-color: #39CD8F;
  color: #fff;
}

.callback-icon {
  max-width: 160px;
}


/* =========================
   FOOTER STYLES
========================= */
.site-footer {
  background-color: #333;
  color: #fff;
  font-size: 0.95rem;
}

.footer-logo {
  max-width: 180px;
}

.footer-divider {
  border-color: #fff;
}

.footer-link {
  color: #39CD8F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Social Icons */
.social-icons .social-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #39CD8F;
  color: #333;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.social-icons .social-icon:hover {
  background-color: #fff;
  color: #39CD8F;
}


/* =========================
   PRICING PAGE SECTION
========================= */
/* Pricing Page Hero */
.pricing-hero {
  background: url('../img/pricing-hero-bg.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  font-family: 'Lato', sans-serif;
  height: auto;
}

.pricing-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff; /* you said headings use #000 */
}

.pricing-hero .lead {
  color: #fff;
}

.pricing-hero p {
  font-size: 1.1rem;
  color: #333;
}

/* Pricing Section */
.pricing-section {
	background-color: #f2f2f2;
}
.pricing-section .card {
  border: none;
  border-radius: 8px;
  padding: 2rem 1rem;
  font-family: 'Lato', sans-serif;
}

.pricing-section .card.featured {
  background-color: #39CD8F;
  color: #fff;
}

.pricing-section .card.featured .btn {
  background-color: #000;
  color: #fff;
  padding: 0.8rem 2rem;
}

.pricing-section .btn-outline-primary {
  border-color: #39CD8F;
  color: #39CD8F;
  padding: 0.8rem 2rem;
}

.pricing-section .btn-outline-primary:hover {
  background-color: #39CD8F;
  color: #fff;
}

.pricing-section .card ul li {
  margin-bottom: .75rem;
}

.pricing-section .card h2 {
  font-size: 2.2rem;
  color: inherit;
  margin-top: 1rem;
}

.pricing-section .grow-pack-section .card {
	padding: 0.8rem 1rem;
}

.pricing-section .grow-pack-section .card .card-title {
	font-size: 1.8rem;
}

/* General adjustments */
.pricing-section .card .fa-check {
	margin-right: 0.2rem;
}
/* Ribbon Style */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 8px 0;
  background-color: #ff4757;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
  top: 25px;
  right: -40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Optional: make the ribbon stand out more on colored card */
.featured .ribbon span {
  background-color: #000;
}



/* =========================
   BENEFITS SECTION
========================= */
.benefits-hero {
  background: linear-gradient(135deg, #39CD8F 0%, #eafcf4 100%);
  text-align: center;
  font-family: 'Lato', sans-serif;
  padding: 80px 20px;
}

.benefits-hero .benefits-logo {
  max-width: 180px;
}

.benefits-hero h1 {
  font-size: 2.5rem;
  color: #000;
}

.benefits-hero .text-primary {
  color: #189460 !important;
}

.benefits-hero p {
  font-size: 1.1rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto 30px;
}

.benefits-hero .benefits-hero-image {
  max-width: 300px;
  height: auto;
}



/* =========================
   HOW IT HELPS SECTION
========================= */
#business-help-section {
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
  padding: 80px 20px;
}

#business-help-section h2 {
  color: #000;
  font-size: 2.2rem;
}

#business-help-section p {
  color: #333;
  font-size: 1.05rem;
}

/* Card base */
.business-card {
  transition: all 0.4s ease;
  border-radius: 16px;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

/* Hover effects */
.business-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(57, 205, 143, 0.25);
}

.business-card:hover .icon-circle {
  background-color: #2fb57e;
  transform: scale(1.1) rotate(10deg);
}

.business-card:hover .card-title {
  color: #39CD8F;
}

/* Icon circle styling */
.icon-circle {
  background-color: #39CD8F;
  color: white;
  font-size: 1.6rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  transition: all 0.4s ease;
}

/* Icon motion */
.icon-circle i {
  transition: transform 0.4s ease;
}

.business-card:hover .icon-circle i {
  transform: rotate(15deg) scale(1.2);
}


/* =========================
   KEY BENEFITS SECTION
========================= */
#key-benefits h2 {
  color: #000;
  font-size: 2.2rem;
}

#key-benefits p {
  color: #555;
}

/* Card styling */
#key-benefits .card {
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.4s ease;
}

#key-benefits .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(57, 205, 143, 0.15);
}

/* Accordion customization */
#key-benefits .accordion-button {
  background-color: #f8f9fa;
  color: #333;
  border-radius: 10px;
  transition: all 0.3s ease;
}

#key-benefits .accordion-button:not(.collapsed) {
  background-color: #39CD8F;
  color: #fff;
  box-shadow: none;
}

#key-benefits .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}

#key-benefits .accordion-body {
  background-color: #fff;
  font-size: 0.95rem;
}

/* Bullet list styling */
#key-benefits ul li {
  line-height: 1.6;
}

/* Image styling */
#key-benefits img {
  border-radius: 16px;
  transition: transform 0.4s ease;
}

#key-benefits img:hover {
  transform: scale(1.05);
}

#key-benefits .img-fluid {
  max-width: 350px;
}

#schedulejobsAccordion .fa-square-check,
#userappAccordion .fa-square-check,
#managemobileworkforceAccordion .fa-square-check,
#sitesandcustomersAccordion .fa-square-check,
#dashboardsandreportsAccordion .fa-square-check {
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	color: #39CD8F;
	margin-right: 5px;
}


/* ======================================
    BENEFINTS PAGE HOW IT WORKS Section
========================================= */

#how-it-works {
  background: #fff;
  font-family: 'Lato', sans-serif;
}

#how-it-works h2 {
  color: #000;
  font-size: 2.3rem;
}

#how-it-works p {
  color: #555;
}

.process-card {
  border-radius: 18px;
  padding: 25px;
  background-color: #f9f9f9;
  transition: all 0.35s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  background-color: #e9fdf3;
  box-shadow: 0 8px 25px rgba(57, 205, 143, 0.15);
}

/* Sub-feature icons */
.icon-circle {
  width: 50px;
  height: 50px;
  background: #39CD8F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.icon-circle:hover {
  background: #2fa875;
  transform: scale(1.1);
}

.feature-link:hover p {
  color: #39CD8F;
}

/* -------- Icon Stacked CSS -------- */

.icon-save-time {
	position: relative;
}
.icon-save-time .fa-clock {
	position: absolute;
    left: 12px;
    top: 14px;
}
.icon-save-time .fa-floppy-disk {
	position: absolute;
    left: 26px;
    top: 6px;
    font-size: 1rem;
}

.icon-improve-first-fixrate {
	position: relative;
}
.icon-improve-first-fixrate .fa-user-tag {
	position: absolute;
    left: 10px;
    top: 14px;
}
.icon-improve-first-fixrate .fa-clock {
	position: absolute;
    left: 26px;
    top: 5px;
    font-size: 1rem;
}

.icon-reduce-admin-cost {
	position: relative;
}
.icon-reduce-admin-cost .fa-user-gear {
	position: absolute;
    left: 10px;
    top: 14px;
}
.icon-reduce-admin-cost .fa-arrow-down {
	position: absolute;
    left: 28px;
    top: 5px;
    font-size: 1rem;
}

.icon-improve-customer-service {
	position: relative;
}
.icon-improve-customer-service .fa-headphones {
	position: absolute;
    left: 10px;
    top: 14px;
}
.icon-improve-customer-service .fa-check {
	position: absolute;
    left: 28px;
    top: 5px;
    font-size: 1rem;
}

.icon-improve-cash-flow {
	position: relative;
}
.icon-improve-cash-flow .fa-dollar-sign {
	position: absolute;
    left: 10px;
    top: 14px;
}
.icon-improve-cash-flow .fa-arrows-up-to-line {
	position: absolute;
    left: 23px;
    top: 6px;
    font-size: 1rem;
}

.icon-reduce-travel-time {
	position: relative;
}
.icon-reduce-travel-time .fa-truck-pickup {
	position: absolute;
    left: 12px;
    top: 18px;
}
.icon-reduce-travel-time .fa-arrow-down {
	position: absolute;
    left: 8px;
    top: 6px;
    font-size: 1rem;
}
.icon-reduce-travel-time .fa-clock {
	position: absolute;
    left: 26px;
    top: 6px;
    font-size: 1rem;
}

.icon-reduce-carbon-footprint {
	position: relative;
}
.icon-reduce-carbon-footprint .fa-shoe-prints {
	position: absolute;
    left: 7px;
    top: 14px;
    transform: rotate(-90deg);
}
.icon-reduce-carbon-footprint .fa-arrow-down {
	position: absolute;
    left: 28px;
    top: 6px;
    font-size: 1rem;
}

.fa-spell-check {
	font-size: 1.5rem;
}

.fa-money-bill-trend-up {
	font-size: 1.5rem;
}


/* =================================================
   INTERESTED IN FISSARA IN BENEFITS PAGE SECTION
==================================================== */

#cta-section {
  background: linear-gradient(135deg, #39CD8F, #2fa875);
  color: #fff;
  border-radius: 20px;
  margin: 60px auto;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(57, 205, 143, 0.3);
  transition: all 0.3s ease;
}

#cta-section h2 {
  font-size: 2.2rem;
  color: #fff;
}

#cta-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

.cta-phone {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 1.15rem;
  display: inline-block;
  margin: 0 6px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.cta-phone:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* CTA Button */
.cta-btn {
  background-color: #fff;
  color: #2fa875;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #2fa875;
  color: #fff;
  transform: scale(1.05);
}


/* =========================
   DOWNLOAD PAGE SECTION
========================= */

.downloads-hero {
      background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                  url('../img/hero-downloads-bg.jpg') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 140px 20px;
    }

    .downloads-hero h1 {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 10px;
    }

    .downloads-hero p {
      font-size: 1.1rem;
      color: #f1f1f1;
    }

    /* Tabs Section */
    .downloads-section {
      padding: 80px 0;
      background: #f8f9fa;
    }

    .downloads-tabs {
	  justify-content: center;
	  border: none;
	  position: relative;
	  margin-bottom: 40px;
	}

	.downloads-tabs::after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #ddd; /* full-page bottom border */
	}

	.downloads-tabs .nav-link {
	  color: #333;
	  font-weight: 600;
	  border: none;
	  border-bottom: 4px solid transparent;
	  padding: 14px 35px;
	  background: transparent;
	  transition: all 0.3s ease;
	  position: relative;
	  z-index: 1;
	}

	.downloads-tabs .nav-link:hover {
	  color: #39CD8F;
	  border-color: rgba(57, 205, 143, 0.3);
	}

	.downloads-tabs .nav-link.active {
	  color: #39CD8F;
	  border-color: #39CD8F;
	  border-bottom-width: 4px;
	  font-weight: 700;
	}

    /* Download Boxes */
    .download-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 25px rgba(0,0,0,0.08);
      padding: 40px 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .download-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

    .download-box h3 {
      color: #39CD8F;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .download-box p {
      color: #333;
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .store-links img {
      height: 50px;
      margin-right: 10px;
      transition: transform 0.3s ease;
    }

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

    /* User Manual Section */
    .user-manual h2 {
      font-weight: 700;
      color: #333;
      margin-bottom: 40px;
      text-align: center;
    }

    .manual-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      padding: 35px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .manual-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .manual-card h4 {
      font-weight: 700;
      color: #39CD8F;
      margin-bottom: 10px;
    }

    .manual-card p {
      color: #555;
      margin-bottom: 20px;
    }

    .btn-download {
      background-color: #39CD8F;
      color: #fff;
      border-radius: 50px;
      padding: 10px 25px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
    }

    .btn-download i {
      margin-right: 8px;
      font-size: 1rem;
    }

    .btn-download:hover {
      background-color: #2da471;
      transform: scale(1.05);
      color: #fff;
    }



/* ==============================
    BOOK A DEMO PAGE SECTION
================================= */

.demo-hero-section {
  background: url('../img/hero-book-demo-bg.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 15px;
  position: relative;
}

.demo-hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.demo-hero-section .content {
  position: relative;
  z-index: 1;
}

.demo-hero-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

.demo-hero-section p {
  font-size: 1.1rem;
  margin-top: 10px;
}

.demo-page {
  padding: 80px 0;
}

.demo-page .left-col h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.demo-page .feature {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.demo-page .feature i {
  color: #39CD8F;
  font-size: 1.4rem;
  margin-right: 15px;
  margin-top: 4px;
}

.demo-page .feature h5 {
  font-weight: 700;
  color: #333;
}

/* Right Form */
.demo-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.demo-form h3 {
  font-weight: 700;
  color: #333;
}

.demo-form p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 25px;
}

.demo-form .fa-phone {
  color: #39CD8F;
  margin-right: 8px;
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 14px;
}

.btn-demo {
  background: #39CD8F;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 25px;
  transition: all 0.3s ease;
  border: none;
}

.btn-demo:hover {
  background: #2fa875;
  transform: translateY(-2px);
}



/* =========================
   FAQ PAGE SECTION
========================= */
.faq-section {
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Lato', sans-serif;
  padding: 60px 20px;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
}

.faq-subtitle {
  color: #39CD8F;
  font-weight: 500;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  /*transform: translateY(-2px);*/
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 1.2rem;
  color: #333;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.8rem;
  color: #39CD8F;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('../img/faq-hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  font-family: 'Lato', sans-serif;
}

.faq-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-hero-subtitle {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
  color: #eaeaea;
}

.hero-btn {
  background-color: #007bff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background-color: #fff;
  color: #333;
  /*transform: translateY(-3px);*/
  border: 0;
}


/* ==================
  TERMS SECTION
===================== */

.terms-hero-section {
  background: linear-gradient(rgba(57, 205, 143, 0.8), rgba(57, 205, 143, 0.8)),
			  url('../img/terms-bg.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.terms-hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.terms-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.terms-section h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 40px;
  border-left: 5px solid #39CD8F;
  padding-left: 10px;
}

.terms-section h3 {
  color: #004aad;
  font-size: 1.25rem;
  margin-top: 25px;
}

.terms-section p {
  margin-top: 10px;
  text-align: justify;
}

.terms-section ul {
  margin-top: 10px;
}

.terms-section li {
  margin-bottom: 10px;
}

/* Divider line between sections */
.terms-section hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}


/* ==========================
  PRIVACY POLICY SECTION
============================= */

.privacy-hero-section {
  position: relative;
  height: 50vh;
  background: url("../img/privacy-policy-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.privacy-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(57 205 143);
  opacity: 0.8;
}

.privacy-hero-section .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  animation: fadeInUp 1.2s ease-in-out;
}

.privacy-hero-section .hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.privacy-hero-section .hero-content p {
  font-size: 1.1rem;
  opacity: 0.95;
  margin-top: 10px;
}
.privacy-content-wrapper {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto 80px auto;
  padding: 50px 60px;
  border-radius: 12px;
  position: relative;
  z-index: 3;
}

.privacy-content-wrapper h2 {
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #39CD8F;
  padding-left: 10px;
}

.privacy-content-wrapper p,
.privacy-content-wrapper li {
  margin-bottom: 1rem;
}

.privacy-content-wrapper a {
  color: #004aad;
  text-decoration: none;
  font-weight: 500;
}

.privacy-content-wrapper a:hover {
  text-decoration: underline;
}

.privacy-content-wrapper ul {
  padding-left: 25px;
}


@media (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.hero .hero-img-container img {
		width: 100%;
		margin-top: 2rem;
	}
}

@media (max-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.2rem;
	}
	.nav-item .btn {
		width: 100%;
	}
	.navbar-brand img {
		width: 250px;
	}
	.hero {
		height: 100%;
		padding-top: 40px;
        padding-bottom: 40px;
	}
	.hero .container {
		display: block !important;
	}
	.carousel-item {
		flex: 0 0 33.33%;
	}
}

@media (max-width: 767px) {
  .callback-section {
    text-align: center;
  }
  .btn-callback {
    margin-bottom: 10px;
  }
  .request-call-section .btn-callback {
	  margin-top: 1rem;
	  margin-bottom: 0;
  }
  .fissara-desc {
    font-size: 1rem;
    padding: 0 15px;
  }
  .video-link {
    font-size: 60px;
  }
  .outdoor-staff-section .section-heading h2 {
    font-size: 1.5rem;
  }
  .callback-section h2 {
    font-size: 1.5rem;
  }
  .btn-callback {
    width: 100%;
  }
  .error-tooltip {
    font-size: 0.75rem;
    bottom: -20px;
  }
  .site-footer {
    text-align: center;
  }
  .social-icons {
    margin-top: 10px;
  }
  .text-md-end {
    text-align: center !important;
  }
  #business-help-section {
    padding: 60px 10px;
  }
  .business-card {
    margin-bottom: 20px;
  }
  #key-benefits .card {
    flex-direction: column;
    text-align: center;
  }
  .process-card {
    text-align: center;
  }
  .icon-circle {
    margin: 0 auto;
  }
  #cta-section {
    margin: 40px 20px;
    border-radius: 15px;
  }
  #cta-section h2 {
    font-size: 1.8rem;
  }
  .downloads-hero h1 {
	font-size: 2rem;
  }
  .manual-card {
	margin-bottom: 20px;
  }
  .demo-hero-section h1 {
	font-size: 2rem;
  }
  .demo-form {
	margin-top: 40px;
  }
  .terms-hero-section {
	padding: 80px 15px;
  }
  .terms-hero-section h1 {
	font-size: 2rem;
  }
  .privacy-hero-section {
    height: 40vh;
  }
  .privacy-hero-content h1 {
    font-size: 2rem;
  }
  .privacy-content-wrapper {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .carousel-item {
    flex: 0 0 100%;
  }
  .carousel-btn.prev { left: 5px; }
  .carousel-btn.next { right: 5px; }
}
