@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
p{
 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-link{
	 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.nav-link:hover 
{
    color: green !important
}
.dropdown-item
{
     font-family: "Poppins", sans-serif;
      font-weight: 500;
     font-size: 0.9rem; 
}
.padding-space
{
    padding: 3rem 0rem;
}
.title 
{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: green;
    font-style: normal; 
}
.link 
{
    background: linear-gradient(90deg, #0052c9, #1e90ff);

    padding: 0.5rem 1.4rem;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
     font-family: "Poppins", sans-serif;
}
.link:hover
{
  background: green;  
}
.catalogue-section {
   background: linear-gradient(90deg, #0052c9, #1e90ff);
 /* Same blue background */
  }

  .catalogue-text {
    color: #ffffff;
    font-size: 29px;
    font-weight: 500;
  }

  .catalogue-btn {
    background: #c3ff22; /* Neon Green */
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
  }

  .catalogue-btn:hover {
    background: #b0ef18;
    color: #000;
  }
.servies
{
    background: rgb(234 235 236) !important;
}
.service-box
{
    background: #fff;
    padding: 1rem;
    margin: 0.5rem;
}
.service-box:hover
{
    background: green;
    color: #fff;
}
.service-box a  
{
    border:2px solid #fff;
    text-decoration: none;
    margin: 0.5rem;
    background: green;
    padding: 0.5rem 1rem;
    border-radius: 30px;
     font-family: "Poppins", sans-serif;

    color: #fff;
}
.services-content
{
    text-align: center;
}
.services-content h4
{
    padding-top: 0.7rem;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
}

.counter-section {
     background: linear-gradient(90deg, #0052c9, #1e90ff);

  padding: 60px 0;
  text-align: center;
}

.counter-section .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.counter-box {
  width: 230px;
  margin: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.counter-box:hover {
  transform: translateY(-8px);
}

.counter-box i {
  font-size: 45px;
  color: #0099ff;
  margin-bottom: 12px;
}

.counter-box h2 {
  font-size: 38px;
  font-weight: bold;
  margin: 5px 0;
}

.counter-box p {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}

.why-box {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  transition: .3s ease;
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.why-box .icon {
  width: 60px;
}

    .contact-section {
        padding: 70px 0;
    }
    .contact-info-box {
        background: #003776;
        color: #fff;
        border-radius: 12px;
        padding: 35px;
        transition: .4s;
    }
    .contact-info-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }
    .contact-info-box i {
        font-size: 34px;
        margin-bottom: 10px;
        color: #00ff85;
    }
    .contact-form {
        background: #ffffff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .btn-custom {
        background: #003776;
        color: #fff;
        border-radius: 6px;
        padding: 12px 30px;
        font-weight: 600;
    }
    .btn-custom:hover {
        background: #0052c9;
        color: #fff;
    }
    .hero span
    {
        font-size: 2.5rem;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }
      .hero p
    {
        font-size: 1rem;
        color: #fff;
    }
    .hero p a 
    {
        color: #fff;
        text-decoration: none;
    }
    .section-mvv {
    padding: 70px 0;
    background: #f4f9ff;
}
.mvv-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 30px;
    text-align: center;
    transition: 0.4s;
    border-bottom: 5px solid #003776;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}
.mvv-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.mvv-box .icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #003776;
}
.section-mvv h2 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #003776;
}
.mvv-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #003776;
}
.mvv-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.gallery-section {
    padding: 70px 0;
    background: #f4f9ff;
}
.gallery-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
    color: #003776;
}
.gallery-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
}
.gallery-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
}
.gallery-box:hover img {
    transform: scale(1.06);
}
.gallery-box::after {
    content: "View Image";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 55, 118, 0.85);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    opacity: 0;
    transition: .4s;
}
.gallery-box:hover::after {
    opacity: 1;
}
.accordion-button {
  font-weight: 500;
}

.accordion-body {
  color: #333;
}
.reviews-section {
  background-color: #f8f9fa;
}

.reviews-section h2 {
  color: #0d6efd;
  font-weight: 600;
}

.review-card {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.review-text {
  font-size: 18px;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
}

.review-name {
  font-weight: 600;
  color: #000;
}

.review-location {
  font-size: 14px;
  color: #6c757d;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

