html {
  scroll-behavior: smooth;
}

body{
	color: #ECECEC;
}

#logo-container, #menuOptions-container, #moreButton-container {
  display: flex;
  align-items: center;
}

#backgroundPicture-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
	opacity: 0;
  animation: fadeIn 2s ease forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.background-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}



#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5% 2%;
  background-color: #DADADA;
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* LOGO & BUTTON containers */
#logo-container {
  flex: 1;
  justify-content: flex-start;
}

#moreButton-container {
  flex: 1;
  justify-content: flex-end;
  display: flex; /* Always show hamburger on all screens */
  z-index: 1001;
}

/* CENTERED LINKS (desktop) + DROPDOWN (all screens) */
#menuOptions-centered {
  flex: 2;
  justify-content: center;
  gap: 20px;
  display: flex; /* Always show on big screens, hide on small */
}

#menuOptions-dropdown {
  flex-direction: column;
  gap: 1rem;
  background: #DADADA;
  padding: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none; /* Hidden by default, toggled by hamburger */
}

/* BIG screens: keep centered links visible */
@media (min-width: 769px) {
  #menuOptions-centered {
    display: flex !important;
  }
  #menuOptions-dropdown {
    display: none; /* Dropdown hidden until toggled */
  }
}

/* SMALL screens: hide centered, use dropdown only */
@media (max-width: 768px) {
  #menuOptions-centered {
    display: none !important;
  }
  #menuOptions-dropdown {
    display: none; /* Dropdown still hidden until toggled */
  }
}

#menuOptions-container {
  flex: 2;
  justify-content: center;
  gap: 20px;
}

#moreButton-container {
  flex: 1;
  justify-content: flex-end;
}

/* LOGO IMAGE */
#logo {
  max-height: 60px;
  width: auto;
}

/* MENU LINKS */
.menuOptions {
  text-decoration: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

/* MENU BUTTON */
#menuButton {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

.Main {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.motoText{
	padding-top:20%;
	padding-bottom: 20%;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 36pt;
	color:#FFFFFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	
	
}

#moreButton-container{
	display: inline;
	text-align: right;
}
.moreButton{
	display: block;
	font-size: 18pt;
	border: none;
  	background: none;
	color: inherit; 
	padding: 0;     
	cursor:alias;
}

.angled-section {
	position: relative;
	z-index: 2;
	background: #DADADA;
  	color: white;
  	padding: 0% 3%;
	
  	clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
  
  	
}

.contentHeader{
	padding-top: 10%;
	padding-bottom: 2%;
	text-align: center;
	color: #6194BC;
	font-size: 48pt;
}
.content{
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	color: #000000;
	font-size: 16pt;
}

.slide-in {
	align-content: flex-start;
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1s ease;
}
.from-right{
	padding-left: 0%;
	color: #6194BC;
	padding-top: 4%;
	text-align: s;
	font-size: 32pt;
}
.from-left {
	color: #6194BC;
	padding-top: 4%;
	text-align: end;
	transform: translateX(100px);
	font-size: 32pt;
}


.slide-in.active {
  opacity: 1;
  transform: translateX(0);
}

.line {
	width: 30%;
    height: 4px;
    background-color: #A5D1F3;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.image-container {
	width: 40%;
	  position: relative;
	  display: inline-block;
	padding-bottom: 10%;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%;              
  left: 50%;             
  transform: translate(-50%, -50%); 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); 
}

.overlay-text-footer {
  position: absolute;
  top: 60%;              
  left: 50%;             
  transform: translate(-50%, -50%); 
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); 
}

.buttonOurProducts-container{
	text-align: center;
	padding-top: 5%;
}

.buttonOurProducts{
  font-size: 18px;
  padding: 12px 32px;
  white-space: nowrap;      
  width: auto;              
  max-width: 100%;          
  background-color: #6194BC;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.line-left {
	width: 30%;
    height: 4px;
    background-color: #A5D1F3;
    margin-left: 0;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.leftPic{
	text-align: end;
}

.footer-container {
	 margin-top: -15%;
	z-index: 1;
	position: relative;
 	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
  	width: 100vw;
	height: 60vw;
	
	
	
}

.reach-out{
	text-align: center;
	font-size: 100%;
}

.overlap-background {
	padding-top: 2%;
  position: relative;
  margin-top: -10%; /* overlap upward */
  height: 100px;
  background: #DADADA;
  z-index: 2;
	clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0 100%);
	min-height: 40vh;
}


.slide-in-grid .slide-in {
  background: transparent;
  opacity: 0;
  transform: none;
  font-size: 18pt;
  color: #000;
}

