
@font-face {
    font-family: Cairo;
    src: url("../fonts/Cairo-Regular.ttf");
  }


  :root {
    scroll-behavior: smooth;
  }
  /* //////////////////////////////// */


  html {
    font-family: "Cairo";
    scroll-behavior: smooth;
  }
  html {
    scroll-padding-top: 80px;
  }

  *{
    font-family: "Cairo" !important;

  }

  .FontLight{
    font-family: "Cairo" !important;
  }

  body{
    position: relative;
    min-height: 100dvh;
    background-color: #FFFFFF;
  }


  .navbar *{
    font-family: Cairo;
  }


  @media (max-width: 1200px) {
    .\!container {
      max-width: 90% !important;
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }

    .container {
      max-width: 90%;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (max-width: 900px) {
    .\!container {
      max-width: 95% !important;
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }

    .container {
      max-width: 95%;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (max-width: 450px) {
    .\!container {
      max-width: 100% !important;
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }

    .container {
      max-width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }



  .action{
    transition: all .3s ease;
  }

  .action:active{
    scale: 0.9;
  }

  .headerHome{
    position: relative;
    width: 100%;
    z-index: 1;
    /* background: linear-gradient(0deg, rgba(111,229,246,0) 0%, rgba(250,184,3,1) 66%); */
    /* background-color: #FFEDEA; */
    /* overflow: hidden; */

  }

  /* .headerHome::after {
    content: '';
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    background-color: #fff;
    height: 5%;
  } */

  .catH1{
    position: absolute;
    left: -40px;
    top: 20px;
    width: 170px;
  }
  .catH2{
    position: absolute;
    right: 50px;
    bottom: -30px;
    width: 120px;
  }

  [data-aos="custom-fade-up"] {
    opacity: 0;
    transform: translateY(20px);
  }

  [data-aos="custom-fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
  }

  .catSs{
    position: absolute;
    top: -60px;
    right: -40px;
    height: 40px;
    object-fit: contain;
    transform: rotate(20deg);
    z-index: 3;
    gap: 10px;
  }

  .catSs img{
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .catSs img:first-child{
    width: 40px;
    height: 40px;
  }

  .catS{
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: -1;
    opacity: 20%;
    height: 240px;
    object-fit: contain;
    transform: rotate(100deg);
  }



  .homeHeroF{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc( 100vh - 90px );
    gap: 25px;
  }

  .textHomeHero{
    position: relative;
  }

  .btnH{
    padding:  10px 30px;
    background-color: #FAB803;
    color: #fff;
    border-radius: 15px;
    display: block;
    width: max-content;
  }

  .imageHeader{
    position: relative;

    min-width: 400px;
    min-height: 400px;
    background-color: #FAB803;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.103) 0px 3px 2px;
    position: relative;

  }

  /* .imageHeader::after{
    content: " ";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #b1811a;
    top: 20%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
   z-index: 0;
  } */

  .imageHeader .p1{
    position: absolute;
    top: -30px;
    left: 0;
    width: 350px;
    height: 350px;
    object-fit: contain;
  }
  .imageHeader .p2{
    position: absolute;
    bottom: 40%;
    transform: translateY(50%);
    right: -10px;
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
  .imageHeader .p3{
    position: absolute;
    bottom: 40%;
    transform: translateY(50%);
    right: 200px;
    width: 200px;
    height: 200px;
    object-fit: contain;
  }
  .imageHeader .p4{
    position: absolute;
    bottom: 32%;
    transform: translateY(50%);
    right: 75px;
    width: 220px;
    height: 180px;
    object-fit: contain;
  }

  .nImg1{
    position: absolute;
    top: -15px;
    right: -50px;
    width: 160px;
    height: 160px;
    object-fit: contain;
    z-index: 3;
    animation: moveUpDown 1s ease-in-out infinite alternate;
  }
  .nImg2{
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    z-index: 3;
    animation: moveUpDown 1s ease-in-out infinite alternate;

  }
  .nImg3{
    position: absolute;
    bottom: 100px;
    left: -60px;
    width: 150px;
    height: 150px;
    object-fit: contain;
    z-index: 3;
    animation: moveUpDown 1s ease-in-out infinite alternate;

  }
  .nImg4{
    position: absolute;
    bottom: -40px;
    left: 100px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    z-index: 3;
    animation: moveUpDown 1s ease-in-out infinite alternate;

  }

  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(5px);
    }
  }

  @media (max-width:1400px) {
    .catH1{
      left: -35px;
      top: 20px;
      width: 142px;
    }
    .catH2{
      right: 50px;
      bottom: -34px;
      width: 105px;
    }
  }

  @media (max-width:991px) {
    .headerHome{
      min-height: auto;
    }

    .imageHeader {
      min-width: 360px;
      min-height: 360px;
    }

    .imageHeader .p1 {
      top: -30px;
      left: 0;
      width: 300px;
      height: 300px;
    }
    .imageHeader .p3 {
      right: 180px;
      width: 180px;
      height: 180px;
    }
    .imageHeader .p2 {
      width: 180px;
      height: 180px;
      right: 0;
  }

    .nImg1{
      width: 100px;
      height: 100px;
      top: 17px;
      right: 5px;
    }
    .nImg3 {
      bottom: 100px;
      left: -60px;
      width: 127px;
      height: 119px;
    }
    .catH1 {
      left: -25px;
      top: 20px;
      width: 115px;
    }
    .catH2 {
      right: 50px;
      bottom: -20px;
      width: 90px;
    }
  }

  @media (max-width:800px) {
    .homeHeroF{
      flex-direction: column;
      justify-content: center;
      gap: 60px
    }
    .headerHome{
      height: auto;
      min-height: auto;
      padding: 100px 0;
    }

  }

  @media (max-width:600px) {
    .headerHome{
      padding: 120px 0 70px 0;
    }
    .homeHeroF{
      min-height: auto;
    }
    .imageHeader {
      min-width: 320px;
      min-height: 320px;
  }

    .imageHeader .p1 {
      top: -30px;
      left: 20px;
      width: 260px;
      height: 260px;
    }
    .imageHeader .p2 {
      width: 150px;
      height: 150px;
    }
    .imageHeader .p3 {
      right: 180px;
      width: 150px;
      height: 150px;
    }
    .catH1 {
      left: -25px;
      top: 4px;
      width: 100px;
  }
  .catH2 {
    left: 25px;
    right: unset;
    bottom: -20px;
    width: 74px;
    transform: rotate(45deg) ;
  }


  [data-aos="custom-fade-up"] {
    opacity: 0;
    transform: rotate(45deg) translateY(20px);
  }

  [data-aos="custom-fade-up"].aos-animate {
    opacity: 1;
    transform: rotate(45deg) translateY(0);
  }

  .catSs{
    position: absolute;
    top: -60px;
    right: -3px;
  }

  }

  @media (max-width:450px) {
    .nImg1{
      top: -40px;
    }
    .nImg3 {
      bottom: 203px;
      left: 0px;
      width: 85px;
      height: 85px;
  }
  }

  .textdown{
    border:none;
    position: relative;
    padding: 5px 5px;
    padding-bottom:6px;
  }
  .textdown:hover{
    border: none;
  }

  .textdown::after{
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    right: 0%;
    bottom:0;
    background-color: #FAB803;
    transition: all ease-in-out .3s;
    border-radius: 30px;
  }
  .textdown:hover::after{
    width: 100%;
    left: 0;
  }

  .textdown.active{
    padding: 5px 20px;
    background-color: #fab8031c;
    border-radius: 20px;
  }
  .textdown.active::after{
    content: none;
  }
  .textdown.active:hover a{
    transform: translateY(0px);
  }

  /* /////////////////////// */


  .headerSideFollow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }


  .iconS{
    width: 30px;
    height: 35px;
    /* transition: 0.3s; */
    color: #fff;
    font-size: 20px;
  }

  .iconS img{
    width: 15px;
    height: 15px;
    transition: 0.3s;
  }

  .iconS:hover{
    color: #FAB803 ;
    transform: rotate(10deg);
  }



  .footerDown .iconS:hover{
    color: #fff;
  }


  /* ///////////////////////////////////////////// */

  .sectionPage{
    padding-bottom: 120px;
  }

  .navbar{
    width: 100%;
    z-index: 3;
    transition: all .3s ease;
    color: #000;
    box-shadow: rgba(190, 190, 190, 0.11) 0px 3px 4px;
    background-color: #FFEDEA;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .navM{
    height: 90px;
    flex-direction: row-reverse;
  }
  .textB{
    color: #4B4B4B;
  }


  /* ///////////////////////////////// */

  .logo{
    z-index: 3;
    width: auto;
    height: 90px;
    min-height: 90px;
    object-fit: contain;
  }


  .textU{
    color: #FAB803 !important;
  }

  .textG{
    color: #FAB803  !important;
  }

  .textGD{
    color: #FAB803 !important;
  }

  .textB{
    color: #FAB803 !important;
  }

  .bgG{
    background-color: #FAB803  !important;
  }

  .bgGB{
    background-color: #FAB803 !important;
  }

  .langD{
    display: flex;
    gap: 10px;
  }

  .langIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FAB803;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #FAB803;
    transition: .3s ease;
    cursor: pointer;
  }

  .langIcon:hover{
    border: 1px solid #FAB803;
    color: #FAB803;
  }

  .langIcon:active{
    scale: 0.9;
  }

  .navMenu{
    transform: translateX(55px);
  }


  @media (max-width: 1200px) {
    .logo{
      height: 75px;
      min-height: 75px;
    }

  }
  @media (max-width: 991px) {
    .sidebar {
      right: -100%;
      transition: right 0.3s ease-in-out;
      background-color: #FAB803;
      backdrop-filter: blur(20px);
      color: #fff;
    }

    .sidebar.active {
      right: 0;
    }


    .overlay {
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .navMenu{
      display: none;
    }
    .langD{
      display: none;
    }
  }


  @media (min-width: 991px) {
    .menu-btn,
    .sidebar,
    .overlay {
      display: none !important;
    }
  }


  /* ///////////////////////////////////////////////////////////// */

  .sectionAb{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    min-height: 300px;
  }

  .rightSecAb{
    width: 50%;

  }

  .leftSecAb{
    width: 45%;
  }

  .imgLeftSAb{
    position: relative;
    width: 100%;
    max-width: 450px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: auto;
    margin-left: auto;
  }

  .imgLeftSAb .imgbgAb{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .imgBoxS{
    position: absolute;
    bottom: -30px;
    right: -50px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    z-index: -1;
  }

  .bgLISA{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }


  .logoBgAb{
    position: absolute;
    width: 75px;
    object-fit: contain;
    left: 13px;
    top: 13px;
  }

  .btnArrow{
    background-color: #FAB803;
    padding: 8px 30px;
    border-radius: 15px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.164) 0px 3px 8px;
    display: flex;
    gap: 4px;
    width: max-content;
    align-items: center;
    transition: .3s ;
  }

  .btnArrow i{
    font-size: 18px;
  }

  .btnArrow svg{
    transition: all .3s ease;
  }

  .btnArrow:hover svg{
    transform: translateX(-4px);
  }

  .btnArrow:hover{
    background-color: #222221;

  }

  .btnBb{
    padding: 12px 45px;
    font-size: 20px;
  }

  .btnB{
    background-color: #FAB803;
    color: #fff;
    transition: .3s;
  }

  .btnB:hover{
    background-color: #FAB803;
  }

  .btnSec{
    background-color: #189ece0e;
    color: #FAB803;
    font-weight: bold;
  }

  .circleSec{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    right: -50%;
    top: 0;
    z-index: -1;
  }

  @media (max-width:800px) {
    .sectionAb{
      flex-direction: column;
    }
    .rightSecAb{
      width: 100%;
    }
    .leftSecAb {
      width: 100%;
    }
    .bgLISA {
      max-width: 367px;
      margin: auto;
      padding: 0 15px;
    }
  }

  /* ///////////////////////////////////////////// */

  .cardPSlider{
    margin-top: 10px;
  }

  .cardPSlider .sliderP{
    padding-top: 120px;
  }

  .cardP{
    background-color: #FFEABB;
    border-radius: 50px;
    min-height: 260px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  /* .cardP::after{
    content: " ";
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    right: -10px;
    z-index: 0;
  }
  .cardP::before{
    content: " ";
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: 45px;
    right: -10px;
    z-index: 0;
  } */

  .cardP img{
    width: 100%;
    height: 240px;
    object-fit: contain;
    margin-top: -150px;
    margin-bottom: 12px;
    object-position: bottom;
    z-index: 2;
  }



  /* /////////////////////////////////// */

  .cardOP{
    min-height: 250px;
    border: 1px solid #22222131;
    padding: 20px;
    text-align: center;
    border-radius: 40px;
    transition: .5s;
    display: block;
    max-width: 330px;
    margin: auto;
  }

  .cardOP:hover{
    background-color: #222221;
    color: #fff;
  }

  .cardOP .imgOP{
    width: 120px;
    height: 120px;
    padding: 15px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 10px;
    background-color: #ce94187a;
    border-radius: 40px;
  }
  .cardOP .imgOP img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .cardOP:hover .imgOP{
    background-color: #fff;
  }
  .cardOP:hover .btnB{
    background-color: #fff;
    color: #222221;
  }

  /* /////////////////////////////////// */

  .titleSec{
    display: flex;
    /* align-items: end; */
    width: 100%;
    justify-content: space-between;
    gap: 25px;
  }

  .textTitleSec{
    max-width: 600px;
    position: relative;
    padding-right: 35px;
    width: max-content;

  }
  .textTitleSec::after{
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 8px;
    border-radius: 50px;
    width: 5px;
    height: 5px;
    background-color: #FAB803;
  }
  .textTitleSec::before{
    content: " ";
    position: absolute;
    right: 7px;
    bottom: 8px;
    border-radius: 50px;
    width: 22px;
    height: 5px;
    background-color: #FAB803;
  }

  .headerTextPage.textTitleSec::before{
    background-color: #fff ;
  }



  /* ///////////////////////SecContactUs////////////////// */

  .SecContactUsF{
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .formContactUs{
    width: 55%;
  }

  .inputF{
    padding: 8px 10px;
    border: 1px solid #F5F5F5;
    outline: none;
    background-color: #096A3E0D;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
  }

  .inputF::placeholder{
    color: #535353;
  }

  @media (max-width:800px) {
    .formContactUs{
      width: 100%;
    }
    .SecContactUsF{
      flex-direction: column;
    }
  }

  /* //////////////////footer/////////////////////// */

  .footer{
    border-radius: 20px 20px 0 0;
    background: #222221;
    color: #fff;
  }

  .footerDown{
    padding: 8px 0;
  }

  .footer a{
    transition: all .2s ease;
  }

  .footer a:hover{
    color: #FAB803 ;
  }

  .logoF{
    width: 200px;
    object-fit: contain;
  }




  /* ////////////////////swiper/////////////////////// */


  .swiper-button-next,
  .swiper-rtl .swiper-button-prev,
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 40px !important;
    height: 40px !important;

    border-radius: 50%;
    background-color: #FAB803;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev{
    right: -45px !important;
  }
  .swiper-button-prev,
   .swiper-rtl .swiper-button-next{
    left: -45px !important;
  }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
  }


  @media (max-width:800px) {
    .swiper-button-next,
  .swiper-rtl .swiper-button-prev{
    right: 5px !important;
  }
  .swiper-button-prev,
   .swiper-rtl .swiper-button-next{
    left: 5px !important;
  }

  }



  /* //////////////////////////scroll-up//////////////////////////////// */

  .scroll-up{
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    left: 30px;
    border-radius: 50px;
    opacity: 0;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAB803;
    margin-right: auto;
  }

  .scroll-up.active{
    opacity: 1;
    z-index: 1;
  }

  .scroll-up.active:hover{
    opacity: 1;

  }

  .scroll-up:active{
    scale: 0.9;
  }

  .scroll-up i{
    color: #fff;
    font-size: 30px;
  }

  @media (max-width:1400px) {
    .scroll-up.active{
      opacity: 80%;
      bottom: 50px;
    }
  }


  /* /////////////////////////////////////// */

  .accordions{
    max-width: 850px;
    margin: auto;
  }


  .accordion {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .btnAccordion {
    width: 100%;
    padding: 16px 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #cfc8b83a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .btnAccordion:hover {
    background-color: #fddf9f93;
  }
  .btnAccordion.active {
    background-color: #fddf9fbe;
  }

  .arrowAccordion {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }

  .arrowAccordion.active {
    transform: rotate(180deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .catImage {
    width: 280px;
    object-fit: contain;
    margin: auto;
  }

  .catImage img{
    width: 100%;
    object-fit: contain;
    margin: auto;
  }

  .textBU{
    padding: 2px 15px;
    border: 1px solid #FAB803;
    background-color: #FAB803;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
  }

  @media (max-width:500px) {
    .catImage{
      width: 160px;
    }
  }


  /* ////////////////////////////////////////////////////// */



  .sectionP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 300px;
  }

  .bgLP{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #f6f6f6;
    position: relative;
  }


  .bgPD{
    padding: 20px ;
    background-color: #f6f6f6;
    border-radius: 15px;
  }

  ul.tableP li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 400;
    color: #132c3a;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }

  ul.tableP li:nth-child(odd) {
    background-color: #f6f6f6;
  }

  .textBB{
    border: 1px solid #FAB803;
    color: #FAB803;
    width: max-content;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
  }

  /* ////////////////////////////////// */

  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .tab-button {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 40px;
    padding: 10px 15px;
  }

  .tab-button.active::after {
    width: 100%;
  }
  .tab-button.active {
    color: #FAB803;
    font-weight: bold;
    background-color: #f6f6f6;

  }

  /* //////////////////////////////// */


  @media (max-width:991px) {
    .bgLP{
      width: 330px;
      height: 330px;
      margin: auto;
    }
  }
  @media (max-width:800px) {
    .sectionP {
      flex-direction: column-reverse;
    }
  }
  @media (max-width:800px) {
    .bgLP{
      width: 300px;
      height: 300px;
      margin: auto;
      padding: 14px;
    }

    .bgLP .nImg1 {
      width: 100px;
      height: 100px;
      top: -30px;
      right: 19px;
    }
    .bgLP .nImg2 {
      position: absolute;
      bottom: 10px;
      right: -18px;
      width: 90px;
      height: 90px;
    }
    .bgLP .nImg3 {
      bottom: 100px;
      left: -22px;
      width: 90px;
      height: 90px;
    }
  }

  @media (max-width:1200px) {
    .textdown{
      font-size: 15px;
    }
    .textdown.active{
      padding: 5px 10px;
    }
  }


  /* //////////////////////////////////////////////////// */

  .bodyCalclator{
    min-height: calc(100vh - 226px);
  }

  .contantC {
    max-width: 800px;
    margin: 60px auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;

  }

  .header {
    background-color: #FAB803;
    color: white;
    padding: 20px;
    text-align: center;
  }

  .header h1 {
    margin: 0;
    font-size: 28px;
  }

  .header p {
    margin-top: 10px;
    opacity: 0.9;
  }

  .form-container {
    padding: 20px;
  }

  .step {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #eee;
    animation: fadeIn 0.5s;
  }

  .step.active {
    display: block;
  }

  .step h2 {
    margin-top: 0;
    color: #FAB803;
    font-size: 20px;
    font-weight: bold;
  }

  .form-group {
    margin-bottom: 20px;
  }

  label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }

  select, input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
  }

  select:focus, input:focus {
    border-color: #FAB803;
    outline: none;
  }

  .radio-group {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }

  .radio-option {
    flex: 1;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
  }

  .radio-option:hover {
    background-color: #f0f0f0;
  }

  .radio-option.selected {
    background-color: #ede9fe;
    border-color: #FAB803;
    color: #FAB803;
  }

  .radio-option input {
    display: none;
  }

  .btn {
    background-color: #FAB803;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
  }

  .btn:hover {
    background-color: #7c3aed;
  }

  .btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }

  .btn-container {
    display: flex;
    gap: 10px;
    margin-top: 30px;
  }

  .btn-back {
    background-color: #e5e7eb;
    color: #4b5563;
  }

  .btn-back:hover {
    background-color: #d1d5db;
  }

  .result-container {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
    display: none;
  }

  .result-container h3 {
    margin-top: 0;
    color: #FAB803;
    border-bottom: 2px solid #e2e8f0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
  }

  .result-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .result-item:last-child {
    border-bottom: none;
  }

  .result-label {
    font-weight: bold;
    color: #1f2937;
  }

  .result-value {
    color: #7c3aed;
    font-weight: bold;
  }

  .food-recommendation {
    background-color: #ede9fe;
    border-right: 4px solid #FAB803;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
  }

  .reset-btn {
    background-color: #ef4444;
    margin-top: 10px;
  }

  .reset-btn:hover {
    background-color: #dc2626;
  }

  .cat-icon {
    font-size: 60px;
    text-align: center;
    margin: 20px 0;
    color: #7c3aed;
  }

  .imgPC{
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 600px) {
    .contantC {
        border-radius: 15px;
    }

    .radio-group {
        flex-direction: column;
    }
  }
  @media (max-width: 500px) {
    .step{
      padding: 0px;
    }
    .imgPC{
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

  }
  @media (max-width: 370px) {
    .btn-container{
      flex-direction: column-reverse;
    }
    .btn{
      margin-top: 0;
    }
  }



  /* ///////////////////////////////map////////////////////////// */

  .map-section {
    width: 100%;
    margin-bottom: 30px;
  }

  #map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .map-controls {
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }

  .search-box {
    position: relative;
    margin-bottom: 15px;
  }

  .search-box input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s;
    padding-left: 30px;
  }

  .search-box input:focus {
    border-color: #FAB803;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
  }

  .search-box button {
    position: absolute;
    left: 10px;
    top: 55%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #555;
    cursor: pointer;
    transition: all 0.3s;
  }

  .search-box button:hover {
    color: #FAB803;
  }

  .control-buttons {
    display: flex;
    gap: 10px;
  }

  .location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    background: #FAB803;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
  }

  .location-btn:hover {
    background: #1A1423;
    transform: translateY(-2px);
  }

  .error-message {
    color: #1A1423;
    background-color: #f8d7da;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 15px 0;
    display: none;
  }

  .info-message {
    background-color: #e9f7ef;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
  }

  .loader {
    display: none;
    text-align: center;
    padding: 10px;
  }

  /* أنماط قوائم المتاجر */
  .stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
  }

  .store-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
    background: white;
    cursor: pointer;
  }

  .store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .store-card.active {
    border: 2px solid #FAB803;
  }

  .store-image {
    height: 180px;
    overflow: hidden;
  }

  .store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }

  .store-card:hover .store-image img {
    transform: scale(1.05);
  }

  .store-info {
    padding: 15px;
  }

  .store-name {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
  }

  .store-address {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
  }

  .store-distance {
    display: inline-block;
    background: #FAB803;
    color: white;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 30px;
  }

  .store-online {
    display: inline-block;
    background: #4a6fa8;
    color: white;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 30px;
  }

  .store-buttons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
  }

  .store-btn {
    flex: 1;
    padding: 8px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s;
  }

  .store-btn.primary {
    background: #FAB803;
    color: white;
  }

  .store-btn.secondary {
    background: #f5f5f5;
    color: #333;
  }

  .store-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  /* أنماط المؤشرات على الخريطة */
  .leaflet-popup-content {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
  }

  .popup-content {
    text-align: right;
    direction: rtl;
  }

  .popup-title {
    font-weight: bold;
    font-size: 1rem;
    color: #FAB803;
    margin-bottom: 5px;
  }

  .popup-address {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 5px;
  }

  .popup-action {
    display: inline-block;
    margin-top: 8px;
    color: #4a6fa8;
    font-size: 0.9rem;
    text-decoration: none;
  }

  /* تأثيرات حركية */
  @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }

  /* الأنماط المتجاوبة */
  @media (max-width: 768px) {
    .control-buttons {
        flex-direction: column;
    }
  }

  .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    position: relative;
  }

  .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #FAB803;
    border-radius: 3px;
  }

  .custom-marker {
    text-align: center;
  }

  .custom-marker i {
    font-size: 30px;
    color: #28a745;
  }

  .custom-marker-online i {
    color: #4a6fa8;
  }

  .custom-marker-user i {
    color: #FAB803;
  }

  .map-instruction {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  .map-instruction i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #FAB803;
  }

  .map-click-instruction {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
    text-align: center;
  }

  .search-location {
    position: relative;
    margin-bottom: 30px;
  }

  .no-stores-message {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 30px 0;
  }

  .no-stores-message i {
    font-size: 50px;
    color: #ccc;
    display: block;
    margin-bottom: 15px;
  }

  @media (max-width:991px) {
    #map{
      height: 350px;
    }
  }
