

.hero {
    background: linear-gradient(to bottom, #f8f9fb, #eef1f6); 
}


.card-img{
    border-radius: 8px;
    margin-right: 12px;
}
.icon-box {
    background-color: var(--surface-color);
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3sease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}
.icon-box .icon {
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3sease-in-out;
    font-size: 36px;
    line-height: 1;
    color: var(--accent-color);
}
  
.icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: gray;
}
.icon-box .description {
    font-size: 15px;
    margin-bottom: 0;
    color: #959595;
}

section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

.about-us{
    background: white; 
}
.text-decoration-none{
    text-decoration: none;
}

.pricing .pricing-item {
    background-color: white;
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.footer .social-links a {
    border-radius: 4px;
    font-size: 16px;
    color: black;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-contact p {
    margin-bottom: 5px;
}