body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(24, 24, 24, 0.48) !important;
}

p {
  width: 80%;
  margin: 0 auto;
  font-size: x-large;
}

h2 {
  text-align: center;
  padding: 4px;
  font-weight: 600;
  color: orange;
  font-size: x-large;
}

img {
  display: block;
  margin: 0 auto;
}

.responsive {
  width: 100%;
  height: auto;
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 2%;
  padding: 5px;
  background-color: rgba(205, 222, 228, 0.59);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: solid black 1px;
}

.review-container {
 display: block;
  text-align: center;
  background: #d8d6d6;
  border-radius: 8px;
  box-shadow: 0 0 42px rgba(0,0,0,0.1) !important;
  border:solid black 4px; 
  
}

.flag-container {
  background-color: rgba(24, 24, 24, 0.48) !important;
  padding: 20px;
  text-align: center;
}

.ripple-flag {
  width: 99%;
  max-width: 900px;
  animation: ripple 6s ease-in-out infinite !important;
  transform-origin: center;
}

@keyframes ripple {
  0%, 50%, 100% { transform: perspective(1000px) rotateX(0deg) rotateY(0deg); }
  25% { transform: perspective(1000px) rotateX(4deg) rotateY(-1deg); }
  75% { transform: perspective(1000px) rotateX(-1deg) rotateY(1deg); }
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% auto 1% auto;
}

video {
  display: block;
  width: 84%;
  max-width: 100%;
  height: auto;
  border: none;
}

.topnav {
  overflow: visible;
  margin: 0 auto;
  width: 60%;
}

.topnav a {
  background-color: white;
  display: block;
  color: #5f5555;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: solid black 1px;
}

.topnav a:hover {
  background-color: #955823;
  color: white;
}

.topnav a.active {
  background-color: rgba(221, 12, 12, 0.61);
  color: white;
}

.strapline {
  margin: 2% 0;
}

/* Example section styling */
.about {
  display:block;
  border: solid black 1px;
  width: 87%;
  margin: 4% auto;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background-color: rgba(25, 171, 42, 0.51);
  color: black;
}

.about2 {
  display:block;  
  background-color: rgba(37, 67, 78, 0.59);
  border: solid black 1px;
  color: white;
  width: 88%;
  margin: 3% auto;
  padding: 4%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.Gallery1{
  
    
  background-image: url('/img/scaffolding.png.png');
  text-align: center; /* Centers the image horizontally */
  border:solid black 1px;
  color: #f5eded;
  width: auto;
  height:auto;
  margin-top: 2%;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 2%;  
  display:flexbox; 
  border-radius: 10px;
  
  box-shadow: 12px 10px 15px rgba(0,0,0,0.1);
}
.Gallery2{
  
   
  background-image: url('/img/scaffolding.png.png');
  text-align: center; /* Centers the image horizontally */
  border:solid black 1px;
  color: white;
  width: auto;
  height:auto;
  margin-top: 2%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 2%;  
  display:flexbox; 
  border-radius: 10px;
  
  box-shadow: 12px 10px 15px rgba(0,0,0,0.1);
}
.Gallery3{
  
  
  background-image: url('/img/scaffolding.png.png');
  text-align: center; /* Centers the image horizontally */
  border:solid black 1px;
  color: white;
  width: auto;
  height:auto;
  margin-top: 2%;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 2%;  
  display:flexbox; 
  border-radius: 10px;
  
  box-shadow: 12px 10px 15px rgba(0,0,0,0.1);
}
.requirements-box {
  border: 1px solid #007BFF;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9ff;
}

/* Form and inputs */
#contactForm {
  width: 85%;
  margin: 0 auto;
  background-color: black;
  padding: 4%;
}

.form-container {
  padding: 5%;
  max-width: 600px;
  margin: 1% auto;
  border-radius: 8px;
  box-shadow: 0 0 42px rgba(0,0,0,0.1) !important;
  border: solid black 1px;
}

.form-group {
  margin-bottom: 20px;
  text-align: center;
}

label {
  display: block;
  font-weight: bold;
  color: white;
}

input, textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#name{
  
  
  width: 60%;
  color:white;
}

#email1{
  width: 60%;
  color: white;
}

#telephone{
  width: 60%;
  color: white;
}

#subject{
    width: 60%;
    color:white;
  
}
#message{
  
  
   
  height: 300px;
  color:white;
}
#attachment{
  color:white;
}
/* Toast notification */
/* Toast bubble */
#toast {
  visibility: hidden;
  max-width: 360px;
  background-color: #48a680;           /* #48a680 */
  color: #ffffff;                 /* white text */
  font-weight: 500;
  text-align: left;
  border-radius: 12px;
  padding: 14px 16px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.35s ease, bottom 0.35s ease;
}

/* Bubble tail */
#toast::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #48a680 transparent transparent transparent; /* tail color matches bubble */
}

/* Show state */
#toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

/* Optional variants (still blue base, use subtle accents) */
#toast.success { background: #1976d2; }
#toast.error   { background: #1565c0; }  /* a touch darker for error */
}

/* Buttons */
button {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: solid black 2px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

button:hover {
  background-color: #0056b3;
}

.button-class {
			background-color: #4CAF50;
			/* Green */
			
			color: white;
}

/* Footer styling */
.site-footer {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background: #f8f9fa;
}

.site-footer a {
  color: #1877f2;
  font-weight: bold;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Mobile adjustments */
@media screen and (max-width: 680px) {
  .topnav {
    width: 100%;
    margin: 0;
  }
  .about, .about2 {
    width: 95%;
    margin: 2% auto;
  }
  .video-container {
    margin: 0 auto;
    padding: 0;
  }
  video {
    width: 100%;
  }
}
