/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
}

.whatsapp-float i {
    margin-top: 2px;
}

/* Fix sitename in header to look like before */
.sitename.h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    color: inherit;
    font-family: var(--heading-font);
}

/* Customize Selection Color */
::selection {
    background: #34b7a7;
    color: #fff;
}

/* Service Card Hover Effects */
.service-item {
    transition: all 0.3s ease-in-out;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#resume a {
    color: #fff !important;
}

#resume a {
    background: #34b7a7 !important;
    border-radius: 33px;
    border: none;
    padding: 12px 30px !important;
}
.resume-actions h4 {
    font-size: 35px;
    font-family: var(--heading-font) !important;
    text-transform: capitalize;
}
.resume-actions {
    width: 100% !important;
}
.btn-get-started:hover {
    color: #fff !important;
}

.bi.bi-whatsapp {
    color: #fff !important;
}

#about-preview ul {
    padding-left: 0px;
    list-style: none;
}
.crausal-first{position: relative;}
.crausal-first::before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
}
.personalized {
    margin-top: 0px !important;
}
.personalized h3 , .personalized p {
    color: #000;
}
body .personalized {
    background: var(--surface-color) !important;
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}
#services {
    margin-top: 55px;
}
#portfolio {
    margin-top: 55px;
}

.cta-box.bg-success {
    --bs-bg-opacity: 1;
    background-color: var(--surface-color) !important;
    color: #000 !important;
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}
.main {
    margin-top: 55px;
}
.services .service-item .icon i {
    color: #68c9bd !important;
}
#contact {
    margin-top: 55px;
}

#about{margin-top: 55px;}
/* Mobile Responsiveness for WhatsApp Button */
@media (max-width: 768px) {
    .section-title p {
    margin-bottom: 20px;
}
    .whatsapp-float {
        bottom: 66px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

  html body  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1 !important;
    bottom: 0 !important;
}

 html body .portfolio .portfolio-item .portfolio-info{opacity: 1 !important;bottom: 0 !important;}
 .resume-actions h4 {
    font-size: 26px;

}
}