@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ============================================================================= */
/* --- RESET BROWSER DEFAULTS ------------------------------------------------- */
/* ============================================================================= */

 { *, *::before, *::after
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ============================================================================= */
/* --- GLOBAL TYPOGRAPHY ------------------------------------------------------- */
/* ============================================================================= */

body {
    font-size: 1rem;                                     
    font-family: 'montserrat', sans-serif;
    color: white;
    line-height: 1.7em;
    
    
    margin: 0;
  padding: 0;


}

#hero,
#about,
#work,
#services,
footer {
  margin: 0;
  padding-top: 60px; /* Adjust as needed */
}    
/* ============================================================================= */
/* ============================================================================= */
/* ------------- MOBILE PORTRAIT (0-767px, portrait) -------------------------- */
/* ============================================================================= */
/* ============================================================================= */
  
html {
  background-color: #FFFF00; /* Bright Yellow */
} 

/* ------------- HEADER & LOGO ------------------------------------------------- */

.logo {    
    display: block;
    height: 80px;
    width: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 1000;
}

.container {
    width: 100%;
    height: 100%;
}

nav {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

#social {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1001;
    padding-top: 16px;
}

#social li {
    list-style: none;
    padding: 0;
    border-bottom: none;
}

#social img {
    width: 45px;
    height: auto;
    display: block;
    padding: 10px;
}

/* ADD HOVER EFFECTS HERE */
#social a, #socialfooter a, #contactsocial a {
    display: inline-block;
    transition: transform 0.3s ease;
}

#social a:hover, #socialfooter a:hover, #contactsocial a:hover {
    transform: scale(1.1);
}

/* ------------- NAVIGATION ---------------------------------------------------- */
nav ul {
    list-style: none;
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #333;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 1rem;
}

/* ------------- HERO SECTION -------------------------------------------------- */
#hero {
    margin: 0;
    padding-top: 5vh;
    width: 100%;
    position: relative;
}

.slideshow-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.mySlides.active {
    opacity: 1;
}

.mySlides img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
/* ------------- ABOUT SECTION ------------------------------------------------- */

#about {
  background-color: #303030;
  min-height: 1300px;
  text-align: justify;
  padding: 20px 0;


}

#about h1 {    
  font-size: 2rem;
  line-height: 1rem;
  color: white;
  text-align: center;
    letter-spacing: 2px;}

#about h2 {
  position: static;
  transform: none;
  line-height: 0rem;
  font-size: 0.9rem;
  color: #4D9C00;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

#about .p1,
#about .p2,
#about .p3 {
  display: block;
  font-size: 0.7rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}

.longimage,
.longimage2,
.audiq,
.rs6,
.mini,
.leon {
  display: none;
}

.audi,
.interior {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

/* ------------- WORK SECTION -------------------------------------------------- */


#work {
  background-color: black;
  min-height: auto; /* Changed from fixed 4600px */
  text-align: center;
  padding: 50px 0;
}

#work h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #4D9C00;
  padding-top: ;
  line-height: 1rem;
  margin-bottom: 10px;
}

#work .p1 {
  font-size: 0.7rem;
  color: white;
  margin-bottom: 30px;
}

#work a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

#work a:hover {
  transform: scale(1.05);
}

#work img {
  display: block;
  max-width: 300px; /* Controls thumbnail size */
  width: 100%;
  height: auto;
  border: 3px solid white; /* Green border around images */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#work img:hover {
  border: 3px solid #4D9C00; /* Green border around images */
  border-color: #4D9C00; /* Changed from yellow to white */
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);
}
/* ------------- SERVICES SECTION ---------------------------------------------- */

#services {
  background-color: #303030;
  text-align: justify;
  min-height: 1150px;
    padding: 20px 0;

} 

#services h1 {
  
  font-weight: 700;
  color: #4D9C00;
  font-size: 2rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 2px;}


#services .p1,
#services .p2,
#services .p3 {
  display: block;
  font-size: 0.7rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}
#services .p4,
#services .p5 {
  display: block;
  font-size: 0.7rem;
    font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em;
}

