

.btn-primary {
    background: linear-gradient(45deg, #a8dadc, #f8d7da);
}

/* Header Styles */
header {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(15px);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
transition: all 0.3s ease;
}

/* Why Choose Us Section */
.feature-icon {
    background: linear-gradient(45deg, #a8dadc, #f8d7da);
}


/*Services Carousel*/

.service-icon {
  background: linear-gradient(45deg, #a8dadc, #f8d7da);
  box-shadow: 0 10px 30px rgba(99, 141, 214, 0.3);
}


