body {
    font-family: 'Arial', sans-serif;
    overflow-y: scroll;
    /* Add scrollbar */
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 40px;
}

.navbar-toggler {
    border: none;
    /* Remove border */
}

.navbar-toggler:focus {
    box-shadow: none;
    /* Remove focus outline */
}


.carousel-item {
    height: 82vh;
    /* Increased height */
    background-size: cover;
    background-position: center;
}



.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    /* padding: 20px; */
    border-radius: 10px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.service-card {
    border: none;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card img {
    height: 200px;
    object-fit: cover;
}

.btn-primary {
    background-color: #E98C00;
    border-color: #E98C00;
}

.btn-primary:hover {
    background-color: #d17d00;
    border-color: #d17d00;
}
.active{
    color: #d17d00 !important;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #E98C00;
    text-decoration: none;
}

.footer a:hover {
    color: #d17d00;
}

.btn-primary:hover {
    background-color: #d17d00;
    /* Darker shade of orange */
    border-color: #d17d00;
}



/* =======================About us ======================= */
/* Banner Section Styling */
.about-banner {
    background-image: url('../img/slider-1.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Text color */
    text-align: center;
}

.banner-content {
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    border-radius: 10px;
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #ff5722; /* Button color */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e64a19; /* Darker shade on hover */
}



/* ================ SERVICES ================ */
/* Banner Section Styling */
.services-banner {
    background-image: url('../img/service.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Text color */
    text-align: center;
}

.banner-content {
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    border-radius: 10px;
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #ff5722; /* Button color */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e64a19; /* Darker shade on hover */
}

/* ========== CONSULTATION =========== */
/* Custom Button Styling */
.cta-section .btn-primary {
    background-color: #E98C00; /* Orange background */
    border-color: #E98C00; /* Orange border */
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .cta-section .btn-primary:hover {
    background-color: #d17d00; /* Darker orange on hover */
    border-color: #d17d00;
    transform: scale(1.05); /* Slightly enlarge on hover */
  }
  
  .cta-section .btn-outline-primary {
    color: #E98C00; /* Orange text */
    border-color: #E98C00; /* Orange border */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  }
  
  .cta-section .btn-outline-primary:hover {
    background-color: #E98C00; /* Orange background on hover */
    color: #fff; /* White text on hover */
    transform: scale(1.05); /* Slightly enlarge on hover */
  }



  /* ========CONTACT US ========= */
  /* Banner Section Styling */
.contact-banner {
    background-image: url('../img/contact.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Text color */
    text-align: center;
  }
  
  .banner-content {
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    border-radius: 10px;
  }
  
  .banner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  
  .banner-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .cta-button {
    background-color: #ff5722; /* Button color */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: #e64a19; /* Darker shade on hover */
  }

  /* Contact Card Styling */
.contact-card {
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-card:hover {
    transform: translateY(-10px); /* Lift the card slightly */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Add a subtle shadow */
  }
  
  .contact-card h3 {
    color: #333; /* Dark text for headings */
    transition: color 0.3s ease;
  }
  
  .contact-card:hover h3 {
    color: #E98C00; /* Change heading color on hover */
  }
  
  .contact-card p {
    color: #6c757d; /* Muted text for paragraphs */
  }