@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');

*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: "cairo";
    /* background-image: url("../images/Group\ 1089.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    direction: rtl;
    overflow-x: hidden;
    text-align: right !important;
}

.about_us{
    background-color: #1f1f1f;
    position: relative;
}
section.about_us::before  ,section#OurClients::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: #0000009f;
    z-index: 98;
}
.container-fluid{
    position: relative;
    z-index: 77777;
}

.service {
    text-align: center;
    padding: 50px;
    margin-top: 30px;
}
.service h1{
    color: #FE6400;
    font-size:19px;
}



.services_sec  {
    position: relative;
    width: 100vw;

    background: url("../images/pattern.jpg");
    background-position: center;
  
}
.services_sec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 184, 90, 0.527);
}
.row {
    --bs-gutter-x: 4.5rem;
}
section.services_sec .service {    
  
        background: linear-gradient(90deg, rgb(221 84 80) 0%, #e87343 50%, #e19e39  100%);}

/* تصميم الكرات */
.glow, .glow-1 {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
}

/* تأثير التوهج */
.glow {
    box-shadow: 0 0 50px 20px rgba(0, 255, 255, 0.5);
    animation: pulse 2s infinite alternate;
}

.glow-1 {
    box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.7);
    animation: pulse-1 2s infinite alternate;
}




p,a{
    font-family: "cairo";
    font-size: 18px;
    color: #000 !important;
}
.content h4 {
   font-family: "cairo";
    font-size: 22px;
    font-weight: bold;
}


/**style_navbar**/
header{
       background: #fff;

width: 100%;

   
    position: fixed;
top: 0px;
    z-index: 99999999999999;
    margin: auto;

}
nav li .nav-link{
    color: #000000 !important;
    font-size: 22px;
    margin: 10px 20px;
    font-weight: 400;
}
.navbar-brand img{
   
    height: 50px;
    object-fit: contain;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}
form.form-inline.my-2.my-lg-0 {
    display: flex;
}

button.btn.btn-outline-success.my-2.my-sm-0 {
    background: #0f604d;
    color: #000;
    border-color: #0f604d;
    margin-left: 12px;
}

i.fa-solid.fa-earth-americas {
    color: #000;
    font-size: 25px;
}
.language ul{
    list-style: none;
    display: flex;
    margin: 0px;
}
.language ul li{
    margin: 10px;
}
.navbar-toggler {
    background-color: #e19e39  !important;
    border: 1px solid #e19e39  !important;
}
/****hero_section_style*****/
.wrapper:first-of-type{
    background-image: url("../images/bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
/* .wrapper::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1f1f1fbd;
    inset: 0px;
position: absolute;
z-index: 12;
} */
.wrapper p{
    color: #000000 !important;
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 33px;
    font-weight: 500 !important;
}

.wrapper{
   height:100vh; 
   position: relative;
   background-color: #eae5da;
}
.subscriptions{
    position: relative;
}
.subscriptions::before {
    content: "";
    width: 100%;
    height: 100%;
background: #de873c;
background: linear-gradient(90deg, rgb(221 84 80) 0%, #e87343 50%, #e19e39  100%);
    inset: 0px;
    position: absolute;
    z-index: 12;
}
 .payment::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0f0f0fc4;
    inset: 0px;
    position: absolute;
    z-index: 12;
}
.payment::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0f0f0fa6;
    inset: 0px;
    position: absolute;
    z-index: 12;
}
.title h2{
      text-align: right;
    color: #2e3912 ;
    font-size: 32px;
        position: relative;
    line-height: 39px;
   z-index: 99;
}
.title h2 .ball{
        z-index: -1;
    right: -20px;
    top: 0px;
        background: #2e39128a;
}
 .btn.green-btn{
    background: #01FFFF38;
    margin: 20px 0px;
    display: block;
    color: #000;
    font-size: 16px;
    width: 66%;
    padding: 17px;
    border: 1px solid #000;
}
.btn.green-btn img{
    object-fit: contain;
    width: 40px;
    margin-left: 10px;
}
.btn.green-btn a{
    color: #000 !important;
    text-decoration: none;
}
/****slider_style****/
.slider{
    margin: 50px auto;
}


.title p{
    font-size: 18px;
    color: #656464;
}
ul.nav.nav-tabs {
    justify-content: space-around;
    background: #e7e7e7;
    border-radius: 20px;
    padding: 12px;
    width: 70%;
    margin: auto;
}
.nav-link{
    color: #000;
    font-weight: 600;
}
.nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #0f604d;
}
.tab-content .image img{
    width: 95%;
    height: auto;
    border-radius: 20px;
}
.tab-content h2{
    text-align: right;
    font-size: 38px;
}
div#tab-content {
    width: 70%;
    margin: auto;
}

