    
    @font-face {
        font-family: 'CairoRegular';
        src: url('/css/fonts/Cairo-Regular.ttf') format('truetype');
    }

    @font-face {
        font-family: 'CairoBold';
        src: url('/css/fonts/Cairo-Bold.ttf') format('truetype');
    }

    

  .p_font{
    font-size: 18px;
  }

  .small_font{

    font-size: 25px;
  }

    body{
        font-family: 'CairoBold';
       
    }

    header{


        font-family: 'CairoBold';
    }
    
    .div_top_hypers {
        display: inline;

    }

    .ul_top_hypers li {
        display: inline;
        border-left-style: outset;
        border-left-width: 1px;
    }

    .none_left{
        border-left-style:none !important;
    }

    .nav_desk_header
    {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 10px;
    }

.a-head {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 14px;
    text-shadow: 1px 0px 0px #000;
    cursor: pointer
}



        .a-head:hover {
            color: #BE9E55 !important;
            text-decoration: none;
            text-shadow: -1px 1px 1px #000 !important;
            cursor: pointer
        }

    .active_menu {
        color: #BE9E55 !important;
        text-decoration: none;
        text-shadow: -1px 1px 1px #000 !important;
        cursor: pointer
    }
  
   .main_slider{
    background-image: url('../images/designleft.png'), url('../images/designright.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 150px 150px, 150px 150px;
    z-index: 999999;
   }

    .abs_slider {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

   /**************************/
    .ul_header {
        top: 100%;
        position: absolute;
        display: flex;
        width: 200px;
        overflow: hidden;
        box-shadow: 0 10px 12px -4px #00000061;
        flex-direction: column;
        background: #fff;
        border-bottom: 3px solid #1a5a00b5;
        z-index: 1000000000;
        border-radius: 0 0 10px 10px;
/*        visibility: hidden;*/
        opacity: 1;
        transition: visibility 2s, opacity .1s linear;
        pointer-events: none;
    }
    .ul_header li{
        list-style:none;
        margin-top:10px;
    }       
    .ul_header li a
    {
        text-decoration:none;
        color:black;

    }

    /**************************/
    .top_header_sections {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.top_header {
    background: #1a5a00b5;
    color: white;
    padding: 4px;
}

.ul_top_header {
    display: flex;
    gap: 40px;
    list-style: none;
}


.top_header_section_contact {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.a_white:hover,
.a_white {
    color: white
}

body {
    background-image: url(../images/Main_Back.jpeg);
    background-position: center;
    height: 100%;
    width: 100%;
}



   .main_img{
    width: auto;
    height: 65px;
   }

   input[type="search"] {
    padding: 10px;
    font-size: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
    width: 190px;
    }


    input[type="search"]:focus {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


   .Flx{
    display: flex;
    justify-content: space-between;
    align-items:center;
   }


   .absolute{
    position: absolute;
   }

   .relative{
    position: relative;
   }

   .inside_header{
    bottom: 0;
    z-index: 99;
   }

.arrow_up {
    right: 20px;
    bottom: 20px;
    position: fixed;
    font-size: 30px;
    z-index:99;
    cursor:pointer;
}


    .arrow_up i::before {
        border: 1px solid #1a5a00b5;
        border-radius: 5%;
        padding: 8px;
        color: #1a5a00b5;
        background: white;
    }

    .header_slider {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        aspect-ratio: 30/14;
    }

    .header_slider::before {
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: #071b11;
        opacity: 0.4;
    }

   .bottom_inside_header{
    display: flex;
    background: #3a8324b8;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    padding: 10px;
    box-shadow: inset 0 0 31px -2px black;
   }

   .center_text{
    text-align: center;
    font-size: 60px;
    color: white;
    text-shadow: 5px 3px 4px rgb(0 0 0);
   }


  .stores
  {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 50px;
  }


  .Phone{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 190px;
    height: 300px;
  }


  .phone_div{
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }

.phone_prv {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.center {
    text-align: center;
}

  .max_width{
    max-width: 52%;
  }

  .application{
    font-weight: bolder;
    border: 6px solid #308d14;
    border-right: none;
    border-top: none;
    border-left: none;
  }

    .shadow {
        text-shadow: 5px 3px 4px rgb(0 0 0);
        -webkit-box-shadow: 5px 3px 4px rgb(0 0 0);
    }


  .icon_bar{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 45px;
    cursor:pointer
  }

    .icon_bar:hover {
        cursor: pointer;

    }

  .icon_Div{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 45px;
    cursor:pointer
  }

    .icon_Div:hover {
        cursor: pointer;
    }

  .a_link
  {
    display: block;
    text-decoration: none;
    cursor:pointer
  }

    .a_link:hover {
        cursor: pointer
    }

  .q_section{
    max-width:70%;
    margin: auto;
  }

  .right{
    text-align: right;
  }

  .left{
    text-align: left;
  }


  .green{
    color: #1a5a00b5;
  }

  

  /**************Slider Override******************/

  .Slider1 .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
  }


  .Slider1 .swiper-pagination-bullet-active {
      width: 30px;
      height: 6px;
      display: inline-block;
      border-radius: 0px;
      background: #BE9E55;
      opacity: 1;
  }


  .Slider1 .swiper-horizontal>.swiper-pagination-bullets,.Slider1 .swiper-pagination-bullets.swiper-pagination-horizontal,.Slider1 .swiper-pagination-custom,.Slider1 .swiper-pagination-fraction {
    bottom: 100px;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
  }


  .Slider2
  {
    padding-bottom: 30px !important;
  }
  
  .Slider2 .swiper-pagination-bullet {
    width: 25px;
    height: 6px;
    display: inline-block;
    border-radius: 0px;
    background: #c5ddc4;
    opacity: 1;
  }


  .Slider2 .swiper-pagination-bullet-active {
      width: 25px;
      height: 6px;
      display: inline-block;
      border-radius: 0px;
      background: #BE9E55;
      opacity: 1;
  }


  .Slider2 .swiper-horizontal>.swiper-pagination-bullets,.Slider2 .swiper-pagination-bullets.swiper-pagination-horizontal,.Slider2 .swiper-pagination-custom,.Slider2 .swiper-pagination-fraction {
    bottom: 0px;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
  }


  .Slider2 .swiper-button-next, .Slider2 .swiper-button-prev ,
  .Slider3 .swiper-button-next, .Slider3 .swiper-button-prev ,
  .Slider5 .swiper-button-next, .Slider5 .swiper-button-prev 
  {
    width: 36px;
    height: 36px;
    color: white;
    background: #0c750ccc;
    border-radius: 50%;
  }

  .Slider2 .swiper-button-next:after,.Slider2 .swiper-button-prev:after ,
  .Slider3 .swiper-button-next:after,.Slider3 .swiper-button-prev:after ,
  .Slider5 .swiper-button-next:after,.Slider5 .swiper-button-prev:after 
  {
    font-size: unset;
  }



.Slider6 .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    display: inline-block;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.Slider6 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.Slider6 .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 0px;
    background: #BE9E55;
    opacity: 1;
}


.Slider6 .swiper-horizontal > .swiper-pagination-bullets, .Slider6 .swiper-pagination-bullets.swiper-pagination-horizontal, .Slider6 .swiper-pagination-custom, .Slider6 .swiper-pagination-fraction {
    bottom: 40px;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}



/*  .Slider3.swiper.mt-2.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden
  {
    position: unset !important;
  }

   .Slider5.swiper.mt-2.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
     position: unset !important;
   }     

  .SliderP3 .swiper-button-next, .SliderP3 .swiper-button-prev {

    color: #0c750ccc;
    
  }

    .SliderP5 .swiper-button-next, .SliderP5 .swiper-button-prev {
        color: #0c750ccc;
    }*/


  /**************Slider Override End******************/


   /**************News Bar******************/
  .ticker-title-wrap {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
}

.ticker-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #445740;
  text-align: center;
  padding: 5px;
}




  .tiker-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px;
    box-shadow: inset 1px 1px 15px -7px #1a5a00b5;
  }
  
  .ticker-box { 
      display: flex;
      justify-content: start;
      padding-bottom: 5px;
  }

  .ticker-item {
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    padding: 0 22px 0px 22px;

    
  }
  .ticker-item a {
      font-size: 14px;
      color: #000;
      text-decoration: none;
  }

  .ticker-item a:hover {
      color: #BE9E55;
      
  }
  .ticker-item::after {
      content: url('../images/alsamahasmall.png');
      position: relative;
      top: 5px;
      left: -23px;
  }
  
  /* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
  /* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
  @keyframes ticker {
    0% { transform: translateX(0%, 0, 0); }
    100% { transform: translate3d(1000px, 0, 0); }
  }
  .ticker-box { 
      animation: ticker linear 25s infinite; 
      
  }
  .ticker-box:hover {
      animation-play-state: paused; 
      
  }

  
   /**************News Bar End******************/


.salah {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #1a5a00b5;
    border-width: 5px 1px;
    margin: 5px 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 79px;
    flex: 1 1 79px;
    border-radius: 8px;
    margin-bottom: 0px;
    opacity: 0;
}

.animate-salah {
    animation: fadeInRight 1.5s ease forwards;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

    .salah:nth-child(odd) {
        animation-delay: calc(0.15s * (6 - var(--index)));
    }

    .salah:nth-child(even) {
        animation-delay: calc(0.15s * (5 - var(--index)));
    }

/*   .salah {
    background-image: url(../images/mosque.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 96px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
*/


    .PrayDate {
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    }

.margin50 {
    margin-top: 20px;
}

.salah_section {
    box-shadow: -2px 60px 45px -50px #be9e55a6;
}



.SetsUsApart {
    opacity: 0;
}

.animate-SetsUsApart {
    animation: fadeInUp 1.5s ease forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.SetsUsApart:nth-child(odd) {
    animation-delay: calc(0.30s * (6 - var(--Index)));
}

.SetsUsApart:nth-child(even) {
    animation-delay: calc(0.30s * (5 - var(--Index)));
}



.SetsUsApart p {
   text-shadow: 0px 0px 5px #f3f3f3, 0px 1px 5px whitesmoke;
}


.head_title {
    position: relative;
    display: inline-block; /* Ensures the pseudo-element is only as wide as the text */
}

  .head_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50%;
    height: 5px;
    background-color: #BE9E55;
    border-radius: 60px;
  }

  .aboutUs_bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-color: rgb(0 0 0 / 0%);
  }

    .about_bg {
        background-size: cover;
        background-image: url(../images/AboutUs_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 725px;
        background-color:rgb(223 243 219 / 14%)
    }



.SetsUsApart_bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    display: block;
    margin: auto;
}

  .backcolor{
    width: 100%;
    height: 100%;
    background-color: rgb(107 107 107 / 43%);
    color: white;
    box-shadow: inset 0px 20px 24px -10px black, inset 0px -20px 15px -10px black;
    align-items: center;
    display: grid !important;
  }

  .btn{
    display: table;
    background: white;
    border: 3px solid #1a5a00b5;
    padding: 1px 20px 1px 20px;
  }

  .btn:hover
  {
    display: table;
    background: #1a5a00b5;
    border: 3px solid #BE9E55;
    color:white;
    display: table;

  }



  .justify{
    text-align: justify !important;
  }

/*
  .visible {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
*/
.visible {
    opacity: 0;
    transform: translateY(20px) scale(0.9) rotate(-5deg);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .visible.active {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
    }


.hidden-content {
    opacity: 1;
    transform: translateY(0);
  }


.card {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color:black
}

    .card:hover,
    .card:focus {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        text-decoration:none;
        color:black
    }

    .service_bg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        height: 280px;
        transition: filter 0.3s ease, opacity 0.3s ease;
    }

    .service_bg:hover,
    .service_bg:focus {
        filter: brightness(90%);
        opacity: 0.9;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .service_bg:hover::before,
    .service_bg:focus::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        animation: fadeIn 0.3s ease;
    }

  .a_service{
    background: #1a5a00b5;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  
  .a_service:hover{
    background: #BE9E55;
    text-align: center;
    color: white;
    text-decoration: none;
  }


  .news_section{
    background: #dfdba22e;
    padding: 10px;
  }

  .news_bg{

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 400px;
  }

  .review_card{
    border: 2px solid #1a5a00b5;
    padding: 4px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-image: url('../images/designleft.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size:100px 100px;
  }

  .Subreview{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .review_bg{

    background-position: center;
    background-image: url('../images/profile.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
  }

  /******************* Rating  ***********************/

 


  .rating {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px;
    width: 50%;
    margin: auto;
  }
   
  .star {
    font-size: 50px;
    cursor: pointer;
  }

  .one {
    color: rgb(255, 0, 0);
  }
   
  .two {
    color: rgb(255, 106, 0);
  }
   
  .three {
    color: rgba(251, 255, 120, 0.767);
  }
   
  .four {
    color: rgba(255, 255, 0, 0.788);
  }
   
  .five {
    color: rgb(24, 159, 14);
  }
  /******************* Rating  ***********************/


.form_div {
    background: #dfdba22e;
    padding: 15px;
}

.form_input
{

  border: 3px solid #1a5a00b5;

}
.form_input:focus
{
  color: #212529;
  background-color: #fff;
  border-color: #be9e55;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}


.footer_link_div {
    display: flex;
    gap: 60px;
    width: 100%;
    margin: auto;
    margin-top: -25px;
    background: white;
    justify-content: space-evenly;
    border-radius: 20px;
}

    .footer_link_div a img {
        border: 1px solid #1a5a00b5;
        border-radius: 5%;
        padding: 8px;
        color: #1a5a00b5;
        background: none;
        width: 50px;
        height: 50px;
    }

        .footer_link_div a img:hover {
            border: 1px solid #BE9E55;
            border-radius: 6%;
            background: #dfdba22e;
            color: white;
        }
    .footer_link {
        font-size: 30px;
        color: #352f2f;
    }


.btn_mobile {
    background: #1a5a00b5;
    color: white;
    display: table;
    border: 3px solid #be9e55;
    border-radius: 5px;
}


.line {
    width: 100%;
    height: 5px;
    background: #1a5a00b5;
}

.footer_Two{

  background-image: url('../images/skyscraper.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}

.footer_Two::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 84%);
}

.zindex{

  z-index: 1;
}

.footer_img {
    background-image: url('../images/ALSAMAHA_LOGO.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 250px;
    height: 150px;
    margin: auto;
}

.a_footer{

  color: black;
  text-decoration: none;
}

.a_footer:hover{

  color: #be9e55;
  text-decoration: none;
}


.ul_footer
{
  display: flex;
  justify-content: space-between;
  list-style: none;
}


.End_font {
    width: 100%;
    height: 15px;
    background-color: #1a5a00b5;
}

.black{
  color: black !important;
  text-shadow: none !important;
}

.powerd {
    color: #1a5a00b5;
    text-decoration: none;
}

.powerd:hover{
  color: #be9e55;
  text-decoration: none;
}


.wrapper {
    display: inline-flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

i {
    padding: 0px 10px;
}

.wrapper i:nth-child(1) {
    color: #4867AA;
    cursor: pointer;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 150ms;
}

    .wrapper i:nth-child(1):hover {
        margin-top: -10px;
        text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
        transform: translate(0, -8);
    }

.wrapper i:nth-child(2) {
    color: #1DA1F2;
    cursor: pointer;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 150ms;
}


.devlopment_p {
    font-size: 13px;
}

/*************************************/

.none{display: none;}
.block{display: block;}

.sticky {
    position: sticky;
    z-index: 9
}

.web_mobile {
    background: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    box-shadow: 1px 1px 26px #1a5a00; /* Consider adjusting values or removing negative value */
}

.mobile_menu {
    border-bottom-left-radius: 35px;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(215deg, #d7f0d7, #ffffff);
    /* transform: translateX(+100%); */
    -webkit-transform: translateX(+100%);
    opacity: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    color: white;
    /* transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s ease-in-out, box-shadow 0.3s ease-in-out; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

    .mobile_menu.show {
        transform: translateX(0);
        -webkit-transform: translateX(0); /* Add vendor prefix for iOS */
        opacity: 1;
        box-shadow: 0 17px 20px rgba(0, 0, 0, 0.8);
        animation: bounce 0.8s ease-out;
    }



  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
   }



.main_img_mobile
{
  width: auto;
  height: 60px;
  margin: auto;
}

.ul_mobile {
    list-style: none;
    padding: 0;
    text-align: right;
    width: 100%;
    overflow-y: scroll;
}


.ul_mobile li{
  border-bottom: solid;
  display: grid;
}

.ul_mobile li a{
  font-size: 16px;
}


.a-head_mobile
{
  color: black;
  text-decoration: none;
  font-size: 14px;
  padding: 14px;
  cursor:pointer
}

    .a-head_mobile:hover,
    .a-head_mobile:focus {
        color: #1a5a00b5;
    }

.bottom_inside_header_mobile {
    background: #1a5a00b5;
    padding: 14px;
}


i.bi.bi-x-circle-fill {
    color: #1a5a00b5;
    font-size: 25px;
}


/*******************************************************************About Us Section Start***********************************************************************************/
.base_img{
  background-image: url('../images/accountant-calculating-profit-with-financial-analysis-graphs.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height:350px;
  position:relative
}


    .base_img::before {
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: #071b11;
        opacity: 0.4;
    }


    .base_img .center_text
    {
        position:sticky;
        z-index:9;

    }
    .vision_img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 350px;
    }
/*******************************************************************About Us Section End*************************************************************************************/


/*******************************************************************Register Section Start*************************************************************************************/



.Users_block{
  background: rgb(0 0 0 / 28%);
  padding: 20px;
  width: 100%; /* Adjust width as needed */

}

.Register_section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width:1000px; /* Adjust the maximum width as needed */
  margin: 0 auto; /* Center the container horizontally */
}


.input-group-text {
  background: green;
}


.Register_bg {
    background-image: url(../images/Users.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 230px;
}


.head_bg {
  background-image: url(../images/ALSAMAHA-3D-LOGO.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 320px;
  height: 130px;
  margin: auto;
}



/*******************************************************************Register Section End*************************************************************************************/



/*******************************************************************Login Section Start*************************************************************************************/
.Login_bg {
    background-image: url(../images/Users.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    border-radius: 25px 0 0 25px;
}


.calc_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    box-shadow: inset 3px 2px 10px -1px #18150ae3, inset 6px 5px 16px -3px #bb9938e3;
}

/*******************************************************************Login Section End*************************************************************************************/


/*******************************************************************manager Section Start*************************************************************************************/
.manager_img {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: auto;
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
    border: 4px solid #bb9938e3;
    transition: transform 0.3s ease;
}

.manager_btn {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: auto;
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
    border: 4px solid #bb9938e3;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black
}


.manager_btn:hover,
.manager_img:hover {
    animation: pulse 1s infinite alternate; /* Apply the animation on hover */
    text-decoration:none;
    color:black
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #3a7b39;
  }
  100% {
    transform: scale(1.1);
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #3a7b39, 0 0 20px 5px #3a7b39;
  }
}
.manager_position{
 text-align: center;
 font-weight: bolder;
 font-size: 20px;
 position: relative;
}

.manager_position::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  width: 20%;
  height: 5px;
  background-color: #BE9E55;
  border-radius: 60px;
}


.manager_name{
  text-align: center;
  font-size: 16px;
}
/*******************************************************************manager Section end*************************************************************************************/



/*******************************************************************services Section Start*************************************************************************************/

.service_card_img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
}

.service_card{
  box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
  border: 4px solid #bb9938e3;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.service_card:active{
  transform: scale(0.8);
  box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #3a7b39, 0 0 20px 5px #3a7b39;
}

    .service_card:hover {
        transform: scale(0.8);
        box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #3a7b39, 0 0 20px 5px #3a7b39;
    }



.service_title {
    color: white;
    background-color: #308d14;
    border-radius: 10px;
    text-align: center;
    inline-size: fit-content;
    padding: 5px;
}

.table_content{
  box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
  border: 4px solid #bb9938e3;
  border-radius: 10px;
  padding: 15px;
}


.service_content_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}

.center_img{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
/*******************************************************************services Section end*************************************************************************************/



/******************************************************************* News start*************************************************************************************/

.news_card {
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
    border: 4px solid #bb9938e3;
    cursor: pointer;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: black;
}


.news_card p {
  padding:5px;
}

.new_card {
    box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
    border: 4px solid #bb9938e3;
    cursor: pointer;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: black;
    background: white;
}

    .new_card:active {
        transform: scale(0.8);
        box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #3a7b39, 0 0 20px 5px #3a7b39;
    }

    .new_card:hover {
        color: #3a7b39;
        transform: scale(1.2);
    }


.new_card_img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
}

.new_card_details_img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

/* Container for video or image */
.new_card_details_video {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 20px; /* Smooth rounded edges */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); /* Elegant shadow */
    margin: 20px 0;
}

/* Video styling */
.video-style {
    object-fit: cover; /* Fills the container while maintaining aspect ratio */
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Mute/Unmute button styling */
.mute-button {
    top: 20px;
    right: 20px;
    color: gold; /* Gold color for luxury */
    border: none;
    background: none; /* Transparent background */
    font-size: 40px; /* Large button */
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

    .mute-button:hover {
        transform: scale(1.2); /* Slight zoom on hover */
        color: #ffd700; /* Brighter gold on hover */
    }

/* Additional text styling */
.NewTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.justify {
    text-align: justify;
}


.head_title_link {
    color: black
}

    .head_title_link:hover {
        color: #3a7b39
    }


.NewTitle {
    text-align: center;
    color: #3a7b39;
    font-weight: bold;
}
/******************************************************************* News end*************************************************************************************/



/******************************************************************* calculater start*************************************************************************************/

.input_box {
    border-radius: 13px 13px 13px 13px !important;
    border: 2px solid #bb9938e3;
}

    .input_box:focus {
        border-radius: 10px 10px 10px 10px !important;
        box-shadow: 1px 1px 1px 1px #3a7b39;
    }

.input_box_Calc {
    border-radius: 0px 13px 13px 0px !important;
    border: 2px solid #bb9938e3;
}

    .input_box_Calc:focus {
        border-radius: 0px 10px 10px 0px !important;
        box-shadow: 1px 1px 1px 1px #3a7b39;
    }


.form-control:focus {
    border: 1px solid #bb9938e3;
}
/******************************************************************* calculater end*************************************************************************************/
/******************************************************************* ContactUs start*************************************************************************************/
.location {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 95%;
    height: 280px;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: 10px;
    position: relative; /* Added for absolute positioning */
    overflow: hidden; /* Hide the overflow for the animation */
    transform-origin: center; /* Set the transform origin to the center */
}

        .location::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-image: url('../images/favpng.png'); /* Replace with the path to your animation image */
            background-size: contain;
            background-repeat: no-repeat;
            animation: clickAnimation 1s ease-in-out infinite alternate, clickAnimation 1s ease-in-out infinite alternate;
        }

    @keyframes clickAnimation {
        0% {
            opacity: 0.5;
            transform: translate(-50%, -50%) scale(0.5);
        }

        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }


    .error{
        color:red;
    }


    .Branche{
        display:block;
        color:black;
        margin:0;

    }

    .Branche:hover {
        color: #1a5a00b5;
    }

    .Flex_Branch {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-top:8px;
    }


    .Branche_div {
        box-shadow: inset 3px 2px 10px -1px #18150ae3, 6px 5px 16px -3px #bb9938e3;
        border: 4px solid #bb9938e3;
        border-radius:10px 10px 10px 10px ;
        padding:10px
    }



   
/******************************************************************* ContactUs end*************************************************************************************/
/******************************************************************* FinanceRequest Start*************************************************************************************/
/*.page {
    display: none;
}

    .page.active {
        display: block;
    }*/

.navigation-buttons {
    margin-top: 20px;
    text-align: center;
}

    .navigation-buttons button {
        margin: 0 10px;
        background: #43ff800a;
        border-radius: 10px;
        padding: 3px 20px 3px 20px;
        border: 3px solid green;
    }

    .navigation-buttons .page-number {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 5px 10px;
        cursor: pointer;
    }

        .navigation-buttons .page-number.active {
            background-color: #6ab04c; /* Green color for active page */
            color: #fff;
        }

.error-message {
    color: red;
}
/******************************************************************* FinanceRequest end*************************************************************************************/

/******************************************************************* Users start*************************************************************************************/



.otp-input-container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.otp-input {
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    margin-right: 5px;
    transition: border-color 0.3s ease;
    padding:0px
}

    .otp-input:focus {
        outline: none;
        border-color: #007bff;
    }



/* Show error message when OTP input is invalid */
.otp-input.invalid {
    border-color: red;
}

/******************************************************************* Users end*************************************************************************************/




/******************************************************************* SetsApart start*************************************************************************************/

    .Adv_card {
        border: 2px solid #bb9938e3;
        padding: 3px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(../images/designleft.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 151px 150px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 8px 6px 38px -8px black, inset -3px -2px 10px 1px #00000080;
        position: relative;
        overflow: hidden;
        transition: box-shadow 0.4s, transform 0.4s;
        transform-origin: center;
        gap: 25px;
    }

    .Adv_card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(rgba(255, 255, 255, 0.5), transparent); /* Adjust as needed */
        transition: transform 0.4s;
        transform: scale(0); /* Start with no reflection */
    }

    .Adv_card:hover::before {
        transform: scale(1); /* Expand the reflection on hover */
    }

    .Adv_card:hover {
        box-shadow: 8px 6px 60px -8px black, inset -3px -2px 10px 1px #00000080; /* Adjust shadow on hover */
        transform: scale(1.05) rotate(2deg) translateY(-5px); /* Add scale, rotation, and translation effect on hover */
        color: #1a5a00be; /* Change text color on hover */
        font-size: 24px; /* Increase font size on hover */
    }

    .none_a {
        text-decoration: none;
        color: black

    }


    .Adv_card p :hover {
        color: #1a5a00b5
    }

    /******************************************************************* SetsApart end*************************************************************************************/
    /******************************************************************* RequestStatus start*************************************************************************************/
    table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #ddd;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: center;
    }

    tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    th {
        background-color: #4CAF50;
        color: white;
    }

/******************************************************************* RequestStatus end*************************************************************************************/


.Space {
    background-image: url(../images/space.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 40px;
}

.Request_div {
    position: fixed;
    bottom: 40px;
    left: 10px;
    z-index: 99;
}

.Chat_div {
    position: fixed;
    bottom:50%;
    left: 0px;
    z-index: 99;
}

.Request {
    background: linear-gradient(318deg, #114715, #fff0);
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 0%;
    width: 73px;
    height: 73px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    animation: popUp 0.5s ease-in-out infinite alternate, moveDown 1s ease-in-out infinite alternate;
    flex-direction: column-reverse;
    text-decoration: none;
    color: white;
    cursor: pointer;
    border-radius:5px
}

    .Request:hover {
        background: linear-gradient(196deg, #bb9938, #114715);
    }

.Request::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 80%);
    border-radius: 50%;
    transition: transform 0.4s;
    z-index: -1;
}




    .Request:hover::before {
        transform: scale(1.5);
        text-decoration: none;
        color: white;
    }


    .Request{
        text-decoration: none;
        color:white;
    }

    .Request:hover {
        text-decoration: none;
        color: white;
    }


    .Request i {
        font-size: 30px;
        animation: popUp 0.5s ease-in-out infinite alternate, moveDown 1s ease-in-out infinite alternate;
    }

    .Request_div p {
        font-size:10px;
    }

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes popUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}
/**********************************/

.Recaptcha {
    text-align: -webkit-center;
    margin-top: 25px;
}


.search-container {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.call {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration:none;
    font-size:12px
}

.call:hover {
    color: #bb9938e3;
}

.search-container {
    position: relative;
    display: inline-block;
}

#searchInput {
    padding: 8px 38px 8px 10px; /* Adjust padding as needed */
    border: 1px solid #ccc; /* Border color */
    border-radius: 20px; /* Rounded corners */
    font-size: 16px; /* Font size */
    width: 100%; /* Input width */
}

    #searchInput:focus {
        outline: none; /* Remove outline on focus */
        border-color: #007bff; /* Border color on focus */
    }

    #searchInput::placeholder {
        color: #999; /* Placeholder color */
    }

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#searchResults {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute; /* Changed */
    top: 100%; /* Changed */
    background-color: #fff; /* Added */
    border: 1px solid #ccc; /* Added */
    border-radius: 5px; /* Added */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Added */

}

    #searchResults li {
        margin-bottom: 5px;
    }

        #searchResults li a {
            text-decoration: none;
            color: #333;
            display: block;
            padding: 8px;
            transition: background-color 0.3s;
        }

            #searchResults li a:hover {
                background-color: #f0f0f0;
            }

