.navbar {
    height: 100px;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/*.admin-btn {
    background: #e6c35a;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: bold;
}

    .admin-btn:hover {
        background: #084298;
    }*/

body {
    padding-top:180px;
    direction:rtl;
    text-align:right;
}
.container{
    margin-top:120px;
    /*min-height:auto;*/
    margin-bottom:0;
    padding-bottom:20px;

}

.available-now {
    background: #e53935;
    color: white;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
}
.logo-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #1e3a5f;
    height:70;
}

.logo-img {
    height: 120px;
}

.call-nav-btn {
    background: #e6c35a;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    
}





.main-title {
    color: white;
    font-weight: 900;
    font-size: 40px;
    margin-top: 10px;
}


body {
    font-family: Arial;
    direction: rtl;
    margin: 0;
    background: #f5f5f5;
    text-align: center;
     padding-top: 80px;
}



.hero {
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient(180deg,#f7f7f7,#ffffff);
}



.hero-logo img {
    width: 200px !important;
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
}




.status-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f1;
    padding: 8px 18px;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 14px;
}

.dot {
    width: 10px;
    height: 8px;
    background: #27ae60;
    border-radius: 50%;
}



.hero-title {
    font-size: 100px;
    font-weight: 900;
    color: #1e3a5f;
    margin-top: 20px;
}

    .hero-title span {
        color: #caa437;
    }

.hero-time {
    font-size: 30px;
    font-weight: 900;
    color: #1e3a5f;
    margin-top: 20px;
}

    .hero-time span {
        color: #caa437;
    }



.hero-text {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}





.call-btn {
    background: #e6c35a;
    padding: 15px 35px;
    border-radius: 40px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; 
}
.whatsapp {
    border: 2px solid #1e3a5f;
    color: #1e3a5f;
    background;
}

.whatsapp {
    background: #25D366;
    border-color: #25D366;
    color;
    transform(1.05);
}

@keyframes callMove {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}





.book-btn {
    background: #1fa463;
    color: white;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
}
 transition: 0.3s;
}

   

.dashboard-btn {
    background: #2e5bcc;
    color: white;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
}




.hero {
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient(180deg,#f7f7f7,#ffffff);
}



.hero-logo img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 6px solid #e8d7a8;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}



.status-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f1;
    padding: 8px 18px;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 14px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #27ae60;
    border-radius: 50%;
}



.hero-title {
    font-size: 55px;
    font-weight: 900;
    color: #1e3a5f;
    margin-top: 20px;
}

    .hero-title span {
        color: #caa437;
    }



.hero-text {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}



.hero-butons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}


.call-btn i,
.whatsapp-btn i,
.book-btn i,
.dashboard-btn i {
    margin-right: 8px;
}

.call-btn,
.whatsapp-btn,
.book-btn,
.dashboard-btn {
    font-weight: 900;
    font-weight: bold;
}





.call-btn {
    background: linear-gradient(45deg,#d4af37,#f2d47a);
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}




.call-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 3px solid rgba(212,175,55,0.5);
    animation: ring 1.5s infinite;
    pointer-events: none;
}



@keyframes ring {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}




