 .about-box {
        padding: 25px;
        text-align: center;
        background-color: rgb(196, 229, 182);
        border-radius: 10px;
        transition: 0.3s;
        box-shadow: 0 5px 15px rgba(150, 150, 150, 0.2);
        border: 2px solid #d325a7;
        margin-bottom: 20px;
    }

    .about-box i {
        font-size: 30px;
        color: #25D366;
        margin-bottom: 10px;

    }

    .about-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(150, 150, 150, 0.3);
    }

    /* Service Cards */
    .service-card {
        background-color: rgb(196, 229, 182);
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 5px 15px rgba(118, 117, 117, 0.2);
        margin-bottom: 30px;
        border: 2px solid #d325a7;

    }

    .service-card i {
        font-size: 30px;
        color: #007bff;
        margin-bottom: 10px;
    }

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(150, 150, 150, 0.3);
    }

    /* Clients */
    .client-box {
        padding: 20px;
        border-radius: 50px;
        background: rgba(0, 255, 255, 0.2);
        margin: 10px;
        transition: 0.3s;
    }

    .client-box:hover {
        background: #25D366;
        color: #fff;
        border: 2px solid #d325a7;
    }

    .swiper {
        width: 100%;
        padding-bottom: 40px;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .testimonial-card {
        width: 100%;
        max-width: 350px;
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(150, 150, 150, 0.3);
    }

    .testimonial-card img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .about-sec h2 {
        color: #0099FF;
        font-weight: bold;

    }
    .footer-link {
  color:#ccc;
  text-decoration:none;
  display:block;
  margin-bottom:10px;
  transition:0.3s;
}

.footer-link i {
  margin-right:8px;
}

.footer-link:hover {
  color:#25D366;
  padding-left:6px;
}


/* Social Icons (Image jaisa box design) */
.social-box {
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1c2b3a;
  border-radius:12px;
  color:#ccc;
  font-size:20px;
  transition:0.3s;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.social-box:hover {
  background:#25D366;
  color:#fff!important;
  transform:translateY(-5px);
}

/* Global hover */
footer p:hover,
footer span:hover,
footer a:hover {
  color:#25D366 !important;
}

/* Floating Buttons */
.floating-btn {
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  color:#fff;
  border-radius:50%;
  font-size:24px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,0.3);
  transition:0.3s;
}

.floating-btn:hover {
  transform: scale(1.1);
  color: #fff!important;
}

.whatsapp {
  background:#25D366;
}

.call {
  background:#28a745;
}
.abc {
    color: #fff!important;
}
  #enquiryForm {
        background: #fff;

        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(150, 150, 150, 0.3);
    }

    
   

    label {
        text-align: left;
        display: block;
        font-weight: 600;
        color: #000;

    }
    .ser-card {
            border: 1px solid #ddd;
            border-radius: 12px;
            padding: 15px;
            transition: 0.3s ease;
            background: #fff;
            height: 100%;
            text-align: center;

            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .ser-card:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }

        .ser-card img {
            width: 100%;
            height: 100px;
            object-fit: contain;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .ser-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #2a8fd5;
        }

        .ser-card p {
            font-size: 14px;
            text-align: center;
        }

        .p-div {
            margin-bottom: 25px;
        }