#searchInput:focus + #searchResults {
    display: block; /* Added */
}






/**************************************************/
.chat-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4e8847bd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    padding: 52px;
    box-shadow: 4px 3px 16px 3px black;
}

.chat-content {
    text-align: center; /* Center the content inside the popup */
}

.chat-options {
    display: flex;
    gap: 40px; /* Add some spacing between options and content */
}

    .chat-options button {
        background-color: #fff; /* Change button background color */
        color: #007bff; /* Change button text color */
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 10px; /* Add spacing between buttons */
    }

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: transparent;
    border: none;
    color: #fff; /* Change close button color */
    cursor: pointer;
    outline: none;
}

    #close-btn:hover {
        color: #ff0000; /* Change close button color on hover */
    }



.Ppop {
    background: white;
    border-radius: 10px;
    width: fit-content;
    padding: 3px;
    text-align: center;
    display: inline-block;
}

.animation_none {
    animation:none !important;
}


.pre-line {
    white-space: pre-line;
}


/*********************Questions**********************************/




.Questions_Div {
    padding: 3px;
    background-color: white;
    box-shadow: 0px 0px 0px 3px #1a5a00b5 inset;
}

.accordion-button::after,
.accordion-button {
    margin: unset !important;
    justify-content: space-between;
}

    .accordion-button:not(.collapsed) {
        color: #000000;
        background-color: #e9e9e9;
        box-shadow: inset 0 -1px 0 rgb(0 255 104 / 13%);
    }