.golf,
.bmwblue {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.meadow {
  display: none;
}

/* ------------- CONTACT SECTION ---------------------------------------------- */

#contact {
  background-color: black;
  text-align: justify;
  min-height: 1150px;
  padding: 20px 0;
  margin: 0;
}

#contact h2 {
  font-weight: 700;
  color: #4D9C00;
  font-size: 2rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
}

/* Container for image and text - MOBILE: stacked vertically */
#contact .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  margin: 20px auto;
}

#contact .r32 {
  display: block;
  width: 100%;
  max-width: 85%;
  margin: 20px auto;
}

.text-social-wrapper {
  width: 100%;
}

#contact p {
  display: block;
  font-size: 0.7rem;
  width: 100%;
  margin: 0 auto;
  line-height: 2em;
  text-align: justify;
  padding: 0;
  max-width: 85%;
}

/* Social media text */
#contact .p2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  width: 100%;
}

/* Contact social media icons */
#contactsocial {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}

#contactsocial li {
  display: inline-flex;
}

#contactsocial img {
  width: 50px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#contactsocial img:hover {
  transform: scale(1.1);
}

/* Form styling */
.form-control {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  margin-bottom: 16px;
  max-width: 85%;
  padding-left: 10px;
}

/* Make textarea (Message box) bigger */
textarea.form-control {
  height: 200px;
  resize: vertical;
  padding: 10px;
  padding-left: 10px;
  max-width: 85%;
}

/* Submit button */
.btn-submit {
  display: block;
  margin: 20px auto;
  padding: 15px 40px;
  background-color: #4D9C00;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  max-width: 85%;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: white;
  color: black;
}
/* ------------- FOOTER SECTION ------------------------------------------------ */

footer {
  background-color: #aaaaaa;
  min-height: 800px;
    padding: 20px 0;
}
      
.footerlogo {
  padding-top: 17px;
  padding-bottom: 20px;
  float: none;
  display: block;
  margin: 10px auto;
  max-height: 170px;
}

#socialfooter {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 10px 0 0;
}

#socialfooter li {
  display: inline-flex;
  align-content: center;
}

#socialfooter img {
  width: 50px;
  height: auto;
  display: block;
}

footer .p2,
footer .p3,
footer .p4,
footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
}

footer .p1 { 
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

footer .p2,
footer .p3,
footer .p4 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.7rem;
  color: black;

}

footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.2rem;
  color: black;
}



/* ============================================================================= */
/* ============================================================================= */
/* ------------- TABLET PORTRAIT (768px-1023px, portrait) --------------------- */
/* ============================================================================= */
/* ============================================================================= */

@media (min-width: 600px) and (max-width: 900px) {
  
  html {
    background-color: orange;
  }
  
  /* ------------- HEADER & LOGO ----------------------------------------------- */
  
 .logo {    
    display: block;
    height: 60px;
    width: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 1000;
}

.container {
    width: 100%;
    height: 100%;
}

nav {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

#social {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: auto;
    position: relative;
    z-index: 1001;
}

#social li {
    list-style: none;
    padding: 0;
    border-bottom: none;
}

#social img {
    width: 45px;
    height: auto;
    display: block;
    padding: 10px;
}

/* ADD HOVER EFFECTS HERE */
#social a, #socialfooter a, #contactsocial a {
    display: inline-block;
    transition: transform 0.3s ease;
}

#social a:hover, #socialfooter a:hover, #contactsocial a:hover {
    transform: scale(1.1);}
  /* ------------- NAVIGATION -------------------------------------------------- */
  
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    padding: 0 20px;
    border-bottom: none;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 0.5rem;
    display: none; /* Hidden on tablet portrait - too small */
    transition: transform 0.3s ease, color 0.3s ease;
}

nav ul li a:hover {
    color: #4D9C00;
    transform: scale(1.05);
}
  /* ------------- HERO SECTION ------------------------------------------------ */
  
