@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

:root{
    --primary_color: #c42b29;
    --accent_color: #192335;
    --white_color: #fff;
    --black_color: #000;
    --border_color: #eee;
    --primary_font: "Tajawal", sans-serif;
    --second_font: "Tajawal", sans-serif;
    --transition: 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
html{
    scroll-behavior: smooth;
}
body{
    text-align: right;
}
::selection {
  background-color: var(--white_color); 
  color: var(--primary_color);             
}

*{
    font-family: var(--second_font);
}
h1 , h2 , h3 , h4 , h5, h6{
    font-family: var(--primary_font);
    letter-spacing: 0;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1300px !important;
}
.btn_default{
    position: relative;
    display: inline-block;
    border: 1px solid var(--primary_color);
    padding: 10px 20px !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--white_color) !important;
    background: var(--primary_color);
    transition: var(--transition);
    margin: 8px;
}
.btn_default:hover{
    transform: translateY(-5px);
    color: var(--primary_color) !important;
    background: transparent;
}


.topbar_Nav {
    background: var(--accent_color);
    position: relative;
    transition: height 0.3s linear;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    align-content: center;

}
/* 
.topbar_Nav .container{
    max-width: 1600px !important;
} */
.list_topbar{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}
.list_topbar li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: var(--transition);
}
.list_topbar li .description{
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: var(--transition);
    font-weight: 400;
}
.list_topbar li i{
    color: var(--white_color);
    transition: var(--transition);
}
.list_topbar li:hover i , .list_topbar li:hover .description{
    color: var(--primary_color);
    opacity: 1;
}
.topbar_Nav .description{
    margin: 0 !important;
    color: var(--white_color);
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
}
.icon_social_topbar i{
    font-size: 16px;
}



#nav{
    position: relative;
    background: var(--border_color);
}
.logo img{
    width: 200px;
    transition: var(--transition);
}
#nav_item{
    color: var(--accent_color);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    display: inline-flex;
    padding: 8px;
    position: relative;
}
#nav_item::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: var(--primary_color);
    bottom: 0;
    right: 0;
    transition: var(--transition);
}
#nav_item:hover{
    color: var(--primary_color);
}
#nav_item:hover::before{
    transition: var(--transition);
    width: 100%;
}
#Btnnav_toggler {
    border: 1px solid var(--primary_color);
    border-radius: 10px;
    padding: 1rem;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    transition: var(--transition);
}
#Btnnav_toggler:hover {
    color: var(--white_color);
    background: var(--primary_color);
    border-color: var(--white_color);
}


.home_banner{
    position: relative;
    padding: 70px 0;
    min-height: 70vh;
    align-content: center;
    background: url(../img/bg.jpg);
}
.home_banner::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to left, var(--accent_color) 30%, rgba(26, 44, 121, 0.18) 100%);
}
.contaent_home{
    position: relative;
    z-index: 2;
}
.title_banner{
    font-size: 37px;
    font-weight: 600;   
    text-transform: capitalize;
    color: var(--white_color);
    transition: var(--transition);
}
.description_banner{
    color: var(--white_color);
    font-size: 18px;
    transition: var(--transition);
    font-weight: 500;
    margin: 20px 0;
}


.customer_satifac{
    gap: 20px;
    position: relative;
    border-bottom: 3px solid #eeeeee68;
}
.customer_satifac::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(170deg, var(--primary_color) 0%, #f97977 100%);
}
.customer_satifac h2{
    font-size: 48px;
    text-transform: capitalize;
    color: var(--white_color);
    letter-spacing: 0;
    white-space: nowrap;
    transition: var(--transition);
    font-family: "Russo One", sans-serif;
}
.customer_satifac h2 span{
    color: var(--primary_color);
    letter-spacing: 0;
    font-family: var(--primary_color);
}
.customer_satifac h5{
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--white_color);
    transition: var(--transition);
}
.btn_watchVideo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 160px;
    height: 160px;
    padding: 15px;
    color: var(--white_color) !important;
    text-transform: capitalize;
    font-size: 100px;
    gap: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 2;
    box-shadow: none !important;
}
.btn_watchVideo i{
    line-height: 1;
}
.btn_watchVideo:after {
    position: absolute;
    content: "";
    right: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.35s ease-in-out;
    z-index: -1;
    border-radius: 100%;
}
.btn_watchVideo:hover , .btn_watchVideo:hover::after{
    border-color: var(--primary_color);
}
.btn_watchVideo img{
    width: 60px;
}
.btn_watchVideo i::before{
    font-weight: 100 !important;
}

/* What We Do Section - Light Theme */
.whatWeDo_sec {
    background: #f8f9fb;
    padding: 70px 0 0 0;
}
.whatwedo-light {
    background: transparent;
}
.whatwedo-label {
    color: var(--primary_color);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}
