.elementor-379 .elementor-element.elementor-element-6bba0fa{--display:flex;}.elementor-379 .elementor-element.elementor-element-6bba0fa.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-379 .elementor-element.elementor-element-b906438.elementor-element{--flex-grow:1;--flex-shrink:0;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}@media(max-width:1024px) and (min-width:768px){.elementor-379 .elementor-element.elementor-element-6bba0fa{--width:976.667px;}}/* Start custom CSS for html, class: .elementor-element-b906438 */body {
   margin: 0;
   padding: 0;
   font-family: "Cairo", Arial, sans-serif;
   display: flex;
   flex-direction: column;
   min-height: 100vh;
   overflow-x: hidden;
   direction: rtl;
   background-image: url('https://zp4.69d.myftpupload.com/wp-content/uploads/2025/01/background.png');
   background-size: cover;
   background-position: top center; 
   background-repeat: no-repeat; /* Prevent image from repeating */
   opacity: 90%;
   background-color: white; /* White background for the rest of the page */
   text-decoration: none;
}


.techup-logo img {
    height: 120px;
    width: auto;
    position: relative;
}


/* Navigation Styles */
nav ul {
    list-style: none;
    display: flex;
    gap: 190px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 195px;
    text-decoration: none;
}

nav a {
    text-decoration: none;
    color: #000;
    font-weight: bolder;
    font-size: 15px;
    margin: 0;
    padding: 0;
    
}

.profile-icon {
    position: absolute;
    height: 50px;
    width: auto;
    margin: 0;
    padding: 0;
    
}



.text-and-image {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin: 10px 20px 20px 20px; 
    padding: 35px 20px;
}

.text {
    flex: 1;
    margin-right: 20px;
}

.text h2 {
    font-size: 35px;
    margin-top: -15px; 
}

.text p {
    font-size: 23px;
    color: #444;
    margin-top: -20px;
}

.techup-word {
    color: #7D47E6; 
    font-size: 40px; 
    font-weight: bold; 
}

.image img {
    width: 100%;
    max-width: 350px; 
    height: auto; 
    margin-left: 180px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    background: #f5f5f5;
    padding: 50px 20px;
    border-radius: 12px;
    gap: 20px;
    overflow: hidden;
}

.text-container {
    flex: 1;
    max-width: 50%;
    text-align: right; 
    padding: 10px;
    animation: fadeInRight 1s ease-in-out;
}

.text-container h2 {
    font-size: 34px;
    color: #333;
    margin-bottom: 15px;
}

.text-container .highlight-text {
    color: #7D47E6;
}

.text-container p {
    font-size: 20px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.text-container {
    text-align: center;
}

.text-container a {
    display: inline-block;
    background: #d9c8f5;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.text-container a:hover {
    background:  #bfa6e4;
}

.image-container {
    flex: 0.5; 
    text-align: center;
    animation: fadeInLeft 1s ease-in-out;
    background: none; 
}

.image-container img {
    max-width: 60%; 
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
}

footer {
    background: linear-gradient(to top, rgba(126, 122, 202, 0.3), rgba(30, 136, 229, 0.3));
    color: rgb(0, 0, 0);
    padding: 20px;
    font-size: 14px;
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; 
    text-align: left;
}

.footer-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 100%; 
}

.techup-logo-footer img {
    height: 130px; 
    width: auto;  
    flex-shrink: 0; 
}

.contact-info {
    display: flex;
    flex-direction: column;
    margin-left: 20px; 
    font-size: 18px;
    font-weight: bold; 
}

.contact-info span {
    font-size: 16px;
    color: #333;
    font-weight: normal;  
}

.contact-info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info img {
    height: 17px;
    width: 18px;
    margin-left: 10px;
}

.social-media {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-media img {
    width: 20px;  
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-media img:hover {
    transform: scale(1.1);
}

.hamburger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
}


@media (max-width: 1200px) {
    .techup-logo img {
        height: 110px;
        width: auto;
    }

    nav ul {
        gap: 150px;
        top: 40px;
        right: 150px;
    }

    footer {
        font-size: 16px;
        padding: 15px;
    }

    .footer-container {
        gap: 8px;
    }

    .techup-logo-footer img {
        height: 120px;
    }


    .image-container img {
        max-width: 80%;
    }

}

@media (max-width: 992px) {
    nav ul {
        gap: 110px;
        top: 40px;
        right: 130px;
    }

    footer {
        font-size: 16px;
        padding: 15px;
    }

    .footer-container {
        gap: 8px;
    }

    .techup-logo-footer img {
        height: 120px;
    }

    .image-container img {
        max-width: 80%;
    }

}

@media (max-width: 768px) {
    .techup-logo img {
        height: 90px;
        width: auto;
        margin-right: 20px;
    }

    .hamburger-menu {
        display: block;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100%;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 60px 20px;
        transition: right 0.3s ease-in-out;
    }

    nav ul.active {
        right: 0;
    }

    nav ul li {
        text-align: right;
        padding: 10px 0;
        width: 100%;
    }

    nav ul li a {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .profile-icon img {
        height: 45px;
        width: auto;
    }

    .close-menu {
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    footer {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        padding: 15px;
    }

    .contact-info span {
        font-size: 14px;
    }

    .contact-info {
        font-size: 15px;
        margin-left: 10px;
    }

    .contact-info img {
        margin-left: 5px;
    }

    .techup-logo-footer img {
        height: 100px;
    }

    .social-media {
        gap: 12px;
    }

    .social-media img {
        width: 18px;
        height: 18px;
    }

    .contact-info img {
        height: 15px;
        width: 16px;
    }

    .content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 30px 15px;
    }

    .text-container {
        max-width: 100%;
        text-align: center;
    }

    .text-container h2 {
        font-size: 28px;
    }

    .text-container p {
        font-size: 18px;
    }

    .text-container a {
        padding: 12px 25px;
        font-size: 16px;
    }

    .image-container {
        flex: none;
        order: -1; 
    }

    .image-container img {
        max-width: 70%;
    }

    .text h2 {
        font-size: 25px; 
    }

    .text p {
        font-size: 18px; 
    }

    .techup-word {
        font-size: 36px; 
    }
    
}

@media (max-width: 576px) {
    .techup-logo img {
        height: 90px;
        width: auto;
        margin-right: 23px;
    }

    .hamburger-menu {
        display: block;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100%;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 60px 20px;
        transition: right 0.3s ease-in-out;
    }

    nav ul.active {
        right: 0;
    }

    nav ul li {
        text-align: right;
        padding: 10px 0;
        width: 100%;
    }

    nav ul li a {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .close-menu {
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .footer-container {
        gap: 5px;
    }

    .techup-logo-footer img {
        height: 100px;
    }

    .social-media {
        gap: 15px;
    }

    .social-media img {
        width: 22px;
        height: 22px;
    }

    .contact-info {
        font-size: 15px;
    }

    .contact-info img {
        width: 15px;
        height: 15px;
    }
    
}/* End custom CSS */