*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body{

    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, 
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    box-sizing: border-box;
    background-color:white;
}
.icon {
    font-size: 24px;          /* Sets the size of the icon */
    color: #00022e;           /* Base color for icons */
    margin-right: 10px;       /* Adds spacing if next to text */
    vertical-align: middle;   /* Aligns icon with text */
}

/* Specific styling for the rocket icon */
.icon-rocket {
    color: #ff5733;           /* Unique color for the rocket icon */
    transition: color 0.3s;   /* Smooth transition for hover effect */
}
.assistance-list {
    list-style: none;
    padding: 0;
}

.fnt {
    font-size: 20px;
    color: black;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fns{
    font-size: 20px;
    color: black;
}
/* Icon styling */
.icon-rocket {
    font-size: 30px;
    color: #2098d1;
    margin-right: 10px;
}
 
/* .section1{
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.4);
    align-items:center;
    justify-content:center;

} */
/* .hero1{
    text-align:center;
}
.hero1 h1{
    font-size: 95px;
    color:#fff;
    margin-bottom:50px;
}
.hero1 a{
    font-size:23px;
    color:#fff;
    text-decoration-line: none;
    border:2px solid #fff;
    padding:15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}
.hero1 a:hover{
    background-color:#fff;
    color:#000;
}
.background-clip{
    position: absolute;
    right:0;
    background-position: center;
    height:10vh;
    bottom: 0;
z-index: -1;
}
@media(min-aspect-ratio:16/9){
    .background-clip{
        width: 100%;
        height: auto;

    }
} */
/* --------------------Appointment btn css--------------------------------- */
.apnt{
   border-radius:10px;
}






/* Responsive design */
@media (max-width: 768px) {
    .title {
        font-size: 28px;
    }

    .description {
        font-size: 16px;
    }

    .button {
        padding: 8px 16px;
    }
} 
