

.about-sec h2{
    font-size: 36px;
    padding-bottom: 8px;
    color: var(--primaryColor);
}
.about-sec h2 span{
 color: var(--blue);
}
.about-sec h3 {
    font-size: 24px;
    margin-top: 40px;
    color: #fff;
}

.about-content {
    background-color: #1d2d5e;
    padding:  20px;
    width: 98.2%;
}


.logo-bg {
    position: relative;
    background-image: url('../img/logo-larg.webp');
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box {
    position: relative;
    width: 180px;
    height: 60px;
    background-color: var(--blue);
    border-radius: 30px 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    text-decoration: none;
    cursor: pointer;
    direction: ltr; 
}
.video-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    direction: rtl; 
    text-align: right;
}

.video-text p,
.video-text span {
    margin: 0;
    line-height: 1.1;
    font-size: 12px;
}


.circle-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
}


.play-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
}


.video-box:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

@media (min-width: 1024px) {
    .logo-bg {
        width: 350px;
        height: 350px;
    }

    .video-box {
        width: 220px;
        height: 70px;
        border-radius: 35px 35px 0 35px;
    }

    .video-text p {
        font-size: 14px;
    }

    .video-text span {
        font-size: 12px;
    }
}
/* ********** */
.about--sec h2{
    font-size: 36px;
    padding-bottom: 8px;
    color: var(--primaryColor);
}
.about--sec h2 span{
 color: var(--blue);
}
.about--sec p{
    font-size: 18px;
   font-weight: 500;
    color: #555;
    width: 85%;
}
.about-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* الصورة اليمين */
.about-img{
width:100%;
border-radius:12px;
}

/* features grid */
.about-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
margin-top:30px;
}

.feature-item{
display:flex;
align-items:center;
gap:15px;
cursor:pointer;
}


.feature-item i{
width:50px;
height:50px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#f5f7fa;
color:#1e88e5;
font-size:20px;
transition:.3s;
}


.feature-item:hover i{
background:#1e88e5;
color:#fff;
}

.feature-item p{
margin:0;
font-size:15px;
color:#444;
}

/* ===== Mobile ===== */
@media (max-width:600px){

.about-section{
padding: 50px;

}

.about-sec h2{
font-size:50px;
margin: 0 auto;
width: 50%;
margin-top: 30px;
text-align: center;
}

.about-sec h3{
font-size:30px;
text-align: center;

margin-top: 30px;
}

}
/* ===== Tablet ===== */
@media (max-width:992px){

.about-container{
grid-template-columns:1fr;
gap:40px;
  flex-direction:column;
        align-items:center;
        text-align:center;
        width: 100%;
}
.about-content {
    
    width: 100%;
}


.about--sec h2{
font-size:30px;
}

.about--sec p{
width:100%;
font-size:16px;
}

.about-features{
grid-template-columns:1fr 1fr;
}

}


/* ===== Mobile ===== */
@media (max-width:600px){

.about-section{
padding: 20px;

}

.about--sec h2{
font-size:26px;
}

.about--sec p{
font-size:15px;
line-height:1.8;
}

.about-features{
grid-template-columns:1fr;
gap:18px;
}

.feature-item i{
width:42px;
height:42px;
font-size:18px;
}

.about-img{
border-radius:10px;
}

.serv-img-small{
width:120px;
}

}