   /* Desktop styles */
@media (min-width: 768px) {
    .desktop-logo {
        width: 200px !important; /* Larger size for desktop */
    }
}

/* Or for even larger screens */
@media (min-width: 1024px) {
    .desktop-logo {
        width: 200px !important;
        max-height: 50px !important; /* Even larger for big screens */
    }
}
/* Ensure equal tab sizes */
.nav-tabs .nav-item {
  flex: 1;
  text-align: center;
}

.nav-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  height: 100%;
  min-height: 120px;
  border: none;
  background: #f7fafc;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
  background: #ededed;
  border-bottom: 3px solid #06bd06;
}

.tab-content {
  min-height: 50px;
}

.tab-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #006124;
}

.tab-content h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.tab-content span {
  font-size: 0.85rem;
  color: #6c757d;
}
/* Pricing Section Styles with Green Theme */
.price-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.price-card.featured {
  border-color: #087244;
  box-shadow: 0 10px 30px rgba(8, 114, 68, 0.1);
  transform: scale(1.05);
}

.ribbon {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #087244;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.badge-title {
  background: #f8f9fa;
  color: #6c757d;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Highlighted Price Wrapper */
.price-highlight-wrapper {
  background: linear-gradient(135deg, #f0f9f4 0%, #e6f7ed 100%);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem 0;
  border: 2px solid #e8f5ee;
}

.price-wrap .price {
  font-size: 3rem;
  font-weight: 800;
  color: #087244;
  display: block;
  line-height: 1;
  text-align: center;
}

.price-wrap .price sup {
  font-size: 1.5rem;
  font-weight: 600;
  top: -1.2rem;
  margin-right: 2px;
}

.period {
  font-size: 1.1rem;
  color: #087244;
  font-weight: 500;
  opacity: 0.9;
}

.per-staff-pricing {
  margin: 12px 0 0 0;
  padding: 8px 0;
  text-align: center;
}

.per-staff-amount {
  color: #087244;
  font-weight: 700;
  font-size: 2rem;
  background: rgba(8, 114, 68, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
}

.validity-info {
  background: #e8f5ee;
  color: #087244;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.validity-info i {
  margin-right: 5px;
}

.tax-info {
  margin-top: 0.5rem;
}

/* Pricing Header */
.pricing-badges {
  margin-bottom: 2rem;
}

.pricing-badge {
  background: #f0f9f4;
  color: #087244;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d4edda;
}

.pricing-badge i {
  color: #087244;
}

/* Pricing Calculator */
.pricing-calculator {
  margin-top: 3rem;
}

.calculator-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #e9ecef;
}

.calculation-result {
  padding: 1rem;
}

.estimated-cost {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid #087244;
}

.cost-label {
  display: block;
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.cost-amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #087244;
  margin-bottom: 0.5rem;
}

/* Form Range Styling */
.form-range::-webkit-slider-thumb {
  background: #087244;
}

.form-range::-moz-range-thumb {
  background: #087244;
}

.form-range::-webkit-slider-track {
  background: #e8f5ee;
}

.form-range::-moz-range-track {
  background: #e8f5ee;
}

/* Feature List */
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f8f9fa;
  font-size: 0.95rem;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li.muted {
  color: #6c757d;
}

.feature-list .bi-check-circle {
  color: #087244;
  margin-right: 10px;
  font-size: 1.1rem;
}

.feature-list .bi-dash-circle {
  color: #6c757d;
  margin-right: 10px;
}

.btn-choose {
  background: #087244;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-choose:hover {
  background: #065c36;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(8, 114, 68, 0.3);
}

.pricing-features .feature-item {
  text-align: center;
  padding: 1rem;
}

.pricing-features .feature-item i {
  font-size: 2rem;
  color: #087244;
  margin-bottom: 0.5rem;
  display: block;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .price-wrap .price {
    font-size: 2.5rem;
  }
  
  .price-wrap .price sup {
    font-size: 1.2rem;
    top: -1rem;
  }
  
  .price-highlight-wrapper {
    padding: 1rem;
  }
}
/* Contact Section Styles with Green Theme */
.contact.light-background {
  background: #f8fdfa;
}

.section-category {
  color: #087244;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-options .option-card {
  background: white;
  border: 1px solid #e8f5ee;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: all 0.3s ease;
}

.contact-options .option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(8, 114, 68, 0.1);
  border-color: #087244;
}

.option-icon {
  background: #e8f5ee;
  color: #087244;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.option-content h5 {
  color: #087244;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.option-content p {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-info .info-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.contact-info .info-item i {
  color: #087244;
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}

.contact-info .info-item span {
  color: #495057;
  font-weight: 500;
}

.map-link {
  color: #087244;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.map-link:hover {
  color: #065c36;
  transform: translateX(5px);
}

.business-hours {
  background: #e8f5ee;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #087244;
}

/* Contact Form */
.contact-form .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(8, 114, 68, 0.1);
  background: white;
}

.contact-form .card-body {
  padding: 2rem;
}

.form-control, .form-select {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
  border-color: #087244;
  box-shadow: 0 0 0 0.2rem rgba(8, 114, 68, 0.1);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 0.7;
}

.btn-submit {
  background: #087244;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #065c36;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(8, 114, 68, 0.3);
}

.btn-submit:active {
  transform: translateY(0);
}

/* Form Status Messages */
.loading, .error-message, .sent-message {
  display: none;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}

.loading {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.sent-message {
  background: #d1edff;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

/* Form Check */
.form-check-input:checked {
  background-color: #087244;
  border-color: #087244;
}

.form-check-label {
  color: #6c757d;
  font-size: 0.85rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-options .option-card {
    flex-direction: column;
    text-align: center;
  }
  
  .option-icon {
    align-self: center;
  }
  
  .contact-form .card-body {
    padding: 1.5rem;
  }
}