/*********************Questions**********************************/

/************************ Fit Content *********************************/
.Fit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/************************ Fit Content *********************************/





/*******************Steps********************/

    .container_steps {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 50px auto;
        width: 80%;
        gap: 25px
    }

.circle_div {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background-color: #c3ba312e;
    color: black;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding:10px
}

    .circle_div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        transform-origin: top right;
        transform: perspective(1000px) rotateY(-180deg); /* Start with the page flipped */
        transition: transform 0.5s;
        border-radius: 10px !important;
    }

    .circle_div:hover::before {
        transform: perspective(1000px) rotateY(0deg); /* Rotate the page back to normal */
    }

    .circle_div:hover {
        background-color: #1a5a00b5;
        border: 1px solid #bb9938e3;
        color: #1a5a00b5;
        text-decoration: none;
    }

.circle {
    position: relative;
}

.circle-text {
    display: block;
    font-size: 18px;
}

.circle p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.circle-number {
    font-size: 20px;
    height: 28px;
    background: #1a5a00b5;
    border-radius: 50%;
    display: block;
    width: 28px;
    margin: auto;
    color: white;
}



.circle-number:hover {
  background:  #c3ba312e;
  color:black
}




.circle_with_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_icon, .checkmark {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}

    .arrow_icon:hover, .checkmark:hover {
        transform: scale(1.1);
    }