.slide-in-container{
	padding-right: 1%;
	padding-top: 5%;
	position: relative;
}

.products-container{
	background-color: #ECECEC;
	padding-bottom: 20%;
	
	z-index: 1;
	
}
.products-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:  10%;
  padding-bottom: 10%;
  background-color: #ECECEC;
  margin: 0 auto;
  box-sizing: border-box;
}

.products-cell {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.products-cell img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}


.button-product {
  all: unset;
  display: block;
  width: 100%;
}
.button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 255, 0.49); 
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
	z-index: 2;
}

/* Show overlay on hover */
.products-cell:hover .button-overlay {
  opacity: 1;
}

.trapezoid {
  background: #000;
  color: #fff;
  padding: 10px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
z-index: 3;
}
.buttonLogo{
	border: none;
  	background: none;
	color: inherit; 
	padding: 0;     
	cursor:alias;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 50vh; /* use your desired height */
  overflow: hidden;
}

.ImageDelivery {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: 0; /* base layer */
}

.motoTextService {
  position: absolute;
  top: 40%; /* adjust vertical position */
  width: 100%;
	padding-top: 10%;
  padding-left: 40%;
  font-size: 24pt;
  color: white; /* so you can see it over the image */
  z-index: 1; /* above the image */
}
.servicesContainer {
	padding-bottom: 20%;
	padding-right: 10%;
	padding-left: 10%;
  width: 100%;
  display: flex;
  justify-content: center; /* center content horizontally if needed */
  padding-top: 10%;
	 flex-direction: column;
}

.service {
  display: flex;
  width: 80%; /* adjust as needed */
	padding-bottom: 10%
  
}

.serviceIMG {
  flex: 1; /* image takes up half or whatever fits */
  overflow: hidden;
	height: 60vh;
	object-fit: cover;
	
}

.serviceIMG img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops image nicely */
  display: block;
}

.serviceDesc {
  flex: 1; /* text box takes up remaining space */
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.serviceDesc h2 {
  margin: 0;
  font-size: 2rem;
}

.divider {
  width: 100%;
  height: 3px;
  background: #A5D1F3;/* line color */
  border: none;
  margin: 20px 0;
}

.serviceDesc p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}


@media (max-width: 768px) {


  #menuOptions-container {
    display: none;
  }

  #moreButton-container {
    display: flex !important;
    justify-content: flex-end;
  }

  #header {
    flex-wrap: wrap;
  }

  /* Moto Text & Content */
  .motoText {
    padding: 40% 5%;
    font-size: 20pt;
    text-align: center;
  }

  .contentHeader {
    font-size: 28pt;
    padding-top: 20%;
  }

  .content {
    padding: 0 5%;
    font-size: 14pt;
  }

  .from-left,
  .from-right {
    font-size: 20pt;
    text-align: center;
  }

  .line, .line-left {
    width: 50%;
  }

  /* Images & containers */
  .image-container {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20%;
  }

  .overlay-text {
	 
	 
    font-size: 10pt;
    text-align: center;
  }

  /* Footer */
  .footer-container {
    height: auto;
	  background-color: #ECECEC;
  }
	.footerPic{
		
	}

  /* Products Grid */
  .products-row {
    flex-direction: column;
    gap: 2rem;
    padding: 5%;
  }

  .products-cell {
    width: 100%;
  }
	



  /* Services layout: stack image and text */
  .service {
    flex-direction: column;
    width: 100%;
  }

  .serviceIMG,
  .serviceDesc {
    flex: 1 1 100%;
    height: auto;
  }

  .serviceDesc {
    padding: 20px;
  }

  .motoTextService {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18pt;
    text-align: center;
  }


  .hero-container {
    height: auto;
  }

  .ImageDelivery {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: auto;
  }

}
#menuOptions-container {
  flex-direction: column;
  gap: 1rem;
  background: #DADADA;
  padding: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none; /* hidden by default, controlled by media queries */
}



#moreButton-container {
  display: flex;
  justify-content: flex-end;
  z-index: 1001;
}

/* === BIG screens === */
@media (min-width: 769px) {
  #menuOptions-container {
    display: flex !important; /* always show centered links */
    flex-direction: row;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
    gap: 2rem;
    justify-content: center;
  }
}

/* === SMALL screens === */
@media (max-width: 768px) {
  #menuOptions-container {
    display: none; /* hidden by default for dropdown */
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: #DADADA;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 1rem;
    width: 200px;
    text-align: center;
  }
}
.serviceIMG-paint{
	width: 40%;
  height: auto;
  object-fit: contain; 
  display: block;
}
