/********** Template CSS **********/
:root {
    --primary: #e2b93b;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

body{
    font-family: "Cairo", serif;;
}
.header-carousel .owl-nav {
    right: 50% !important;
    transform: translateX(50%);
}
@media screen and (max-width:767px){
    .header-carousel .owl-nav {
        right: 50% !important;
        transform: translateX(50%);
    }
}
.footer-social a, .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #89ba16;
    border-radius: 50%;
    text-decoration: none !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: "Cairo", serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #282828;
    background-color: #e2b93b;
    border-color: #e2b93b;
    border-radius: 86px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Cairo", serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #707F78;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: #1D1D1D;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
/* .header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
} */

/* .header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
} */

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100vh !important;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    bottom: 3%;
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #d4d4d4;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent; 
    border-radius: 20px;
    transition: .5s;
    background-color: #FFFFFF;

}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-dots {
    margin-top: 65px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid #d4d4d4;
    border-radius: 50%;
    transition: .5s;
    background-color: #d4d4d4;
}

.testimonial-carousel .owl-dot.active {
    outline: 3px solid #707F78;
    background-color: #707F78;
    border: 3px solid white;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    transition: .3s;
    background: #EAEAEA;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
    transition: .3s;
}
.costom-a-h5 {
    text-align: start;
    margin-top: 0;
}
.custom-footer-logo{
    margin:auto;
 }
 .custom-footer-logo-a {
   justify-content: center;
 }
 @media screen and (min-width:426px) and (max-width:769px) { 
   .custom-footer-logo-a {
       justify-content: start;
   }
 }    
 @media screen and (max-width:769px) {
    .costom-footer {
        margin: 10px 0 30px 0;
    }
    .costom-a-h5 {
        margin-bottom: 30px;
    }

}
@media screen and (max-width:426px) {
    .costom-a-h5{
        text-align: center;
    }
    .costom-logo-img {
        margin-bottom: 30px;

    }
}
/* .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Cairo", serif;
    font-weight: 900;
    margin-right: 10px;
} */

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

section {
    padding: 60px 0;
  }

  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bg-gray {
    background-color: #f9f9f9;
  }

  .site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .site-heading h2 span {
    color: #00b074;
  }

  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
  }

  .site-heading h4::before {
    background: #00b074 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }

  .site-heading {
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: -5px;
  }

  .carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
  }

  .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
  }

  .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00b074 none repeat scroll 0 0;
    border-color: #00b074;
  }

  .we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #00b074;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
  .we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 35px 20px 6px 20px;
  }
  [dir="rtl"] .we-offer-area.text-center .item {
    height: 290px;
  }
    .we-offer-area.text-center .item {
    height: 320px;
  }

  @media screen and (min-width: 769px) and (max-width: 1441px) {
    [dir="rtl"] .we-offer-area.text-center .item {
        height: 290px;
    }
    .we-offer-area.text-center .item {
        height: 320px;
    }
}

  @media screen and (min-width:769px) and (max-width:1025px) {
    [dir="rtl"] .we-offer-area.text-center .item {
        height: 290px;    
    }
    .we-offer-area.text-center .item {
        height: 330px;    
    }
  }
  @media screen and (min-width:426px) and (max-width:769px){
    [dir="rtl"] .we-offer-area.text-center .item {
        height: 280px;
    }
    .we-offer-area.text-center .item {
        height: 300px;
    }
  }
  @media screen and (min-width:376px) and (max-width:426px){
    [dir="rtl"] .we-offer-area.text-center .item {
        height: 280px;
    }
    .we-offer-area.text-center .item {
        height: 300px;
    }
  }
  @media screen and (max-width:376px){
    [dir="rtl"] .we-offer-area.text-center .item {
        height: 290px;
    }
    .we-offer-area.text-center .item {
        height: 320px;
    }
  }
  @media screen and (min-width:426px) {
    .we-offer-area .our-offer-items.less-carousel .equal-height {
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width:426px) {
    .we-offer-area.text-center .item {
      margin: 15px;
    }
  }

  .we-offer-area.text-center .item i {
    background: #EAF9F2 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
  }

  .we-offer-area.text-center .item i::after {
    border: 2px solid #EAF9F2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }

  .we-offer-area.item-border-less .item {
    border: medium none;
  }


  .we-offer-area.item-border-less .item .number {
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #00b074 none repeat scroll 0 0;
  }

  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
  }

  .we-offer-area .item i {
    color: #00b074;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
  }

  .we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
  }

  .we-offer-area .item p {
    margin: 0;
  }

  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }

  .we-offer-area .item::after {
    background: #DFEEE7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
  }

  .we-offer-area .item:hover::after {
    left: 0;
  }

  .we-offer-area .item:hover i,
  .we-offer-area .item:hover p
  {
    color: #4F4F4F!important;
    
  }
  .we-offer-area .item:hover h4 {
    color: #1D1D1D !important;
  }

  .we-offer-area.text-center .item:hover i::after {
    /* border-color: #ffffff !important; */
  }

  .we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #00b074 !important;
  }

  .we-offer-area.text-left .item i {
    background: #00b074 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
  }

  .we-offer-area.text-left .item i::after {
    border: 2px solid #00b074;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
  }

  @media screen and (min-width:1441px) {
    .header-carousel .owl-nav {
      right: 50% !important;
      transform: translateX(50%);
          }
  }



  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
    padding-left: 3px;
    padding-right: 4px;
  }

  .navbar {
    justify-content: space-around;
  }

  .testimonial-carousel .owl-item.center .testimonial-item a {
    background: #109265;
    border: 2px solid #109265;
    border-radius: 12px;
  }

  .testimonial-carousel .owl-item.center .testimonial-item a:hover {
    background: rgb(255, 255, 255);
    color: #109265 !important;
  }
  .text-start.w-20.ps-5 > * {
      padding: 0px 5px;
  }
  @media screen and (max-width: 426px) {
  .img-mobile {
      display: none; /* إخفاء العنصر على الشاشات الأصغر من أو تساوي 426px */
  }
}