.whatwedo-label i {
    margin-right: 7px;
    color: var(--primary_color);
}
.whatwedo-title {
    font-size: 2.7rem;
    font-weight: 500;
    color: var(--accent_color);
    line-height: 1.15;
    margin-bottom: 0;
}
.whatwedo-desc {
    color: var(--accent_color);
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.whatwedo-card {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(30,34,90,0.07);
    padding: 38px 28px 30px 28px;
    text-align: right;
    height: 100%;
    transition: box-shadow 0.3s;
    border: 1px solid var(--border_color);
    position: relative;
}
.whatwedo-card:hover {
    box-shadow: 0 8px 32px 0 rgba(30,34,90,0.13);
    border-color: #dbeafe;
}
.whatwedo-icon {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 25px;

}
.whatwedo-icon img{
    max-width: 50px;
    width: 100%;
}
.whatwedo-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent_color);
    margin-bottom: 18px;
    font-family: var(--primary_font);
}
.whatwedo-list {
    padding-left: 0;
    margin-bottom: 0;
}
.whatwedo-list li {
    color: var(--accent_color);
    font-size: 1rem;
    margin-bottom: 8px;
    position: relative;
    padding-right: 23px;
}
.whatwedo-list li:before {
    content: '\2190';
    color: var(--primary_color);
    position: absolute;
    right: 0;
    font-size: 1.1em;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .whatwedo-title {
        font-size: 2rem;
    }
    .whatwedo-card {
        padding: 28px 16px 22px 16px;
    }
}
@media (max-width: 767px) {
    .whatWeDo_sec {
        padding: 40px 0 30px 0;
    }
    .whatwedo-title {
        font-size: 1.3rem;
    }
    .whatwedo-card {
        padding: 18px 8px 14px 8px;
    }
}

/* Media Marquee Banner - Light Style */
.media_bannerSec {
    background: #f8fafd;
    padding: 0 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.media-marquee-wrapper {
    width: 100vw;
    margin: 0;
    background: transparent;
    /* transform: rotate(-3deg); */
    padding: 25px 0;
    overflow: visible;
    position: relative;
    border-top: 1px solid #ffa7a6;
    border-bottom: 1px solid #ffa7a6;
    transform: rotate(2.2deg);

    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.media-marquee-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0.7deg);
    border-top: 1px solid #ffa7a6;
    border-bottom: 1px solid #ffa7a6;
}
.media-marquee {
    display: flex;
    width: max-content;
    animation: marqueeMove 22s linear infinite;
    align-items: center;
    gap: 40px;

}

.media-marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border-radius: 12px;
    padding: 0;
    font-family: var(--primary_font);
    font-size: 1.35rem;
    color: var(--accent_color);
    font-weight: 700;
    border: 0;
    white-space: nowrap;
    transition: box-shadow 0.3s;
}

.media-marquee-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px #e0e7ef);
}
.media-marquee-item span {
    color: transparent;
    -webkit-text-stroke: 1px var(--accent_color);
    font-family: var(--primary_font);
    font-size: 42px;
    letter-spacing: 0;
    text-transform: capitalize;
}
@keyframes marqueeMove {
    0% { transform: translateX(-3%); }
    100% { transform: translateX(50%); }
}
@media (max-width: 767px) {
    .media-marquee {
        gap: 18px;
        padding: 10px 0;
    }
}

/* Demos Section */
.demos_sec {
    background: linear-gradient(180deg , #f8f9fb , var(--white_color));
    padding: 0 0 50px 0;
    scroll-margin-top: 150px;
}
.demos-title {
    font-family: var(--primary_font);
    color: var(--accent_color);
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}
.demo-card {
    background: var(--white_color);
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(30,34,90,0.07);
    padding: 18px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid var(--border_color);
    position: relative;
}
.demo-card:hover {
    box-shadow: 0 8px 32px 0 rgba(30, 34, 90, 0.13);
    border-color: #dbeafe;
    transform: translateY(-3px) scale(1.01);
    z-index: 2;
}
.link_abs{
    position: absolute;
    inset: 0;
}
.website_imageDemo{
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--border_color);
    margin-bottom: 18px;
    height: 200px;
    overflow: hidden;
}
.demo-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.demo-caption {
    color: var(--primary_color);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}