#hero {
    margin: 0;
    padding-top: 5vh; /* Match your header height */
    width: 100%;
    position: relative;
}

.slideshow-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio - adjust this percentage to match your images */
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.mySlides.active {
    opacity: 1;
}

.mySlides img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* Changed back to cover to fill the space */
    object-position: center
}
  
  /* ------------- ABOUT SECTION ----------------------------------------------- */
  

#about {
  background-color: #303030;
  min-height: 1300px;
  text-align: justify;
  padding: 20px 0;


}

#about h1 {    
  font-size: 2.5rem;
  line-height: 1rem;
  color: white;
  text-align: center;
    letter-spacing: 2px;}

#about h2 {
  position: static;
  transform: none;
  line-height: 0rem;
  font-size: 1.2rem;
  color: #4D9C00;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

#about .p1,
#about .p2,
#about .p3 {
  display: block;
  font-size: 0.9rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}


.audiq,
.rs6,
.mini,
.leon,
.audi,
.interior{
  display: none;
}

.longimage,
.longimage2 {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}
  
  /* ------------- WORK SECTION ------------------------------------------------ */
#work {
  background-color: black;
  min-height: auto; /* Changed from fixed 4600px */
  text-align: center;
  padding: 50px 0;
}

#work h1 {
  font-size: 3rem;
  letter-spacing: 2px;
  color: #4D9C00;
  padding-top: ;
  line-height: 1rem;
  margin-bottom: 10px;
}

#work .p1 {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 30px;
}

#work a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

#work a:hover {
  transform: scale(1.05);
}

#work img {
  display: inline-block;
  max-width: 250px; /* Controls thumbnail size */
  width: 100%;
  height: auto;
  border: 3px solid white; /* Green border around images */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#work img:hover {
  border-color:#4D9C00; /* Changed from yellow to white */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);}
  
  /* ------------- SERVICES SECTION -------------------------------------------- */
  
#services {
  background-color: #303030;
  text-align: justify;
  min-height: 1150px;
    padding: 20px 0;

} 

#services h1 {
  
  font-weight: 700;
  color: #4D9C00;
  font-size: 3rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 2px;}


#services .p1,
#services .p2,
#services .p3 {
  display: block;
  font-size: 0.9rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}
#services .p4,
#services .p5 {
  display: block;
  font-size: 1rem;
    font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em;
}

.golf,
.bmwblue {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.meadow {
  display: none;
}
  
    
    
    
    /* CONTACT SECTION  */



#contact {
    background-color: black;
      text-align: justify;
  min-height: 1150px;
    padding: 20px 0;
}

#contact h2 {
 font-weight: 700;
  color: #4D9C00;
  font-size: 3rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 2px;}




.r32   {display: block;
  max-width: 85%;
    margin: 20px auto;}




#contact .p1 {

  display: block;
  font-size: 0.9rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;
    

}

#contact .p2 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0px;
}
#contactsocial {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 20px 0;
}

#contactsocial li {
    display: inline-flex;
}

#contactsocial img {
    width: 60px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

#contactsocial img:hover {
    transform: scale(1.1);
}

.form-control {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    color: black;
    margin-bottom: 16px;
    max-width: 85%;
    padding: 10px;
}

/* Make textarea (Message box) bigger */
textarea.form-control {
    height: 200px; /* Increase this value for a taller box */
    resize: vertical; /* Allows users to resize it */
    padding: 10px; /* Add some padding inside */
    max-width: 85%;}

.btn-submit {
    display: block;
    margin: 20px auto;
    padding: 15px 40px;
    background-color: #4D9C00; /* Your green color */
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    max-width: 85%;
    width: 100%;
}

.btn-submit:hover {
    background-color: #3d7a00; /* Darker green on hover */
}
input {
    height: 10px;
}

form.submit {
    background: aqua;}
/* ------------- FOOTER SECTION ------------------------------------------------ */

footer {
  background-color: #aaaaaa;
  min-height: 600px;
    padding: 20px 0;
}
      
.footerlogo {
  padding-top: 17px;
  padding-bottom: 20px;
  float: none;
  display: block;
  margin: 10px auto;
  max-height: 170px;
}

