body{
    direction: rtl;
}

.navmenu a{
    font-size: 16px;
}
.call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 105px;
    height: 40px;
    padding: 8px 20px; 
    border-radius: 50px; 
    color: #333; 
    font-size: 18px !important;
    margin-left: 10px;
    font-weight: 500; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.2s ease, box-shadow 0.2s ease; 
    border: 2px solid #e0e0e0; 
}

.call-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.call-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* تحويل الصفحة إلى RTL */
.content ul {
    list-style: none;
    padding: 0;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.read-more:hover {
    background-color: #0056b3;
}

.read-more i {
    margin-left: 5px;
}

/* CSS Style for Toshiba Premium Services */
#premium-services {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: bold;
}

.section-title p {
    font-size: 1.2rem;
    color: #6c757d;
}

.device-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.device-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.device-img {
    width: auto;
    margin: 0 auto 15px;
    display: block;
    border-radius: 10px;
}

.device-title {
    font-size: 1.8rem;
    margin: 10px 0;
    color: #333;
}

.device-description {
    font-size: 1.1rem;
    color: #666;
}

@media (max-width: 768px) {
    .device-img {
        max-height: 200px;
    }

    .device-title {
        font-size: 1.6rem;
    }

    .device-description {
        font-size: 1rem;
    }
}
/* Toshiba Premium Services CSS */
#premium-services {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: bold;
}

.section-title p {
    font-size: 1.2rem;
    color: #6c757d;
}

.device-img {
    max-width: 90%;
    border-radius: 15px;
}

.row {
    margin-bottom: 40px;
}

h3 {
    font-size: 1.8rem;
    margin-top: 10px;
    color: #333;
}

p {
    font-size: 1.1rem;
    color: #555;
}

@media (max-width: 768px) {
    .device-img {
        max-width: 100%;
    }

    h3 {
        font-size: 1.6rem;
    }

    p {
        font-size: 1rem;
    }
}
#additional-services{
    margin-top: 20px;
}
/* Main container for sticky buttons */
.sticky-buttons {
    position: fixed;
    bottom: 75px;
    right: 12px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* Wrapper to control the text appearance */
.button-wrapper {
    position: relative;
    overflow: hidden;
}

/* Scroll to top button */
.scroll-top-btn {
    background-color: #0dcaf0;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn:hover {
    background-color: #0bb5e0;
    transform: translateY(-3px);
}

/* Call and WhatsApp buttons */
.sticky-call-btn, .sticky-whatsapp-btn {
    background-color: #28a745; /* Green background for call button */
    color: #fff; /* White color for icon */
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.sticky-whatsapp-btn {
    background-color: #25D366; /* Green background for WhatsApp button */
    color: #fff; /* White color for icon */
}

.sticky-call-btn:hover, .sticky-whatsapp-btn:hover {
    transform: translateY(-3px);
}

/* The text that will slide in */
.button-text {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease;
    font-size: 1rem;
    margin-right: 10px; /* space between text and button */
}

/* Show text on hover */
.sticky-call-btn:hover .button-text,
.sticky-whatsapp-btn:hover .button-text {
    right: 60px; 
    opacity: 1;
}

/* Icons inside buttons */
.sticky-call-btn i, .sticky-whatsapp-btn i, .scroll-top-btn i {
    color: #fff; 
    font-size: 1.4rem;
}
.sitename {
    font-family:sans-serif;
    font-size: 2rem;
    color: var(--main-color) !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.sitename::after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: var(--background-color) !important;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
@media (max-width:768px) {
    .device-img{
        max-height: 400px !important;
        max-width: 350px ;
    }    
}