.circle_with_arrow .circle_div {
    margin-right: 20px; /* Adjust the spacing between circle and arrow */
}

/* For tablets and phones */
@media (max-width: 767px) {
    .arrow_icon {
        transform: rotate(-90deg) rotateX(180deg);
    }
    .checkmark {
        transform: rotate(0); /* Rotate the arrow icon for phones and tablets */
    }
}

/*    .circle-number {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 16px;
        font-weight: bold;
    }
*/
    .arrow {
        width: 85px;
    }

/*****************WorkShop**********************/
    .workshop_div {
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
        border-radius: 10px 10px 10px 10px;
        color: black;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
    }
     .workshop_div:hover {
             text-decoration: none;
             color:#1a5a00b5
     }
    .workshop_img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 150px;
        border-top-left-radius: 10px ;
        border-top-right-radius: 10px ;
        position:relative
    }

    .workshop_box {
        padding:15px;
    }

    .hint {
        margin: 0;
        position: absolute;
        bottom: 10px;
        background: #1a5a00b5;
        padding: 4px;
        border-radius: 15px 0px 0px 15px;
        color: white;
    }
/*****************WorkShop**********************/


.flx_center {
    display: flex;
    align-items: center;
}



.MoreDetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    height: 100%;
    gap: 40px;
    align-items: center;
}


