.studioFooter_wrapper {
  background-color: #0d0d0d;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
margin-top: 40px;
}

/* Top Section */
.studioFooter_top {
  margin-bottom: 30px;
}
.studioFooter_logo {

  font-weight: bold;
  margin-bottom: 15px;
}
.studioFooter_logo img{
    max-height: 60px;
}
.studioFooter_topNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #c0c0c0;
}
.studioFooter_topNav a{
    color:#ffffffba;
}

/* Middle Section */
.studioFooter_middle {
  margin-bottom: 30px;
}
.studioFooter_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.studioFooter_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.studioFooter_nav a:hover {
  text-decoration: underline;
}

.studioFooter_icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.studioFooter_icon {
  background-color: #1c1c1c;
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.studioFooter_icon:hover {
  background-color: #333;
}

/* Bottom Section */
.studioFooter_bottom {
  border-top: 1px solid #222;
  padding-top: 20px;
}
.studioFooter_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.studioFooter_links a {
  color: #999;
  text-decoration: none;
}
.studioFooter_links a:hover {
  color: #fff;
}
.studioFooter_copy {
  font-size: 12px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .studioFooter_topNav {
    flex-direction: column;
    gap: 6px;
  }

  .studioFooter_nav {
    flex-direction: column;
    gap: 12px;
  }

  .studioFooter_links {
    flex-direction: column;
    gap: 8px;
  }
}
.topmarquee{
    padding: 3px 0;
    background: #E91E63;
    z-index: 0;
    position: relative;
    /* border-bottom: 1px solid #cacaca; */
    background: linear-gradient(-45deg, var(--startGradientColor), var(--CenterGradientColor), var(--EndGradientColor));
    color: #fff;
}
.header-area .header-middle {
    padding: 10px 0 15px 0;
}
.topmarquee p{
margin:0;
}
.header-area .header-middle {
        box-shadow: 7px 10px 14px #00000054;
            z-index: 9999;
    position: relative;
    }
.flbxcat{
    display: flex;
    gap: 15px;
}
.strabx{
        padding:2px 20px !important;
    display: block;
    color: #000000;
    /* border-left: 5px solid #000;
       border-right: 5px solid #000; */
           border-radius: 35px;
           text-align: center;
             transition: transform 0.3s ease;
            background:#fff;
            min-width: 150px;
            font-weight: bold;
}
.strabx:hover{
        transform: scale(1.05);
         color: #000000;

}
.topmarqueetwo{
        padding: 20px 0;

    color: #fff;
    z-index: 0;
    position: relative;
        border-bottom: 1px solid #cacaca;
           border-top: 1px solid #cacaca;
}
.brand_mrq{
  background: var(--brandbg);
}
.wisbtn{
    position: absolute;
    left: 10px;
    bottom: 35px;
    font-size: 25px;
 outline: none;
  box-shadow: none;
  border:none;
}
.wisbtn:active,
.wisbtn:focus,
.wisbtn:hover{
  outline: none !important;
  box-shadow: none;
  border:none;
}
.wisbtn i{
    color:#666;
}
.wabbbtn{
    position: absolute;
    right: 21px;
    bottom: 50px;
    font-size: 25px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #4CAF50;
}
.ucard-title{
    margin-bottom: 10px;
    display: block;
}
.ucard-container:hover  .ucard-title,
.ucard-title:hover{
  color:var(--WhitebuttonTextColor);
}






 .medico-header-wrapper {
    width: 100%;
    //border-bottom: 1px solid #cacaca;
/* background: var(--startGradientColor); */
    background: linear-gradient(45deg, var(--startGradientColor), var(--CenterGradientColor), var(--EndGradientColor));
    }

    .medico-header-container {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1600px;
    margin: 0 auto;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .medico-header-logo img {
      height: 40px;
    }

    .medico-header-search-wrapper {
      flex: 1;
      display: flex;
      margin: 0 20px;
      background: #f9fbfd;
      border-radius: 6px;
      border: 1px solid #e3e5ea;
      overflow: hidden;
    }

    .medico-header-category-dropdown {
      padding: 10px 15px;
      border-right: 1px solid #ccc;
      display: flex;
      align-items: center;
      font-size: 14px;
      cursor: pointer;
      white-space: nowrap;
    }

    .dropdown-icon {
      margin-left: 5px;
      font-size: 10px;
    }

    .medico-header-search-input {
      flex: 1;
      padding: 10px;
      border: none;
      outline: none;
      font-size: 14px;
    }

    .medico-header-search-button {
      background: #24a94a;
      color: white;
      padding: 0 20px;
      border: none;
      cursor: pointer;
    }

    .search-icon {
      font-size: 18px;
    }

    .medico-header-icons {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .medico-header-icon-link {
      font-size: 20px;
      color: #333;
      text-decoration: none;
    }

    .medico-header-profile {
      position: relative;
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
    }

    .medico-header-profile img {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
    }

    .profile-dropdown-icon {
      font-size: 10px;
    }

  
    .medico-header-nav {
          width: 90%;
          padding-left: 15px;
    padding-right: 15px;
      max-width: 1600px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 0;
      border-top: 1px solid #eee;
          align-items: center;
    }

    .medico-language-select {
      flex-shrink: 0; /* language select won't shrink */
          flex-shrink: 0;
    background: #ffffff;
    height: 44px;
    line-height: 44px;
    text-align: left;

    }

    .medico-language-select select {
         padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 34px;
    /* background-color: #f8f8f8; */
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    min-width: 150px;
    text-align: center;
    }

    .medico-slider-wrapper {
      flex: 1; /* slider takes remaining space */
      position: relative;
      overflow: hidden;
          padding: 10px 0;/* padding removed to align with select */

    }

    .medico-slider-container {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      list-style: none;
      scroll-behavior: smooth;
          padding-right: 55px;

      margin: 0;
    }

    .medico-slider-container::-webkit-scrollbar {
      display: none;
    }

 .medico-slider-item {
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    color: #ffffff;
    flex: 0 0 auto;
    cursor: pointer;
    padding-bottom: 0;
    transition: color 0.3s ease;
}
 .medico-slider-item  a{
  color: #fff;
  opacity: 0.7;
 }

  .medico-slider-item  a:hover{
  opacity: 1;
  }
/* .medico-slider-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #24a94a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  border-radius: 8px; 
}

.medico-slider-item:hover {
  color: #24a94a; 
} */

.medico-slider-item:hover::after {
  transform: scaleX(1); /* expand underline smoothly */
}


    .medico-slider-arrow-right {
    position: absolute;
    right: 0;
    /* left: 240px; */
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 0;
    padding: 15px;
    cursor: pointer;
    z-index: 10000;

    }

    .medico-slider-arrow-right i {
      font-size: 14px;
    color: #666;
    }

    @media(max-width: 600px) {
      .medico-slider-arrow-right {
        padding: 6px;
      }
    }


    @media(max-width: 800px) {
    .medico-header-search-wrapper{
        display: none;
    }
}


#google_translate_element select{
  width: 100%;
  text-align: left;
}
.ucard-tilt {

    text-align: center;
}

.mobile-footer {
    z-index: 9999;
}

.mobile-search{
     z-index: 9999;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    transform: none;
  }
}
 
.fadeInUp {
  animation-name: fadeInUp;
}  
.tohedmrq{
  position: relative;
}
.Profilebx_for {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--startGradientColor);
    /* height: 34px; */
    padding: 3px 20px;
    min-width: 150px;
    text-align: center;
    box-shadow: -7px -4px 11px #0000006b;
}
.Profilebx_for a{
  color: #fff;
  font-weight: bold;

}
/*******************************************************************/
  @media (min-width: 0) and (max-width: 768px) {

.studioFooter_wrapper{
    display: none;
}
.ucard-button-text{
  display: none;
}
    .ucard-bottom {
        flex-direction: column;
        align-items: center !important;
        gap: 15px ;
    }
.ucard-button {
        width: auto;
        justify-content: center;
        padding: 10px !important;
    }
        .ucard-container {
        width: 100%;
    }


    .medico-header-nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;

}

.top-functions-area{
  margin-top: 0;
}
.ucard-image-box img{
  height: auto;
}
  }


    @media (min-width:769px ) and (max-width: 1080px) {
.ucard-button-text{
  display: none;
}
.ucard-price-was {
    font-size: 12px;
}
.ucard-price-now {
    font-size: 16px;
}
    }