@media screen and (min-width: 427px) and (max-width: 1025px) {
    .img-mobile {
        display: flex; /* عرض العنصر كـ flex */
        flex-wrap: nowrap; /* منع التفاف المحتوى */
    }
}

  @media screen and (max-width:426px) {
    .slideInDown {
        font-size: 30px;
    }
  }
.bi-chevron-left::before ,
.bi-chevron-right::before {
    display:none !important;
}




/* -------------------------index.tpl-------------------------------- */
/* -------------------------index.tpl-------------------------------- */
/* -------------------------index.tpl-------------------------------- */
/* -------------------------index.tpl-------------------------------- */
/* -------------------------index.tpl-------------------------------- */
.custom-p-head{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.17px;
    color: #f08275;
}
.custom-h1-head{
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 60px;
}
    
/* Slider End */
.custom-bg-img {
    background: rgba(43, 57, 64, 0.5)
}
.custom-sb {
    transform: rotateY(180deg)
}
.custom-sb-content {
    transform: rotateY(-180deg);
    width: 849px;
    margin: auto;
}
.custom-d-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-h3-font {
    text-align: center;
    font-size: 56px;
}
@media screen and (max-width: 426px) {
    .custom-h3-font {
        font-size: 30px;
    }
}
.custom-p-font {
    text-align: center;
    font-size: 16px;
}
.custom-bt {
    width: fit-content;
    margin: auto;
}
@media screen and (min-width: 426px) and (max-width: 769px) {
    .custom-sb-content {
        width: 400px;
    } 
    .custom-h3-font {
        font-size: 36px;
    }
    .custom-bt {
        font-size: 14px;
    }
}

@media screen and (max-width: 426px) {
    .custom-sb-content {
        width: 300px;
    } 
    .custom-bt {
        font-size: 12px;
    }
}
/* Slider End */


