body {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
}

.nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem !important;
}

@media (min-width: 992px) {
    .nav-link:hover {
        color: #0d6efd !important;
        transform: translateY(-2px);
    }
    .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        right: 0;
        background-color: #0d6efd;
        transition: width 0.3s ease-in-out;
    }
    .nav-link:hover::after {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #f8f9fa;
        margin-top: 15px;
        padding: 20px;
        border-radius: 15px;
        border: 1px solid #dee2e6;
    }
    .nav-link {
        border-bottom: 1px solid #eee;
        padding: 12px 0 !important;
    }
    .nav-link:last-child {
        border-bottom: none;
    }
}

/* nav extra style  */
.hero-bg {
    background-color: #f0faff;
    background-image: radial-gradient(#d1eefc 1px, transparent 1px);
    background-size: 20px 20px;
    min-height: 85vh;
}

#typing {
    min-height: 1.2em;
    display: inline-block;
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3) !important;
}

@media (max-width: 991px) {
    .hero-bg {
        text-align: center !important;
    }
    .col-lg-7 .d-flex {
        justify-content: center !important;
    }
}


/* hero extra Style  */


.about-section {
    overflow: hidden;
}

.about-section .shadow-sm {
    transition: all 0.3s ease-in-out;
}

.about-section .shadow-sm:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.1) !important;
}

.rounded-5 {
    border-radius: 2rem !important;
}

@media (max-width: 991px) {
    .about-section {
        text-align: center;
    }
    .about-section .border-end {
        border-top: 4px solid #0d6efd !important; 
    }
    .about-section .text-md-start {
        text-align: center !important;
    }
}

/* Who Extra Style  */
.transition-hover {
    transition: all 0.3s ease;
}
.transition-hover:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}



@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(13, 110, 253, 0); }
    100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
}

.image-overlay-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #0d6efd;
    border-radius: 50px;
    top: -20px;
    left: -20px;
    z-index: 0;
}
/* second extra style  */
#customerCarousel .carousel-item {
    padding: 20px 10px;
}
#customerCarousel .btn-outline-primary {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* three extra style  */


.bg-primary-subtle { background-color: #cfe2ff; }
.bg-success-subtle { background-color: #d1e7dd; }
.bg-info-subtle { background-color: #cff4fc; }

#contact .card {
    transition: transform 0.3s ease;
}
#contact .card:hover {
    transform: translateY(-5px);
}
/* last section extra style  */


.social-icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
}
.social-icon:hover { transform: translateY(-3px); color: white; }
.fb:hover { background: #3b5998; }
.ig:hover { background: #e4405f; }
.tk:hover { background: #000000; border: 1px solid #fff; }
.sn:hover { background: #fffc00; color: #000; }

.footer-links a:hover {
    color: #0d6efd !important;
    padding-right: 5px;
    transition: 0.3s;
}
/* footer  */