﻿
.bg-primary {
  /*  background-color: #000000 !important;*/
  background: #fff1d7 !important;
  color: #000000;
}

.hero-section .hero-title {
  font-size: 24px;
}

.client-images img {
  max-height: 60px;
  opacity: 1;
}

.header-111 {
  background-color: @ViewBag.ForeColor;
}

.text-muted {
  color: #000000 !important;
}

body {
  /*  font-size: 1rem;*/
  color: #000000;
  font-family: Poppins,sans-serif, URWGeometric,;
  font-size: 17px;
  color: #000000;
  font-weight: normal;
}

.card-header {
  background-color: @ViewBag.ForeColor;
}

.btn-light {
  background-color: @ViewBag.ForeColor;
  color: #f8f8fb;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.img-fluid, .img {
  border-radius: 5px;
}

.custom-accordion .accordion-list {
  border-radius: 7px;
  background-color: @ViewBag.ForeColor;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
}

.bg-primary {
  background: #f7f7f7 !important
}

.graybackground {
  background: #f7f7f7;
}


.btn-warning {
  background-color: @ViewBag.ForeColor;
  border-color: @ViewBag.ForeColor;
}

.landing-footer {
  background-color: @ViewBag.ForeColor !important;
}

.custom-accordion .accordion-list .accor-plus-icon {
  background-color: @ViewBag.ForeColor;
}

.table-bordered td, .table-bordered th {
  border: 1px solid@ViewBag.ForeColor;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid@ViewBag.ForeColor;
}

.features-number {
  opacity: 1;
}

.font-weight-semibold {
  font-weight: 600;
  color: @ViewBag.ForeColor;
}

.navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: @ViewBag.ForeColor;
}

.btn-outline-success {
  color: @ViewBag.ForeColor;
  border-color: @ViewBag.ForeColor;
}

.text-success {
  color: @ViewBag.ForeColor;
}

a {
  color: @ViewBag.ForeColor;
}

.theme-amber {
  --default: #fcf9ee;
  --low-opacity: hsla(47, 70%, 96%, 0.5);
  --highlight: #ffecc6;
  --sophisticated: linear-gradient(135deg, #fff1d7, #fff1cd 50%, #fddb98);
  --strong: linear-gradient(135deg, #f9c965, #f9c965 30%, #ff9e45 70%, #d75f08);
  --softgrad: linear-gradient(135deg, #fff, #fcf6ea);
  --vibrant-h: linear-gradient(90deg, #f0801b, #f9e23a);
  --vibrant-v: linear-gradient(180deg, #f0801b, #f9e23a);
}

@@media (max-width: 991.98px) .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
  padding-right: 0;
  padding-left: 0;
  padding-top: 20px;
}


@@media (min-width: 992px) .navbar-expand-lg .navbar-collapse {
  padding-top: 20px;
}


.btn {
  font-size: 1rem;
}

/* Floating item styles */
.floating-accept-offer {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: @ViewBag.ForeColor;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

  .floating-accept-offer a {
    color: #fff;
    text-decoration: none;
  }

/* Glowing button styles */
.glow-button {
  background-color: #ea262c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px #00f, 0 0 25px #00f, 0 0 50px #800080, 0 0 100px #800080;
  animation: glow 1.5s infinite alternate;
}

@@keyframes glow {
  from {
    box-shadow: 0 0 5px #00f, 0 0 25px #00f, 0 0 50px #800080, 0 0 100px #800080;
  }

  to {
    box-shadow: 0 0 20px #00f, 0 0 30px #00f, 0 0 60px #800080, 0 0 120px #800080;
  }
}

#scrollToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 100px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 17px; /* Increase font size */
}

  #scrollToTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

.input-segment {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.segment-input {
  width: 100%;
  box-sizing: border-box;
}

