/* Reset & Base */
.main-body{
padding-top: 20px;
}
html {
background-color: #fafafa!important;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #000000!important;
  line-height: 1.6;
padding-top: 70px;
padding-bottom: 0px!important;
background-color: #fafafa!important;
}

/* Hero Section */
.hero-section {
  background-color: #f9dd4c;
  color: #000000;
  padding: 60px 0;
  text-align: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  margin-bottom: 40px;
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  color: #000000;
}

.hero-feature-item .fa {
  font-size: 32px;
  margin-bottom: 10px;
}

.hero-feature-item span:last-child {
  font-size: 15px;
  font-weight: 600;
}

.btn-hero {
  background-color: #000000!important;
  color: #f9dd4c!important;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-hero:hover,
.btn-hero:focus {
    background-color: #1b1a1a!important;
    color: #fadd4c!important;
    transform: none;
    box-shadow: none;
}

/* Trust Section */
.trust-section {
  background-color: #000000;
  padding: 25px 0;
}

.trust-item {
  text-align: center;
  padding: 20px 15px;
}

.trust-icon {
  margin-bottom: 20px;
}

.trust-icon .fa {
  font-size: 48px;
  color: #f9dd4c;
}

.trust-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
}

/* Login Section */
.login-section {
  padding: 80px 0;
  background-color: #fafafa;
}

.login-box {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: none;
}

.login-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
}

.form-control {
  height: 42px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 10px;
  transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #d0d0d0;
    box-shadow: 0 0 0 3px rgb(123 123 123 / 10%);
    outline: none;
}

.control-label {
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
  font-size: 15px;
}

.forgot-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

.forgot-link:hover {
  color: #000000;
  text-decoration: underline;
}

.btn-default {
height: 42px!important;
}

.btn-primary {
  background-color: #f9dd4c;
  color: #000000;
  border: none;
  height: 42px;
  font-size: 16px;
padding: 10px!important;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-primary:hover, .btn-primary:focus , .btn-primary:active {
    background-color: #f5d52b!important;
    color: #000000!important;
    transform: none;
    box-shadow: none;
border-color: transparent!important;
outline: none!important;
}

.google-signin-wrapper {
  margin-top: 25px;
}

.divider-text {
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #999999;
  font-size: 14px;
}

.divider-text:before,
.divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background-color: #e0e0e0;
}

.divider-text:before {
  left: 0;
}

.divider-text:after {
  right: 0;
}

.signup-text {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #666666;
}

.signup-link {
  font-weight: 600;
  text-decoration: none;
}

.signup-link:hover {
  text-decoration: underline;
}

.auth-text-box {
  background: #ffffff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Statistics Section */
.stats-section {
  background-color: #f8f8f8;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.stat-box {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 44px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.stat-label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  letter-spacing: -0.5px;
}

.feature-card {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #f9dd4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.feature-icon-wrapper .fa {
  font-size: 32px;
  color: #000000;
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(249, 221, 76, 0.3);
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
}

.feature-card p {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: #fafafa;
}

/*.faq-list {
  margin-top: 20px;
} */

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #333333;
  text-decoration: none;
}

.faq-question .fa {
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #666666;
}

.faq-question.collapsed .fa {
  transform: rotate(0deg);
}

.faq-question:not(.collapsed) .fa {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}

/* Footer */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 20px 0;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-text {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #f9dd4c;
}

.social-links {
  margin-top: 15px;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background-color: #f9dd4c;
  color: #000000;
  transform: translateY(-3px);
}

.social-link .fa {
  line-height: 40px;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 17px;
  }
  
  .hero-section {
    padding: 60px 0 50px 0;
  }
  
  .hero-feature-item .fa {
    font-size: 24px;
  }
  
  .hero-feature-item span:last-child {
    font-size: 13px;
  }
  
  .trust-section {
    padding: 40px 0;
  }
  
  .trust-icon .fa {
    font-size: 36px;
  }
  
  .trust-title {
    font-size: 16px;
  }
  
  .trust-item {
    margin-bottom: 20px;
  }
  
  .stats-section {
    padding: 40px 0;
  }
  
  .stat-number {
    font-size: 32px;
  }
  
  .features-section,
  .login-section,
  .faq-section {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .login-box {
    padding: 30px 20px;
  }
  
  .feature-card {
    margin-bottom: 20px;
  }
  
  .footer {
    padding: 40px 0 40px 0;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .login-box .col-md-5,
  .login-box .col-md-2 {
    margin-bottom: 0;
  }
  
  .login-box .btn-login {
    margin-top: 10px;
  }
}

.footer-sub-text {
  text-align: center; /* mobile */
  font-size: 14px;
  color: #cccccc;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .footer-sub-text {
    text-align: left; /* pc */
  }
}


/* Navbar */
.navbar {
    margin-bottom: 0px!important;
}
.navbar-default {
    background-color: #000000!important;
    border-color: transparent!important;
    border: none!important;
    padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fadd4c!important;
    background-color: transparent!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent!important;
}

.navbar-right {  
	font-size: 15px!important;
}

.navbar-default .navbar-brand {
    color: #fadd4c!important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fadd4c;
}

.navbar-default .navbar-toggle {
  border-color: #fadd4c !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fadd4c!important;
}

/* Focus */
.navbar-default .navbar-toggle:focus {
  border-color: #fadd4c !important;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
  background-color: #000000 !important;
}
/* A HREF */
a {
    color: #000000;
     text-decoration: none !important;
    outline: none !important;
}
a:hover, a:focus {
    color: #000000!important;
    text-decoration: none !important;
    outline: none !important;
}

.footer-links a:hover, .footer-links a:focus {
    color: #fadd4b!important;
    text-decoration: none !important;
    outline: none !important;
}

/* IMG WRAPPER FOOTER */
.made-in-sweden{
  width: 60px;
  }
@media (min-width: 992px) {
  .footer-img-wrapper{
    position: relative;
    height: 1px;
  }
  .made-in-sweden{
  position: absolute;      
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;          
    width: auto;
  }
}

/* System Status - Minimal */
.system-status-minimal {
  padding: 15px 0;
}

.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(46, 204, 113, 0.1);
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid rgba(46, 204, 113, 0.3);
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation: statusBlink 2s ease-in-out infinite;
}

.status-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #2ecc71;
  border-radius: 50%;
  animation: statusPulse 2s ease-out infinite;
}

.status-text {
  font-size: 13px;
  color: #2ecc71;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Animations */
@keyframes statusBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes statusPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}



/* Responsive */
@media (max-width: 768px) {
  .system-status-minimal {
    text-align: left;
  }
  
  .status-indicator {
    display: inline-flex;
  }
  

}

.well{
background: #ffffff!important;
    padding: 19px!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 8px!important;
    box-shadow: none!important;
    margin-bottom: 20px!important;
    min-height: 20px!important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000000!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fadd4c!important;
    border-radius: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: transparent !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000000!important;
    background-color: #fadd4c!important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000000!important;
    text-decoration: none;
    background-color: #fadd4c!important;
    outline: 0;
}

.services-table td, .services-table th {
  padding: 10px 19px!important;
}
  .services-table th{
    border-bottom: unset!important;
  }
  .services-table .category-column{
    background-color: #000000!important; 
    color: #ffffff!important;
	 border-top: unset !important;
    border-color: transparent!important;
  }
.services-table .service-name{
word-break: break-word!important;
        width: 100% !important;
}

.btn-service-details {
    height: 40px!important;
    font-size: 12px!important;
    padding: 5px 15px !important;
    width: 100%!important;
}