#socialfooter {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 10px 0 0;
}

#socialfooter li {
  display: inline-flex;
  align-content: center;
}

#socialfooter img {
  width: 60px;
  height: auto;
  display: block;
}

footer .p2,
footer .p3,
footer .p4,
footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
}

footer .p1 { 
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

footer .p2,
footer .p3,
footer .p4 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.9rem;
  color: black;

}

footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.2rem;
  color: black;
}


}

/* ============================================================================= */
/* ============================================================================= */
/* ------------------------------ TABLET LANDSCAPE ----------------------------- */
/* ============================================================================= */
/* ============================================================================= */

@media (min-width: 900px) and (max-width: 1200px) {
  
  html {
    background-color: red;
  }
  
  /* ------------- HEADER & LOGO ----------------------------------------------- */
  
  .logo {    
    display: block;
    max-height: 60px;
    width: auto;
  }
  
  header {
    height: 6vh;
  }
  
  #social img {
    width: 65px;
  }
  /* ADD HOVER EFFECTS HERE */
#social img,
#socialfooter img,
#contactsocial img {
    transition: transform 0.3s ease;
}

#social img:hover,
#socialfooter img:hover,
#contactsocial img:hover {
    transform: scale(1.1);
}
  /* ------------- NAVIGATION -------------------------------------------------- */
  
  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 20px;
  }
  
  nav ul li {
    padding: 0 20px;
    border-bottom: none;
  }

  /* FIX: Restore nav link visibility hidden by tablet portrait breakpoint */
  nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    transition: transform 0.3s ease, color 0.3s ease;
  }
    
  nav ul li a:hover {
    color: #4D9C00;
    transform: scale(1.05);
  }
  
  /* ------------- HERO SECTION ------------------------------------------------ */
  
  /* Make hero section full width with no padding/margin */
#hero {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding-top: 100px;
}

/* Make slideshow container full size */
.slideshow-container {
    width: 100vw;
    height: 35vh; /* Adjust height as needed */
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #000; /* Optional: black background for letterboxing */
}

/* Make slide containers full size */
.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Show active slide */
.mySlides.active {
    opacity: 1;
}

/* Make images fit without cropping */
.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from 'cover' to 'contain' - shows entire image */
    object-position: center;
    display: block;
}
  
    /* ------------- ABOUT SECTION ----------------------------------------------- */
  


    
    
    
    
#about {
  background-color: #303030;
  min-height: 1300px;
  text-align: justify;
  padding: 20px 0;

    
    

}

#about h1 {    
  font-size: 3rem;
  line-height: 1rem;
  color: white;
  text-align: center;
    letter-spacing: 10px;}

#about h2 {
  position: static;
  transform: none;
  line-height: 0rem;
  font-size: 1.3rem;
  color: #4D9C00;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 5px;
}

#about .p1,
#about .p2,
#about .p3 {
  display: block;
  font-size: 0.9rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}


.audiq,
.rs6,
.mini,
.leon,
.audi,
.interior{
  display: none;
}

.longimage,
.longimage2 {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}
  
  /* ------------- WORK SECTION ------------------------------------------------ */
#work {
  background-color: black;
  min-height: auto; /* Changed from fixed 4600px */
  text-align: center;
  padding: 50px 0;
}

#work h1 {
  font-size: 3rem;
  letter-spacing: 2px;
  color: #4D9C00;
  padding-top: ;
  line-height: 1rem;
  margin-bottom: 10px;
}

#work .p1 {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 30px;
}

#work a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

#work a:hover {
  transform: scale(1.05);
}

#work img {
  display: inline-block;
  max-width: 250px; /* Controls thumbnail size */
  width: 100%;
  height: auto;
  border: 3px solid white; /* Green border around images */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#work img:hover {
  border-color:#4D9C00; /* Changed from yellow to white */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);}
  
  /* ------------- SERVICES SECTION -------------------------------------------- */
  
