body{
    padding-top: 70px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active
 {
     font-size: 25px;
 }
 .navbar-dark .navbar-brand{
     font-size: 30px;
 }
 .navbar-dark .navbar-nav .nav-link{
     color: #fff;
     font-size: 25px;
     margin-left: 30px;
 }
 .navbar-dark .navbar-nav .nav-link.disabled{
     color: #fff;
     font-size: 25px;
 }
 .mr-auto, .mx-auto{
     position: relative;
     left: 200px;
 }
 .navbar-nav .dropdown-menu{
     background-color: #333;
     border-top: 3px solid #E41B17;
 }
 .dropdown-item{
     color: white; 
     white-space: normal;
 }
 /* start carousel  */

/* Start Section Features */
.features{
position: relative;

background-color: #eee;
padding-top: 50px;
padding-bottom: 50px;
}
.features .feat{
    margin-bottom: 30px;
}
.features h1{
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 50px;
}
.features .feat h3{
    font-size: 40px;
    color: rgb(88, 7, 7);
    font-weight: bold;
}
.features .feat p{
    line-height: 2em;
    font-weight: bold;
    font-size: 20px;
    color: rgb(7, 7, 88);
} 

/* End Section Features */
/* Start Testimonial Section */
.testimonials{
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials h1{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: bold;
}
.testimonials .carousel-item p{
    line-height: 2em;
    color:darkblue;
    font-size: 20px;
    font-weight: bold;
}
.carousel-item span{
    color: #E41B17;
    font-size: 20px;
    font-weight: bold;
}
.testimonials .carousel-inner{
    min-height: 160px;
}
.testimonials .carousel-indicators{
position: static;
width: 100%;
margin-left: auto;
padding: 20px;
}
.testimonials .carousel-indicators li{
    text-indent: 0;
    width: 250px;
    height: 250px;
    background-color: white;
    opacity: 1;
    border: 3px solid #fff;
    /* border-radius: 50%; */
    overflow: hidden;
    margin: 5px;
}
.testimonials .carousel-indicators li.active{
    width: 250px;
    height: 250px;
    opacity: 1;
    background: none;
    border: 5px solid #E41B17;
} 
.testimonials .carousel-indicators li img{
    max-width: 100%;
}
/* End Testimonial Section */
/* Start Section Price Table */
.price{
    position: relative;
    bottom: 70px;
    height: 500px;
    background-color: rgb(250, 242, 242);
    padding-top: 10px;
}
.price a:hover{
    color: #fff;
}
.price h3{
    color: #0895d1;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
/* End Section Price Table */
/* Start section Our Team */
.our_team{
    position: relative;
    bottom: 0;
    background-image: url(../images/IMG-20220204-WA0025.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 600px;
}
.our_team .team{
    background: rgba(2, 2, 2, 0.7);
    color: #fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our_team h1{
    margin-bottom: 60px;
}
.our_team .person{
    margin-bottom: 40px;
}
/* Start section Subscribe */

/* Start Footer Section */
.footer{
    position: relative;
    bottom: -20px;
    background-color: #333;
    color: #aaa;
    padding-top: 10px;
}
.footer a{
    color: #AAA;
}
.footer a:hover{
    color: #fff;
}
.footer h3{
    color: #0895d1;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
.footer h4{
    margin-left: 40px;
}
.footer .three-columns{
    overflow: hidden;
}
.footer .three-columns li{
    width: 33.3333%;
    float: left;
    padding: 5px 0;
}
.footer .social-list{
    overflow: hidden;
    margin: 20px 0 10px;
}
.footer .social-list li{
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.footer .social-list li:hover{
    opacity: 1;
}
.footer .img-thumbnail{
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #444;
    margin-bottom: 5px;
}
.f span{
    margin-left: 30px;
    font-size: 30px;
}
.footer .copyright{
background-color: #111;
color: #aaa;
padding: 15px 0;
margin-top: 30px;
}
.footer .copyright span{
    color: #0895d1;
}
/* End Footer Section */
/* عنوان قسم الفيديوهات */
/* العنوان الرئيسي لقسم الفيديوهات */
.videos-main-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #1e293b;
    margin: 70px 0 45px;
    line-height: 1.4;
    position: relative;
}

/* خط زخرفي أسفل العنوان */
.videos-main-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background-color: #c79a2e;
    display: block;
    margin: 18px auto 0;
    border-radius: 5px;
}

/* تنسيق الجوال */
@media (max-width: 768px) {
    .videos-main-title {
        font-size: 24px;
        margin: 45px 0 30px;
        padding: 0 15px;
    }

    .videos-main-title::after {
        width: 60px;
        height: 3px;
    }
}

.videos-title {
    text-align: center;
    font-size: 32px;
    margin: 60px 0 40px;
    color: #1f2933;
    font-weight: bold;
}

/* حاوية الفيديوهات */
.videos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

/* تنسيق الفيديو */
.videos-container video {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    background: #000;
}

/* شاشة الجوال */
@media (max-width: 768px) {
    .videos-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .videos-title {
        font-size: 24px;
        margin: 40px 0 30px;
    }

    .videos-container video {
        height: 200px;
    }
}