.MoreDetailsUl {
    list-style: inside; /* Removes bullets */
}

    .MoreDetailsUl li {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.6;
        color: #333;
    }


        .MoreDetailsUl li a {
            color: #1a5a00b5; /* Link color */
            text-decoration: underline; /* Removes underline */
        }
            .MoreDetailsUl li a:hover {
                text-decoration: none;
                background: #1a5a00b5;
                border-radius: 10px;
                padding: 1px;
                color: white;
            }

            .MoreDetailsUl li a:hover {
                text-decoration: underline; /* Adds underline on hover */
            }

        .MoreDetailsUl li span {
            color: #555;
        }



.map-container {
    margin: 20px 0;
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: 0 4px 15px #1a5a00b5; /* Green shadow with transparency */
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.map-heading {
    text-align: center;
    font-size: 18px;
    color: #333;
}


/**********/

/*#accessibility-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}*/

#accessibility-panel {
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: 300px;
    z-index: 9999;
    display: none;
    font-family: 'Arial', sans-serif;
    direction: rtl;
}

.accessibility-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

    .accessibility-actions button {
        color: black;
        display: flex;
        justify-content: space-evenly;
        font-weight: bold;
    }

.high-contrast,
.high-contrast * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #999 !important;
}

    .high-contrast a {
        color: yellow !important;
        text-decoration: underline;
    }

    .high-contrast button {
        background-color: #222 !important;
        color: #fff !important;
        border: 1px solid #555 !important;
    }

    .high-contrast .card,
    .high-contrast .container,
    .high-contrast .row,
    .high-contrast .col {
        background-color: #111 !important;
    }

    .high-contrast .btn-outline-secondary {
        background-color: #222 !important;
        color: #fff !important;
        border-color: #888 !important;
    }