#services {
  background-color: #303030;
  text-align: justify;
  min-height: 1150px;
    padding: 20px 0;

} 

#services h1 {
  
  font-weight: 700;
  color: #4D9C00;
  font-size: 3rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 10px;}


#services .p1,
#services .p2,
#services .p3 {
  display: block;
  font-size: 0.9rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}
#services .p4,
#services .p5 {
  display: block;
  font-size: 1rem;
    font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em;
}

.golf,
.bmwblue {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.meadow {
  display: none;
}
  
    
    
        /* CONTACT SECTION  */
/* ------------- CONTACT SECTION ---------------------------------------------- */

#contact {
  background-color: black;
  text-align: justify;
  min-height: 1000px;
  padding: 20px 0;
  margin: 0;
}

#contact h2 {
  font-weight: 700;
  color: #4D9C00;
  font-size: 2rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
}

/* Container for image and text side by side */
#contact .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 85%;
  margin: 20px auto;
}

#contact .r32 {
  display: block;
  max-widpx;
  width: 53%;
  margin: 0;
}

.text-social-wrapper {
  width: 45%;
}

#contact p {
  display: block;
  font-size: 0.7rem;
  width: 100%;
  margin: 0;
  line-height: 2em;
  text-align:justify;
  padding: 0;
}
/* Social media text */
#contact .p2 {
  text-align: center; /* Changed from left to center */
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  width: 100%;
}

/* Contact social media icons */
#contactsocial {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center; /* Changed from flex-start to center */
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

#contactsocial li {
  display: inline-flex;
}

#contactsocial img {
  width: 50px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#contactsocial img:hover {
  transform: scale(1.1);
}

/* Form styling */
.form-control {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  margin-bottom: 16px;
  max-width: 85%;
  padding-left: 10px;
}

/* Make textarea (Message box) bigger */
textarea.form-control {
  height: 200px;
  resize: vertical;
  padding: 10px;
  padding-left: 10px;
  max-width: 85%;
}

/* Submit button */
.btn-submit {
  display: block;
  margin: 20px auto;
  padding: 15px 40px;
  background-color: #4D9C00;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  max-width: 85%;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: white;
  color: black;
}

/* ------------- FOOTER SECTION ------------------------------------------------ */

footer {
  background-color: #aaaaaa;
  min-height: 400px;
    padding: 20px 0;
}
      
.footerlogo {
  padding-top: 17px;
  padding-bottom: 20px;
  float: none;
  display: block;
  margin: 10px auto;
  max-height: 170px;
}

#socialfooter {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 10px 0 0;
}

#socialfooter li {
  display: inline-flex;
  align-content: center;
}

#socialfooter img {
  width: 60px;
  height: auto;
  display: block;
}

footer .p2,
footer .p3,
footer .p4,
footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
}

footer .p1 { 
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

footer .p2,
footer .p3,
footer .p4 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.9rem;
  color: black;

}

footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.2rem;
  color: black;
}

}

/* ============================================================================= */
/* ============================================================================= */
/* -------------------------- DESKTOP LAYOUT----------------------------------- */
/* ============================================================================= */
/* ============================================================================= */

@media (min-width: 1200px) and (max-width: 1400px){
  
  html {
    background-color: green;
  }
  
  /* ------------- HEADER & LOGO ----------------------------------------------- */
  
  .logo {    
    max-height: 220px;
  }
  
  header {
    height: 5vh;
  }
  
  #social img {
    width: 80px;
    padding-bottom: 20px;
  }
    /* ADD HOVER EFFECTS HERE */
#social img,
#socialfooter img,
#contactsocial img {
    transition: transform 0.3s ease;
}

#social img:hover,
#socialfooter img:hover,
#contactsocial img:hover {
    transform: scale(1.1);
}
  
  /* ------------- NAVIGATION -------------------------------------------------- */
  
  nav {
    justify-content: flex-start;
  }

  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 30px;
    flex-grow: 0;
  }

  #social {
    margin-left: auto;
  }
  
  nav ul li {
    padding: 0 25px;
    border-bottom: none;
  }

  /* FIX: Restore nav link visibility hidden by tablet portrait breakpoint */
  nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  nav ul li a:hover {
    color: #4D9C00;
    transform: scale(1.05);
  }

  /* ------------- HERO SECTION ------------------------------------------------ */
  
  /* Make hero section full width with no padding/margin */
