@charset "utf-8";
/*
   sample start file for final project - educational use only
   
   Author: Joshua Schaller  
   Date: 4/13/26    
   
  

*/

* {
    margin: 0; 
    padding: 0;
}

body {

  background-image: url("backgroundimg2.jpg");
  background-repeat: no-repeat;
  background-position: Center;
  background-size:cover ;

}
#container {
    width: 930px;
    border-width: 1px;
    margin: 0 auto;
    background-color: transparent;
}


header {
	
    width: 900px;        
    height: 356px;        
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2); 
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.4); 
    
    border-radius: 25px; 
    overflow: hidden; 
}

    


header img {
   
  width: 100%;      
    height: 100%;      
    object-fit: cover; 
    display: block;
    margin: 0 auto;

}

nav {
     width: 100%;
    background-color: black;
    padding: 15px 0;
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
           
} 
    


nav ul {
    font-weight: bold;
    list-style: none;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 20px;        
}


nav ul li a:hover {
   color: rgb(0, 139, 178);
}

#main {
    width: 446px;
    padding: 10px;
    float: left;
    color:White;
    border-left: 2px solid rgb(60, 60, 60);
    border-right: 2px solid rgb(0, 139, 178);    
    
}

#main {

    text-indent: 1.5em;
}
 #main img {
    width: 80%;          
    height: auto;
    border: 1px solid rgb(60, 60, 60);
    display: block;
    margin: 15px auto 0 auto;   
}      
#main, aside {
    min-height: 600px;   
}

figure{
    padding-top: 10px;
    text-align: center;
}

figcaption {
    font-style: italic;
}
aside {
    width: 412px;          
    float: left;
    padding: 10px;
    color: white;
    box-sizing: border-box; 
}

aside p {
    text-align: center;    
    line-height: 1.2;      
    font-size: 0.8rem;       
}

aside figure {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

aside img {
    width: 80%;           
    height: auto;
    border: 1px solid #888;
	}
nav {
    width: 100%;
    background-color: transparent; 
    padding: 10px 0;
    clear: both;
}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


nav li {
    display: inline-block;
    margin: 0 15px;
}


nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}


nav a:hover {
    color: rgb(0, 139, 178);
}

article p, aside p {
	
	color: white;
    text-align: center; 
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 12px;
	padding: 0 14px;
	     
}
 

h1, h2, h3 {
  
    color: white;
    text-align:center;
    width: 100%;      
    margin-top: 0;
    padding-top: 1px;

}




h2 {
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 0.5em;
	
}

h3 {
    text-align:center;
    padding-bottom: 1em;
    padding-top: 1px;
	
}

footer {
    width: 910px;
    margin: 0;
    padding: 10px;
    background-color: Black;
    clear: both;
    color: White;
    font-weight: bold;
    text-align: center;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#wrapper {
    
    width: 930px;
    margin-bottom: 10px;
    border: 2px solid rgb(60, 60, 60);
    border-radius: 25px; 
}

footer a:link {
    color: White;
    text-decoration: none;
}

footer a:visited {
    color: White;
    background-color: White;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.appointment-form
	
{background-color: rgba(0, 0, 0, 0.45); 
padding: 25px; border-radius: 15px; 
box-shadow: 0 10px 25px rgba(0,0,0,0.4); 
margin-top: 15px;
}
.form-group { 
margin-bottom: 18px; 
text-align: left;}

.form-group label { 
display: block; 
margin-bottom: 6px; 
font-weight: bold; 
font-size: 0.95rem; 
color: #ffffff;}

.appointment-form input[type="text"], appointment-form input[type="date"] { 
width: 100%;
 padding: 10px 12px; 
 border-radius: 8px; 
 border: none; 
 font-size: 0.95rem; 
 box-sizing: border-box;}


.time-grid { 
display: grid; 
grid-template-columns: repeat(2, 1fr); 
gap: 10px; 
margin-top: 10px;}

.time-option { 
background-color: rgba(255, 255, 255, 0.12);
 padding: 8px 10px; 
 border-radius: 8px; 
 cursor: pointer; 
 display: flex; 
 align-items: center;
 gap: 8px; } 
 
 .time-option:hover { background-color: rgba(0, 139, 178, 0.6);}

.submit-btn {
	width: 100%; 
	padding: 12px; 
	margin-top: 15px; 
	background-color: rgb(0, 139, 178); 
	color: white; font-size: 1rem; 
	font-weight: bold;
	border: none; 
	border-radius: 30px; 
	cursor: pointer; 
	transition: background-color 0.3s ease; } 
	
.submit-btn:hover 
	{ background-color: rgb(0, 110, 145);}




.package-image {
    text-align: center;
    margin: 20px 0;
}

.package-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}


.booking-logo {
    text-align: center;
    margin-bottom: 20px;
}

.booking-logo img {
    width: 300px;
    opacity: 0.95;
}


/* Responsive Video Container */
.video-container {
    margin: 25px auto;
    max-width: 90%; /* Matches your showcase container width */
    border: 1px solid rgb(86, 185, 224);
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* This only applies to the Contact page */
#main.full-width {
    width: 900px;           /* Spans the full width of your 930px container */
    float: none;            /* Removes the side-by-side float */
    margin: 0 auto;         /* Centers the section */
    border-right: none;     /* REMOVES THE BLUE LINE */
    border-left: none;      /* Removes the gray line */
    background-image: none; /* Removes the ricepaper texture if desired */
    padding: 40px 0;        /* Adds some vertical space */
}

/* Styles the "Contact Us" box to match your Detailing box style */
.form-center-wrapper {
    width: 550px;           /* Adjust this to make the black box wider or thinner */
    margin: 0 auto;         /* Centers the box within the page */
    background-color: rgba(0, 0, 0, 0.6); /* Dark transparent background */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    text-indent: 0;         /* Fixes the alignment from the global #main style */
}

/* Ensures form inputs don't stretch outside the black box */
.contact-form-transparent .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.contact-form-transparent input, 
.contact-form-transparent select, 
.contact-form-transparent textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    box-sizing: border-box; /* Critical for keeping inputs inside the box */
}


/* This applies specifically to the Contact page container */
#main.full-width {
    width: 900px;           /* Adjusted to fit inside your 930px container */
    float: none;            /* Removes side-by-side float */
    margin: 0 auto;         /* Centers the section */
    
    /* REMOVES THE LINES */
    border-right: none !important;  /* Force removes the blue line */
    border-left: none !important;   /* Force removes the gray line */
    
    background-image: none; /* Removes the ricepaper texture */
    padding: 40px 0;        /* Adds vertical spacing */
    text-indent: 0;         /* Fixes alignment for form text */
}

/* Ensure the outer wrapper is consistent */
#wrapper {
    width: 930px;
    margin: 0 auto 10px auto;
    border: 2px solid rgb(60, 60, 60); /* This provides the outline on BOTH sides */
    border-radius: 25px; 
    overflow: hidden; /* Keeps the internal content from spilling over the rounded corners */
}

.contact-page {
	border-right: none;
}