.demo-comingsoon {
    background: linear-gradient(135deg, #ffa7a6 0%, #c42b29 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0 6px 32px 0 rgba(196,43,41,0.09);
    border: 1.5px solid #ffd6d6;
}
.comingsoon-text {
    color: #fff;
    font-family: var(--primary_font);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    opacity: 0.92;
    letter-spacing: 1px;
}

/* Update Text Section */

.update-quote-box {
    max-width: 800px;
    margin: 40px auto 0;
    background-image: url(../img/BG3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 38px;
    padding: 48px 32px 38px 32px;
    text-align: center;
    position: relative;
}
.update-quote-text {
    color: var(--accent_color);
    font-size: 1.18rem;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.update-quote-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.update-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white_color);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 0 2px 12px 0 rgba(30,34,90,0.09);
    position: relative;
}
.update-icon-circle img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    z-index: 2;
}
.update-quote-mark {
    position: absolute;
    top: -2px;
    right: -2px;
    color: var(--primary_color);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    background: var(--white_color);
    justify-content: center;
    font-size: 1rem;
    border: 2px solid var(--white_color);
    z-index: 3;
}
.update-quote-team {
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
    margin-top: 8px;
}
.update-quote-desc {
    color: #888fa1;
    font-size: 1rem;
    font-family: var(--second_font);
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .update-quote-box {
        padding: 22px 8px 18px 8px;
        border-radius: 18px;
    }
    .update-quote-text {
        font-size: 0.98rem;
    }
    .update-icon-circle {
        width: 44px;
        height: 44px;
    }
    .update-icon-circle img {
        width: 24px;
        height: 24px;
    }
    .update-quote-mark {
        width: 16px;
        height: 16px;
        font-size: 0.7rem;
        top: -5px;
        right: -5px;
    }
}

/* Footer Section */
.footer {
    background: #fff;
    border-top: 1.5px solid #f0f1f5;
    padding: 36px 0 18px 0;
    font-family: var(--second_font);
    box-shadow: 0 -2px 24px 0 rgba(30,34,90,0.04);
}

.footer-links {
    list-style: none;
    gap: 18px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-link {
    color: var(--accent_color);
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    padding: 2px 8px;
    border-radius: 6px;
}
.footer-link:hover {
    color: var(--primary_color);
    background: #f8f9fb;
}

.footer-copyright {
    color: #b0b4c0;
    font-size: 0.98rem;
    margin-top: 18px;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
   
    .footer-links {
        gap: 10px;
    }
    .footer-logo {
        width: 30px;
        height: 30px;
    }
    .footer-title {
        font-size: 1rem;
    }
}

/* Video Modal Custom Style */
#modal_video .modal-content {
    border-radius: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    overflow: hidden;
}
#modal_video .modal-dialog{
    max-width: 900px !important;
}
#modal_video .modal-header {
    border: none;
    border-radius: 10px;
    padding: 0;
    align-items: center;
    justify-content: strat;
}

#modal_video .close {
    background: var(--primary_color);
    border: 1px solid var(--primary_color);
    border-radius: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--white_color);
    transition: background 0.2s, color 0.2s;
    opacity: 0.8;
    margin: 0;
    box-shadow: 0 2px 8px 0 rgba(30,34,90,0.07);
}
#modal_video .close:hover {
    opacity: 1;
}
#modal_video .modal-body {
    padding: 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_video iframe {
    border-radius: 10px 0 10px 10px;
    min-height: 500px;
    background: var(--black_color);
    border: none;
    display: block;
}
.modal-backdrop{
    background: var(--white_color);
    opacity: 0.9 !important;
}
@media (max-width: 767px) {
    #modal_video .modal-body, #modal_video iframe {
        border-radius: 12px;
        min-height: 300px;
    }
}

/* Project Details Section */
.demo_details {
    background: linear-gradient(180deg, #f8f9fb 60%, var(--white_color) 100%);
    box-shadow: 0 8px 40px 0 rgba(30,34,90,0.04);
}
.demo-details-image {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(30,34,90,0.07);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    position: sticky;
    top: 150px;
}
.demo-details-image img {
    border-radius: 12px;
    max-width: 100%;
    box-shadow: 0 2px 12px 0 rgba(30,34,90,0.06);
}
.demo-details-title {
    font-family: var(--primary_font);
    color: var(--primary_color);
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0;
}
.demo-details-desc {
    color: var(--accent_color);
    font-size: 1.08rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}
.demo-details-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}
.demo-details-list li {
    color: var(--primary_color);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.demo-details-list li i {
    color: var(--accent_color);
    font-size: 1.1em;
}
.demo-details-btn {
    font-size: 1.08rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 12px;
    background: var(--primary_color);
    color: var(--white_color) !important;
    box-shadow: 0 2px 12px 0 rgba(196,43,41,0.09);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.demo-details-btn:hover {
    background: var(--white_color);
    color: var(--primary_color) !important;
    border: 1.5px solid var(--primary_color);
    box-shadow: 0 4px 18px 0 rgba(196,43,41,0.13);
}
@media (max-width: 991px) {
    .demo-details-image {
        min-height: 180px;
        padding: 8px;
    }
    .demo-details-title {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
   
    .demo-details-title {
        font-size: 1.1rem;
    }
    .demo-details-btn {
        padding: 8px 16px;
        font-size: 0.98rem;
    }
}