#hero {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding-top: 80px;
}

/* Make slideshow container full size */
.slideshow-container {
    width: 100vw;
    height: 45vh; /* Adjust height as needed */
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #000; /* Optional: black background for letterboxing */
}

/* Make slide containers full size */
.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Show active slide */
.mySlides.active {
    opacity: 1;
}

/* Make images fit without cropping */
.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from 'cover' to 'contain' - shows entire image */
    object-position: center;
    display: block;
}
    /* ------------- ABOUT SECTION ----------------------------------------------- */
  

#about {
  background-color: #303030;
  min-height: 1300px;
  text-align: justify;
  padding: 20px 0;


}

#about h1 {    
  font-size: 3.5rem;
  line-height: 1rem;
  color: white;
  text-align: center;
    letter-spacing: 10px;}

#about h2 {
  position: static;
  transform: none;
  line-height: 0rem;
  font-size: 1.7rem;
  color: #4D9C00;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 5px;
}

#about .p1,
#about .p2,
#about .p3 {
  display: block;
  font-size: 1rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}


.audiq,
.rs6,
.mini,
.leon,
.audi,
.interior{
  display: none;
}

.longimage,
.longimage2 {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

  
  /* ------------- WORK SECTION ------------------------------------------------ */
#work {
  background-color: black;
  min-height: auto; /* Changed from fixed 4600px */
  text-align: center;
  padding: 50px 0;
}

#work h1 {
  font-size: 3.5rem;
  letter-spacing: 10px;
  color: #4D9C00;
  padding-top: ;
  line-height: 1rem;
  margin-bottom: 10px;
}

#work .p1 {
  font-size: 1.7rem;
  color: white;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

#work a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

#work a:hover {
  transform: scale(1.05);
}

#work img {
  display: inline-block;
  max-width: 250px; /* Controls thumbnail size */
  width: 100%;
  height: auto;
  border: 3px solid white; /* Green border around images */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#work img:hover {
  border-color:#4D9C00; /* Changed from yellow to white */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);}
  
  /* ------------- SERVICES SECTION -------------------------------------------- */
  
#services {
  background-color: #303030;
  text-align: justify;
  min-height: 1150px;
    padding: 20px 0;

} 

#services h1 {
  
  font-weight: 700;
  color: #4D9C00;
  font-size: 3.5rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 10px;}


#services .p1,
#services .p2,
#services .p3 {
  display: block;
  font-size: 1rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}
#services .p4,
#services .p5 {
  display: block;
  font-size: 1.2rem;
    font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em;
}

.golf,
.bmwblue {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.meadow {
  display: none;
}
    
    
            /* CONTACT SECTION  */
/* ------------- CONTACT SECTION ---------------------------------------------- */

#contact {
  background-color: black;
  text-align: justify;
  min-height: 1000px;
  padding: 20px 0;
  margin: 0;
}

#contact h2 {
  font-weight: 700;
  color: #4D9C00;
  font-size: 3.5rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
}

/* Container for image and text side by side */
#contact .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 85%;
  margin: 20px auto;
}

#contact .r32 {
  display: block;
  max-widpx;
  width: 50%;
  margin: 0;
}

.text-social-wrapper {
  width: 45%;
}

#contact p {
  display: block;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  line-height: 2em;
  text-align:justify;
  padding: 0;
}
/* Social media text */
#contact .p2 {
  text-align: center; /* Changed from left to center */
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1rem;
  width: 100%;
}

/* Contact social media icons */
#contactsocial {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center; /* Changed from flex-start to center */
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

#contactsocial li {
  display: inline-flex;
}

#contactsocial img {
  width: 50px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#contactsocial img:hover {
  transform: scale(1.1);
}

