
/*--- Default ---*/

html,
body {
    font-family: 'Cairo', sans-serif;
}

/* H1, H2, H3 */

h3 {
    font-weight: 600;
}

/* Buttons */
.btn-main,
.form-submit {
    background-image: -moz-linear-gradient(-180deg,   rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
    background-image: -ms-linear-gradient(-180deg, rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
}

.btn-main:hover,
.form-submit:hover {
    background-image: -moz-linear-gradient(-180deg,   rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
    background-image: -ms-linear-gradient(-180deg, rgba(156, 156, 156, 1) 0%, rgba(156, 156, 156, 1) 100%);
}

/* ========================
    Start Navbar
======================== */
.navbar-nav > li {
    margin-right: 0;
    margin-left: 25px;
}

.navbar-nav > li:last-child {
    margin-left: 0;
}

/* Dropdown */
.navbar-right .dropdown-menu {
    right: -30px;
}

/* ========================
    End Navbar
======================== */
/* ========================
    Start Header
======================== */
.header-home {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

/* ========================
    End Header
======================== */
/* ========================
    Start Section About
======================== */

.about-text {
    padding-left: 0;
    padding-right: 40px;
    padding-top: 13vh;
}

/* ========================
    End Section About
======================== */
/* ========================
    Start Section Features
======================== */

.mock-float {
    float: left;
}

.item {
    padding: 0 0 70px 40px;
}

/* ========================
    End Section Features
======================== */
/* ========================
    Start  Section Explain
======================== */


.icon-holder {
    right: auto;
    left: 15px;
}

.accordion li.default .menu-text {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

/* ========================
    End  Section Explain
======================== */
/* ========================
    Start Section Download
======================== */
.download {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

.download-left {
    padding-right: 0;
    padding-left: 40px;
}

.download-badge a.store {
    margin-right: 0;
    margin-left: 30px;
}

/* ========================
    End Section Download
======================== */
/* ========================
    Start Section Blog
======================== */
.text-up p {
    margin-right: 0;
    margin-left: 25px;
}

/* ========================
    End Section Blog
======================== */
/* ========================
    Start Section Subscribe
======================== */
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
    padding-left: 0;
    padding-right: 15px;
}

.subscribe button {
    right: auto;
    left: 5px;
}

/* Button */
.subscribe button {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

.subscribe button:hover {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

/* ========================
    End Section Subscribe
======================== */
/* ========================
    Start Footer
======================== */
footer ul li {
    margin-right: 0;
    margin-left: 25px;
}

footer ul li:last-child {
    margin-left: 0;
}

.social ul li {
    margin-right: 0;
}

/* ========================
    End Footer
======================== */
/* ========================
    Start Page Single Blog
======================== */
.header-single-blog {
    width: 100%;
    background: url('http://via.placeholder.com/1920x1080/fea4a4/fff') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.header-single-blog:before {
    background-image: -moz-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -webkit-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
    background-image: -ms-linear-gradient(-180deg,  rgba(0, 180, 255, 1) 0%, rgb(28, 178, 211) 100%);
}

.blockquote-title {
    margin: 40px 40px 40px 0;
    padding-left: 0;
    padding-right: 25px;
}

.blockquote-title h3:before {
    left: auto;
    right: -65px;
}

/* Bloog Footer */
.tag ul li:first-child {
    margin-right: 0;
    margin-left: 15px;
}

.share ul li {
    margin-right: 0;
    margin-left: 25px;
}

.share ul li:last-child {
    margin-right: 0;
    margin-left: 0;
}

/* ========================
    End Page Single Blog
======================== */
/* ========================
    Start Page Sign up
======================== */
.password span {
    right: auto;
    left: 15px;
}

/* ========================
    End Page Sign up
======================== */
/* ========================
    Start Responsive
======================== */
@media (min-width: 768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-right: 0
    }

    .navbar-right {
        margin-left: 0;
    }
}

/* ========================
    End Responsive
======================== */


 .item {
        background: #fff;
        border-radius: 20px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; /* يخلي المحتوى بالنصف بالطول */
        
    margin-top: 1%;

    }

    .item-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        border-radius: 20px;
        background: linear-gradient(145deg, #33ccff, #007bff);
        box-shadow: 0 4px 10px rgba(0, 123, 255, 0.25);
    }

    .item-icon i {
        font-size: 28px;
        color: #fff;
    }

    .item-text h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #111;
    }

    .item-text p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }


            .steps-container {
            margin-top: 40px;
        }
        
        .step-item {
            background: #fff;
            border-radius: 20px;
            padding: 40px 25px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            margin-bottom: 30px;
        }
        
        .step-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .step-number {
            position: absolute;
            top: -20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: linear-gradient(145deg, #33ccff, #007bff);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
            box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
        }
        
        .step-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: linear-gradient(145deg, #33ccff, #007bff);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 123, 255, 0.25);
        }
        
        .step-icon i {
            font-size: 36px;
            color: white;
        }
        
        .step-item h3 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #111;
        }
        
        .step-item p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }
        
        /* تصميم متجاوب */
        @media (max-width: 768px) {
            .step-item {
                margin-bottom: 50px;
            }
        }


         .contact-container {
        margin-top: 40px;
    }
    
    .contact-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px 25px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        position: relative;
        margin-bottom: 30px;
        border: 2px solid transparent;
    }
    
    .contact-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        border-color: #33ccff;
        background: linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
    }
    
    .contact-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        background: linear-gradient(145deg, #33ccff, #007bff);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(0, 123, 255, 0.25);
        transition: all 0.3s ease;
    }
    
    .contact-card:hover .contact-icon {
        transform: scale(1.1);
        box-shadow: 0 12px 25px rgba(0, 123, 255, 0.35);
    }
    
    .contact-icon i {
        font-size: 36px;
        color: white;
    }
    
    .contact-card h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #111;
    }
    
    .contact-info {
        font-size: 18px;
        font-weight: 600;
        color: #007bff;
        margin-bottom: 10px;
    }
    
    .contact-desc {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
    }
    
    /* ألوان خاصة بكل وسيلة اتصال */
    .contact-card:nth-child(1):hover .contact-icon {
        background: linear-gradient(145deg, #1DA1F2, #0d8bd9);
    }
    
    .contact-card:nth-child(2):hover .contact-icon {
        background: linear-gradient(145deg, #25D366, #1ebe57);
    }
    
    .contact-card:nth-child(3):hover .contact-icon {
        background: linear-gradient(145deg, #EA4335, #d33426);
    }
    
    /* تصميم متجاوب */
    @media (max-width: 768px) {
        .contact-card {
            margin-bottom: 50px;
        }
    }


        .app-options {
        margin: 25px 0;
    }
    
    .app-option {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 20px;
        border-right: 4px solid #33ccff;
        transition: all 0.3s ease;
    }
    
    .app-option:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateX(-5px);
    }
    
    .app-option h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }
    
    .app-option h4 i {
        margin-left: 10px;
        font-size: 20px;
        color: #33ccff;
    }
    
    .app-option p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .download-text p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        line-height: 1.7;
    }
    
    .download-text h2 {
        color: #fff;
        margin-bottom: 20px;
    }
    
    .download-badge-app {
        display: flex;
        gap: 15px;
        margin-top: 15px;
    }
    
    .download-badge-app a {
        transition: all 0.3s ease;
    }
    
    .download-badge-app a:hover {
        transform: translateY(-3px);
        filter: brightness(1.1);
    }
    
    .download-badge-app img {
        height: 45px;
        border-radius: 8px;
    }
    
    /* تصميم متجاوب */
    @media (max-width: 768px) {
        .download-badge-app {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .download-badge-app img {
            height: 40px;
        }
        
        .app-option {
            padding: 20px 15px;
        }
    }

        footer {
        color: #fff;
        text-align: center;
        position: relative;
    }
    
    .footer-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .footer-logo-icon {
        width: 40px;
        height: 40px;
        filter: brightness(0) invert(1);
    }
    
    .footer-title {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    
    .footer-description {
        max-width: 600px;
        margin: 0 auto 30px;
        line-height: 1.8;
    }
    
    .footer-description p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        margin: 0;
    }
    
    .footer-contact {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
    }
    
    .contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .contact-label {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        font-weight: 500;
    }
    
    .contact-value {
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        direction: ltr;
        display: inline-block;
    }
    
    .footer-divider {
        width: 80%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        margin: 0 auto 30px;
        max-width: 400px;
    }
    
    .footer-link {
        margin-bottom: 25px;
    }
    
    .footer-link ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 35px;
        flex-wrap: wrap;
    }
    
    .footer-link li {
        display: inline-block;
    }
    
    .footer-link a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 16px;
        transition: all 0.3s ease;
        padding: 8px 15px;
        border-radius: 8px;
        font-weight: 500;
    }
    
    .footer-link a:hover {
        color: #33ccff;
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }
    
    .social {
        margin-bottom: 30px;
    }
    
    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    .social li {
        display: inline-block;
    }
    
    .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 18px;
    }
    
    .social a:hover {
        background: #33ccff;
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 5px 15px rgba(51, 204, 255, 0.3);
    }
    
    .copy {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
        margin-top: 20px;
    }
    
    .copy p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        margin: 0;
        font-weight: 500;
    }
    
    /* تصميم متجاوب */
    @media (max-width: 768px) {
        .footer-brand {
            flex-direction: column;
            gap: 10px;
        }
        
        .footer-title {
            font-size: 24px;
        }
        
        .footer-contact {
            flex-direction: column;
            gap: 25px;
        }
        
        .footer-link ul {
            gap: 25px;
        }
        
        .social ul {
            gap: 15px;
        }
        
        .footer-description {
            padding: 0 20px;
        }
        
        .footer-description p {
            font-size: 15px;
        }
        
        .footer-divider {
            width: 90%;
        }
    }
    
    @media (max-width: 480px) {
        .footer-link ul {
            flex-direction: column;
            gap: 15px;
        }
        
        .footer-link a {
            font-size: 15px;
            padding: 6px 12px;
        }
        
        .contact-item {
            gap: 5px;
        }
        
        .contact-label {
            font-size: 13px;
        }
        
        .contact-value {
            font-size: 16px;
        }
        
        .social a {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }
    }

    .footer-brand-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(145deg, #33ccff, #007bff);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}


.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(145deg, #33ccff, #007bff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.navbar-brand-icon i {
    font-size: 20px;
    color: #fff;
}

.navbar-brand-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* عند التمرير */
.navbar-fixed-top.top-nav {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-top.top-nav .navbar-brand-text {
    color: #333;
    text-shadow: none;
}

.navbar-fixed-top.top-nav .navbar-brand-icon {
    background: linear-gradient(145deg, #33ccff, #007bff);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
.brand-highlight {
    color: #ffffff;
    font-weight: bold;
}