/* J&R Mobile Washing - Full Style */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #333;
  scroll-behavior: smooth;
}

header {
  background-color: #0f4c81;
  color: white;
  padding: 40px 20px 10px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

header p {
  font-size: 1.2em;
  font-weight: 300;
}

nav {
  background-color: #0f4c81;
  padding: 15px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  font-size: 1.1em;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #ffcc00;
}

main {
  padding: 40px 20px;
  text-align: center;
  background: #f7f7f7;
}

main h2 {
  color: #0f4c81;
  font-size: 1.8em;
  margin-bottom: 20px;
}

main p {
  font-size: 1.1em;
  max-width: 600px;
  margin: 0 auto;
}

section {
  background-color: #e6f7ff;
  padding: 40px;
  text-align: center;
}

section h2 {
  color: #0f4c81;
  font-size: 1.5em;
  margin-bottom: 20px;
}

section p {
  font-size: 1.1em;
  max-width: 800px;
  margin: auto;
}

blockquote {
  background-color: #f0f8ff;
  padding: 30px;
  font-style: italic;
  text-align: center;
  font-size: 1em;
  color: #444;
}

footer {
  background-color: #222;
  color: #ccc;
  text-align: center;
  padding: 20px 10px;
  font-size: 0.9em;
}

/* Floating Action Buttons - Corner Docked */
.floating-call, .whatsapp-button {
  position: fixed;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 0;
  background-color: #00BFFF;
  color: white;
  text-align: center;
  line-height: 52px;
  z-index: 9999;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}
.floating-call:hover, .whatsapp-button:hover {
  background-color: #0093cc;
}

.whatsapp-button {
  left: 20px;
  background-image: url('images/whatsapp-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.floating-call {
  right: 20px;
  background-image: url('images/phone-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* Remove unwanted gap below contact icons */
#contact img {
  margin-bottom: 0;
  display: inline-block;
}

.floating-call, .whatsapp-button { position: fixed; left: 50%; transform: translateX(-50%); width: 220px; padding: 1px; border-radius: 16px; font-size: 15px; background-color: rgba(0, 0, 0, 0.7); color: white; text-align: center; z-index: 9999; }
.whatsapp-button { bottom: 160px; }
.floating-call { bottom: 100px; }

    
    
    
    
    
    
    
    
    .whatsapp-button,
    .floating-call,
    
    
    
    
    
nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 2px #4fc3f7;
}


.service-title {
    color: #00BFFF;
    font-weight: bold;
}
.section {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
    text-align: left;
}
.section ul {
  max-width: 400px;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  list-style-position: inside;
}
.section h3 {
    color: #00BFFF;
    text-align: center;
}

.section ul li {
  display: block;
  text-align: center;
}


    body {
      background-color: #071E2E;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: white;
      margin: 0;
      padding: 20px;
    }
    .section {
      max-width: 800px;
      margin: 0 auto;
    }
    h2 {
      text-align: center;
      color: #00BFFF;
      margin-bottom: 10px;
    }
    .addon-box {
      background-color: #0F2D3F;
      border: 1px solid #1f4a5c;
      border-radius: 10px;
      padding: 15px 20px;
      margin-bottom: 20px;
    }
    .addon-title {
      font-size: 18px;
      font-weight: bold;
      color: #00BFFF;
    }
    .addon-desc {
      margin-top: 5px;
      font-size: 15px;
      color: #ddd;
    }
  
.addon-box {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.section {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}
/* New Stuff */

.floating-call, .whatsapp-button { position: fixed; left: 50%; transform: translateX(-50%); width: 220px; border-radius: 16px; font-size: 15px; background-color: rgba(0, 0, 0, 0.7); color: white; text-align: center; z-index: 9999; }
.whatsapp-button { bottom: 160px; }
.floating-call { bottom: 100px; }

    
    
    
    
    
    
    
    
    .whatsapp-button,
    .floating-call,
    
    
    
    
    
nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 2px #4fc3f7;
}


.service-title {
    color: #00BFFF;
    font-weight: bold;
}
.section {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
    text-align: left;
}
.section ul {
  max-width: 400px;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  list-style-position: inside;
}
.section h3 {
    color: #00BFFF;
    text-align: center;
}

.section ul li {
  display: block;
  text-align: center;
}


    body {
      background-color: #071E2E;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: white;
      margin: 0;
      padding: 20px;
    }
    .section {
      max-width: 800px;
      margin: 0 auto;
    }
    h2 {
      text-align: center;
      color: #00BFFF;
      margin-bottom: 10px;
    }
    .addon-box {
      background-color: #0F2D3F;
      border: 1px solid #1f4a5c;
      border-radius: 10px;
      padding: 15px 20px;
      margin-bottom: 20px;
    }
    .addon-title {
      font-size: 18px;
      font-weight: bold;
      color: #00BFFF;
    }
    .addon-desc {
      margin-top: 5px;
      font-size: 15px;
      color: #ddd;
    }
  
.addon-box {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.section {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}