/* Form styling */
.form-control {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  margin-bottom: 16px;
  max-width: 85%;
  padding-left: 10px;
}

/* Make textarea (Message box) bigger */
textarea.form-control {
  height: 200px;
  resize: vertical;
  padding: 10px;
  padding-left: 10px;
  max-width: 85%;
}

/* Submit button */
.btn-submit {
  display: block;
  margin: 20px auto;
  padding: 15px 40px;
  background-color: #4D9C00;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  max-width: 85%;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: white;
  color: black;
}
  
/* ------------- FOOTER SECTION ------------------------------------------------ */

footer {
  background-color: #aaaaaa;
  min-height: 400px;
    padding: 20px 0;
}
      
.footerlogo {
  padding-top: 17px;
  padding-bottom: 20px;
  float: none;
  display: block;
  margin: 10px auto;
  max-height: 300px;
}

#socialfooter {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 10px 0 0;
}

#socialfooter li {
  display: inline-flex;
  align-content: center;
}

#socialfooter img {
  width: 60px;
  height: auto;
  display: block;
}

footer .p2,
footer .p3,
footer .p4,
footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
}

footer .p1 { 
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

footer .p2,
footer .p3,
footer .p4 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.9rem;
  color: black;

}

footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.2rem;
  color: black;
}

}


/* ============================================================================= */
/* ============================================================================= */
/* ----------------------- DESKTOP LARGE---------------------------------------- */
/* ============================================================================= */
/* ============================================================================= */

@media (min-width: 1400px) {
  
  html {
    background-color: white;
  }
  
  /* ------------- HEADER & LOGO ----------------------------------------------- */
  
  .logo {    
    max-height: 200px;
  }
  
  header {
    height: 6vh;
  }
  
  #social img {
    width: 85px;
  }
  /* ADD HOVER EFFECTS HERE */
#social img,
#socialfooter img,
#contactsocial img {
    transition: transform 0.3s ease;
}

#social img:hover,
#socialfooter img:hover,
#contactsocial img:hover {
    transform: scale(1.1);
}
  /* ------------- NAVIGATION -------------------------------------------------- */
  
  nav {
    justify-content: flex-start;
  }

  nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 30px;
    flex-grow: 0;
  }
  
  #social {
    margin-left: auto;
  }

  nav ul li {
    padding: 0 25px;
    border-bottom: none;
  }

  /* FIX: Restore nav link visibility hidden by tablet portrait breakpoint */
  nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  nav ul li a:hover {
    color: #4D9C00;
    transform: scale(1.05);
  }

    /* ------------- HERO SECTION ------------------------------------------------ */
  
  /* Make hero section full width with no padding/margin */
#hero {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding-top: 100px;
}

/* Make slideshow container full size */
.slideshow-container {
    width: 100vw;
    height: 54vh; /* Adjust height as needed */
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #000; /* Optional: black background for letterboxing */
}

/* Make slide containers full size */
.mySlides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Show active slide */
.mySlides.active {
    opacity: 1;
}

/* Make images fit without cropping */
.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from 'cover' to 'contain' - shows entire image */
    object-position: center;
    display: block;
}
    /* ------------- ABOUT SECTION ----------------------------------------------- */
  

#about {
  background-color: #303030;
  min-height: 1300px;
  text-align: justify;
  padding: 20px 0;


}

#about h1 {    
  font-size: 3.5rem;
  line-height: 1rem;
  color: white;
  text-align: center;
    letter-spacing: 10px;}

#about h2 {
  position: static;
  transform: none;
  line-height: 0rem;
  font-size: 1.7rem;
  color: #4D9C00;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 5px;
}

#about .p1,
#about .p2,
#about .p3 {
  display: block;
  font-size: 1rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}


.audiq,
.rs6,
.mini,
.leon,
.audi,
.interior{
  display: none;
}

.longimage,
.longimage2 {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}
  
  /* ------------- WORK SECTION ------------------------------------------------ */
  
  /* ------------- WORK SECTION ------------------------------------------------ */
