/* General Styles */
body {
    font-family: 'Lato', sans-serif; /* Clean and professional font */
    color: #333; /* Default text color */
    background-color: #f8f9fa; /* Light gray background */
    margin: 0;
    padding: 0;
    line-height: 1.6; /* Improves readability */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif; /* Different font for headings for contrast */
    color: #66bb6a; /* Darker shade for headings */
    margin-bottom: 1rem;
}


a {
    text-decoration: none;
    color: inherit; /* Links will inherit text color unless styled */
    transition: color 0.3s ease;
}

a:hover {
    color: #28a745; /* Green shade for hovered links */
}


.whatsapp{
    padding: 10px;
    background: #25D366;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 25px;
    color: white;
    z-index: 1000;
}
.whatsapp i{
    font-size: 28px;
    color: white;
    padding-right: 3px;
}


/* Container Styling */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Navbar Customization */
.navbar {
   position: absolute; /* Change from absolute to fixed */
            top: 0;
            left: 0;
            width: 100%;
            z-index: 3; /* Make sure navbar is above everything else */
            background: transparent; /* Semi-transparent background */

}

.logo{
    width: 140px;
    height: 170px;
    
}

.navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #fff; /* Default text color */
}

.navbar-nav .nav-link:hover {
    color: #388e3c;  /* Dark green on hover */
    transform: scale(1.02);
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #66bb6a;  /* Border with green color */
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #555;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #66bb6a;
    color: #fff;  /* Green background on hover */
}

.navbar button{
   
    background: linear-gradient(120deg, #76b852, #8dc26f);
}
 .navbar-toggler-icon{
    color: #fff;

}


 @media (max-width: 992px) {
           .navbar-nav{
    background: linear-gradient(120deg, #76b852, #8dc26f);
    color: #000;
    padding: 15px;
    border-radius: 4px;
}
            }

.navbar .btn {
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius:  0 50px 50px 50px;
    color: #fff;
    background: transparent;
    font-weight: bold;
    border: 2px solid #fff;
    transition: .3s ease;
}

.navbar .btn:hover {
    
    background: linear-gradient(120deg, #76b852, #8dc26f);
    color: #fff;
    border: 2px solid #66bb6a;
}


/* Utility Styles */
.text-success {
    color: #28a745;
}

.text-primary {
    color: #007bff;
}

.hero-section h1{
    text-transform: capitalize;
     color: #2c3e50;
    font-weight: 700;
    font-size: 32px;

}

.hero-section p{
    font-size: 1.25rem;
}


#service-details .list-group .list-group-item{
    border: none;
    background: #f9f9f9;
    font-size: 1.1rem;
}

#service-details p{
    font-size: 1.1rem;
}

#service-benefits .list-group .list-group-item{
    border: none;
    background: #f9f9f9;
    font-size: 1.1rem;
}

#service-benefits h2{
    color: #2c3e50;
    font-weight: 700;
}

#service-benefits h3{
    color: #2c3e50;
    font-weight: 600;
    padding-top: 15px;
}

#service-benefits p{
    font-size: 1.1rem;
}

#service-details img{
    border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     transition: .6s ease;
}
#service-details img:hover{
    transform: rotateZ(1deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    
}


#service-benefits img{
    border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     transition: .6s ease;
}
#service-benefits img:hover{
    transform: rotateZ(1deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    
}



#about-us p{
    font-size: 1.1rem;
}



/* Hero Section Styles */
.hero {
    
    
            height: 100vh;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
}

/* Dark overlay to improve readability */
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Dark overlay */
            z-index: 1; /* Places overlay behind text */
        }

        .hero .content {
            position: relative;
            z-index: 2; /* Ensures content stays above overlay */
            padding: 0 20px;
        }

        /* Text shadow for readability */
        .hero h1{
            padding-top: 150px;
            color: #fff;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); /* Soft shadow for readability */
        }


        .hero p {
            color: #fff;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); /* Soft shadow for readability */
        }