/* Trusted Start */
.custom-trusted-text{
    color: white;
    font-size: 30px;
    padding: 0px 0px 40px 0;    

}
.custom-trusted {
    background-color: #1d1d1d;
    height: 146px;
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-trusted-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.custom-height-img {
    height: 30px;
}
.custom-height-img-doordash {
    height: 20px;
}
@media screen and (min-width:769px) and (max-width: 1026px) {
    .custom-trusted-logo { 
        gap: 70px;
    }
}
@media screen and (max-width:769px) {
    .custom-trusted-logo { 
        gap: 20px;
    }
}
@media screen and (max-width:426px) {
    .custom-trusted { 
        height: 200px;
    }
    .custom-trusted-logo {
        gap: 20px;
        margin: 25px 15px;
        justify-content: space-evenly;
    }
    .custom-height-img {
        height: 25px;
    }
    .custom-height-img-doordash {
        height: 15px;
    }
}
@media screen and (max-width:376px) {

    .custom-trusted-logo {
        gap: 30px;
        margin: 25px 15px 0;
        justify-content: space-around;
    }

}
/* Trusted End */

/* Trending Categories Start */
.custom-card-slider{
    background-color: #f4f4f4;
    width: 90%;
    height: 410px;
    border-radius: 16px;
    padding-top: 10%;
}
@media screen and (max-width:426px) {
    .custom-card-slider{
        width: 99%;
        height: 420px;

    }
}
.custom-slider-card {
    margin-top: 10px;
    padding: 0 20px;
}

.custom-card {
    display: flex;
    justify-content: center; 
}
.custom-img-card {
    height: 100px;
    width:100px !important;
    border-radius: 50%;
}

/* Trending Categories Start */

.custom-img2 {
    width: 100%;
    height: 100%;
  }
.custom-h1-about {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    border-bottom: 3px solid #707F78;
    width: fit-content;
  }
.custom-h2-about
{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.custom-p-about ,
.custom-p-about-desc
{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
@media screen and (max-width:769px) {
    .custom-h1-about {
      margin: 10px auto;
    }
    .custom-p-about-desc
    {
        text-align: center;
    }
    .custom-h2-about
    {
        text-align: center;
    }
    .custom-bt-about { 
        margin: 0 38%;
    }
  }
  @media screen and (max-width:426px) {
  .custom-bt-about { 
        margin: 0 27%;
    }
  }
  @media screen and (max-width:376px) {
    .custom-p-about,
    .custom-p-about-desc {
        font-size: 15px;
    }
    .custom-bt-about { 
          margin: 0 23%;
      }
    }

@media screen and (min-width: 769px) and (max-width: 1025px) {
    .custom-h1-about {
        font-size: 22px;
        line-height: 25px;
    }
    .custom-h2-about {
        font-size: 15px;
        line-height: 24px;
    }
    .custom-p-about {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 769px) {
    .custom-ju-md {
        justify-content: center;
    }
    .custom-p-about,
    .custom-p-about-desc {
        font-size: 15px;
    }
}
.custom-bt-about {
    color: #EBF7FD;
    background-color: #707F78;
    border-color: #707F78;
    border-radius: 86px;
    font-size: 16px;
    padding: 9px 0;
}

/* Trending Categories End */

/* Opportunities Start */
.custom-opportunities {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px; 
    justify-content: center;
}
.custom-opp-br {
    border-radius: 20px;
}
.custom-opp-d-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}
.custom-opp-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.custom-opp-span {
    background-color: #FFDBD2;
    border-radius: 20px;
    padding: 6px 10px;
    border-radius: 21px;
}
.custom-opp-span2 {
    background-color: #CEFCDD;
    /* padding: 5px; */
    /* border-radius: 20px; */
    padding: 6px 10px;
    border-radius: 15px;
}
@media screen and (max-width: 376px) {
    .d-span-start{
        display: flex;
        /* width: 100%; */
        align-items: center;
    }
    .d-span-end{
        display: flex;
    }
    .custom-opp-span {
        margin: 10px 15px;
    }
}
.custom-bt-opp {
    text-align: start;
    margin: 10px 0;
}
.custom-sal-country{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.custom-birth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-view-opp {
    background-color: #333333;
    color: #F9F9F9;
    border-radius: 6px;
    padding-top: 10px;
    padding-right: 23px;
    padding-bottom: 10px;
    padding-left: 23px;
    border-radius: 6px;
}
@media screen and (max-width:376px) {
    .custom-view-opp {

        padding-right: 10px;
        padding-left: 10px;
    }
}
.custom-btn-opp {
    text-align: center;
    margin-top: 20px;
}
/* Opportunities End */

/* Statistics Start */
@media screen and (min-width: 426px) and (max-width: 769px) {
    
    .custom-container-Stat {
        height: 400px !important;
    }
    .custom-Stat{
        align-content: center;
        justify-content: space-evenly !important;
    }
}

.custom-container-Stat {
    background-color: #707F78;
    height: 300px;
    width: 100%;
    color: white;
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-Stat {
    display: flex;
    flex-wrap: wrap;
    gap: 160px;
    align-items: center;
    justify-content: space-between;
}
.custom-Stat-h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 60.51px;
}
.custom-Stat-p {
    font-weight: 100;
    font-size: 18px;
    line-height: 21.78px;
    max-width: 750px;
}

@media screen and (min-width: 769px) and (max-width: 1025px) { 
    .custom-Stat {
        gap: 90px;
    }
    .custom-Stat-h1 {
        font-size: 35px;
    }
    .custom-Stat-p {
        font-size: 16px;
    }
}
@media screen and (min-width: 426px) and (max-width: 769px) { 
    .custom-Stat {
        gap: 60px;
    }
    .custom-Stat-h1 {
        font-size: 30px;
    }
    .custom-Stat-p {
        font-size: 14px;
    }
}
@media screen and (max-width: 426px) { 
    .custom-container-Stat {
        height: 730px;
    }
    .custom-Stat {
        gap: 0;
        flex-flow: column;
    }
    .custom-Stat-h1 {
        font-size: 35px;
    }
    .custom-Stat-p {
        font-size: 14px;
    }
}
/* Statistics End */
.custom-card-p-en {
    height: 700px;
}
.custom-card-p-ar {
    height: 670px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) { 
    .custom-card-p-en {
        height: 690px;
    }
    .custom-card-p-ar {
        height: 590px;
    }
}
@media screen and (min-width: 426px) and (max-width: 769px){ 
    .custom-card-p-ar {
        height: 560px;
    }
}

@media screen and (max-width: 426px) { 
    .custom-card-p-en {
        height: auto;
    }
    .custom-card-p-ar {
        height: auto;
    }
    .custom-bt-about {
        margin-bottom: 30px;
    }
}


/* Features Start */
.custom-features {
    border-radius: 20px;
    padding-top: 37px;
    padding-right: 24px;
    padding-bottom: 37px;
    padding-left: 24px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.custom-features-h4 {
    font-size: 16px;
}
.custom-features-p {
    font-size: 14px;
}
.custom-features-i {
    display: block;
    margin: 0 auto 20px;
}
/* Features End */






