
/*custom scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    background: #555; 
}

::-webkit-scrollbar-thumb:active {
    background: #000; 
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*custom scrollbar*/

.ps-grad-text {
    background-image: linear-gradient(to right, #ff974f 0, #E91E63 36%, #E91E63 65%, #ff5752 100%);
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.ps-pulse-heart {
    color: #E91E63;
    animation: pulse 1s infinite;
    font-size: 1rem;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


/*animate whatsapp chat icon*/
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

/*animate whatsapp chat icon*/

.address-text {
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

.hero-section .hero-content{
    padding-top: 150px;
    padding-bottom: 50px;
}

.nowrap-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.service-img img{
    width: 100%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.project-content h3{
    font-size: 20px !important;
    line-height: 25px !important;
}
.service-box-items-2 .content h3{
    font-size: 20px !important;
    line-height: 25px !important;
}
.blog-title {
    font-size: 20px !important;
    line-height: 25px !important;
}
.serv-main, .project-main {
    display: flex !important;
}
.wa-btn{
    width:100%; 
    background: #25D366;
    color:#fff;
}
.offcanvas__top{
    background-color: #18243E;
    padding: 15px 10px;
}
.service-box-items-2, .project-box-items {
    flex: 1 !important; /* takes full height (and width if needed) */
}
.contact-card{
    background: rgba(255, 255, 255, 0.05)
}
/* macbook or 14 inches laptop */
@media screen and (max-width: 1350px) {
    .hero-section .hero-content{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*  tablet screen */
@media screen and (max-width: 768px) {
    .hero-1 .form-area .nav .nav-item .nav-link{
        padding: 5px 10px;
    }
    .hero-section .hero-content{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hero-1 .form-area .button-list .theme-btn{
        padding:10px;
        font-size: 0.7rem;
    }
}

/* mobile screen */
@media screen and (max-width: 450px) {
    .hero-1 .form-area .nav .nav-item .nav-link{
        padding: 5px 10px;
    }
    .hero-section .hero-content{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
