body {
    color: #0000;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 16px;
}
.custom-rounded{
    border-radius: 20px;
}
.text-primary {
    color: #00d4f4;
}
.bg-custom{
    background-color: #fbf4ee;
}
#header {
    transition: all 0.3s ease-in-out;
}
.white-testing-heading a{
    color: #000;
    text-decoration: none;
}
.l-height{
    line-height: 1.0;
}
i.fs5{
    font-size: 1.25rem !important;
    background-color: #1a0534;
    color: #fff;
    padding: 2px 3px;
}
.fixed-top {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #865cff;
    shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}

#home-section {
    padding-top: 3%;
    padding-bottom: 4%;
    border-radius: 0 0 50px 50px;
}

.home {
    background-color: #1a0534;
    background-image: radial-gradient(#1260ff59, #0000 50%, #0000);
}

.service-section {
    background-color: #1a0534;
    background-image: radial-gradient(#1260ff59, #0000 50%, #0000);
    border-radius: 50px 50px 0 0;
}

.custom-h1 {
    font-size: 62px;
    background: linear-gradient(to right, #fff, #865cff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 400;
}

.custom-h2 {
    font-size: 55px;
    font-weight: 400;
}

.input-container {
    position: relative;
    /* width: 500px; */
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(90deg, #a94ff9, #6c63ff, #00e0ff);
}

.technology-main {
    border-radius: 10px;
    box-shadow: 0 0 15px #b3b3b3;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    background-color: #fff;
    border: linear-gradient(90deg, #a94ff9, #6c63ff, #00e0ff);
}
.technologies-main {
    border-radius: 10px;
    box-shadow: 0 0 15px #b3b3b3;
    align-items: center;
    padding-bottom: 10px;
    min-height: 40px;
    background-color: #fff;
    border: linear-gradient(90deg, #a94ff9, #6c63ff, #00e0ff);
}
.input-container input {
    width: 100%;
    padding: 14px 55px 14px 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    background-color: #1b0034;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.input-container input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input-container button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #a94ff9, #6c63ff);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

.input-container button:hover {
    background: linear-gradient(135deg, #6c63ff, #00e0ff);
    transform: translateY(-50%) scale(1.1);
}

.design-empowering {
    background-image: url('../images/design-empowering.png');
}

footer {
    padding: 150px 0 30px 0;
}

.testimonial {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial img {
    width: 80px;
    /* height: 80px; */
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial p {
    /* font-style: italic; */
    color: #555;
}

.testimonial h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.footer .social-icons a {
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    color: #adb5bd;
}

.accordion-button:hover {
    background-color: #0d6efd;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff;
}

.hero {
    background-color: #1a0534;
    background-image: radial-gradient(#1260ff59, #0000 50%, #0000);
    padding: 100px 0;
}

.services .card_data {
    transition: transform 0.3s;
}

.services .card_data:hover {
    transform: translateY(-10px);
}

.cta {
    background: #0d6efd;
    color: #fff;
    padding: 60px 0;
}
.border-radious-bottom{
    padding-top: 3%;
    padding-bottom: 4%;
    border-radius: 0 0 50px 50px;
}
.border-radious-top{
    padding-top: 3%;
    padding-bottom: 4%;
    border-radius:  50px 50px ;
}
.whatsapp-3d {
   position: fixed;
   bottom: 25px;
   right: 55px;
   width: 70px;
   height: 70px;
   background: linear-gradient(135deg, #25d366, #00ff9d);
   color: #fff;
   border-radius: 50%;
   text-align: center;
   font-size: 34px;
   box-shadow: 
   0 0 20px rgba(0, 255, 136, 0.6),
   0 0 40px rgba(0, 255, 136, 0.3),
   inset 0 0 10px rgba(0, 255, 136, 0.8);
   z-index: 999;
   animation: floatPulse 3s ease-in-out infinite;
   transition: all 0.3s ease;
   backdrop-filter: blur(10px);
   border: 2px solid rgba(255, 255, 255, 0.2);
   perspective: 500px;
}

.whatsapp-3d i {
   margin-top: 18px;
   text-shadow: 0 0 10px #00ff9d, 0 0 20px #00ff9d;
}

.whatsapp-3d:hover {
   transform: scale(1.15) rotateY(15deg);
   box-shadow:
   0 0 30px rgba(0, 255, 136, 0.9),
   0 0 60px rgba(0, 255, 136, 0.6),
   inset 0 0 15px rgba(0, 255, 136, 0.8);
}

/* Floating Pulse Animation */
@keyframes floatPulse {
   0% {
   transform: translateY(0) rotateY(0deg);
   box-shadow:
   0 0 20px rgba(0, 255, 136, 0.6),
   0 0 40px rgba(0, 255, 136, 0.3);
   }
   50% {
   transform: translateY(-6px) rotateY(10deg);
   box-shadow:
   0 0 25px rgba(0, 255, 136, 0.8),
   0 0 60px rgba(0, 255, 136, 0.5);
   }
   100% {
   transform: translateY(0) rotateY(0deg);
   }
}
.social-icons {
    display: flex;
    gap: 8px;
    animation: slideInLeft 0.6s 
ease-out 0.6s both;
}
.social-icons a {
    width: 28px;
    height: 28px;
    background-color: #f8f9fa;
    color: #6c757d;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: .75rem;
    transform: translateY(0);
    display: flex;
}
.social-icons a:hover {
    background-color: #1a0534;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, .3);
}
 