.whatsapp-btn {
    position: relative;
    z-index: 999;
    cursor: pointer;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 35px;
    border: 2px solid #1e3a5f;
    background: white;
    color: #1e3a5f;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

    /* Hover */

    .whatsapp-btn:hover {
        background: #25D366;
        border-color: #25D366;
        color: white;
        transform: scale(1.07);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
}


.book-btn {
    background: #1fa463;
    color: white;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.dashboard-btn {
    background: #2e5bcc;
    color: white;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
}



.features {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-box {
    background: white;
    width: 100px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

    .feature-box p {
        margin: 5px 0 0 0;
        font-size: 14px;
        color: #555;
    }

    

    .feature-box:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }





.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}



.call-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #28a745;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.book-btn:hover,
.dashboard-btn:hover,
.whatsapp-btn:hover {
    transform: scale(1.08);
    transition: 0.3s;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}



.features {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-box {
    border: 2px solid black;
    padding: 12px 25px;
    border-radius: 10px;
    background: white;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

   

    .feature-box:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

.services-section {
    padding: 80px 20px;
    text-align: center;
    background: #f8f8f8;
}

.services-title {
    font-size: 38px;
    color: #1e3a5f;
    font-weight: 900;
    margin-bottom: 40px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.service-card {
    background: white;
    width: 260px;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-top: 5px solid #d4af37;
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-8px);
    }

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.service-card h3 {
    color: #1e3a5f;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.service-call {
    display: block;
    margin-top: 15px;
    padding: 10px;
    border: 2px solid #d4af37;
    border-radius: 25px;
    text-decoration: none;
    color: #d4af37;
}

.service-book {
    display: block;
    margin-top: 10px;
    padding: 12px;
    background: #19a463;
    border-radius: 25px;
    text-decoration: none;
    color: white;
}

.hero-section {
    background: linear-gradient(135deg,#2e5bcc,#4b7bec);
    color: white;
    text-align: center;
    padding: 120px 20px;
    position: relative;
}

   

    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.4;
    }



.hero-logo img {
    width: 90px;
    height: auto;
}





.hero-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
}



.hero-sub {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}



.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}



.book-btn {
    background: #19a463;
    color: white;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

    .book-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }



.service-btn {
    background: white;
    color: #1e3a5f;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    animation: shakeBtn 2s infinite;
    transition: 0.3s;
}


    .service-btn:hover {
        transform: scale(1.08);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }



@keyframes shakeBtn {

    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}



.phone-icon {
    animation: phoneMove 1.5s infinite;
}

@keyframes phoneMove {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}




.why-us {
    padding: 90px 20px;
    text-align: center;
    background: #f8f8f8;
}



.why-title {
    font-size: 34px;
    font-weight: 800;
    color: #1e3a5f;
}



.title-line {
    width: 70px;
    height: 4px;
    background: #d4af37;
    margin: 10px auto 50px;
}



.features-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}





.feature-card {
    position: relative;
    width: 320px;
}



.feature-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg,#d4af37,#f1d47a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.feature-box {
    background: white;
    padding: 35px 25px;
    width: 320px;
    border-radius: 12px;
    border: 2px solid #111;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
}


    .feature-box::after {
        content: "";
        position: absolute;
        right: -6px;
        top: 20px;
        width: 6px;
        height: 80%;
        background: #d4af37;
        border-radius: 4px;
    }

    
    .feature-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
        white-space: normal;
    }

    .feature-box p {
        line-height: 1.6;
        font-size: 15px;
    }




.feature-card:hover .feature-box {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.quality-title-box {
    display: inline-block;
    border: 3px solid #2b6cb0;
    padding: 12px 30px;
    border-radius: 12px;
    margin: 0 auto 40px;
    text-align: center;
}

.quality-section {
    text-align: center;
}

.quality-title {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #1a365d;
}

.quality-title-box:hover {
    transform: scale(1.1);
    background: #e8e8e8;
}


/* معرض الصور */
.gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    max-width: 900px;
    margin: auto;
}

/* الصور */
.work-item {
    overflow: hidden;
    border-radius: 12px;
}

    .work-item img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: 0.4s;
    }

    /* انميشن الصور */
    .work-item:hover img {
        transform: scale(1.1);
    }
    .work-item video {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 12px;
    }
    .work-item:hover video {
        transform: scale(1.1);
    }

/*
.quality-section {
    text-align: center;
    padding: 60px 20px;
}

.quality-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
}

.work-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 12px;
    transition: 0.3s;
}

.work-item:hover img {
    transform: scale(1.05);
}
}*/









.hero-blue,
.hero-section {
    padding: 60px 20px !important; 
}



    

    .hero-blue::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.4;
    }

    

    .hero-blue * {
        position: relative;
        z-index: 2;
    }

    
    .hero-blue img,
    .hero-section img
     {
        width: 180px !important;
        height: auto !important;
        display: block;
        margin: 0 auto 15px;
    }




.brands-section {
    text-align: center;
    padding: 60px 20px;
    background: #f7f7f7;
}

.brands-title {
    color: #8a8a8a;
    margin-bottom: 30px;
    font-size: 16px;
}



.brands {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}


.brand-item {
    text-align: center;
}



.brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #bfbfbf;
    margin-bottom: 10px;
    transition: 0.3s;
}



.brand-item img {
    width: 150px;
    opacity: 0.5;
    transition: 0.3s;
}



.brand-item:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.brand-item:hover .brand-name {
    color: #444;
}




.footer-section {
    background: white;
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.footer-logo {
    width: 180px;
    margin-bottom: 10px;
}

.footer-content h1 {
    margin: 0;
    font-size: 50px;
    color: #2e5bcc;
    font-weight: 700;
    
}