button.btn.feature-btn ,.btn {
  
    background: #4e5f14  !important;
color: #ffffff !important;
padding: 10px 20px !important;
 
}
.product{
        padding: 40px 0px;
    background: #e9e5da;
    
}
.title h1 {
    color: #137c0b;
    font-size: 66px;
   
}

button.btn.feature-btn a {
    color: #000 !important;
    text-decoration: none;
    font-size: 18px;
}

button.btn.feature-btn i {
    margin-left: 12px;
}
.nav-tabs .nav-link {
    font-weight: 700;
}

/***payment***/
.payment{
    padding: 60px 0px;
    position: relative;
    background-color: #1f1f1f;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: none;
    /* padding: 20px; */
}


.top-card {
    display: flex;
    justify-content: space-between;
    padding: 14px;
}
.card p{
    color: #656464;
}
/*******package*******/
.list ul li {
    list-style: none;
}

ul {
    list-style: none;
    padding-left: 0px;
}
.list ul li{
    margin-bottom: 15px;
}

li i {
    margin-right: 10px;
    color: #0f604d;
}
.list p{
    color: #000;
    font-weight: 700;
    margin-top: 15px;
}
.popular {
    position: absolute;
    top: -4px;
    right: 17px;
}
.money-img {
    width: 52%;
    position: absolute;
    bottom: -6px;
    right: -100px;
}

.money-img img {
    width: 60%;
}


.item {
    position: relative;
}

.about_us p{
color: #000000 !important;
font-size: 16px;
}
/***********/
div#accordionExample .card {
    background: #D9D9D91F;
}
div#accordionExample .card-body{
    color: #000;
font-family: "cairo";
    font-size: 22px;
}
div#accordionExample .card button.btn.btn-link{
    color: #000;
    text-decoration: none;
   font-family: "cairo";
    font-size: 27px;
}
 .card-header{
    position: relative;
 }
 .card-header i{
    position: absolute;
    left: 10px;
    color: #000;
    font-size: 18px;
    top: 43%;
 }
 .accordion-item ,.accordion-button{
    background: #D9D9D91F !important;
    border: none;
}
.accordion-button ,.accordion-item,.accordion-button:not(.collapsed){
    color: #000;
}
.accordion-button::after{
    margin-right: auto;
    margin-left: inherit;
    color: #000;
    background-image: url(../images/Group\ 9\ \(2\).png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/Line\ 28.png);
}
.accordion-item {
    margin: 10px auto;
}
 /*****subscriptions*******/
 .subscriptions{
    background-image: url("../images//Testimonials.png");
    background-size: cover;
    background-position: center;
 }
 .subscriptions ul{
    margin-top: 30px;
 }
 .subscriptions .content h5{
    color: #606060;
   font-family: "cairo";
    font-weight: lighter;
    font-size: 36px;
 }
 .subscriptions ul li{
    font-family: "inter";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 20px;
 }
 .subscriptions ul li::before{
    content: "";
    position:absolute;
    right: -25px;
   
    width: 17px;
  height: 17px;
  border-radius: 50%;
  background:url("../images/Star\ 18.png");
  background-size: contain;
 }
 .subscriptions .card{
     padding: 60px;
        border-radius: 22px 189px 70px 153px;
 }
 /*****subscriptions*******/
 .serv-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
  }
  .serv-details li {
    width: calc(50% - 10px); 
  font-family: "cairo";
   color: #000;
   font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    text-align: right;
  }