.hero .btn {
    font-size: 1.2rem;
    padding: 12px 24px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.hero .btn-quote {
    background: linear-gradient(120deg, #76b852, #8dc26f);
    color: #fff;
    border-radius:   50px 0 50px 50px;
    border: none;
}

.hero .btn-quote:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #66bb6a;
}

.hero .btn-call {
    margin-top: 4px;
    background-color: transparent;
    color: #fff;
    border-radius:  0 50px 50px 50px;
    border: 2px solid #fff;
}

.hero .btn-call:hover {
    
    color: white;
    border: 2px solid #66bb6a;
}

/* Responsive Adjustments */



@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
        
    }

    .hero p {
        font-size: 1rem;
    }
}

#why-choose-us h2{
     color: #2c3e50;
     font-weight: 700;
}

/* Why Choose Us Section */
.why-choose-us {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.why-choose-us h2 {
    color: #2c3e50;
    font-size: 2.5rem;
}

.why-choose-us p {
    font-size: 1rem;
    color: #6c757d;
}

.icon-box {
    padding: 20px;
}

.icon-box i {
    font-size: 6rem;


}




.icon-box h5 {
    margin: 15px 0 10px;
}

.icon-box:hover {
    transform: scale(1.02);
    
    
}




/* Services Section */
.services {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.services h2 {
    font-size: 2.5rem;
    color: #2c3e50;
}

.services p {
    font-size: 1rem;
    color: #6c757d;
}

.service-box {
    background: linear-gradient(135deg, #f9f9f9, #e8e8e8);
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.service-icon {
    font-size: 3rem;
    color: #28a745;
    animation: 4s loading ease-in-out infinite;
    animation-direction: alternate;

}

    


@keyframes loading{

    0%{
        transform: rotateX(0) rotateY(0) rotateZ(0);

    }

    20%{
        transform: rotateX(0) rotateY(0) rotateZ(0);
        
    }

    33%{
        transform: rotateX(0) rotateY(0) rotateZ(0);

    }


    67%{
        transform: rotateX(180deg) rotateY(180deg) rotateZ(0);
    }

    100%{
        transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);

    }
}



.service-box h3 {
    font-size: 1rem;
}

.service-box p {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 10px;
}

.service-box .btn-quote {
    margin-top: 20px;
    background: linear-gradient(135deg, #a8e063, #56ab2f);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 50px 50px 50px;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 16px;
    
}

.service-box .btn-quote:hover {
    background-color: #218838;
}









/* Review Section */
.reviews {
    
            
    padding: 50px 0;
}



.review-card {
    background: linear-gradient(135deg, #f9f9f9, #e8e8e8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px;
}

.review-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.review-text {
    font-size: 1rem;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 20px;
}

.reviewer-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.reviews .row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.reviews .col-md-6 {
    display: flex;
    justify-content: center;
}




/* Call to Action Section */
.cta {
   background: linear-gradient(120deg, #76b852, #8dc26f);
   background-size: 200% 200%;
   color: #fff;  /* Light text color for contrast */
   padding:  100px 0 100px 0;
   
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial shadow */
      transition: 
        background-position 0.5s ease,  /* Gradient animation */
        box-shadow 0.3s ease,          /* Shadow effect */
        transform 0.3s ease;           /* Scaling or movement */
   cursor: pointer;
   overflow: hidden; /* Ensures smooth visuals */
   position: relative;
}
.cta:hover {
  background-position: right center; /* Animate gradient */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
 
}

.cta h2 {
    padding-top: 60px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3e50;
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta .btn {
    font-size: 1.1rem;
    padding: 15px 40px;
    border-radius: 0 50px 50px 50px;
    background-color: #fff;  /* White button for contrast */
    color: #66bb6a;  /* Green text */
    text-transform: uppercase;
}

.cta .btn:hover {
    background-color: #ffffff;
    color: #388e3c;  /* Darker green text on hover */
}






/* Section Styles */
.hover-section {
  background-color: #4caf50; /* Initial background color */
  color: white;
  padding: 60px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial shadow */
  transition: 
    background-color 0.5s ease,  /* Smooth background color transition */
    transform 0.3s ease,        /* Scaling or movement */
    box-shadow 0.3s ease;       /* Shadow effect */
  cursor: pointer;
}

/* Hover Effect */
.hover-section:hover {
  background-color: #81c784; /* New background color on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
 
}

/* Text Content */
.hover-section .content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.hover-section .content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Button Styling */
.hover-section .btn {
  background-color: white;
  color: #4caf50;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  transition: 
    background-color 0.3s ease, 
    color 0.3s ease, 
    transform 0.3s ease;
}

.hover-section .btn:hover {
  background-color: #4caf50;
  color: white;
  transform: scale(1.1); /* Slight button zoom */
}











/* FAQ Section */
.faq {
     
    padding: 60px 0;
    background-image: linear-gradient(rgba(14, 29, 52, 0.4), rgba(14, 29, 52, 0.5)),url('https://mcglandscap.netlify.app/css/images/gardening.jpg'); /* Replace with your image */
            background-size: cover;
            background-position: center;
    border: none;
}


.faq h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;  /* Dark text for contrast */
    margin-bottom: 30px;
}

.accordion-item{
    border: none;
}
.accordion-button {
    background: #f5f5f5; /* Light green background for the button */
    color: #000;  /* Dark text color */
    font-size: 1.1rem;
    padding: 15px;
    border-radius: 5px;
    text-align: left;

      /* Subtle border */
}

.accordion-button:not(.collapsed) {
    background-color: #81c784;  /* Slightly darker green when active */
    color: #fff;  /* White text on active */
}

.accordion-body {
    font-size: 1.1rem;
    color: black;  /* Light grey text for answers */
    padding: 20px;
    background: transparent; /* Light grey background for the body */
}





/* Contact Section */
.contact {
    background: transparent;

    padding: 50px 0;
    
}



.contact h2 {
    font-size: 2.5rem;
    color: #2c3e50;
}

.contact .form-label {
    font-weight: bold;
    color: #333;
}

.contact .form-control {
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.contact .btn-quote {
    background: linear-gradient(120deg, #76b852, #8dc26f);
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0 50px 50px 50px;
    transition: all 0.3s ease;
}

.contact .btn-quote:hover {
    background-color: #218838;
}

.contact .list-unstyled li {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 10px;
}

.contact .list-unstyled li i {
    margin-right: 10px;
    color: #28a745;
    font-size: 32px;
}


.contact .map iframe {
    border-radius: 5px;
}

.form{
    
    padding: 20px 20px;
    background: linear-gradient(135deg, #f9f9f9, #e8e8e8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}







/* Footer Section */
.footer {
   background: linear-gradient(120deg, #76b852, #8dc26f);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 
    background-color 0.5s ease,  /* Smooth background color transition */
    transform 0.3s ease,        /* Scaling or movement */
    box-shadow 0.3s ease;       /* Shadow effect */
    cursor: pointer;
}



.footer h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.footer p {
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.social-icons li a {
    font-size: 1.05rem;
    margin-right: 10px;
    color: #fff;
}
.social-icons i{
    font-size: 1.25rem;
}

.social-icons li a:hover {
    color: #28a745;
}



.footer .text-center {
    font-size: 0.9rem;
}

.footer .copyright p{
    text-align: left;
    color: black;
}

 





 .timeline {
        position: relative;
        padding: 20px 0;
    }

    .timeline-item {
        position: relative;
        margin-bottom: 40px;
    }

    .timeline-item .timeline-icon {
        position: absolute;
        left: -5px;
        top: 10px;
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 50%;
        border: 5px solid #5aab5f;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .timeline-item .timeline-content {
        padding-left: 80px;
    }

    .timeline-item .timeline-content h4 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .timeline-item .timeline-content p {
        font-size: 1rem;
        color: #555;
    }

   

/* General Section Styling */
.services-section {
  padding: 60px 0;
  background-color: #f8f9fa; /* Light background for contrast */
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

/* Service Card Styling */
.service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-card:hover{
    transform: scale(1.05);
}

/* Overlay Styling for Readability */
.service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.service-card h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}

.service-card p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  z-index: 2;
   color:   #fff;
}



.service-card .btn {
  background-color: #4CAF50;
  color: #fff;
  padding: 8px 20px;
  font-size: 1rem;
  border-radius: 0 30px 30px 30px;
  text-decoration: none;
  z-index: 2;
  transition: background-color 0.3s ease;
  border: none;
  font-weight: bold;
}

.service-card .btn:hover {
  background-color: #45a049;
}