#work {
  background-color: black;
  min-height: auto; /* Changed from fixed 4600px */
  text-align: center;
  padding: 50px 0;
}

#work h1 {
  font-size: 3.5rem;
  letter-spacing: 10px;
  color: #4D9C00;
  padding-top: ;
  line-height: 1rem;
  margin-bottom: 10px;
}

#work .p1 {
  font-size: 1.7rem;
  color: white;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

#work a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease;
}

#work a:hover {
  transform: scale(1.05);
}

#work img {
  display: inline-block;
  max-width: 300px; /* Controls thumbnail size */
  width: 100%;
  height: auto;
  border: 3px solid white; /* Green border around images */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#work img:hover {
  border-color:#4D9C00; /* Changed from yellow to white */
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);}
  
  /* ------------- SERVICES SECTION -------------------------------------------- */
  
#services {
  background-color: #303030;
  text-align: justify;
  min-height: 1150px;
    padding: 20px 0;

} 

#services h1 {
  
  font-weight: 700;
  color: #4D9C00;
  font-size: 3.5rem;
  line-height: 1rem;

  text-align: center;
    letter-spacing: 10px;}


#services .p1,
#services .p2,
#services .p3 {
  display: block;
  font-size: 1rem;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em; 
padding-top: 10px;
    padding-bottom: 10px;

}
#services .p4,
#services .p5 {
  display: block;
  font-size: 1.2rem;
    font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  line-height: 2em;
}

.golf,
.bmwblue {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.meadow {
  display: none;
}
    
    
    /* ------------- CONTACT SECTION ---------------------------------------------- */

#contact {
  background-color: black;
  text-align: justify;
  min-height: 1000px;
  padding: 20px 0;
  margin: 0;
}

#contact h2 {
  font-weight: 700;
  color: #4D9C00;
  font-size: 3.5rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 30px;
}

/* Container for image and text side by side */
#contact .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 85%;
  margin: 20px auto;
}

#contact .r32 {
  display: block;
  max-widpx;
  width: 50%;
  margin: 0;
}

.text-social-wrapper {
  width: 45%;
}

#contact p {
  display: block;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  line-height: 2em;
  text-align:justify;
  padding: 0;
}
/* Social media text */
#contact .p2 {
  text-align: center; /* Changed from left to center */
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1rem;
  width: 100%;
}

/* Contact social media icons */
#contactsocial {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center; /* Changed from flex-start to center */
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

#contactsocial li {
  display: inline-flex;
}

#contactsocial img {
  width: 50px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#contactsocial img:hover {
  transform: scale(1.1);
}

/* Form styling */
.form-control {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  margin-bottom: 16px;
  max-width: 85%;
  padding-left: 10px;
}

/* Make textarea (Message box) bigger */
textarea.form-control {
  height: 200px;
  resize: vertical;
  padding: 10px;
  padding-left: 10px;
  max-width: 85%;
}

/* Submit button */
.btn-submit {
  display: block;
  margin: 20px auto;
  padding: 15px 40px;
  background-color: #4D9C00;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  max-width: 85%;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: white;
  color: black;
}
  
/* ------------- FOOTER SECTION ------------------------------------------------ */

footer {
  background-color: #aaaaaa;
  min-height: 300px;
    padding: 20px 0;
}
      
.footerlogo {
  padding-top: 17px;
  padding-bottom: 20px;
  float: none;
  display: block;
  margin: 10px auto;
  max-height: 300px;
}

#socialfooter {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 10px 0 0;
}

#socialfooter li {
  display: inline-flex;
  align-content: center;
}

#socialfooter img {
  width: 60px;
  height: auto;
  display: block;
}

footer .p2,
footer .p3,
footer .p4,
footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
}

footer .p1 { 
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

footer .p2,
footer .p3,
footer .p4 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.9rem;
  color: black;

}

footer .p5 {
  display: block;              
  text-align: justify;
  margin: 10px auto;
  max-width: 90%;
  font-size: 0.2rem;
  color: black;
}

}