.details p{
    margin-bottom: 0px;
}
.services_sec p{
    color: #000000 !important;
    font-size: 16px;
    margin-bottom: 30px;
}
/****testmonial*****/
.testmonial .item .card{
    text-align: center;
    background: transparent;
    box-shadow: none !important;
    border: none;
    text-align: center;

}
.testmonial img{
    object-fit: contain !important;
    width: auto !important;
    margin:30px auto !important;
}
.testmonial  .owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
  }
  .testmonial  .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }
  .testmonial.owl-carousel .owl-nav.disabled {
    display: block;
}

.testmonial.owl-carousel .owl-nav button.owl-next, .testmonial.owl-carousel .owl-nav button.owl-prev {
    color: #000;
    background: #0F6F72;
    font-size:20px;
    width:40px;
    height:40px;
    border-radius:50%;
}

/******testmonial******/
/*****footer*******/
footer{


    padding-top:250px;
    padding-bottom: 100px;
    padding-top: 70px;
}
footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
   background: #4e5f14;
    z-index: 0;
    inset: 0;
}

footer {
    position: relative;
    z-index: 9;
}
footer a{
    color: #ffffff !important;
     text-decoration: none;
     display: inline-block;
     
}
footer li span{
margin-right:10px;
}
footer li ,footer li i
{
    color: #fff;
    
}
footer p{
    color: #fff !important;
}
.pages li {
    text-align: right;
}
.social_media li{
    margin: 7px;
}
ul.social_media li img {
    width: 45px;
}
@media (min-width:991px){
    .services-2 {
        margin-top: 100px;
    }
    .services-3 ,.services-4{
        margin-top: -90px;
    }
.services_sec,.subscriptions{
    padding: 70px 0px;
}
}

.serv-img{
    text-align: center;
    margin-bottom: 30px;
}
.serv-img img {
    width: 30%;
}
button {
    BACKGROUND: #4e5f14;
    BORDER: NONE;
    padding: 10px 30px;
    border-radius: 16px !important;
    color: #fff;
}
.OurClientsBg video

 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-image: url(../IMG/OurClientsBg.png);
    background-size: cover;
}

video {
    pointer-events: none !important;
    background-color: transparent;
}
#OurClients

 {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 265px;
}
.OurClientsSideItem {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 45%;
    overflow: hidden;
    margin: 55px 2%;
}
.SectionHeader {
    text-align: center;
    color: #fff;
}
.OurClientsSideItem img {
    display: block;
    margin: 0 auto;
    max-width: 58%;
    max-height: 110px;
}
.SectionHeader{
    text-align: center;

}

