
@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; */
    /* background: linear-gradient(0deg, rgba(201,101,133,0) 0%, rgba(201,101,133,1) 66%); */
    /* 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: #C96585;
    color: #fff;
    border-radius: 15px;
    display: block;
    width: max-content;
  }

  .imageHeader{
    position: relative;

    min-width: 400px;
    min-height: 400px;
    background-color: #C05C8B;
    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 .mainImage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px !important;
    height: 350px !important;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
    z-index: 2;
    border-radius: 20px;
  }
  
  .imageHeader .mainImage:hover {
    transform: translate(-50%, -50%) scale(1.05);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
  }
  

  

  .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: -20px;
      width: 108px;
    }
    .imageHeader {
      min-width: 350px;
      min-height: 350px;
    }

    .imageHeader .mainImage {
      width: 850px;
      height: 850px;
      filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
    }
  }

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

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

    .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;
    }
    
    .imageHeader {
      min-width: 320px;
      min-height: 320px;
    }
    
    .imageHeader .mainImage {
      width: 750px;
      height: 750px;
      filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.11));
    }
  }

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

    .imageHeader .mainImage {
      width: 450px;
      height: 450px;
      filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.1));
    }
    .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:600px) {
    .imgLeftP .imgbgAb {
      width: 220px;
      height: 220px;
    }
    
    .imgLeftP .nImg1 {
      width: 130px;
      height: 130px;
      top: -40px;
      right: -50px;
    }
    .imgLeftP .nImg2 {
      width: 110px;
      height: 110px;
      bottom: -60px;
      right: -40px;
    }
    .imgLeftP .nImg3 {
      width: 120px;
      height: 120px;
      bottom: 30px;
      left: -60px;
    }
  }
  
  @media (max-width:450px) {
    .imgLeftP .imgbgAb {
      width: 200px;
      height: 200px;
    }
    
    .nImg1{
      top: -30px;
      width: 100px;
      height: 100px;
      right: -40px;
    }
    .nImg3 {
      bottom: 203px;
      left: -30px;
      width: 100px;
      height: 100px;
    }
    
    .imgLeftP .nImg2 {
      width: 90px;
      height: 90px;
      bottom: -50px;
      right: -30px;
    }
  }

  .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: #C96585;
    transition: all ease-in-out .3s;
    border-radius: 30px;
  }
  .textdown:hover::after{
    width: 100%;
    left: 0;
  }

  .textdown.active{
    padding: 5px 20px;
    background-color: #C965851c;
    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: #C96585 ;
    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: 0 8px 32px rgba(247, 191, 212, 0.2);
    background: linear-gradient(145deg, #f7bfd4 0%, #f0a8c5 100%);
    position: sticky;
    top: 0;
    margin: 10px 20px 0 20px;
    border-radius: 20px;
    width: calc(100% - 40px);
  }

  .navM{
    height: 80px;
    flex-direction: row-reverse;
    padding: 0 25px;
    align-items: center;
  }
  .textB{
    color: #4B4B4B;
  }


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

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


  .textU{
    color: #C96585 !important;
  }

  .textG{
    color: #C05C8B  !important;
  }

  .textGD{
    color: #B45792 !important;
  }

  .textB{
    color: #C96585 !important;
  }

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

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

  .langD{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
  }

  .langIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 15px;
    width: 45px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .langIcon:hover{
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .langIcon:active{
    transform: translateY(0);
    scale: 0.95 !important;
  }

  .navMenu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .navMenu ul {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navList a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
  }

  .navList a:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
  }

  .navList.active a {
    /* background: rgba(255, 255, 255, 0.3); */
    font-weight: 600;
  }


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

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

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

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

    .sidebar.active {
      right: 0;
    }

    /* Mobile menu logo improvements - targeting only the logo inside sidebar flex container */
    .sidebar .flex-1 img[alt="Logo"] {
      height: 140px !important;
      min-height: 140px !important;
      width: auto !important;
      max-width: 250px !important;
    }

    .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: #C96585;
    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: #B45792;

  }

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

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

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

  .btnSec{
    background-color: #C965850e;
    color: #C96585;
    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: #ebabbf;
    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 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 #B4579231;
    padding: 20px;
    text-align: center;
    border-radius: 40px;
    transition: .5s;
    display: block;
    max-width: 330px;
    margin: auto;
  }

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

  .cardOP .imgOP{
    width: 120px;
    height: 120px;
    padding: 15px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 40px;
    position: relative;
  }
  .cardOP .imgOP img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

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

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

  .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: #C96585;
  }
  .textTitleSec::before{
    content: " ";
    position: absolute;
    right: 7px;
    bottom: 8px;
    border-radius: 50px;
    width: 22px;
    height: 5px;
    background-color: #C05C8B;
  }

  .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: 32px 32px 0 0;
    background: linear-gradient(135deg, #B45792 0%, #8b4a75 50%, #7a4168 100%);
    color: #fff;
    margin-top: 60px;
    box-shadow:
      0 -10px 40px rgba(0,0,0,.1),
      0 -4px 20px rgba(180,87,146,.15);
    position: relative;
  }

  .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  }

  .footerDown{
    padding: 20px 0;
    position: relative;
    z-index: 2;
  }

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

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

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

  /* Product page specific footer positioning */
  .product-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .product-layout main {
    flex: 1 0 auto;
  }




  /* ////////////////////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: #b16b97;
  }
  .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: #C05C8B;
    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: #f7bfd4;
  }
  .btnAccordion.active {
    background-color: #f7bfd4;
  }

  .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 #C96585;
    background-color: #C96585;
    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;
    overflow: visible;
  }

  .bgLP{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #f6f6f6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  /* Product page image styling */
  .imgLeftP {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
  }

  .imgLeftP .imgbgAb {
    width: 320px;
    height: 320px;
    object-fit: contain;
    border-radius: 20px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
    z-index: 2;
  }

  .imgLeftP .imgbgAb:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
  }

  /* Product page small food images - centered on border and bigger */
  .imgF .nImg1 {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 280px;
    height: 280px;
    object-fit: contain;
    z-index: 5;
    animation: moveUpDown 1s ease-in-out infinite alternate;
  }
  
  .imgF .nImg2 {
    position: absolute;
    bottom: -16px;
    right: -90px;
    width: 250px;
    height: 250px;
    object-fit: contain;
    z-index: 5;
    animation: moveUpDown 1s ease-in-out infinite alternate;
  }
  
  .imgF .nImg3 {
    position: absolute;
    bottom: -31px;
    left: -50px;
    width: 270px;
    height: 270px;
    object-fit: contain;
    z-index: 5;
    animation: moveUpDown 1s ease-in-out infinite alternate;
  }


  .bgPD{
    padding: 25px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border: 1px solid rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .bgPD:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
  }

  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 #C05C8B;
    color: #C05C8B;
    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: #fff;
    font-weight: bold;
    background: linear-gradient(135deg, #B45792, #C96585);
    box-shadow: 0 4px 15px rgba(180, 87, 146, 0.3);
    transform: translateY(-2px);

  }

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

  /* Enhanced Product Page Styling */

  /* Product Category Badge - Simplified */
  .product-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(180,87,146,0.08);
    border: 1px solid rgba(180,87,146,0.2);
    border-radius: 16px;
    color: #B45792;
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.2s ease;
  }

  .product-category-badge:hover {
    background: rgba(180,87,146,0.12);
    border-color: rgba(180,87,146,0.3);
  }

  /* Enhanced Product Title - Simplified */
  .product-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1f2937;
    position: relative;
  }

  .product-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #B45792;
    border-radius: 2px;
  }

  /* Enhanced CTA Button - Simplified */
  .enhanced-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #B45792;
    color: white;
    border-radius: 24px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(180,87,146,0.2);
  }

  .enhanced-cta-button:hover {
    background: #9d4a7d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(180,87,146,0.3);
  }

  .enhanced-cta-button svg {
    width: 16px;
    height: 16px;
  }

  /* Enhanced Product Image */
  .enhanced-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px; /* Increased to accommodate arrows */
    margin: 0 auto;
    padding: 0 80px; /* Space for arrows on both sides */
  }

  .image-backdrop {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 25px 60px rgba(0,0,0,0.08),
      0 10px 30px rgba(180,87,146,0.1),
      inset 0 2px 0 rgba(255,255,255,0.9);
    border: 3px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .image-backdrop:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow:
      0 35px 80px rgba(0,0,0,0.12),
      0 15px 40px rgba(180,87,146,0.15),
      inset 0 2px 0 rgba(255,255,255,1);
  }

  .main-product-image {
    width: 280px;
    height: 280px;
    object-fit: contain;
    border-radius: 20px;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.1));
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }

  .image-backdrop:hover .main-product-image {
    transform: scale(1.1);
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.15));
  }

  /* Swiper slider within image backdrop */
  .productImageSlider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .productImageSlider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .productImageSlider .swiper-button-next,
  .productImageSlider .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    color: #666;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .productImageSlider .swiper-button-next {
    right: -100px; /* Further outside the 400px backdrop */
  }

  .productImageSlider .swiper-button-prev {
    left: -100px; /* Further outside the 400px backdrop */
  }

  .productImageSlider .swiper-button-next:after,
  .productImageSlider .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
    color: #666;
  }

  .productImageSlider .swiper-button-next:hover,
  .productImageSlider .swiper-button-prev:hover {
    background: #fff;
    color: #333;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  }

  .productImageSlider .swiper-button-next:hover:after,
  .productImageSlider .swiper-button-prev:hover:after {
    color: #333;
  }

  .productImageSlider .swiper-pagination {
    position: absolute;
    bottom: 10px;
  }

  .productImageSlider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    opacity: 0.7;
  }

  .productImageSlider .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
  }

  /* Clean slider styling - removed popup and thumbnails */

  /* Enhanced Tab Navigation */
  .tab-navigation-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .tab-nav-wrapper {
    display: inline-flex;
    background: #f8fafc;
    border-radius: 32px;
    padding: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }

  .enhanced-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 28px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .enhanced-tab-button:hover {
    color: #B45792;
    background: rgba(180,87,146,0.08);
  }

  .enhanced-tab-button.active {
    background: #B45792;
    color: white;
    box-shadow: 0 2px 8px rgba(180,87,146,0.2);
  }

  .enhanced-tab-button svg {
    width: 16px;
    height: 16px;
  }

  /* Enhanced Tab Content */
  .tab-content-wrapper {
    position: relative;
  }

  .enhanced-tab-content {
    display: none;
  }

  .enhanced-tab-content.active {
    display: block;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .content-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
  }

  .content-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-color: rgba(180,87,146,0.1);
  }

  .content-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(180,87,146,0.1);
  }

  .content-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #B45792;
    border-radius: 12px;
    color: white;
  }

  .content-icon svg {
    width: 20px;
    height: 20px;
  }

  .content-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
  }

  .content-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
  }

  /* Weights Grid */
  .weights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .weight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,250,252,0.8) 100%);
    border-radius: 20px;
    border: 2px solid rgba(180,87,146,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
  }

  .weight-item:hover {
    transform: translateY(-4px);
    border-color: rgba(180,87,146,0.3);
    box-shadow: 0 8px 25px rgba(180,87,146,0.15);
  }

  .weight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #B45792;
    border-radius: 8px;
    color: white;
    flex-shrink: 0;
  }

  .weight-icon svg {
    width: 16px;
    height: 16px;
  }

  .weight-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1f2937;
  }

  /* No Data Message */
  .no-data-message {
    text-align: center;
    padding: 40px;
    color: #64748b;
  }

  .no-data-message svg {
    margin: 0 auto 16px;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .enhanced-product-image {
      max-width: 500px;
      padding: 0 70px; /* Adjust padding for smaller screens */
    }

    .image-backdrop {
      width: 320px;
      height: 320px;
    }

    .main-product-image {
      width: 240px;
      height: 240px;
    }

    .productImageSlider .swiper-button-next {
      right: -80px; /* Still outside the 320px backdrop */
    }

    .productImageSlider .swiper-button-prev {
      left: -80px; /* Still outside the 320px backdrop */
    }
  }

    .content-card {
      padding: 24px;
      border-radius: 24px;
    }

    .tab-nav-wrapper {
      flex-direction: column;
      width: 100%;
      max-width: 400px;
    }

    .enhanced-tab-button {
      justify-content: center;
      width: 100%;
    }

    .weights-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 480px) {
    .enhanced-product-image {
      max-width: 450px;
      padding: 0 60px; /* Adjust padding for mobile */
    }

    .image-backdrop {
      width: 280px;
      height: 280px;
    }

    .main-product-image {
      width: 200px;
      height: 200px;
    }

    .productImageSlider .swiper-button-next,
    .productImageSlider .swiper-button-prev {
      width: 45px; /* Slightly larger for better touch targets */
      height: 45px;
      margin-top: -22px;
    }

    .productImageSlider .swiper-button-next {
      right: -70px; /* Still outside the 280px backdrop */
    }

    .productImageSlider .swiper-button-prev {
      left: -70px; /* Still outside the 280px backdrop */
    }

    .productImageSlider .swiper-button-next:after,
    .productImageSlider .swiper-button-prev:after {
      font-size: 16px; /* Readable on mobile */
    }

    /* Mobile adjustments complete */
  }

    .product-title {
      font-size: 2rem;
    }

    .enhanced-cta-button {
      padding: 12px 24px;
      font-size: 1rem;
    }
  }


  @media (max-width:991px) {
    .bgLP{
      width: 330px;
      height: 330px;
      margin: auto;
    }
    
    .imgLeftP .imgbgAb {
      width: 280px;
      height: 280px;
    }
    
    .imgF .nImg1 {
      width: 220px;
      height: 220px;
      top: -60px;
      right: -45px;
    }
    .imgF .nImg2 {
      width: 180px;
      height: 180px;
      bottom: -10px;
      right: -65px;
    }
    .imgF .nImg3 {
      width: 200px;
      height: 200px;
      bottom: -20px;
      left: -35px;
    }
  }
  @media (max-width:800px) {
    .sectionP {
      flex-direction: column-reverse;
    }
  }
  @media (max-width:800px) {
    .bgLP{
      width: 300px;
      height: 300px;
      margin: auto;
      padding: 14px;
    }

    .imgLeftP .imgbgAb {
      width: 250px;
      height: 250px;
    }

    .imgF .nImg1 {
      width: 180px;
      height: 180px;
      top: -50px;
      right: -40px;
    }
    .imgF .nImg2 {
      position: absolute;
      bottom: -8px;
      right: -55px;
      width: 145px;
      height: 145px;
    }
    .imgF .nImg3 {
      bottom: -15px;
      left: -30px;
      width: 165px;
      height: 165px;
    }
  }

  @media (max-width:600px) {
    .imgLeftP .imgbgAb {
      width: 220px;
      height: 220px;
    }
    
    .imgF .nImg1 {
      width: 150px;
      height: 150px;
      top: -80px;
      right: -60px;
    }
    .imgF .nImg2 {
      width: 120px;
      height: 120px;
      bottom: -80px;
      right: -80px;
    }
    .imgF .nImg3 {
      width: 135px;
      height: 135px;
      bottom: -60px;
      left: -70px;
    }
  }
  
  @media (max-width:450px) {
    .imgLeftP .imgbgAb {
      width: 200px;
      height: 200px;
    }
    
    .imgF .nImg1{
      top: -70px;
      width: 120px;
      height: 120px;
      right: -50px;
    }
    .imgF .nImg3 {
      bottom: 203px;
      left: -50px;
      width: 110px;
      height: 110px;
    }
    
    .imgF .nImg2 {
      width: 100px;
      height: 100px;
      bottom: -70px;
      right: -60px;
    }
  }
  
  @media (max-width:400px) {
    .imgLeftP .imgbgAb {
      width: 180px;
      height: 180px;
    }
    
    .imgF .nImg1{
      top: -60px;
      width: 100px;
      height: 100px;
      right: -40px;
    }
    .imgF .nImg3 {
      bottom: 180px;
      left: -40px;
      width: 90px;
      height: 90px;
    }
    
    .imgF .nImg2 {
      width: 80px;
      height: 80px;
      bottom: -60px;
      right: -50px;
    }
  }

  @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: #C96585;
    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: #C05C8B;
    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: #B45792;
    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;
    position: relative;
    user-select: none;
  }

  .radio-option:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .radio-option.selected {
    background-color: #ede9fe;
    border-color: #C96585;
    color: #C96585;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 101, 133, 0.3);
  }

  .radio-option input {
    display: none;
  }

  .btn {
    background-color: #C96585;
    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: #C05C8B;
    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 #B45792;
    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;
  }

  .dog-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;
  }

  /* Very short text - largest font */
  .cardP .product-name.very-short-text {
    font-size: 1.6rem;
  }

  /* 
  JavaScript to automatically apply text size classes:
  
  // Add this script to your HTML or JavaScript file
  document.addEventListener('DOMContentLoaded', function() {
    const productNames = document.querySelectorAll('.cardP .product-name');
    
    productNames.forEach(function(nameElement) {
      const textLength = nameElement.textContent.trim().length;
      
      // Remove existing classes
      nameElement.classList.remove('short-text', 'medium-text', 'long-text', 'very-short-text');
      
      // Apply appropriate class based on text length
      if (textLength <= 10) {
        nameElement.classList.add('very-short-text');
      } else if (textLength <= 20) {
        nameElement.classList.add('short-text');
      } else if (textLength <= 35) {
        nameElement.classList.add('medium-text');
      } else {
        nameElement.classList.add('long-text');
      }
    });
  });
  */

  /* Responsive text sizing for product card names */
  .cardP .product-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: font-size 0.3s ease;
  }

  /* Long text - smaller font */
  .cardP .product-name.long-text {
    font-size: 0.75rem;
  }

  /* Medium text - medium font */
  .cardP .product-name.medium-text {
    font-size: 0.85rem;
  }

  /* Short text - larger font */
  .cardP .product-name.short-text {
    font-size: 1rem;
  }

  /* Very short text - largest font */
  .cardP .product-name.very-short-text {
    font-size: 1.1rem;
  }


  .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: #B45792;
  }

  .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;
    }
  }


  .location-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    background: #B45792;
    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);
  }


  @media (max-width: 768px) {
    .control-buttons {
        flex-direction: column;
    }
  }

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

  /* Store Cards Styles - Enhanced */
  .stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .store-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(250, 184, 3, 0.1);
    position: relative;
    cursor: pointer;
    animation: fadeInUp 0.6s ease-out;
  }

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

  .store-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(180, 87, 146, 0.15);
    border-color: rgba(180, 87, 146, 0.2);
  }

  .store-card.active {
    border: 2px solid #B45792;
    box-shadow: 0 8px 30px rgba(180, 87, 146, 0.25);
  }

  .store-card.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #B45792, #C96585);
    border-radius: 2px 2px 0 0;
  }

  .store-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .store-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  }

  .store-card:hover .store-image img {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  }

  /* Enhanced store logo styling for better uniformity */
  .store-image img {
    /* Ensure consistent logo sizing regardless of original dimensions */
    min-width: 80px;
    min-height: 60px;
  }

  /* For logos that are very wide */
  @media (min-aspect-ratio: 3/1) {
    .store-image img {
      max-width: 85%;
    }
  }

  /* For logos that are very tall */
  @media (max-aspect-ratio: 1/1) {
    .store-image img {
      max-height: 85%;
    }
  }

  /* Loading state and fallback for missing images */
  .store-image img[src=""],
  .store-image img:not([src]) {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSIjZjhmOWZhIi8+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjE1IiBmaWxsPSIjZGVlMmU2Ii8+CjxwYXRoIGQ9Ik0yMCA3MEw0MCA1MEw2MCA2MEw4MCA0MEw4MCA4MEgyMFY3MFoiIGZpbGw9IiNkZWUyZTYiLz4KICA8L3N2Zz4=') center/cover;
    opacity: 0.5;
  }

  /* Improved accessibility and performance */
  .store-image img {
    loading: lazy;
    decoding: async;
  }

  .store-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  }

  .store-type-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
  }

  .badge {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
  }

  .badge.online {
    background: linear-gradient(135deg, #28a745, #20c997);
  }

  .badge.local {
    background: linear-gradient(135deg, #007bff, #6610f2);
  }

  .badge.both {
    background: linear-gradient(135deg, #B45792, #f0a8c5);
  }

  /* RTL badge positioning */
  [dir="rtl"] .store-type-badge {
    right: auto;
    left: 12px;
  }

  .store-info {
    padding: 1.5rem;
  }

  .store-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .store-address {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .store-address i {
    color: #FAB803;
    font-size: 1.1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
  }

  .store-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .store-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-height: 44px;
    position: relative;
    overflow: hidden;
  }

  .store-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }

  .store-btn:hover::before {
    left: 100%;
  }

  .store-btn.primary {
    background: linear-gradient(135deg, #B45792, #f0a8c5);
    color: white;
  }

  .store-btn.primary:hover {
    background: linear-gradient(135deg, #1A1423, #2d1b3d);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(250, 184, 3, 0.3);
  }

  .store-btn.secondary {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #e9ecef;
  }

  .store-btn.secondary:hover {
    background: #e9ecef;
    color: #495057;
    border-color: #FAB803;
    transform: translateY(-2px);
  }

  .store-btn i {
    font-size: 1.1rem;
  }

  /* Responsive Design */
  @media (max-width: 1200px) {
    .stores-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.25rem;
    }
  }

  @media (max-width: 991px) {
    .stores-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1rem;
    }

    .store-image {
      height: 190px;
      padding: 18px;
    }

    .store-image img {
      min-width: 70px;
      min-height: 50px;
    }
  }

  @media (max-width: 768px) {
    .stores-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .store-card {
      margin: 0 0.5rem;
    }

    .store-info {
      padding: 1.25rem;
    }

    .store-name {
      font-size: 1.1rem;
    }

    .store-address {
      font-size: 0.9rem;
    }

    .store-image {
      height: 180px;
      padding: 18px;
    }
  }

  @media (max-width: 640px) {
    .store-image img {
      max-width: 90%;
      max-height: 90%;
      min-width: 60px;
      min-height: 45px;
      object-fit: contain;
      object-position: center;
    }

    .store-image {
      height: 170px;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  @media (max-width: 480px) {
    .store-info {
      padding: 1rem;
    }

    .store-name {
      font-size: 1rem;
    }

    .store-address {
      font-size: 0.85rem;
      margin-bottom: 1rem;
    }

    .store-btn {
      padding: 0.625rem 0.875rem;
      font-size: 0.85rem;
      min-height: 40px;
    }

    .store-image {
      height: 160px;
      padding: 15px;
    }

    .store-image img {
      max-width: 85%;
      max-height: 85%;
      min-width: 50px;
      min-height: 40px;
    }

    .badge {
      padding: 0.25rem 0.5rem;
      font-size: 0.7rem;
    }

    .store-type-badge {
      top: 8px;
      right: 8px;
    }

    [dir="rtl"] .store-type-badge {
      left: 8px;
    }
  }

  /* RTL Support */
  [dir="rtl"] .store-card.active::before {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .store-btn {
    flex-direction: row-reverse;
  }

  /* Section Title Styling */
  .section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
  }

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

  /* Nearby Stores Section */
  .nearby-stores-section {
    margin-top: 3rem;
  }

  /* Loading and Error States */
  .loader {
    display: none;
    text-align: center;
    padding: 2rem;
    color: #666;
  }

  .loader i {
    font-size: 2rem;
    color: #FAB803;
    margin-bottom: 1rem;
    display: block;
  }

  .error-message {
    display: none;
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    text-align: center;
  }

  .error-message i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    display: block;
  }

  /* Map Controls */
  .map-controls {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .map-controls .control-buttons {
    justify-content: center;
    margin-bottom: 1rem;
  }

  /* Custom Marker Styles */
  .custom-marker {
    background: #FAB803;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .custom-marker.both {
    background: linear-gradient(135deg, #FAB803, #f0a8c5);
  }

  .custom-marker-user {
    background: #28a745;
  }

  /* Popup Styles */
  .popup-content {
    text-align: center;
    min-width: 200px;
  }

  .popup-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }

  .popup-address {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .popup-content .store-buttons {
    gap: 0.5rem;
  }

  .popup-content .store-btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    min-height: 36px;
  }

