
.btn-send{
    border-radius: 12px !important;
}
    .btn:hover{
    color:white !important;
}
.news-image {
  flex: 0 0 140px;
  width: 140px;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* تملى الصندوق بالكامل */
  object-position: center;
  display: block;
}

.camps-section img {
  flex: 0 0 100px;
  width: 100px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
}


.phone_code{
    width: 25%;margin-right:5px;text-align:center
}

.text-ali{
    text-align: left;
}
.small-tittle {
  margin: 0;
  padding: 0;
  direction: rtl; /* للتأكد إن الاتجاه يمين */
}

.small-tittle h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 6px;
  font-weight: 600;
}

.small-tittle h3::after {
  content: "";
  position: absolute;
  right: 0; 
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to left, #e60000, #ff6666);
  border-radius: 2px;
}
.section-tittle {
  margin: 0;
  padding: 0;
  direction: rtl; /* للتأكد إن الاتجاه يمين */
}

.section-tittle h3::after {
  content: "";
  position: absolute;
  right: 0; /* بدل left */
  bottom: -4px;
  width: 50px;
  height: 3px;
  background: linear-gradient(to left, #e60000, #ff6666);
  border-radius: 2px;
}
.footer-tittle {
  margin: 0;
  padding: 0;
  direction: rtl; /* للتأكد إن الاتجاه يمين */
}

.footer-tittle h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 6px;
  font-weight: 600;
}

.footer-tittle h4::after {
  content: "";
  position: absolute;
  right: 0; /* بدل left */
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to left, #e60000, #ff6666);
  border-radius: 2px;
}

.colorb {
    color: #0077b5
}


.bgb {
    background: #0077b5
}


.bgr {
    background: #ed4141
}

.gray-bg {
    background: #f4f4f4
}

.gray-bg {
    background: #f4f4f4
}

.black-bg {
    background: #000
}

body {

    font-family: 'Tajawal', sans-serif;
    /*font-weight: normal;
    font-style: normal*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tajawal", sans-serif;
    color: #051441;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: "Tajawal", sans-serif;
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}


a {
    color: #635c5c
}

a:hover {
    color: #d41920
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}




h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}


.btn {
    background: #d41920;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 27px 44px;
    border-radius: 0px;
    letter-spacing: 1px;
    line-height: 0;
    -moz-user-select: none;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ca292e;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0)
}

#scrollUp {
    background: #d41920;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    /*line-height: 48px;*/
    border: 2px solid transparent
}

@media (max-width: 575px) {
    #scrollUp {
        right: 16px
    }
}
.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}


.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}
.pt-50 {
    padding-top: 50px
}
.pb-50{
    padding-bottom: 50px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #d41920;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}


.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}