.OurClientsFirst {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.OurClientsSideInner {
    display: flex
;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;}
    .SectionHeader h2 {
    position: relative;
    width: fit-content;
    margin: auto;
    z-index: 9;
}
.ball{
    width:40px;
    height:40px;
    background:#e19e39 a3;
    position:absolute;
    border-radius:50%;
    z-index: -1;
    left:-20px
}
.container-fluid{
    max-width: 90%;
    margin: auto;
}
.HeaderDiv button {
    display: block;
    width: fit-content;
    color: aliceblue;
    position: relative;
    margin: 0px auto;
    padding: 6px 22px 6px 46px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(62, 170, 85);
    border-radius: 18px 11px 28px 21px;
    overflow: hidden;
    transition: 300ms;
}
.HeaderDiv button:nth-of-type(2) {
    display: block;
    color: rgb(79, 44, 58);
    cursor: pointer;
    position: relative;
    background: rgb(251, 251, 251);
    padding: 6px 20px 6px 48px;
    border-radius: 25px 7px 4px 17px;
    margin: 0px 20px !important;
    overflow: hidden;
    transition: 300ms;
}
.BannerRightInner  {
    display: flex
;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 20px 0px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background: #000000e0;
    width: fit-content;
}
.BannerRightInner  li {
    display: inline-block;
    vertical-align: top;
    width: fit-content;
    padding: 0px 12px;
    font-size: 12px;
    color: #fff !important;
}
.card{
        border-color: rgb(115 125 31)  !important;
    border-width: 2px;
}
.logo-circle {
    background: #fff;             /* White circle */
    border-radius: 50%;           /* Make it round */
    width: 150px;                 /* Circle size */
    height: 150px;                /* Circle size */
    display: flex;                /* Center logo */
    justify-content: center;
    align-items: center;
    margin: 10px auto;            /* Space around */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional */
  }

  .logo-circle img {
    max-width: 80%;   /* Keep logo inside circle */
    max-height: 80%;
    object-fit: contain;
     border-radius: 50%; 

  }
  /************/
  .counter {
  background: #1a1b1d;;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}
.counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
     background: #4e5f14;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-number {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}
.counter-number .plus {
  color: #ffffff;
  font-size: 26px;
}
.counter-label {
  font-size: 16px;
  opacity: 0.8;
}
section.form-sec {
    background
: #303137;
    padding:40px;
}
button.btn.btn-primary {
    background: #4e5f14 ;
    border-color: #4e5f14 ;
}
.custom-form {
  background: #fd8803;
  background: linear-gradient(
    1deg,
    rgb(221, 84, 80) 0%,
    #e87343 50%,
    #e19e39  100%
  );
  color: #fff;
}

.custom-form .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}

.custom-form .form-control:focus {
  box-shadow: 0 0 8px rgba(255,255,255,0.6);
}
section#about_us {
    height: auto;
   
}

.team img{
    margin: auto;
    border-radius: 50%;
}
.team h4{
    text-align: center;
}
.our-team .card{
    border: none;
        background: linear-gradient(1deg, rgb(221 84 80) 0%, #e87343 50%, #e19e39  100%);
        margin: 20px;
}
.team.col-lg-2.col-6{
    padding: 0px;
}
.our-team .card p{
    text-align: center;
}
.team.ceo{
    width: 20%;
}
@media (max-width:765px){
    .wrapper {
        height: 60vh;
    }
   
   .title h2 {
            font-size: 22px;
            line-height: 50px;
        }
        .wrapper p {
            font-size: 18px !important;
        }
    .serv-img {
        transform: rotate(270deg);
        margin-bottom: 36px;
    }
    .serv-img:last-of-type{
        margin-bottom: 6px;
    }
    .btn.green-btn {
        padding: 9px;
    }
    .nonloop .item {
        width: 100% !important;
    }
    .content {
        margin-top: 61px;
    }
    button.accordion-button.collapsed {
        font-size: 11px;
        text-align: right;
        padding: 12px 11px;
        line-height: 20px;
    }
    .subscriptions .content h5{
        font-size: 23px;
    }
    .subscriptions .card {
        padding: 23px;
    }
    section.about_us {
        padding-top: 21px !important; 
    }
    section.services_sec .service{
        padding: 12px 30px;
    }
    .wrapper:first-of-type{
        padding-top

: 98px;
    }
    .our-team .card{margin: 9px;
    padding: 10px;}
    .team.ceo{
    width: 100%;
}
.team h4{
    font-size: 20px;
}
}
  .category-section {
        padding: 60px 0;
        text-align: center;
      }
      .category-section h2 {
        font-weight: 700;
        margin-bottom: 40px;
        color: #633d01;
      }
      .category-card {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        background: #fff;
      }
      .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
      }
      .category-card img {
        height: 160px;
        object-fit: cover;
        width: 100%;
      }
      .category-card .card-body {
        padding: 15px;
      }
      .category-card h5 {
        color: #333;
        font-size: 1.1rem;
        margin: 0;
        font-weight: 600;
      }
      h2#why-choose-title {
    font-family: "cairo";
}