﻿
:root{
  --orange:#d35400;
  --orange-dark:#b54700;
  --header:#1f2937; /* blends well with deep orange */
  --soft:#f7f7f9;
}

body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color:#222;
  background:#fff;
  background-image: url("media/bg1.avif");
}


span1 {
  font-size: 16px;
  font-weight: bold;
  color: ;
}


span2 {
  font-size: 25px;
  font-weight: bold;
  color: var(--orange-dark) ;
}


span3 {
  font-size: 18px;
  font-weight: bold;
  color: #000 ;
}


span4 {
  font-size: 22px;
  font-weight: bold;
  color: #191970 ;
}

span5 {
  font-size:28px;
  font-weight: bold;
  color: #ffffff ;
}

span6 {
  font-size: 33px;
  font-weight: bold;
  color: #000000 ;
}


span7 {
  font-size: 26px;
  font-weight: bold;
  color: #191970 ;
  line-height: 35px;
 
}


span8 {
  font-size: 22px;
  font-weight: bold;
  color: #191970 ;
  line-height: 35px;
 
}


.navi a {
     text-decoration: none;
     font-size: 20px;
     font-weight: bold;
     color: var(--orange-dark);
}

.navi a:hover {
     color: red;
}

.navi a.active  {
	color: red;
	background: none;
}

.man {
     text-decoration: none;
     font-size: ;
     font-weight: ;
     margin: 0px ;
     width: 100% ;
     max-width : 600px ;
    
}

.man ul {
     text-decoration: none;
     font-size: ;
     font-weight: ;
     margin: 10px ;
}


img {
border-radius: 25px;
}

.vid {
     text-decoration: none;
     font-size: ;
     font-weight: ;
     max-width: 600px;
}


.vid video {
     text-decoration: none;
     height:  ;
     width: 100% ;
     border-radius: 20px;
}

.sign{
color: #ffffff;
float: ;
padding:  30px  ;
}

.sign a{
background:  ;
color: orange ;
font-weight:bold;
font-size: 20px;
text-decoration:none;
}

.sign a:hover{
background: ;
color:#ffffff ;
}

.logo {
 padding: 8px;
}

.emv{
background: #006400 ;
color:#ffffff ;
font-weight:bold;
font-size: 25px;
border-radius:30px;
width: 100%;
border: solid 10px;
border-color: gold;
max-width : 600px ;
}

.emph{
background: #4B0082;
color:#ffffff ;
font-weight:bold;
font-size: 25px;
border-radius:30px;
width: 100%;
border: solid 10px;
border-color: gold;
max-width : 600px ;
}

.em{
background: #800080;
color:#ffffff ;
font-weight:bold;
font-size: 25px;
border-radius:30px;
width: 100%;
border: solid 10px;
border-color: gold;
max-width : 600px ;
}


.header-bg { background: var(--header); }
.footer-bg { background: #191970 ; } 

.hero-bg{
 background: #F5F5DC  ;
}


.btn-orange{
  background: #191970 ;
  color:#ffffff;
  border:none;
  border-radius:10px;
  font-weight: bold;
  font-size: 20px;
  width: auto;
  padding: ;
}

.btn-orange:hover,
.btn-orange:focus{
  background: var(--orange-dark);
  color:#fff;
}

.bg-soft{ background: var(--soft); }

.stat{
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--orange);
}
.stat-label{ color:#666; }

.urgency-bar{
  background: var(--orange);
}

/* Cards, images */
.card img{
  height: 230px;
  object-fit: cover;
}

/* Improve form focus */
.form-control:focus, .form-select:focus{
  border-color: var(--orange);
  box-shadow: 0 0 0 .25rem rgba(211,84,0,.15);
}

/* Accessibility tweaks */
a:focus{
  outline: 2px dashed var(--orange);
  outline-offset: 2px;
}



.products {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    width: 100%;

}


.products a {
     text-decoration: none;
}


.products a:hover {
     color: red;
}


.product {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    transition: transform 0.3s;
}

.product:hover {
    transform: scale(1.05);
}

.product img {
    width: 100%;
    border-radius: 10px;
}

.product h3 {
    margin-top: 10px;
    color: #003366;
}

.product p {
    color: #000000;
    font-weight: bold;
}

.product .price {
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
}


.product .price a {
    font-size: 18px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}




.welcome-message {
    background: #800080 ;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 25px;
    color: #ffffff ;
}


ul a {
    font-size: 25px;
    margin: 0 0px;
    text-decoration: none;
    font-weight: bold;
     color: var(--orange-dark);
}


ul a:hover {
     color: blue;
}


.hero{
background: #FAEBD7 ;
text-align:  ;
padding: 20px 20px;
}

.hero h2{
color:#0b2d67;
font-size:40px;
}

.hero p{
font-size:20px;
margin-top: 15px;
}

.hero img{
border-radius:15px;
}


section{
padding:50px 20px;
}

section h2{
text-align:center;
color:#0b2d67;
margin-bottom:20px;
}




section{
padding:50px 20px;
}

section h2{
text-align:center;
color:#0b2d67;
margin-bottom:20px;
}




*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

   {
    font-family: Arial, sans-serif;
    background:#ffffff;
    padding:30px;
}

.contact-container{
    max-width:600px;
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

h2{
    text-align:center;
    color:#003366;
    margin-bottom:25px;
}

label{
    display:block;
    margin-top:15px;
    font-weight:bold;
    color:#333;
}

input,
textarea{
    width:100%;
    padding:12px;
    margin-top:5px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:15px;
}

textarea{
    height:120px;
    resize:none;
}

button{
    width:100%;
    margin-top:20px;
    padding:14px;
    border:none;
    border-radius:8px;
    background:#ff6600;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:0.3s;
}

button:hover{
    background:#e65c00;
}

@media(max-width:768px){

.contact-container{
    padding:20px;
}

}