body {
  font-family: Montserrat, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

a[href^="tel"]{
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a[href^="tel"]:hover {
  color: #3498db;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 24px 0 16px;
  color: #2c3e50;
}

h1 {
  font-size: 38px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}

h6 {
  font-size: 16px;
  line-height: 1.7;
}

.section {
  padding: 64px 0;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 48px 0;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 32px 0;
  }
}

.section.hero {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 4px solid #ececec;
  background-color: #363b48;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(225deg, #6e7072, hsla(0, 0%, 100%, 0)), url('../../images/hero-bg.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  text-align: center;
}

.section.footer {
  position: static;
  padding: 40px 0 24px;
  background-color: #f9f9f9;
  text-align: left;
}

.nav-link {
  position: relative;
  margin: 0 8px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #3498db;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-link.w--current {
  background-color: transparent !important;
  color: #ffcc00 !important;
}

.nav-column {
  padding-top: 10px;
  text-align: right;
}

.logo {
  position: relative;
  margin-right: 16px;
  float: left;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

.hero-heading {
  font-family: Gagalin-Regular, Anton, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-subhead {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.footer-text {
  display: inline-block;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.social-icon {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  background-color: #3498db;
  transform: scale(1.1);
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  padding: 24px 0;
  border-bottom: 3px none #003258;
  background-color: #4b9960;
}

.button-group {
  margin: 32px 0;
}

.underline {
  background-image: url('../images/underline.png');
  background-position: 50% 101%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffc000;
}

.home-services {
  padding: 64px 0;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/car_bg.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

@media screen and (max-width: 768px) {
  .home-services {
    padding: 48px 0;
  }
}

.home-service-box {
  display: block;
  margin-bottom: 24px;
  padding: 24px;
  border: 6px solid #78f9ae;
  border-radius: 8px;
  background-color: #4b9960;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.heading {
  position: relative;
  display: inline-block;
  margin: 0 auto 16px;
  padding: 12px 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.intro {
  margin: 0 0 24px;
  font-family: Montserrat, sans-serif;
  color: #2c3e50;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.websiteby {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

.rak-link {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rak-link:hover {
  color: #e74c3c;
  text-decoration: underline;
}

.form {
  padding: 0;
}

.label {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
}

.reg-plate {
  margin-bottom: 16px;
  padding: 16px 16px 16px 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #ffcb00;
  background-image: url('../images/reg-plate.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.reg-plate::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.reg-plate:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.reg-plate::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.reg-plate::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.submit {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: #3498db;
  background-image: linear-gradient(135deg, #3498db, #2980b9);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit:hover {
  background-color: #2980b9;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.field {
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.field:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
  outline: none;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 8px 0;
  background-color: #4b9960;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  margin-top: 8px;
}

.gallery {
  padding: 64px 0;
}

.centered-container {
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: grid;
  margin-top: 32px;
  align-self: center;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
}

@media screen and (max-width: 1024px) {
  .gallery-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .gallery-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .gallery-grid-container {
    grid-template-columns: 1fr;
  }
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-lightbox:hover {
  transform: scale(1.05);
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.5s ease;
}

.gallery-lightbox:hover .gallery-thumbnail {
  transform: scale(1.1);
}

.section-2 {
  background-color: #4b9960;
  padding: 32px 0;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.text-span-3, .text-span-4 {
  color: #ffc000;
  font-weight: 700;
}

.car-icon {
  float: right;
  text-align: right;
}

.bold-text {
  color: #2c3e50;
  font-weight: 700;
}

.form-block {
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.form-block-heading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  color: #2c3e50;
}

.list {
  padding-left: 24px;
  margin-bottom: 24px;
}

.list-item {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.faw-title {
  font-family: Montserrat, sans-serif;
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-block {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.faq-block:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.right-side-image {
  margin-left: 32px;
  float: right;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section */
.testimonials-section {
  background-color: #f9f9f9;
  padding: 64px 0;
  text-align: center;
}

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.testimonial {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-author {
  font-weight: 600;
  color: #3498db;
  margin-top: 16px;
}

/* CTA Section */
.cta-section {
  background-color: #4b9960;
  background-image: linear-gradient(135deg, #4b9960, #3d7d4e);
  color: white;
  padding: 64px 0;
  text-align: center;
}

.cta-button {
  display: inline-block;
  background-color: #ffc000;
  background-image: linear-gradient(135deg, #ffc000, #e6b000);
  color: #2c3e50;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  margin-top: 24px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #e6b000;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Process Steps */
.process-steps {
  margin: 32px 0;
}

.process-step {
  background-color: #f9f9f9;
  border-left: 5px solid #3498db;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 0 8px 8px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.process-step h2 {
  color: #3498db;
  margin-top: 0;
  margin-bottom: 16px;
}

/* Contact Page Styles */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
}

.contact-info, .contact-form {
  flex: 1;
  min-width: 300px;
}

.contact-list, .areas-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.contact-list li, .areas-list li {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.areas-list {
  columns: 2;
}

.faq-highlight {
  background-color: #f0f0f0;
  padding: 48px 0;
  text-align: center;
  margin-top: 48px;
}

/* Social Footer */
.social-footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 24px 0;
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

.social-icons a {
  margin: 0 12px;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.social-icons img {
  width: 32px;
  height: 32px;
}

.footer-copyright {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 16px;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}

/* WhatsApp Button */
.whatsapp-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

/* Accessibility Improvements */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

.skip-to-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 16px;
  background-color: #fff;
  z-index: 9999;
  color: #3498db;
  font-weight: 600;
}

/* Responsive Improvements */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  .hero-heading {
    font-size: 42px;
  }
  
  .hero-subhead {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  
  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .hero-heading {
    font-size: 36px;
  }
  
  .hero-subhead {
    font-size: 20px;
  }
  
  .section {
    padding: 40px 15px;
  }
  
  .section.hero {
    padding-top: 40px;
  }
  
  .section.footer {
    text-align: center;
  }
  
  .nav-column {
    padding-top: 16px;
    text-align: center;
  }
  
  .logo {
    margin-top: 0;
    float: none;
  }
  
  .footer-text {
    margin-bottom: 24px;
  }
  
  .right-footer-col {
    text-align: center;
  }
  
  .nav-bar {
    padding: 16px 0;
  }
  
  .brand-column {
    text-align: center;
  }
  
  .sticky-nav {
    position: relative;
  }
  
  .gallery {
    padding: 40px 20px;
  }
  
  .nav-menu {
    background-color: rgba(75, 153, 96, 0.95);
    padding: 16px;
    border-radius: 0 0 8px 8px;
  }
  
  .nav-link {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .nav-link:last-child {
    border-bottom: none;
  }
  
  .contact-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  
  h1 {
    font-size: 26px;
  }
  
  h2 {
    font-size: 22px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  .section {
    padding: 32px 15px;
  }
  
  .section.hero {
    padding: 32px 15px 24px;
  }
  
  .hero-heading {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .hero-subhead {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .nav-bar {
    padding: 12px 5px;
  }
  
  .home-services {
    padding: 32px 15px;
  }
  
  .heading {
    font-size: 20px;
  }
  
  .intro {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .label {
    font-size: 15px;
  }
  
  .reg-plate {
    font-size: 16px;
    padding-left: 30px;
  }
  
  .submit {
    font-size: 16px;
  }
  
  .sticky-nav {
    padding: 0;
  }
  
  .navbar {
    padding: 8px 0;
  }
  
  .heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .form-block {
    margin: 15px 0;
    padding: 20px 15px;
  }
  
  .form-block-heading {
    font-size: 22px;
  }
  
  .right-side-image {
    display: none;
  }
  
  .areas-list {
    columns: 1;
  }
  
  .testimonial {
    padding: 20px 15px;
  }
  
  .process-step {
    padding: 20px 15px;
  }
  
  .whatsapp-button img {
    width: 50px;
    height: 50px;
  }
}

.email-button {
  display: none !important;
}
.home-service-box {
  height: 250px; /* Set a fixed height for all boxes */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.home-service-box p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-service-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.footer .w-col ul {
  list-style-type: none; /* Removes bullet points */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
}
.home-service-box {
  height: 250px; /* Adjust height to ensure enough space */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.home-service-box h3 {
  font-size: 1.8em; /* Increase font size for the header */
  font-weight: bold; /* Make the header bold */
  margin-bottom: 15px; /* Add spacing below the header */
}

.home-service-box p {
  font-size: 1.2em; /* Increase font size for the paragraph */
  line-height: 1.5; /* Improve readability */
  margin: 0; /* Remove unnecessary margins */
}
.hero-heading {
  font-size: 2.5em; /* Increase font size for the heading */
  font-weight: bold;
  margin-bottom: 20px; /* Add spacing below the heading */
  text-align: left; /* Align text to the left */
}

.hero-subhead {
  font-size: 1.2em; /* Increase font size for the subhead */
  line-height: 1.8; /* Improve readability */
  margin-bottom: 30px; /* Add spacing below the subhead */
  text-align: left; /* Align text to the left */
}
.locations-container {
  display: flex;
  justify-content: center; /* Center the list horizontally */
  align-items: flex-start; /* Align items at the top */
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(3, auto); /* Create 3 columns */
  gap: 10px; /* Add spacing between items */
  list-style-type: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  text-align: left; /* Align text to the left */
}

.locations-list li {
  font-size: 1em; /* Adjust font size */
  line-height: 1.5; /* Improve readability */
}
.locations-container {
  display: flex;
  justify-content: left; /* Center the list horizontally */
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create 3 equal columns */
  gap: 20px; /* Add spacing between items */
  list-style-type: disc; /* Keep bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.locations-list li {
  font-size: 1em; /* Adjust font size */
  line-height: 1.5; /* Improve readability */
}
/* Areas We Cover Styling */
.areas-container {
  text-align: left;
  margin-bottom: 40px; /* Add spacing below the section */
}

.locations {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 10px; /* Add spacing between items */
  font-size: 1.2em; /* Adjust font size */
  line-height: 1.8; /* Improve readability */
}

.locations span {
  margin-right: 10px; /* Add spacing between locations */
}

/* Footer Container Styling */
.footer-container {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  justify-content: space-between; /* Spread columns evenly */
  align-items: flex-start; /* Align items at the top */
  padding: 20px 0;
  gap: 20px; /* Add spacing between columns */
}

/* Footer Column Styling */
.footer-column {
  width: 30%; /* Adjust width for each column */
  min-width: 200px; /* Ensure columns don't shrink too much */
}

.footer-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style-type: none; /* Remove bullet points */
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column a {
  text-decoration: none;
  color: #ffffff; /* Ensure links are white */
}

.footer-column a:hover {
  text-decoration: underline; /* Add hover effect */
}

/* Social Footer Styling */
.social-footer {
  margin-top: 20px;
  text-align: center;
}

.social-icons img {
  margin: 0 10px;
}

.footer-copyright {
  margin-top: 10px;
  font-size: 0.9em;
  color: #ffffff;
}
/* Footer Container Styling */
.footer-container {
  display: flex;
  justify-content: space-between; /* Spread columns evenly */
  align-items: flex-start; /* Align items at the top */
  padding: 20px 0;
  gap: 20px; /* Add spacing between columns */
}

.footer-column {
  flex: 1; /* Ensure all columns take equal space */
  min-width: 200px; /* Prevent columns from shrinking too much */
}

.footer-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style-type: none; /* Remove bullet points */
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column a {
  text-decoration: none;
  color: #ffffff; /* Ensure links are white */
}

.footer-column a:hover {
  text-decoration: underline; /* Add hover effect */
}

/* Social Icons Styling */
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px; /* Add spacing between icons */
}

.social-icons img {
  margin: 0;
}

/* Footer Copyright Styling */
.footer-copyright {
  margin-top: 20px;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
}
/* Footer Container Styling */
.footer-container {
  display: flex;
  justify-content: space-between; /* Spread columns evenly */
  align-items: flex-start; /* Align items at the top */
  padding: 10px 0; /* Reduce padding to make the blue box shorter */
  gap: 20px; /* Add spacing between columns */
}

/* Footer Column Styling */
.footer-column {
  flex: 1; /* Ensure all columns take equal space */
  min-width: 200px; /* Prevent columns from shrinking too much */
}

.footer-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffffff; /* Ensure titles are white */
}

.footer-column ul {
  list-style-type: none; /* Remove bullet points */
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column a {
  text-decoration: none;
  color: #ffffff; /* Ensure links are white */
}

.footer-column a:hover {
  text-decoration: underline; /* Add hover effect */
}

/* Social Icons Styling */
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px; /* Add spacing between icons */
}

.social-icons img {
  margin: 0;
}

/* Footer Copyright Styling */
.footer-copyright {
  margin-top: 10px; /* Reduce spacing */
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
}
/* Footer Container Styling */
.footer-container {
  display: flex;
  justify-content: space-between; /* Spread columns evenly */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 20px; /* Add spacing between columns */
}

/* Footer Column Styling */
.footer-column {
  flex: 1; /* Ensure all columns take equal space */
  min-width: 200px; /* Prevent columns from shrinking too much */
}

.footer-column h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffffff; /* Ensure titles are white */
}

.footer-column ul {
  list-style-type: none; /* Remove bullet points */
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column a {
  text-decoration: none;
  color: #ffffff; /* Ensure links are white */
}

.footer-column a:hover {
  text-decoration: underline; /* Add hover effect */
}

/* Social Icons Styling */
.social-icons {
  display: flex;
  align-items: center;
  gap: 20px; /* Add spacing between icons */
}

.social-icons img {
  width: 45px; /* Increase size by 50% */
  height: 45px;
}

/* Footer Copyright Styling */
.footer-copyright {
  margin-top: 20px;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
}

/* WhatsApp Button Styling */
.whatsapp-button img {
  width: 90px; /* Keep WhatsApp logo size */
  height: 90px;
}
.cta-section {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0056b3;
}

.right-side-image {
  border-radius: 10px; /* Rounded corners for the image */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
.right-side-image {
  border-radius: 10px; /* Rounded corners for the image */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.right-side-image:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  cursor: pointer; /* Change cursor to pointer */
}
.right-side-image {
  border-radius: 10px; /* Rounded corners for the image */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.right-side-image:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  cursor: pointer; /* Change cursor to pointer */
}
/* Default Navigation Menu (Visible on Desktop) */
.nav-menu {
  display: flex; /* Ensure the menu is visible on desktop */
  justify-content: space-between;
  list-style: none;
}

/* Mobile Menu (Hidden by Default) */
@media (max-width: 768px) {
  .nav-menu {
    display: none; /* Hide menu by default on mobile */
    flex-direction: column;
    background-color: #4b9960;
    position: absolute;
    top: 60px; /* Adjust based on your header height */
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px;
    border-radius: 0 0 8px 8px;
  }

  /* Show Menu When Open */
  .nav-menu.open {
    display: flex; /* Show menu when open */
  }

  /* Mobile Menu Links */
  .nav-link {
    display: block;
    width: 100%;
    margin: 8px 0;
   
   /* Navigation Styles */
.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #4b9960;
    width: 100%;
}

.w-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.brand {
    display: flex;
    align-items: center;
}

.logo {
    max-width: 300px;
    height: auto;
}

.nav-links {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.menu-button {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-button .bar {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #4b9960;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-button {
        display: flex;
    }

    .nav-link {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
}
/* Default state: hide the menu */
.nav-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2c3e50; /* Adjust as needed */
  z-index: 1000;
}

/* Show the menu when the 'open' class is added */
.nav-menu.open {
  display: block;
}

/* Style the menu button */
.menu-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.icon.w-icon-nav-menu {
  width: 25px;
  height: 25px;
  background-image: url('path-to-hamburger-icon.svg'); /* Replace with your icon */
  background-size: cover;
}
/* Default state: hide the menu */
.nav-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2c3e50; /* Adjust as needed */
  z-index: 1000;
}

/* Show the menu when the 'open' class is added */
.nav-menu.open {
  display: block;
}

/* Style the menu button */
.menu-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.icon.w-icon-nav-menu {
  width: 25px;
  height: 25px;
  background-image: url('path-to-hamburger-icon.svg'); /* Replace with your icon */
  background-size: cover;
}


