body {
margin: 0;
font-family: 'Inter', sans-serif;
background: radial-gradient(100% 150% at 110% 70%, #d8bcff, #d7d3ff 20%, #c2d6ff 37%, #d6e5ff 55%, #e0f1ff 67%, #f8f9fd);
color: #111;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 5px;
}
.margin{
margin: 10px auto;
}

.topbar {
border:none;
backdrop-filter: blur(8px);
background-color: var(--token-c95132f9-26f0-46c0-b844-bed75d397bdc, rgba(255, 255, 255, 0.5));
max-width: 100%;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.13) 0px 0.482901px 1.06238px -1.375px, rgba(0, 0, 0, 0.11) 0px 4px 8.8px -2.75px;
position: fixed;
z-index: 999;
}

.topbar .container {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
}

.topbar-header {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
align-content: space-between;
flex-wrap: wrap;
}

.btn {
padding: 10px 20px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
display: inline-block;
cursor: pointer;
border: none;
}

.btn-primary {
background: #3b82f6;
color: #fff;
}

.btn-secondary {
background: #47389c;
color: #fff;
border: 1px solid #ddd;
}

.btn-third {
background: #fff;
color: #111;
border: 1px solid #ddd;
}

.btn-primary1{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    background: radial-gradient(100.03% 140.18% at 0% 85.53%, #d700d7 0%, #5b48b6 95.31%);
	border: 1px solid #ddd;
}
.btn-secondary1{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    background: #3b82f6;
	border: 1px solid #ddd;
}
.btn-third1{
	background: #fff;
    color: #111;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
	}

.nav-links {
display: flex;
width: 100%;
margin: 0 10px;
flex-direction: row;
justify-content: space-between;
}

.nav-links a {
display: inline-block;
margin: 6px 0;
font-weight: bold;
text-decoration: none;
color: #333;
}


.hero {
padding: 60px 20px 0 20px;
text-align: center;
}

.hero h1 {
font-size: 36px;
margin: 55px 0 0 0;
}

.hero .highlight {
color: #3b82f6;
}

.hero p {
font-size: 16px;
margin: 0 0 25px 0;
}

.actions {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 40px;
}

.stats-box {
display: flex;
flex-direction: column;
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
margin-top: 40px;
overflow: hidden;
}

.stat {
padding: 20px;
border-bottom: 1px solid #eee;
}

.statimage {
max-width: 100%;
object-fit: cover;
border-radius: 10px;
max-height: 100px;
margin: 0 auto;
display: block;
}

.stat:last-child {
border-bottom: none;
}

.divider {
display: none;
}

.label {
color: #6b7280;
margin-bottom: 8px;
}

.value {
font-size: 24px;
font-weight: bold;
margin-bottom: 8px;
}

.sub {
font-size: 14px;
color: green;
}

.processed {
background: #d1fae5;
color: #065f46;
padding: 2px 6px;
border-radius: 4px;
margin-left: 6px;
}

.desc {
margin-top: 12px;
font-size: 1rem;
color: #4b5563;
}

.testimonial-strip {
display: flex;
align-items: center;
gap: 16px;
margin-top: 55px;
flex-wrap: wrap;
justify-content: center;
}

.avatars {
display: flex;
align-items: center;
}

.avatars img {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #fff;
object-fit: cover;
border: 2px solid #fff;
margin-left: -10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.avatars img:first-child {
margin-left: 0;
}

.stars-text {
display: flex;
flex-direction: column;
align-items: center;
}

.stars {
font-size: 18px;
color: #fdb022; /* gul */
line-height: 1;
}

.stars-text p {
margin: 4px 0 0;
font-weight: 500;
font-size: 14px;
color: #4b5563;
}

.hideMobile{
display: none !important;
}
.hideDesktop{
display: block !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.form-control-textarea {
  display: block;
  width: 97%;
  min-height: 200px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.form-control-file {
  display: block;
  width: 97%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}









@media screen and (min-width: 770px) {

.topbar .container {
flex-direction: row;
align-items: center;
justify-content: space-between;
}

.topbar-header {
display: flex;
align-items: center;
gap: 40px;
flex: 1;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}

.nav-links {
display: flex;
margin-top: 0px;
justify-content: space-evenly;
flex-direction: row;
}

.nav-links a {
display: inline-block;
margin: 0;
}

.margin{
margin: 15px auto 0 auto;
}

.hero {
padding: 80px 20px 0 20px;
}

.hero h1 {
font-size: 42px;
margin-bottom: 20px;
line-height: 1.2;
}

.hero .highlight {
color: #3b82f6;
}

.hero .badge {
color: #6b7280;
margin-bottom: 20px;
}

.hero p {
max-width: 600px;
margin: 0 auto 30px;
color: #4b5563;
font-size: 18px;
}

.statimage {
max-width: 100%;
object-fit: cover;
border-radius: 10px;
max-height: 200px;
margin: 0 auto;
display: block;
}

.testimonial-strip {
display: flex;
align-items: center;
gap: 16px;
margin-top: 30px;
flex-wrap: wrap;
justify-content: center;
}

.stars-text {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.actions {
flex-direction: row;
justify-content: center;
gap: 12px;
margin-bottom: 100px;
}


.actions .btn {
margin: 0 10px;
}

.stats-box {
flex-direction: row;
max-width: 800px;
margin: 0 auto;
}

.stat {
flex: 1;
padding: 30px;
min-width: 250px;
}

.divider {
display: block;
width: 1px;
background: #eee;
}

.hideMobile{
display: block !important;
}
.hideDesktop{
display: none !important;
}


}
