/* Global Styles */
body {
   font-family: 'Lato', sans-serif;

    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}


.logo{
    width: 130px;
    height: 80px;
}


.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;
}

/* Top Bar */
.top-bar {
    font-size: 14px;
    color: #222;
     background: #fefefe;
     font-weight: bold;
}

.top-bar i {
    color: #ffcc00;
    margin-right: 5px;
    font-size: 20px;
}

.btn-warning{
    font-weight: bold;
    background: #ffcc00;
    color: #000;
    border: none;
    transition: all 0.3s ease-in-out;
}
.btn-warning:hover{
    
    color: #fff;

}
.btn-warning:hover i{
    margin-left: 10px;
}

/* Navbar */
.navbar {
    transition: all 0.3s;
    padding: 20px;
   background: #333;
}

.navbar-brand {
    font-weight: bold;
    color: #ffcc00;
}

.navbar-toggler{
    background: #fff;
}

.nav-link {
    color: #fff !important;
    transition: 0.3s;
   font-size: 1.15rem;
}

.nav-link:hover {
    color: #ffcc00 !important;
}

.get-quote {
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 30px;
    color: #333;
}

.get-quote:hover {
    background-color: #ffcc00 !important;
    color: black !important;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .top-bar {
        text-align: center;
    }
}


/* Hero Section */
.heros{
    background: #fefefe;
}
/* About Us Section */
#about {
    background-color: #fefefe;
}

#about h4{
    font-weight: 700;
}

#about i{
    color: #ffcc00;
}
#about h2 {
    font-weight:;
    color: #333;
}

#about p {
    font-size: 1.15rem;
    color: #222;
}
#about img:hover{
    transition: .3s ease;
    transform: scale(1.02);
}





/* Pro Section */
#professional {
    background-color: #f8f9fa;

}

#professional h2 {
    font-weight: bold;
    color: #222;
}

#professional p {
    font-size: 1.1rem;
    color: #222;
}

#professional img{
    width: 100%;
}










/* Style for FAQ Section */
.faq {
  background-color: #f8f9fa;
  padding: 2rem 0;
}

.faq h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.accordion-button {
  background-color: #007bff;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #0056b3;
  color: white;
}

.accordion-body {
  background-color: #f1f1f1;
  color: #333;
  padding: 1.25rem;
}

/* Style for Why Choose Us Section */
.why-choose-us {
  background-color: #ffffff;
  padding: 2rem 0;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.why-choose-us .hover-effect {
  transition: transform 0.3s, background-color 0.3s;
  background-color: #f8f9fa;
  cursor: pointer;
}

.why-choose-us .hover-effect:hover {
  transform: translateY(-5px);
  
}

.why-choose-us i {
  color: #ffcc00;
  margin-bottom: 1rem;
}

.why-choose-us h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
  font-weight: bold;
}

.why-choose-us p {
  color: #666;
  font-size: 1rem;
}







/* Services Section */

#services h2{
    font-weight: 700;
}
.service-card {
    
    border: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.service-card .card-body {
    background:transparent;
    padding:;
    
    
    transition: background 0.3s ease-in-out;
}


.service-card:hover {
    transform: translateY(-5px);
}

.service-card:hover .card-body {
    background: #ffcc00;
    color: #fff;
}

.service-card h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

.service-card p {
    font-size: 1.098rem;
    margin-bottom: 10px;
}
.service-card i{
    font-size: 60px;
    color: #ffcc00;
}
.service-card:hover i{
    color: #fff;
}
.service-card:hover p{
    color: #444;
}




/* Testimonial Section */
.testimonials {
    background-color: #ffcc00;
    padding: 100px 0;
}
.testimonials h2{
    font-weight: 700;
}
.testimonials img{
    border-radius: 50% 50%;
    width: 80px;
    height: 80px;

}
.review{
    background: #fff;
}
.review i{
    color: #ffcc00;
}

.testimonials p {
    font-style: italic;
    color: #555;
}

.testimonials h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ff9800;
    border-radius: 50%;
    padding: 10px;
}



/* FAQ Section */
#faq {
    background-color: #f8f9fa;
   
}
#faq h2{
    font-weight: 700;
}



.accordion-button {
    font-weight: bold;
    background-color: #fff;
    color: #222;
}

.accordion-button:not(.collapsed) {
    background-color: #212529;
    color: white;
}

.accordion-body {
    font-size: 16px;
}




/* Call to Action Section */
.cta-section {
   
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;

}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay for readability */
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-size: 2.8rem;
    font-weight: bold;
}

.cta-section p {
    font-size: 1.2rem;
}



/* Contact Section */
.contact-section {
    background: #fefefe;
    
}
.contact-section h2{
    font-weight: 700;
}

.contact-section label{
    font-weight: bold;
}
.contact-info h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.contact-info i {
    color: #ff9800;
    margin-right: 8px;
}
.contact-icon i {
    color: #222;
    font-size: 100px;
}



/* Blog Section */
.blog-section {
    background-color: #f8f9fa;
}

.blog-section .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.blog-section .card:hover {
    transform: translateY(-5px);
}

.blog-section .card img {
    height: 200px;
    object-fit: cover;
}


/* Footer Styling */
.footer {
    background-color: #333;
}

.footer h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.footer p{
    font-size: 16px;
    color: #fefefe;
} 
.footer a {
    font-size: 16px;
    color: #fff;
}

.footer a:hover {
    color: #ffc107;
}
.footer i{
    font-size: 24px;
    color: #fff;
    
}

.footer .social-icons a {
    font-size: 30px;
    transition: color 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    color: #ffc107;
}




/* Why Choose Us Section */
.legacy {
    display: flex;
    align-items: center;
    padding: 100px 0;
    background: #fefefe;
}

#legacy h2 {
    font-weight: bold;
    color: #111;
    font-size: 40px;
    margin-bottom: 30px;

}


.legacy-box {
    padding: 10px;
    background: transparent;
    border-radius:30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-bottom: 20px;
}

.legacy-box .icon {
    font-size: 4rem;
    color: #ffcc33;
    font-weight: 800;
    margin-bottom: 0;
    transition: transform 0.3s ease-in-out;
}

.legacy-box h4 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
}

.legacy-box p {
    font-size: 1.15rem;
    color: #333;
    font-weight: bold;
}

.legacy-box:hover {
    background: #ffcc33;
    color: #fff;
    transform: translateY(-5px);
}

.legacy-box:hover .icon {
    transform: scale(1.2);
    color: #fff;
}
.legacy-box:hover p{
    color: #fff;
}