@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.footer-padding {
    padding-top: 100px;
    /*padding-bottom: 80px*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 120px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 30px
    }
}

.section-tittle h3 {
    font-size: 28px;
    display: block;
    color: #051441;
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin: 0;
    padding-bottom: 6px;

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h3 {
        font-size: 24px
    }
   .small-tittle h3 {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .section-tittle h3 {
        font-size: 24px
    }
    .small-tittle h3 {
        font-size: 24px
    }
}

.small-tittle h4 {
    font-size: 18px;
    display: block;
    color: #051441;
    font-weight: 700;
    line-height: 1
}

.colorb {
    color: #0077b5
}


.bgb {
    background: #0077b5
}


.bgr {
    background: #ed4141
}

.gray-bg {
    background: #f4f4f4
}

.black-bg {
    background: #000
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media (max-width: 575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

.header-area .header-top {
    padding: 11px 0px
}

.header-area .header-top .header-info-left ul li {
    color: #cdcfd8;
    display: inline-block;
    margin-left: 33px;
    padding-left: 33px;
    border-left: 1px solid #cdcfd8;
    font-size: 14px;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-info-left ul li {
        border-right: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left ul li {
        border-right: 0
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left ul li {
        border-right: 0
    }
}

.header-area .header-top .header-info-left ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-info-left ul li:last-child {
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left ul li:last-child {
        display: none
    }
}

@media (max-width: 575px) {
    .header-area .header-top .header-info-left ul li:last-child {
        display: none
    }
}



.header-area .header-mid {
    padding: 9px 0px;
    position: relative
}

.header-area .header-mid .header-banner img {
    width: 100%
}

.header-area .header-bottom {
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
    background: #d41920
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        border-top: 0
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        border-top: 0
    }
}

.header-area .header-bottom .header-social {
    display: inline-block;
    padding: 27px 30px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-bottom .header-social {
        padding: 27px 12px
    }
}

.header-area .header-bottom .header-social::before {
    content: "";
    width: 1px;
    height: 101%;
    background: #ff889a;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0
}

.header-area .header-bottom .header-social::after {
    content: "";
    width: 1px;
    height: 101%;
    background: #ff889a;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0
}

.header-area .header-bottom .header-social li {
    display: inline-block
}

.header-area .header-bottom .header-social li a {
    color: #fff;
    font-size: 16px;
    padding: 0 11px
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #fff;
    font-weight: 500;
    padding: 27px 25px;
    display: block;
    font-size: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;
    position: relative
}
.main-header .nav-search::before {
    content: "";
    width: 1px;
    height: 104%;
    background: #ff889a;
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: 0
}

.main-header .nav-search i {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 30px 30px
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 101%;
    transform: scale(1)
}
.main-header .main-menu ul li:hover>a {
    color: #fff
}
.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #d41920;
    background: none
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding: 28px 19px
    }
}

.main-header .main-menu ul li a::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.main-header .main-menu ul li:last-child a::before {
    display: none
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 100%;
    transform: scale(0.9);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 15px;
    color: #0b1c39;
    text-transform: capitalize
}


.header-sticky ul li a {
    padding: 10px 19px
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky .main-menu .submenu {
        right: 0;
        left: inherit
    }
}

.search-model-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999
}


.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: -15px
}


.mobile_menu .slicknav_menu .slicknav_btn {
    top: -45px;
    /*right: 10px*/
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important;
    box-shadow: 0 0 10px 3px rgba(141, 140, 140, 0.5)
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #d41920
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

.header-sticky.sticky-bar.sticky .header-right-btn {
    display: none !important
}

.sticky-logo {
    display: none !important
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sticky-logo {
        display: block !important
    }
}

@media (max-width: 575px) {
    .sticky-logo {
        display: block !important
    }
}

.sticky-logo.info-open {
    padding: 6px
}

.trending-area .trending-main {
    border-bottom: 1px solid #eeeeee
}

.trending-area .trending-main .trending-top .trend-top-img {
    overflow: hidden;
    position: relative;
    border-radius: 7px
}

.trending-area .trending-main .trending-top .trend-top-img::before {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    content: ""
}

.trending-area .trending-main .trending-top .trend-top-img img {
    width: 100%;
    height: 260px;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
    position: absolute;
    bottom: 25px;
    right: 20px
}

@media (max-width: 575px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
        bottom: -2px;
        left: 5px
    }
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span {
    color: #051441;
    padding: 7px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block;
    color: #fff;
    overflow: hidden
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 30px;
    font-weight: 800;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 15px
    }
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a {
    display: block;
    color: #fff;
    line-height: 1.3
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a:hover {
    color: #f75a5a
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap p {
    color: #c2c2c2;
    font-size: 12px;
    overflow: hidden
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 {
    bottom: 0px
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
    font-size: 20px;
    font-weight: 800
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
        font-size: 16px
    }
}


.whats-news-area .whats-news-wrapper,
.about-area2 .whats-news-wrapper,
.contact-section .whats-news-wrapper {
    background: #fff;
    padding: 30px 20px 20px 20px;
    border-radius: 10px
}

.whats-news-area .whats-news-single,
.about-area2 .whats-news-single,
.contact-section .whats-news-single {
    margin-left: 15px;
    margin-right: 15px
}

.whats-news-area .whats-news-single .whates-img,
.about-area2 .whats-news-single .whates-img,
.contact-section .whats-news-single .whates-img {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 6px
}

.whats-news-area .whats-news-single .whates-img img,
.about-area2 .whats-news-single .whates-img img,
.contact-section .whats-news-single .whates-img img {
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: scale(1)
}

.whats-news-area .whats-news-single .whates-caption h4 a,
.about-area2 .whats-news-single .whates-caption h4 a,
.contact-section .whats-news-single .whates-caption h4 a {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block;
    font-weight: 700
}

@media (max-width: 575px) {

    .whats-news-area .whats-news-single .whates-caption h4 a,
    .about-area2 .whats-news-single .whates-caption h4 a,
    .contact-section .whats-news-single .whates-caption h4 a {
        font-size: 18px
    }
}

.whats-news-area .whats-news-single .whates-caption h4 a:hover,
.about-area2 .whats-news-single .whates-caption h4 a:hover,
.contact-section .whats-news-single .whates-caption h4 a:hover {
    color: #d41920
}

.whats-news-area .whats-news-single .whates-caption span,
.about-area2 .whats-news-single .whates-caption span,
.contact-section .whats-news-single .whates-caption span {
    color: #707b8e;
    font-size: 12px;
    margin-bottom: 14px;
    display: block
}

.whats-news-area .whats-news-single .whates-caption p,
.about-area2 .whats-news-single .whates-caption p,
.contact-section .whats-news-single .whates-caption p {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px
}

@media (max-width: 575px) {

    .whats-news-area .whats-news-single .whates-caption p,
    .about-area2 .whats-news-single .whates-caption p,
    .contact-section .whats-news-single .whates-caption p {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a,
    .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a,
    .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a,
    .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a,
    .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a {
        font-size: 23px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .whats-news-area .whats-news-single .whates-caption.whates-caption2 p,
    .about-area2 .whats-news-single .whates-caption.whates-caption2 p,
    .contact-section .whats-news-single .whates-caption.whates-caption2 p {
        font-size: 15px
    }
}

.whats-news-area .whats-news-single:hover .whates-img img,
.about-area2 .whats-news-single:hover .whates-img img,
.contact-section .whats-news-single:hover .whates-img img {
    transform: scale(1.05)
}

.whats-news-area .whats-right-single,
.about-area2 .whats-right-single,
.contact-section .whats-right-single {
    display: flex
}

@media (max-width: 575px) {

    .whats-news-area .whats-right-single,
    .about-area2 .whats-right-single,
    .contact-section .whats-right-single {
        display: block
    }
}

.whats-news-area .whats-right-single .whats-right-img img,
.about-area2 .whats-right-single .whats-right-img img,
.contact-section .whats-right-single .whats-right-img img {
    border-radius: 6px
}

@media (max-width: 575px) {

    .whats-news-area .whats-right-single .whats-right-img img,
    .about-area2 .whats-right-single .whats-right-img img,
    .contact-section .whats-right-single .whats-right-img img {
        margin-bottom: 7px
    }
}

.whats-news-area .whats-right-single .whats-right-cap,
.about-area2 .whats-right-single .whats-right-cap,
.contact-section .whats-right-single .whats-right-cap {
    padding-right: 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .whats-news-area .whats-right-single .whats-right-cap,
    .about-area2 .whats-right-single .whats-right-cap,
    .contact-section .whats-right-single .whats-right-cap {
        padding-left: 15px
    }
}

@media (max-width: 575px) {

    .whats-news-area .whats-right-single .whats-right-cap,
    .about-area2 .whats-right-single .whats-right-cap,
    .contact-section .whats-right-single .whats-right-cap {
        padding-left: 0px
    }
}

.whats-news-area .whats-right-single .whats-right-cap span,
.about-area2 .whats-right-single .whats-right-cap span,
.contact-section .whats-right-single .whats-right-cap span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    display: inline-block
}

.whats-news-area .whats-right-single .whats-right-cap h4,
.about-area2 .whats-right-single .whats-right-cap h4,
.contact-section .whats-right-single .whats-right-cap h4 {
    font-size: 14px;
    font-weight: 700
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .whats-news-area .whats-right-single .whats-right-cap h4,
    .about-area2 .whats-right-single .whats-right-cap h4,
    .contact-section .whats-right-single .whats-right-cap h4 {
        font-size: 11px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .whats-news-area .whats-right-single .whats-right-cap h4,
    .about-area2 .whats-right-single .whats-right-cap h4,
    .contact-section .whats-right-single .whats-right-cap h4 {
        font-size: 14px
    }
}

.whats-news-area .whats-right-single .whats-right-cap h4 a,
.about-area2 .whats-right-single .whats-right-cap h4 a,
.contact-section .whats-right-single .whats-right-cap h4 a {
    font-weight: 600;
    line-height: 1.4
}

.whats-news-area .whats-right-single .whats-right-cap h4 a:hover,
.about-area2 .whats-right-single .whats-right-cap h4 a:hover,
.contact-section .whats-right-single .whats-right-cap h4 a:hover {
    color: #d41920
}

.whats-news-area .whats-right-single .whats-right-cap p,
.about-area2 .whats-right-single .whats-right-cap p,
.contact-section .whats-right-single .whats-right-cap p {
    color: #707b8e;
    font-size: 12px;
    margin: 0;
    line-height: 1.3
}

.whats-news-area .most-recent-area,
.about-area2 .most-recent-area,
.contact-section .most-recent-area {
    background: #fff;
    padding: 30px 10px;
    border-radius: 7px
}

.whats-news-area .most-recent-area .most-recent .most-recent-img,
.about-area2 .most-recent-area .most-recent .most-recent-img,
.contact-section .most-recent-area .most-recent .most-recent-img {
    overflow: hidden;
    position: relative
}

.whats-news-area .most-recent-area .most-recent .most-recent-img::before,
.about-area2 .most-recent-area .most-recent .most-recent-img::before,
.contact-section .most-recent-area .most-recent .most-recent-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: ""
}

.whats-news-area .most-recent-area .most-recent .most-recent-img img,
.about-area2 .most-recent-area .most-recent .most-recent-img img,
.contact-section .most-recent-area .most-recent .most-recent-img img {
    width: 100%;
    border-radius: 7px
}


.whats-news-area .most-recent-area .most-recent-single,
.about-area2 .most-recent-area .most-recent-single,
.contact-section .most-recent-area .most-recent-single {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .whats-news-area .nav-tabs .nav-link,
    .about-area2 .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .whats-news-area .nav-tabs .nav-link,
    .about-area2 .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .whats-news-area .nav-tabs .nav-link,
    .about-area2 .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {

    .whats-news-area .nav-tabs .nav-link,
    .about-area2 .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px
    }
}

.whats-news-area .nav-tabs .nav-item.show .nav-link,
.whats-news-area .nav-tabs .nav-link.active,
.about-area2 .nav-tabs .nav-item.show .nav-link,
.about-area2 .nav-tabs .nav-link.active,
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active {
    color: #d41920;
    background: none
}

.whats-news-area .nav-tabs .nav-item,
.about-area2 .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
    display: block;
    color: #051441;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500
}

.whats-news-area .nav-tabs,
.about-area2 .nav-tabs,
.contact-section .nav-tabs {
    margin-bottom: 31px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: end;
    background: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .whats-news-area .nav-tabs,
    .about-area2 .nav-tabs,
    .contact-section .nav-tabs {
        justify-content: start
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .whats-news-area .nav-tabs,
    .about-area2 .nav-tabs,
    .contact-section .nav-tabs {
        justify-content: start
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .whats-news-area .nav-tabs,
    .about-area2 .nav-tabs,
    .contact-section .nav-tabs {
        justify-content: start
    }
}

@media (max-width: 575px) {

    .whats-news-area .nav-tabs,
    .about-area2 .nav-tabs,
    .contact-section .nav-tabs {
        justify-content: start
    }
}

.tab-pane {
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper {
    background: #fff;
    padding: 30px 22px 19px 23px;
    border-radius: 10px;

}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single {
    margin-left: 15px;
    margin-right: 15px
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-img {
    margin-bottom: 20px
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-img img {
    width: 100%;
    border-radius: 6px
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption h4 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    padding-right: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption h4 a {
        padding-right: 0px
    }
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption h4 a:hover {
    color: #d41920
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper .weekly2-single .weekly2-caption p {
    color: #838793;
    font-size: 12px;
    margin: 0
}


.weekly2-news-area .weekly2-news-active button {
    cursor: pointer
}

.weekly2-news-area .weekly2-news-active .slick-arrow {
   position: absolute;
    top: -46px;
    left: 10px; /* ← بدّلنا من right إلى left */
    right: auto; /* ألغينا تثبيت اليمين */
    background: none;
    border: none;
    color: #707b8e;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
}

.weekly2-news-area .weekly2-news-active .slick-prev.slick-arrow {
    left: 10px;
}
.weekly2-news-area .weekly2-news-active .slick-next.slick-arrow {
    left: 40px;
}
.youtube-area {
    background: #f4f4f4
}

.youtube-area .video-items video {
    width: 100%
}

.youtube-area .video-info .video-caption {
    position: relative
}

.youtube-area .video-info .video-caption .top-caption {
    background: #fff;
    width: 60%;
    border-radius: 0 7px 0 0;
    padding-top: 60px;
    padding-bottom: 30px
}

.youtube-area .video-info .video-caption .top-caption span {
    padding: 7px 30px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px
}

.youtube-area .single-video video {
    padding: 0 5px;
    width: 100%
}
.video-center {
  text-align: center;
}
.video-center iframe {
  display: inline-block;
  width: 80%; /* عدليها حسب ما يناسبك */
  height: 200px;
}

.youtube-area .single-video .video-intro h4 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 1.4
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .youtube-area .single-video .video-intro h4 {
        font-size: 14px
    }
}

.about-area2 .about-right .about-img img {
    width: 100%
}

.about-area2 .about-right .about-prea p {
    font-size: 15px
}

.pagination-area .page-item {
    margin: 0
}
.pagination-area .page-item:first-child {
    margin: 0
}
.pagination-area .page-link {
    color: #777777;
    border: 0;
    font-size: 15px;
    text-align: center;
    background: none;
    padding: 0 10px;
    box-shadow: none;
    outline: 0
}

.pagination-area .page-link:hover {
    color: #d41920
}

.pagination-area .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background: none;
    border: 0;
    box-shadow: none;
    outline: 0
}

.pagination-area .page-item.active .page-link:hover {
    color: #d41920
}

.footer-area {
    background: #070b11
}

.footer-area .single-footer-caption .footer-logo {
    margin-bottom: 30px
}

.footer-area .single-footer-caption .footer-pera .info1 {
    line-height: 1.8;
    margin-bottom: 35px;
    padding-right: 5px;
    /*color: #9fa6bd;*/
    color:#ffff;
    font-size: 16px
}

.footer-area .single-footer-caption .footer-pera .info2 {
    margin-bottom: 15px;
    /*color: #9fa6bd;*/
    color:#ffff;
    font-size: 16px
}

.footer-area .single-footer-caption .footer-pera.footer-pera2 p {
    line-height: 1.9;
    padding: 0;
    /*color: #9fa6bd;*/
    color:#ffff;
    font-size: 14px
}

.footer-area .single-footer-caption .footer-tittle h4 {
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-size: 22px;
    margin-bottom: 38px;
    font-weight: 700;
    text-transform: normal;
    /*text-align: center;*/
}

.footer-area .single-footer-caption .banner img {
    width: 100%
}

.footer-area .single-footer-caption .whats-right-single {
    /*display: flex;*/
    text-align: center
}

.footer-area .single-footer-caption .whats-right-single .whats-right-img img {
    border-radius: 6px
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 {
    font-size: 16px;
    font-weight: 700
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 {
        font-size: 15px
    }
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 a {
    font-weight: 500;
    line-height: 1.4;
    color: #ffff
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 a:hover {
    color: #d41920
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap p {
    color: #707b8e;
    font-size: 12px;
    margin: 0;
    line-height: 1
}

.footer-bottom-area {
    background: #000000
}

.footer-bottom-area .footer-border {
    padding: 33px 0px 33px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
        padding: 0px 0px 20px
    }
}

@media (max-width: 575px) {
    .footer-bottom-area .footer-border {
        padding: 0px 0px 20px
    }
}

.footer-bottom-area .footer-copy-right p {
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    color: #9fa6bd
}

.footer-bottom-area .footer-copy-right p i {
    color: #d41920
}

.footer-bottom-area .footer-copy-right p a {
    color: #d41920
}

.footer-bottom-area .footer-copy-right p a:hover {
    color: #d41920
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #222
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn_2:hover {
    background-color: #222
}


.trending-area .trending-main .trending-top .trend-top-img::before {
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%)
}

.whats-news-area .most-recent-area .most-recent .most-recent-img::before,
.about-area2 .most-recent-area .most-recent .most-recent-img::before,
.contact-section .most-recent-area .most-recent .most-recent-img::before {
    background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0)
}

.list-style {
    width: 14px;
    height: 14px
}

.form-select {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 5px;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #222;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #222;
    background: transparent
}

.form-select .current {
    /*margin-right: 50px;*/
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}


.mt-30 {
    margin-top: 30px
}


.social-icons {
  display: flex;
  gap: 15px;
  /*justify-content: center; *//* أو right/left حسب التصميم */
  margin-top: 10px;
}

.social-icons a {
  color: #fff; /* لون الأيقونة */
  background-color: #d41920; /* ممكن تغيري اللون حسب هويتك */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #d60029;
  transform: translateY(-3px);
}
.main-menu ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-bottom: 3px;
  transition: color 0.3s ease;
}

.main-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* يبدأ من المنتصف */
  width: 0;
  height: 2px;
  background-color: #ffff; /* لون الخط */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.main-menu ul li a:hover {
  color: #ffff; /* تغيير لون النص عند الهوفر */
}

.main-menu ul li a:hover::after {
  width: 100%; /* يمتد من المنتصف لليمين واليسار */
}

.mob-lang-toggle-container{
    display: none;
}
@media (max-width: 768px) {
    .text-ali{
    text-align: right;
}
   .mobile-inline {
    display: flex;
    align-items: center;
    gap: 8px;
  }
   .sticky-logo .logo-img {
  background-color: #fff;        /* خلفية بيضاء */
    padding: 3px;                  /* مسافة حول الصورة */
    border-radius: 50%;            /* يجعل الخلفية دائرية */
    box-shadow: 0 0 8px rgba(0,0,0,0.15); /* ظل خفيف */
    width: 80px;                   /* حجم متناسق مع الهيدر */
    height: 80px;
    object-fit: contain;   
  }
 .slicknav_btn {
        float: left !important;
        margin-left: 20px !important;
 }
.camps-section.whats-right-single {
    flex-direction: column;
    align-items: center;
    text-align: center;
    direction: ltr; /* يرجع طبيعي في الموبايل */
  }

  .camps-section.whats-right-single .whats-right-cap {
    text-align: center;
  }

  .camps-section .whats-right-single .news-image img {
    width: 100%;
    max-width: 300px;
  }


    .header-flex {
  display: flex;

}


  .mob-lang-toggle-container {
     display: block;
    gap: 6px;
  }
  
  
/* Language Toggle Switch Styles */
.mob-lang-toggle-container {

  gap: 10px;
  margin: auto;
  margin-left: 45px;
  
}

.mob-lang-toggle-switch {
  position: relative;
  width: 70px;
  height: 32px;
  background: linear-gradient(135deg, #ffffff  0%, #d41920  100%);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.mob-lang-toggle-switch:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.mob-lang-toggle-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  background: #d41920;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mob-lang-toggle-switch.arabic .lang-toggle-slider {
  transform: translateX(38px);
}

.mob-lang-labels {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
}

.mob-lang-label {
  color: #666;
  transition: color 0.3s ease;
  cursor: pointer;
}

.mob-lang-label.active {
  color: #667eea;
  font-weight: 600;
}
}

.counter-box{
    text-align: center;
}
.counter-box h2{
    justify-self: center;
}
.counter-box p{
    justify-self: center;
}

.custom-pagination nav {
  display: flex;
  justify-content: center;
}

.custom-pagination .pagination {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.custom-pagination .page-item .page-link {
  color: #fff;
  background-color: #cccccc; /* لون رئيسي */
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-pagination .page-item .page-link:hover {
  background-color: #b71c1c; /* لون أغمق عند التمرير */
  text-decoration: none;
}

.custom-pagination .page-item.active .page-link {
  background-color: #e63946;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.custom-pagination .page-item.disabled .page-link {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
