.whatsapp-box {
    font-family: var(--body-font);
    position: fixed;
    bottom: 90px;
    right: 6px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px 13px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
}

.whatsapp-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(192 32 21);
    transform: translate(-50%, -50%) scale(1);
    animation: whatsappPulse 2s infinite;
    z-index: -1;
}

.whatsapp-box:hover::before {
    animation: none;
    opacity: 0;
}

.whatsapp-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.whatsapp-box p {
    color: #b4e5bc;
    line-height: normal;
}

.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.whatsapp-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.whatsapp-box:hover {
    width: auto;
    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

@keyframes whatsappPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.phone-box {
    font-family: var(--body-font);
    position: fixed;
    bottom: 145px;
    right: 6px;
    background-color: #1F1F1F;
    z-index: 20;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 10px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
    border: 1px solid #fff;
}

.phone-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.phone-box p {
    color: #b4e5bc;
    line-height: normal;
}

.phone-box .wp-tag {
    background-color: #fff;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.phone-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.phone-box:hover {
    width: auto;
    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.phone-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.w-25px {
    width: 25px;
}

.box-shadow {
    box-shadow: 0 0 20px #ddd;
}

/* Slider mini form */
.hero-ai .hero-content .hero-search form.dual-input-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
    justify-content: center;
    align-items: center; 
    max-width: 900px; 
    margin: 0 auto;
    position: relative;
}

.hero-ai .hero-content .hero-search .input-group {
    position: relative;
    flex: 1; 
    min-width: 250px; 
}

.hero-ai .hero-content .hero-search form .input-group label {
    position: absolute;
    top: 50% !important; 
    left: 25px;
    transform: translateY(-50%); 
    color: var(--white-color); 
    z-index: 5;
    margin-bottom: 0;
    line-height: 0;
    pointer-events: none; 
}

.hero-ai .hero-content .hero-search form .input-group label i {
    color: var(--primary-color); 
}

.hero-ai .hero-content .hero-search form .input-group input,
.hero-ai .hero-content .hero-search .theme-btn.style-one {
    height: 55px; 
}

.hero-ai .hero-content .hero-search form .input-group input {
    width: 100%;
    padding: 0 20px 0 55px; 
    border-radius: 10px !important; 
    border: 1px solid rgb(0 0 0 / 10%); 
    background-color: rgba(255, 255, 255, 0.1); 
    color: #7B7B7B; 
    outline: none;
}

.hero-ai .hero-content .hero-search .theme-btn.style-one {
    position: relative; 
    padding: 0 35px;
    border-radius: 10px;
    background-color: var(--primary-color); 
    color: var(--white-color); 
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ai .hero-content .hero-search form .input-group input::placeholder {
    color: #7B7B7B;
}

/* Benefit Section CSS */
.benefit-ai .sasly-image-box {
  text-align: center;
}

.sticky-to-top {
  z-index: 500;
}

.top100 {
  top: 100px !important;
}

.position-sticky {
  position: sticky !important;
}

.text-limit-1 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.text-limit-2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.text-limit-3 {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.proje-ekle {
    width: 100%;
    height: 410px;
    object-fit: cover;
}