/* style.css */

/* Enable smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Base resets to ensure the font loads perfectly everywhere */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Optional: Add a subtle floating animation if you want to add those floating icons in the hero later */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}
/* style.css */

/* Enable smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rafiul{
    font-size: 39px !important;
}
.w-full{
    width: 95% !important;


}
/* --- Custom Cursor Styles --- */
/* Hide the default system cursor */
body {
    cursor: none;
}

/* Ensure links and buttons don't show the default pointer either */
a, button {
    cursor: none;
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #0066ff; /* Primary Blue */
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #0066ff; /* Primary Blue */
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


.cursor-dot, .cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99999; /* Make sure it stays on top of EVERYTHING */
    pointer-events: none; /* So it doesn't block your clicks */
}
.h-2\.5 {
    height: 0.4rem !important;
}
.bg-rafiul{
    background-color:#EBF3FE !important;
    padding: 5px;
}
.imagehefo img{
    overflow: hidden;
    margin-bottom: 20px !important;
    border-radius: 20pc20px !important;
}
.rk-title{
    margin-bottom: 5px !important;
}
.services-list .dott{
    background-color: green !important;
    padding: 10px !important;
    border-radius: 100% !important;
}

.rafiul-islam h2{
    margin-bottom: 5px !important;
}

