:root{
   --primery-color1:#8a8c76;
   --primery-color2:#c89d7a;
   --primery-accent:#f7dfe3;
   --primery-button:#7d6f47;
   --primery-button2:#e0b899;
   --primery-text:#3e3e22;
   --primery-base:#dcd4c9;
   --white: #fff;
   --black: #222;
   --bg: #f5f6f7; /* light gray background */
   --card: #ffffff; /* white cards */
   --muted: #7a7f85; /* muted text */
   --accent: #e6eef3; /* soft blue accent */
   --accent-2: #f0f0f2; /* extra soft gray */
   --primary: #3b82f6; /* action color (replace if you want) */
   --radius: 14px;
   --shadow: 0 6px 20px rgba(18,24,30,0.06);
  }
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
  
  /* @font-face {
   font-family: "Radikal";
   src: url(../images/radikal.ttf);
  } */
  *, *::before, *::after {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
  }
  
  html, body {
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   overflow-x: hidden;
   font-optical-sizing: auto;
   font-family: 'Fredoka';
  }
  .fonts{
   font-family: "Fredoka", sans-serif;
  }
  
  /* ---------------------------
   1. RESTORA EXTRA LIGHT
---------------------------- */
@font-face {
   font-family: "Restora";
   src: url("fonts/Restora-ExtraLight.woff2") format("woff2"),
        url("fonts/Restora-ExtraLight.woff") format("woff");
   font-weight: 200;          /* Extra Light */
   font-style: normal;
 }
 
 /* ---------------------------
    2. RESTORA THIN ITALIC
 ---------------------------- */
 @font-face {
   font-family: "Restora";
   src: url("fonts/Restora-ThinItalic.woff2") format("woff2"),
        url("fonts/Restora-ThinItalic.woff") format("woff");
   font-weight: 100;          /* Thin */
   font-style: italic;
 }
 
 /* ---------------------------
    3. AVENIR LT STD REGULAR
 ---------------------------- */
 @font-face {
   font-family: "AvenirLTStd";
   src: url("fonts/AvenirLTStd-Regular.woff2") format("woff2"),
        url("fonts/AvenirLTStd-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
 }
 
  p {
   font-size: 15px;
   letter-spacing: 0.1px;
   line-height: 26px;
   color: #959ab5;
  }
  
  a {
   outline: 0;
   text-decoration: none;
   color: inherit;
   -webkit-transition: all all 0.5s ease;
   transition: all all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  }
  
  a,
  a:hover,
  a:focus,
  a:active {
   text-decoration: none;
   outline: none;
   -webkit-box-shadow: none;
           box-shadow: none;
  }
  
  figure {
   margin: 0;
   padding: 0;
  }
  
  dl,
  ol,
  ul {
   list-style: outside none none;
   padding-left: 0px;
   margin-bottom: 0px;
  }
  
  ul li {
   padding: 0;
   margin: 0;
   list-style: none;
  }
  
  a img {
   border: none;
   max-width: 100%;
  }
  
  img, svg {
   max-width: 100%;
   vertical-align: middle;
   border: none;
  }
  .btn-close:focus{
   box-shadow: none;
  }
  table,
  td,
  th {
   /* border: 1px solid #222; */
   border-collapse: collapse;
  }
  
  table tbody tr td {
   padding: 8px;
   color: #222;
   font-size: 14px;
  }
  
  th {
   font-weight: 700;
  }
  
  p {
   padding: 0;
   margin: 6px 0px;
   font-size: 15px;
   color: #222;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
   color: #222;
  }
  
  button:focus {
   outline: 0;
   -webkit-box-shadow: none;
           box-shadow: none;
   border: 0;
  }
  
  input,
  textarea,
  select,
  button {
   border: 1px solid #222;
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
  
  }
  
  textarea {
   resize: none;
  }
  
  .form-control:focus {
   -webkit-box-shadow: none;
           box-shadow: none;
  }
  body.scrollbar-track {
      background: var(--primery-color1);
  }
  body::-webkit-scrollbar-track {
   background: var(--primery-button);
  }
  body::-webkit-scrollbar {
   width: 7px;
  }
  body::-webkit-scrollbar-thumb {
   background: var(--primery-color1);
     border-radius: 3px;
     width: 5px;
  }
  .fw-100{font-weight: 100;}
  .fw-200{font-weight: 200;}
  .fw-300{font-weight: 300;}
  .fw-400{font-weight: 400;}
  .fw-500{font-weight: 500;}
  .fw-600{font-weight: 600;}
  .text_ellipsis_1 {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .text_ellipsis_2 {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .text_ellipsis_3 {
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .text_ellipsis_4 {
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  .text_ellipsis_5 {
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
  }
  
  /* Button CSS Start*/
  
  .tf-btn {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   background-color: var(--primery-button) !important;
   color: #222;
   padding: 8px 25px 11px;
   font-size: 15px;
   border-radius: 26px;
   text-decoration: none;
   transition: color 0.3s ease;
   z-index: 0;
  }
  
  .tf-btn span,
  .tf-btn i {
   position: re;
   z-index: 3;
   transition: color 0.3s ease, transform 0.3s ease;
   margin-bottom: 0;
   color: #222;
  }
  
  .tf-btn i {
   margin-left: 8px;
   font-size: 14px;
   padding-top: 5px;
  }
  
  /* Hover effect background */
  .tf-btn::after {
   content: "";
   position: absolute;
   bottom: -50%;
   left: 0;
   width: 102%;
   height: 100%;
   background-color: var(--primery-text);
   color:#fff;
   transform-origin: bottom center;
   transform: skewY(9.3deg) scaleY(0);
   transition: transform .4s cubic-bezier(0.48, 0, 0.12, 1);
   z-index: -1;
  }
  
  /* Hover animation */
  .tf-btn:hover::after {
   transform: skewY(9.3deg) scaleY(2);
  }
  
  .tf-btn:hover span{
   color: #fff;
   z-index: 99999;
  }
  
  .tf-btn:hover i {
   color: #fff;
   transform: translateX(4px);
  }
  
  
   /* Header Section Start  */
  
  .header-top {
   background-color: var(--primery-color1);
   font-size: 14px;
   color: var(--primery-base);
   font-weight: 300;
  }
  .fixedheader {
   position: fixed !important;
   top: -67px !important;
   transform: translateY(66px);
   transition: transform .6s;
   background-color: var(--primery-color1);
   width: 100% !important;
   padding: 10px;
  }
  .stickyHeader.fixedheader .user-profile-btn li.nav-item img {
   filter: grayscale(1);
   filter: invert(1);
  }
  .stickyHeader.fixedheader .user-profile-btn li a span{
   color: #222;
  }
  .stickyHeader.fixedheader .navLogo{
   color: #222;
  }
  .stickyHeader .fixedheader.navLogo{
   color: #222;
  }
  .stickyHeader.fixedheader .navbar .navbar-nav .navItem .mainLink .arrowIcon img {
   /* filter: brightness(0.5); */
   position: relative;
   top: 3px;
  }
.logo img{
    height: 80px;
}
.navigation{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 16px;
}
  .navLogo{
   color: #f4f4f4;
   font-weight: 400;
   text-align: center;
  }
  .stickyHeader.fixedheader.navbar .navbar-nav .navItem .mainLink .navLink {
   font-size: 15px;
   color: #222;
   /* text-transform: capitalize; */
   position: relative;
   transition: all 0.3s 
  ease-in-out;
   /* font-weight: 600; */
  }
  .stickyHeader.fixedheader.user-profile-btn li.nav-item img {
   filter: invert(1);
  }
  
  .navbar {
   /* padding: 0px 40px !important; */
   height: 70px;
   /* background-color: #fff; */
  }
  
  .navbar .navbar-nav .navItem {
   position: relative;
   transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .navItem:hover .mainLink .arrowIcon img {
   transform: rotateZ(180deg);
  }
  .navbar .navbar-nav .navItem:hover .mainLink .navLink:after {
   width: 100%;
  }
  .navbar .navbar-nav .navItem:hover .sub-menu {
   visibility: visible;
   opacity: 1;
  }
  .navbar .navbar-nav .navItem .mainLink {
   padding: 32px 0px;
   transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .navItem .mainLink .navLink {
   font-size: 16px;
   font-weight: 400;
   /* color: #000; */
   /* text-transform: capitalize; */
   /* display: flex; */
   /* align-items: center; */
   /* position: relative; */
   /* /* transition: all 0.3s ease-in-out; */
  }
  /* .navbar .navbar-nav .navItem .mainLink .navLink.active::after {
   content: "";
   position: absolute;
   height: 2px;
   width: 100%;
   background-color: #000;
   left: 0;
   bottom: -8px;
   transition: all 0.3s ease;
  }
  .navbar .navbar-nav .navItem .mainLink .navLink::after {
   content: "";
   position: absolute;
   height: 2px;
   width: 0;
   background-color: #fff;
   left: 0;
   bottom: -8px;
   transition: all 0.3s ease;
  } */
  .navbar .navbar-nav .navItem .mainLink .arrowIcon {
   width: 20px;
   height: 20px;
   margin-left: 10px;
  }
  .navbar .navbar-nav .navItem .mainLink .arrowIcon img {
   transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .navItem .sub-menu {
   background-color: #fff;
   position: absolute;
   left: 0;
   min-width: 630px !important;
   opacity: 0;
   visibility: hidden;
   transform-origin: top center;
   transition: all 0.3s ease;
   z-index: 99;
   box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
   padding: 14px 16px;
   border-radius: 8px;
  }
  .navbar .acocuntSection .accountLink {
   font-size: 14px;
   color: #000;
   font-weight: 500;
  }
  .navbar .acocuntSection .accountLink .accountIcon {
   width: 24px;
   height: 24px;
   margin-right: 15px;
  }
  .navbar .categoryHeading {
   color: #fff !important;
   border-bottom: 1px solid rgba(35, 31, 30, 0.2) !important;
   margin-bottom: 14px !important;
   padding-top: 0;
   padding-bottom: 12px !important;
   padding-left: 0;
   font-size: 18px;
   font-weight: 600;
  }
  .header-top img{    
     height: 20px;
     filter: invert(1);}
  .inputGroup .inputSearch {
         height: 40px;
         font-size: 16px;
     
  }
  
  .header-top .selected-options img {
     width: 20px;
     position: relative;
     top: -2px;
  }
  .header-top .selected-options .divied {
     border-bottom: 1px solid rgba(0, 0, 0, 0.24);
     font-size: 14px;
     font-weight: 500;
  }
  .header-top .dropdown-menu.show {
     display: block;
     box-shadow: none;
     border: none;
     border-radius: 1px;
     margin: 4px 0 14px -40px !important;
     justify-content: center;
  }
  .header-top .center-block sm {
     display: none;
  }
  .navbar {
     padding: 0px 0px;
     /* height: 70px; */
     /* background-color: #fff; */
     /* background: linear-gradient(45deg, rgba(11, 90, 123, 0), rgba(132, 92, 15, 0)) !important;
     -webkit-backdrop-filter: blur(3px) saturate(0.5);
     backdrop-filter: blur(3px) saturate(0.5); */
  }
  @media only screen and (min-width: 576px) {
     .navbar {
         /* background-color: transparent; */
         /* position: absolute; */
         /* left: 0; */
         /* width: 100%; */
         /* z-index: 9; */
         /* height: 80px; */
         /* background: rgba(var(--color-background), .4) !important; */
         /* backdrop-filter: blur(4px); */
         -webkit-backdrop-filter: blur(4px);
         /* border: 1px solid rgba(var(--color-background), .33); */
     }
  }
  .navbar .navLogo {
     width: 175px;
     height: 44px;
  }
  .navbar .navbar-toggler .menuIcon {
     width: 25px;
     height: 25px;
  }
  @media only screen and (min-width: 576px) {
     .navbar .navbar-toggler .menuIcon {
         width: 30px;
         height: 30px;
     }
  }
  
     .navbar .navbar-nav {
         margin-left: -16px;
         padding: 0;
         margin: 0;
     }
  
  .navbar .navbar-nav .navItem {
     position: relative;
     transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .navItem:hover .mainLink .arrowIcon img {
     transform: rotateZ(180deg);
  }
  .navbar .navbar-nav .navItem:hover .mainLink .navLink:after {
     width: 100%;
  }
  .navbar .navbar-nav .navItem:hover .sub-menu {
     visibility: visible;
     opacity: 1;
  }
  .navbar .navbar-nav .navItem .mainLink {
     padding: 15px 0px;
     transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .navItem .mainLink .navLink {
     font-size: 15px;
     color: #fff;
     /* text-transform: capitalize; */
     position: relative;
     transition: all 0.3s ease-in-out;
     /* font-weight: 600; */
     font-family: 'Fredoka';
  }
  .navbar .navbar-nav .navItem .mainLink .navLink.active::after {
     content: "";
     position: absolute;
     height: 2px;
     width: 100%;
     /* background-color: #fff; */
     left: 0;
     bottom: -8px;
     transition: all 0.3s ease;
  }
  .navbar .navbar-nav .navItem .mainLink .navLink::after {
     content: "";
     position: absolute;
     height: 2px;
     width: 0;
     background-color: #fff;
     left: 0;
     bottom: -8px;
     transition: all 0.3s ease;
  }
  .navbar .navbar-nav .navItem .mainLink .arrowIcon {
     width: 20px;
     height: 20px;
     margin-left: 10px;
  }
  .navbar .navbar-nav .navItem .mainLink .arrowIcon img {
     transition: all 0.3s ease-in-out;
     filter: invert(1);
  }
  .navbar .navbar-nav .navItem .sub-menu {
     background-color: var(--primery-base);
     position: absolute;
     left: 0;
     min-width: 550px !important;
     opacity: 0;
     visibility: hidden;
     transform-origin: top center;
     transition: all 0.3s ease;
     z-index: 99;
     box-shadow: 0 10px 60px inset rgba(0, 0, 0, 0.07);
     padding: 5px 17px 17px;
     border-radius: 8px;
  }
  .navbar .acocuntSection .accountLink {
     font-size: 14px;
     color: #000;
     font-weight: 500;
  }
  .navbar .acocuntSection .accountLink .accountIcon {
     width: 24px;
     height: 24px;
     margin-right: 15px;
  }
  .navbar .categoryHeading {
     color: #000;
     /* border-bottom: 1px solid rgba(35, 31, 30, 0.2); */
     margin-bottom: 7px;
     padding-top: 0;
     padding-bottom: 0px;
     padding-left: 0;
     font-size: 18px;
     font-weight: 400;
  }

  .categoryCard {
     background-color: #f2f2f2;
     border-radius: 4px;
     padding: 5px;
     transition: all 0.3s ease-in-out;
  }
  .categoryCard:hover .productHeading {
     color: #0d6efd;
  }
  .categoryCard .imageCat {
     width: 60px;
     height: 60px;
     background-color: #fff;
     border-radius: 5px;
     overflow: hidden;
  }
  .categoryCard .productHeading {
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
     color: #000;
     text-decoration: none;
     transition: all 0.3s ease-in-out;
  }
  .categoryCard .productItem {
     color: gray;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5em;
  }
  .inputGroup {
     border: 1px solid #ccc;
     border-radius: 100px;
  }
  @media only screen and (min-width: 992px) {
     .inputGroup {
         width: 325px !important;
         box-shadow: #e6e9ee 0px 1px 4px 2px;
     }
  }
  .inputGroup .inputSearch {
     border-radius: 10px;
     border-bottom: 2px solid #ececec;
     padding: 0 20px;
     height: 38px;
     font-size: 14px;
     color: #000;
     font-weight: 400;
     height: 35px;
  }
  .inputGroup .inputSearch::placeholder {
     font-size: 14px;
     color: gray;
     font-weight: 500;
  }
  .inputGroup .inputSearch:focus {
     background-color: rgba(0, 0, 0, 0) !important;
  }
  
     .inputGroup .inputSearch {
         height: 40px;
         border-radius: 100px;
     }
  
  .inputGroup .searchIcon {
     background-color: #f1f2f6 !important;
     border-radius: 100px;
     border: none;
     box-shadow: none;
     width: 43px;
     height: 43px;
     padding: 10px !important;
  }
  .inputGroup .searchIcon img {
     filter: grayscale(100);
  }
  /* Sliders Caption*/
  .video-wrapper {
   position: relative;
   width: 100%;
   height: 100vh;
   overflow: hidden;
  }
  
  .video-wrapper video {
   width: 100%;
   height: 100%;
   object-fit: cover;
  }
  
  /* gradient overlay */
  .video-wrapper::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(to bottom, #141211bf, #2b2c24c7);
   pointer-events: none;
  }
  .video-wrapper {
   position: relative;
  }
  
  #bg-video {
   object-fit: cover;
  }
  
  /* Optional dark gradient overlay */
  .video-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(
       to bottom,
       rgba(0,0,0,0.4),
       rgba(0,0,0,0.7)
   );
   z-index: 1;
  }
  
  /* Centered content */
  .hero-content {
   position: absolute;
   top: 80%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   max-width: 700px;
   width: 100%;
   padding: 0 20px;
  }
  
  .hero-title {
   font-size: 2rem;
   font-weight: 400;
  }
  
  .hero-subtitle {
   font-size: 14px;
   margin: 10px;
   opacity: 0.9;
  }
  
  #unmute-btn {
   z-index: 3;
  }
  
  #sliders {
     padding: 0;
     z-index: 1;
  }
  
  #sliders .carousel-inner img {
     height: 600px;
     width: 100%;
     object-fit: cover;
  }
  
  
  #sliders .carousel-caption .button-all {
     height: 50px;
     padding: 11px 35px;
     font-size: 15px;
     color: #34bb54;
     display: inline-block;
     background: #fff;
     border: 2px dashed #34bb54;
     border-radius: 15px;
     font-weight: bold;
     -webkit-transition: all ease 0.4s;
     -moz-transition: all ease 0.4s;
     -ms-transition: all ease 0.4s;
     -o-transition: all ease 0.4s;
     transition: all ease 0.4s;
  }
  
  /* Slider Section with Background and Gradient */
  .silder-bg-1 {
   background: url(../images/banner1.png) center center / cover no-repeat;
   height: 100vh;
   position: relative;
   /* background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/banner-1.png) center center / cover no-repeat; */
   z-index: 99999;
  }
  .silder-bg-2{
   background: url(../images/banner1.png) center center / cover no-repeat;
   height: 100vh;
   z-index: 9999;
   /* background: linear-gradient(#ffffff80, rgba(255, 255, 255, 0.5)), url(../images/banner-2.png) center center / cover no-repeat; */
  
  }
  /* Optional: Add smooth transition on hover */
  .carousel-item{
   height: 650px;
  }
  #sliders .carousel-indicators{
   justify-content: center;
   margin-right: 0%;
   margin-bottom: 5rem;
   margin-left: 0%;
   background: #F1F5FF;
   width: 8%;
   margin: auto;
   bottom: 0px;
   border-radius: 35px 35px 0px 0px;
   padding: 10px 9px 5px;
  }
  #sliders .carousel-indicators button{
   transition: .7s;
   width: 6px!important;
   height: 6px!important;
   border: 3px solid #242222 !important;
   border-radius: 30px;
  }
  #sliders .carousel-indicators .active {
    width: 7px!important;
    height: 7px!important;
    opacity:1;
  }
  

  .trending-content a{
    background: var(--primery-text);
    padding: 3px 10px 5px;
    font-size: 12px;
    border-radius: 4px;
}
.trending-product {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
}

.trending-product img {
   width: 100%;
   transition: transform .4s ease, filter .4s ease;
}

/* Zoom & darken on hover */
.trending-product:hover img {
   transform: scale(1.1);
   filter: brightness(0.7);
}

/* Overlay */
.trending-overlay {
   position: absolute;
   inset: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   opacity: 0;
   background: #7d6f47bd;
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px);
   transition: opacity .4s ease;
   padding: 20px;
   text-align: center;
}

.trending-product:hover .trending-overlay {
   opacity: 1;
}

/* Text styles */
.trending-overlay h3 {
   font-size: 17px;
   color: #fff;
   margin-bottom: 12px;
   font-weight: 500;
   transform: translateY(10px);
   opacity: 0;
   transition: .4s ease;
}

/* Animate title up */
.trending-product:hover .trending-overlay h3 {
   transform: translateY(0);
   opacity: 1;
}

/* Button */
.trending-overlay a {
   background: var(--primery-color1);
   padding: 5px 14px;
   font-size: 14px;
   border-radius: 5px;
   color: var(--white);
   text-decoration: none;
   transform: translateY(15px);
   opacity: 0;
   transition: .35s ease .1s;
}

/* Animate button */
.trending-product:hover .trending-overlay a {
   transform: translateY(0);
   opacity: 1;
}

  /* --- OWL CUSTOM NAV --- */

.slider-arrows .owl-nav {
   position: absolute;
   bottom: 0;
   width: 100%;
   display: flex;
   justify-content: space-between;
   pointer-events: none;
}

.slider-arrows .owl-nav button {
   pointer-events: all;
   background: #8a8c76 !important;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
   outline: none;
   color: #fff !important;
   cursor: pointer;
   transition: all .3s ease;
}

.slider-arrows .owl-nav button span {
   font-size: 20px;
   font-weight: 700;
   color: #111;
   transition: .3s ease;
}

/* Hover animation */
.slider-arrows .owl-nav button:hover {
   background: #222;
   transform: translateX(-4px) scale(1.05);
}

.slider-arrows .owl-nav button:hover span {
   color: #fff;
}

/* Responsive positions */
.slider-arrows .owl-nav .owl-prev {
   position: relative;
   left: 49%;
   margin-left: -20px;
}

.slider-arrows .owl-nav .owl-next {
   position: relative;
   right: 47%;
   margin-right: -20px;
}

@media(max-width: 576px){
   .slider-arrows .owl-nav .owl-prev { margin-left: -10px; }
   .slider-arrows .owl-nav .owl-next { margin-right: -10px; }
}

  /* User Profile StyleSheet */
  .login-boxsss {
     display: flex;
     align-items: center;
     height: 100%;
     justify-content: flex-end;
  }
  .login-left {
     padding: 15px 0px;
  }
  
  .font-weight-bolder {
     font-weight: 600;
     letter-spacing: .5px;
     font-size: 14px;
  }
  .user-profile-btn a.pro-btn {
     height: 42px;
     width: 42px;
     line-height: 42px;
     color: #4d3828;
     border: 2px dashed #4d3828;
     border-radius: 50%;
     display: block;
     background: #f4f7ff;
     cursor: pointer;
     padding: 0;
     text-align: center;
     transition: all ease 0.4s;
     position: relative;
  }
  .user-profile-btn li.nav-item {
   display: flex;
   margin-left: 14px !important;
   height: 100%;
   align-items: center;
   text-align: center;
   justify-content: center;
  }
  .user-profile-btn li.nav-item img{
   filter: invert(1);
  }
  .user-profile-btn li:first-child {
     margin-left: 0;
  }
  .user-profile-btn li.nav-item:first-child>a {
   padding-left: 0;
   border-left: 0;
  }
  .user-profile-btn li a i {
   font-size: 16px;
     font-weight: 400;
     font-style: normal;
     padding-right: 6px;
  }
  .user-profile-list ul li a i{
   font-size: 12px;
   padding-left: 3px;
   padding-right: 11px;
  }
  .user-profile-list h4{
     margin: 0;
     font-size: 17px;
     font-weight: 600;
  }
  .user-profile-list p{
     font-size: 12px;
     padding: 0;
     margin: 0;
  }
  .user-profile-btn li.nav-item>a{
     display: inline-grid;
     align-items: center;
     padding: 0 5px;
     color: #222;
     text-align: center;
     margin: auto;
     justify-content: center;
     text-align: center;
     color: #fff;
  }
  .user-profile-btn li a:hover {
     color: var(--primery-color1);
  
  }
  .user-profile-btn li a p{   
   display: inline-block; 
   color: #222;  
   margin: 0 5px;   
   letter-spacing: .3px;
   text-transform: capitalize;
  }
  
  .user-profile-btn li a span {
   font-size: 14px;
   font-weight: 400;
   padding: 4px 1px;
  }
  
  .user-profile-btn .btn-addtocart .cart-products-value {
     position: absolute;
     top: 14px;
     left: 100%;
     font-size: 16px;
     padding-left: 5px;
  }
  
  .user-profile-list {
     padding-bottom: 0;
     margin-top: 0;
     padding-top: 0;
     -webkit-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
     -moz-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
     -ms-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
     -o-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
     box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
     width: auto;
     min-width: 238px;
     background: #ffffff;
     padding: 0;
     transition: all 0.3s;
     display: block;
     position: absolute;
     visibility: hidden;
     opacity: 0;
     top: 72px;
     left: auto;
     border-radius: 4px;
     z-index: 9999 !important;
     background-color: #fff;
     border: 0.0625rem solid #ebebeb;
     visibility: hidden;
     opacity: 0;
     border-radius: 8px;
     width: auto;
     box-shadow: 0px 0px 12px 0px #00000026;
     padding: 15px 0 10px;
  }
  
  .user-profile-btn li:hover .user-profile-list {
     visibility: visible;
     opacity: 1;
     transition: all 0.3s;
     top: 64px;
     z-index: 99999 !important;
  }
  .user-profile-list ul {
     width: 100%;
     border-radius: 0;
  }
  .user-profile-list ul li {
     text-align: left;
     width: 100%;
  }
  .user-profile-list ul li a {
     color: #000;
     font-size: 13px;
     width: 100%;
     display: block;
     padding: 8px 14px;
     border-top: 1px solid #eee;
  }
  .user-profile-list ul li:first-child a {
     border-top: 0;
  }
  .user-profile-list ul li a:hover {
   background: #f7f7f7;
  }
  
  .about-section{
   background-color: #F8F9FA;
  }
  /* user-cart */
  
  .user-cart {
     right: 0 !important;
     left: auto;
     padding: 0;
     border-radius: 0;
     border: none;
     margin-top: 5px;
     width: 260px;
  }
  
  .user-cart ul {
     background: #FFF;
     z-index: 99;
     border: 2px solid #eaeaea;
     border-top-color: rgb(234, 234, 234);
  }
  
  .user-cart ul li {
     position: relative;
     padding: 0px 0px;
     -webkit-transition: background-color 0.5s linear;
     -moz-transition: background-color 0.5s linear;
     -ms-transition: background-color 0.5s linear;
     -o-transition: background-color 0.5s linear;
     transition: background-color 0.5s linear;
     width: 100%;
  }
  
  .add-prodcuts {
     overflow-y: scroll;
     height: 200px;
  }
  .linkss{
   text-align: left;
   border-top: 1px solid #ccc;
   padding-bottom: 0;
  }
  .linkss i{
     padding-left: 10px;
     font-size: 13px;
  }
  
  .main-padding {
     padding: 50px 0 50px;
     /* background: url(../images/category-bg.png) no-repeat; */
     background-size: cover;
  }
  .main-padding .section-title {
     font-size: 40px;
     font-weight: 700;
     margin-bottom: 60px;
     color: #505050;
  }
  .category-box img {
     min-height: 220px;
     max-width: 220px;
     -o-object-fit: cover;
     object-fit: cover;
     margin-bottom: 24px;
     border-radius: 50%;
     border: 5px solid #ffffff;
     transition: 0.5s ease;
     overflow: hidden;
  }
  .category-box:hover img {
   transform: scale(1.1) rotate(360deg);
   -webkit-transition: 0.5s ease;
   transition: 0.5s ease;
  }
  
  .category-box h4 {
     font-size: 24px;
     color: var(--primery-text);
     font-weight: 400;
  }
  .category-box{
   max-width: 220px;
   position: relative;
  }
  .category-box img:hover {
    box-shadow: 0 0 0 3px var(--primery-color2);
  }
  .back-img{
   position: absolute;
   top: 0;
   left: 0;
   -webkit-opacity: 0;
   -moz-opacity: 0;
   -ms-opacity: 0;
   -o-opacity: 0;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   -ms-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
   transform: translateY(1px);
   /* min-height: 220px; */
   /* max-width: 220px; */
  }
  .category-box:hover .back-img{
   -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transform: scale(1.1) rotate(360deg);
   -webkit-transition: 0.5s ease;
   transition: 0.5s ease;
  }
  
  /* Headding Center*/
  .sec-title {
   position: relative;
   text-transform: uppercase;
  }
  .sec-title .title {
   color: var(--primery-text);
   font-size: 20px;
   margin-top: 0;
   padding-top: 0;
   position: relative;
   font-weight: 400;
  }
  
  
  /* Headding Left*/
  
  .sec-title-left {
   position: relative;
  }
  .sec-title-left .title {
   font-size: 20px;
   font-weight: 400;
   margin-top: 0;
   padding-top: 0;
   color: #f7345e;
   background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
   position: relative;
   display: inline-block;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  }
  .sec-title-left .heading-border-line-left {
   position: relative;
   margin: 5px 0 30px;
  }
  .sec-title-left .heading-border-line-left:before {
   content: "";
   width: 12px;
   height: 2px;
   background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
   position: absolute;
   bottom: -4px;
   left: 3.12%;
   margin-left: -35px;
   transform: translateX(-50%);
   border-radius: 2px;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   z-index: 1;
  }
  .sec-title-left .heading-border-line-left:after {
   content: "";
   width: 65px;
   height: 2px;
   background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
   position: absolute;
   bottom: -4px;
   right: 0;
   left: 3%;
   margin-left: -20px;
   border-radius: 2px;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   z-index: 0;
  }
  .sec-title-left:hover .heading-border-line-left {
   position: relative;
  }
  .sec-title-left:hover .heading-border-line-left:before {
   width: 65px;
   margin-left: -5px;
  
  }
  .sec-title-left:hover .heading-border-line-left:after {
   width: 12px;
   margin-left: 35px;
   background: #183761;
  }
  
    /* Owl Slider Section */
  
    .block-2-item {
     display: block;
     position: relative;
  }
  .block-2-item:before {
     z-index: 1;
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: linear-gradient(to bottom, #0000003b 0%, #0000003b 18%, rgb(0 0 0 / 79%) 99%, rgb(21 16 10 / 59%) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  }
  .block-2-item .image {
     position: relative;
     margin-bottom: 0;
     overflow: hidden;
     margin: 0;
  }
  .block-2-item .image img {
     margin-bottom: 0;
     -webkit-transition: .3s all ease-in-out;
     -o-transition: .3s all ease-in-out;
     transition: .3s all ease-in-out;
  }
  
  .block-2-item .text > span {
     font-size: 15px;
     color: #fff;
     font-family: 'Fredoka';
     font-weight: 300;
  }
  .block-2-item .text h3 {
     font-size: 14px;
     color: #fff;
     font-weight: 300;
  }
  .block-2-item .text {
     z-index: 2;
     bottom: 0;
     text-align: center;
     position: absolute;
     width: 100%;
     }
  
  .block-2-item:hover .image img {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
   }
  
  /* Arrow Section Start */
  
  .owl-arrow .owl-carousel .owl-nav {
   position: absolute;
   bottom: 21px;
   left: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-left: -50px;
  }
  .owl-arrow .owl-carousel .owl-nav button.owl-next {
   /* font-size: 15px; */
  }
  .owl-arrow .owl-carousel .owl-nav button {
   background: #e1e1e1;
   color: #222;
   width: 40px;
   height: 40px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-radius: 50px;
   margin: 0px 5px;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   font-size: 16px;
  }
  
  
  
  .section-title {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    color: #1C2340;
  }
  
  .icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  
  .icon-wrap i {
    font-size: 32px;
    color: var(--primery-button);
  }
  
  .guarantee-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primery-text);
    font-weight: 400;
  }
  
  .guarantee-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--primery-text);
    padding: 0 30px;
  }
  
   
    /* Brand Section */
  .brand-sec{
       background: #fef0f0;
  }
  .brand-boxs {
     z-index: 0;
     border: 1px solid #f5f6f6;
     background-color: #f5f6f6;
     border-radius: 10px;
     transition: all .2s;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .brand-boxs:hover {
     border: 1px solid #003d29;
     transition: all .2s;
  }
  
  .hover-style--rotate:hover img {
     transform: scale(1.4) rotate(10deg);
  }
  /* Cart Products */
  
  .products-collection{
    margin-bottom: 20px !important;
    position: relative;
    /* border: 1px solid #eaeaea; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 9px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'Fredoka';
   }
   .products-collection img{
      border-radius: 5px;
      transition: all .2s;
      width: 100%;
   }
   .products-collection img:hover{
      border-radius: 10px;
      transition: all .2s;
      transform: scale(1.2) rotate(2deg);
   }
  .prodcuts-sec{
    /* background: #fafafa; */
    padding: 0px 28px;
  }
  .products-collection{
   margin-bottom: 20px !important;
   position: relative;
   /* border: 1px solid #eaeaea; */
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 8px;
   padding: 9px;
   -webkit-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -ms-transition: all .3s linear;
   -o-transition: all .3s linear;
   transition: all .3s linear;
   font-family: 'Fredoka';
  }
  .products-collection:hover{
   -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
   -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
   -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
   -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
   box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
   border-color: transparent !important;
   -webkit-transition: all .35s linear;
   -moz-transition: all .35s linear;
   -ms-transition: all .35s linear;
   -o-transition: all .35s linear;
   transition: all .35s linear;
  }
  .products-collection .item-product .thumbnail-container{
     position: relative;
     overflow: hidden;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -ms-border-radius: 8px;
     -o-border-radius: 8px;
     border-radius: 8px;
     margin: auto;
     width: 100%;
     justify-content: center;
     width: 100%;
  }
  .products-collection .item-product .thumbnail-container .frant-img{
     -webkit-opacity: 1;
     -moz-opacity: 1;
     -ms-opacity: 1;
     -o-opacity: 1;
     opacity: 1;
     visibility: initial;
     -webkit-transition: all .6s linear;
     -moz-transition: all .6s linear;
     -ms-transition: all .6s linear;
     -o-transition: all .6s linear;
     transition: all .6s linear;
     object-fit: cover;
     width: 100%;
  }
  .products-collection .item-product .thumbnail-container .back-img{
     position: absolute;
     top: 0;
     left: 0;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     -ms-opacity: 0;
     -o-opacity: 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
     /* transform: translateY(20px); */
     /* height: 260px; */
  }
  
  .products-collection:hover .item-product .thumbnail-container .back-img{
    -webkit-opacity: 1;
     -moz-opacity: 1;
     -ms-opacity: 1;
     -o-opacity: 1;
     opacity: 1;
     visibility: visible;
     transform: translateY(1);
  }
  .products-collection .group-buttons{
       position: absolute;
       bottom: 16px;
       left: 50%;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
       margin: 0;
       margin-right: 5px;
       -webkit-transform: translateY(60px);
       -ms-transform: translateY(60px);
       transform: translateY(60px);
       opacity: 0;
       transform: scale(0);
       visibility: hidden;
  }
  .products-collection .product-info{
     margin: 10px 0 -5px;
  }
  .products-collection .product-info h2{
       font-size: 14px;
       font-weight: 400;
       text-align: center;
       color: var(--primery-text);
       /* letter-spacing: 0.4px; */
  }
  .products-collection .product-pricesss .product-pricesss{
     font-weight: 500;
     font-size: 15px;
  }
  .products-collection .product-pricesss {
     text-align: center;
     margin-bottom: 6px;
     color: var(--primery-text);
  }
  .products-collection .product-pricesss .product-prices{
     font-size: 13px;
     padding-right: 10px;
  }
  .products-collection .product-pricesss .price-discount{
     text-decoration: line-through!important;
     font-size: 13px;
     color: #d5d5d5;
  }
  .wishlist-quickview{
     margin-bottom: 12px;
   display: flex;
     justify-content: space-between;
  }
  .wishlist-quickview li{
     display: inline-block;
     width: 49%;
  }
  .wishlist-quickview li a{
     padding: 9px 11px;
     color: #000000 !important;
     background: #f0f0f0;
     display: block;
     text-align: center;
     border: 1px solid #eaeaea;
     border-radius: 40px;
     font-size: 14px;
     font-weight: 5000;
  }
  .wishlist-quickview li a:hover{
   background:#222;
   color:#fff !important;
  }
  .products-collection .add-to-vart .btn-to-select{
     background: #EEF2FE;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     -ms-border-radius: 40px;
     -o-border-radius: 40px;
     border-radius: 5px;
     border: none;
     padding: 10px 20px !important;
     font-size: 13px !important;
     color: #222;
     width: 100%;
     font-weight: 400;
  }
  .products-collection .add-to-vart .btn-to-select i{
     padding-right: 11px;
  }
  .products-collection .add-to-vart .btn-to-select span{
     font-size: 14px;
     font-weight: 400;
  }
  .offertext{
       left: 16px;
       top: 13px;
       z-index: 0;
       position: absolute;
       font-weight: 600;
  }
  .offertext span{
       padding: 5px 8px;
       background-color: red;
       text-transform: uppercase;
       color: #fff;
       font-size: 12px;
       border-radius: 0 10px 0 10px;
       display: none;
  }
  .products-collection .add-to-vart .btn-to-select:hover{
   /* background: red; */
  }
  
   /* Quality Products */
  .wefood_sec{
    /* background: url(../images/quality.png) no-repeat; */
    background-size:cover;
  }
  .pagehome-four .grow-best-food .background-row {
   background-size: cover;
  }
  .nov-row .background-row {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  }
  .grow-best-food {
   padding-top: 50px;
  }
  .grow-best-food .title_block {
   text-align: center;
   position: relative;
  }
  .title_block .sub_title{
   font-size: 15px;
  }
  .grow-best-food .title_block span.sub_title {
   font-size: 16px;
   font-weight: 400;
   padding-top: 11px;
   line-height: 22px;
   color: #222;
   font-family: 'Fredoka';
   display: block;
  }
  .grow-best-food .title_block span {
   font-size: 27px;
   color: #222;
   /* font-weight: 700; */
  }
  .title_block .sub_title {
   font-family: "Roboto",sans-serif;
   display: block;
  }
  .grow-best-food .nov-html {
   -webkit-flex: 0 0 30%;
   -ms-flex: 0 0 30%;
   flex: 0 0 30%;
   max-width: 30%;
  }
  .pt-155 {
   padding-top: 147px!important;
  }
  .pb-150 {
   padding-bottom: 50px!important;
  }
  .left-content-sec h1{
    font-size: 33px;
    color: var(--white);
  }
  .guarantees-section{
    background: #dcd4c9;
  }
  .custom_groups .custom_text {
   display: -webkit-box;
   display: -moz-box;
   display: box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
  }
  .mb-100 {
   margin-bottom: 100px!important;
  }
  .custom_groups .custom_text .policy-icon {
   padding-right: 20px;
   width: 280px;
  }
  .custom_groups .custom_text .numbner {
   color: #636060;
   font-size: 36px;
   line-height: 48px;
   font-weight: 500;
  }
  .custom_groups .custom_text .title-setting {
   font-size: 18px;
   font-weight: 400;
   color: #000000;
   padding: 10px 0 7px 0;
   font-family: 'Fredoka';
  }
  .custom_groups .custom_text .sub-setting {
   font-size: 15px;
   color: #666;
   font-family: 'Fredoka';
  }
  .custom_groups.right .custom_text .text {
   text-align: right;
  }
  .custom_groups.right .custom_text .policy-icon {
   padding-left: 20px;
   padding-right: 0;
  }
  .grow-best-food .nov-image {
   -webkit-flex:0 0 40%;
   -ms-flex:0 0 40%;
   flex:0 0 40%;
   max-width:40%
  }
  .pt-55 {
   padding-top: 57px!important;
  }
  
    /* End Quality Products */
  
  
  .brand-boxs .brand-title {
     color: #231f1e;
     margin-bottom: 5px;
     font-size: 18px;
     font-weight: 600;
  }
  .brand-boxs .small-text {
     font-size: 13px;
     font-weight: 500;
     line-height: 15px;
  }
  .discount-box {
     border-radius: 10px;
     box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.04), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
     padding: 20px;
     transition: all 0.2s;
  }
  .discount-box:hover{
   border-color: #f16122;
     box-shadow: inset 0px 0px 12px 0px rgba(241, 97, 34, .3);
     transition: all 0.2s;
  }
  .discount-box:hover img {
     transform: scale(1.2);
     border-radius: 10px;
     transition: all 0.2s;
  }
  
  .offers-img img {
   transition: transform 0.5s ease;
   border: 13px solid #ffffff;
   border-radius: 50%;
   width: 250px !important;
   height: 250px !important;
   margin: auto;
  }
  .discount-box:hover .offers-img img {
   transform: scale(1.1);
   transform: rotate(360deg);
   transition: all 0.7s ease-in;
   border-radius: 50%;
  }
  .discount-box .color-text1 {
     color: #cb9917;
  }
  .discount-box .color-text2 {
     color: #961f1f;
  }
  .discount-box .color-text3 {
     color: #94623c;
  }
  .discount-box .color-text4 {
     color: #003d29;
  }
  .discount-box.offer-color {
     background-color: #f2e4d9;
  }
  .discount-box.offer-color2 {
     background-color: #f9dcdc;
  }
  .discount-box.offer-color3 {
     background-color: #f2e4d9;
  }
  .discount-box.offer-color4 {
     background-color: #d2f7ec;
  }
  .discount-box .offer-color {
     max-width: 381px;
     margin-top: 0;
     font-family: Inter, sans-serif;
     font-size: 22px;
  }
  .discount-box .discount-body {
     padding: 20px;
  }
  .discount-box .discount-body .discount-price {
     font-size: 52px;
     font-weight: 700;
     line-height: 52px;
  }
  .discount-box .discount-body .discount-price span {
     font-size: 31px;
     line-height: 41px;
     position: relative;
     top: -16px;
  }
  .discount-box .discount-body .title {
     font-size: 22px;
     font-weight: 600;
  }
  .discount-box .discount-body .body-desicrition {
     color: #231f1e;
     margin-bottom: 0;
     font-size: 16px;
     font-weight: 500;
  }
  
 
   Trending Products Slider Animation
------------------------------------ */
.screenshot_slider .owl-item .item {
   margin: 10px 0;
   position: relative;
   transition: 0.4s ease-in-out;
 }
 

 .screenshot_slider .owl-item .item img {
   transition: 0.3s ease-in-out;
   width: 100%;
   display: block;
 }
 

 .screenshot_slider .owl-item .item.active {
   transform: scale(0.95);
   position: relative;
   z-index: 0;
 }


 .screenshot_slider .owl-item:not(.center) .item img {
   /* opacity: 0.4; */
   /* filter: brightness(60%); */
   transform: scale(0.95);
   position: relative;
   z-index: 0;
 }
 .screenshot_slider .owl-item:not(.center) .item img::before{
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   background: red;
   z-index: 99;
   top: 0;
   bottom: 0;
 }
 .screenshot_slider .owl-item.center .item img {
   opacity: 1;
   filter: brightness(100%);
   transform: scale(1.10);
 }

 .screenshot_slider .owl-item.center .item img {
   border-radius: 10px;
 }

 .screenshot_slider .owl-nav {
   text-align: center;
 }
 
  /* Section 1 owl StyleSheet */

.best-sellers .owl-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 15px;
}
.best-sellers .owl-dots .owl-dot.active {
   background: var(--primery-color1);
   width: 32px;
}
.best-sellers .owl-dots .owl-dot {
   width: 12px;
   height: 12px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #adb5bd;
   box-shadow: 0px 1px 0px 0px #dee2e6;
   margin: 0px 3px;
   transition: 0.5s all;
}
/* Section 2 owl StyleSheet */
.breed-sellers .owl-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 15px;
}
.breed-sellers .owl-dots .owl-dot.active {
   background: var(--primery-color1);
   width: 32px;
}
.breed-sellers .owl-dots .owl-dot {
   width: 12px;
   height: 12px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #adb5bd;
   box-shadow: 0px 1px 0px 0px #dee2e6;
   margin: 0px 3px;
   transition: 0.5s all;
}
/* Section 3 owl StyleSheet */
.festival-sellers .owl-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 0px;
}
.festival-sellers .owl-dots .owl-dot.active {
   background: var(--primery-color1);
   width: 32px;
}
.festival-sellers .owl-dots .owl-dot {
   width: 12px;
   height: 12px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #adb5bd;
   box-shadow: 0px 1px 0px 0px #dee2e6;
   margin: 0px 3px;
   transition: 0.5s all;
}
/* Section 3 owl StyleSheet */
.testimonial-area .owl-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 15px;
}
.testimonial-area .owl-dots .owl-dot.active {
   background: var(--primery-color1);
   width: 32px;
}
.testimonial-area .owl-dots .owl-dot {
   width: 12px;
   height: 12px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #adb5bd;
   box-shadow: 0px 1px 0px 0px #dee2e6;
   margin: 0px 3px;
   transition: 0.5s all;
}

  /*-----------------------
    Sponscer Section CSS
   -------------------------*/
 

     #sponcer-logo {
       overflow: hidden;
     }
  
     .logo-item {
       position: relative;
       overflow: hidden;
       border-radius: 16px;
       transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
       box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
       background: white;
       padding: 20px;
       display: flex;
       align-items: center;
       justify-content: center;
     }
  
     .logo-item:hover {
       transform: translateY(-10px) scale(1.05);
       box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
       z-index: 10;
     }
  
     .image-wrap {
       position: relative;
       overflow: hidden;
       border-radius: 12px;
     }
  
     .image-wrap img {
       width: 100%;
       height: auto;
       max-width: 140px;
       transition: all 0.5s ease;
       filter: grayscale(100%) brightness(0.8);
       display: block;
     }
  
     .logo-item:hover .image-wrap img {
       filter: grayscale(0%) brightness(1);
       transform: scale(1.1);
     }
  
     /* Glowing Border Effect on Hover */
     .logo-item::before {
       content: '';
       position: absolute;
       top: -2px; left: -2px; right: -2px; bottom: -2px;
       background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96c93d, #f7b733, #fc6c8f);
       border-radius: 18px;
       z-index: -1;
       opacity: 0;
       transition: opacity 0.4s ease;
       background-size: 300% 300%;
       animation: gradientShift 6s ease infinite;
     }
  
     .logo-item:hover::before {
       opacity: 1;
     }
  
     @keyframes gradientShift {
       0% { background-position: 0% 50%; }
       50% { background-position: 100% 50%; }
       100% { background-position: 0% 50%; }
     }
  
     /* Floating Animation (Idle) */
     @keyframes float {
       0%, 100% { transform: translateY(0px); }
       50% { transform: translateY(-6px); }
     }
  
     .logo-item {
       animation: float 4s ease-in-out infinite;
     }
  
     .logo-item:nth-child(1) { animation-delay: 0s; }
     .logo-item:nth-child(2) { animation-delay: 0.5s; }
     .logo-item:nth-child(3) { animation-delay: 1s; }
     .logo-item:nth-child(4) { animation-delay: 1.5s; }
     .logo-item:nth-child(5) { animation-delay: 2s; }
     .logo-item:nth-child(6) { animation-delay: 2.5s; }
  
     /* Responsive Adjustments */
     @media (max-width: 768px) {
       .logo-item {
         padding: 15px;
       }
       .image-wrap img {
         max-width: 100px;
       }
     }
  .overview-section .overview-process {
     -webkit-box-shadow: 0 2px 5px 0 #c0b4b45e, 0 2px 10px 0 #e1d4d461;
     box-shadow: 0 2px 5px 0 #c0b4b45e, 0 2px 10px 0 #e1d4d461;
     padding: 15px;
     margin: 0 30px;
     border-radius: 10px;
     border: 2px solid #dddd;
  }
  .overview-section .overview-process img {
     height: 56px;
     margin-bottom: .5rem;
  }
  .overview-section .overview-process .overview-text h4 {
     font-size: 27px;
     font-weight: 700;
     line-height: 1;
  }
  .overview-section .overview-process .overview-text p {
     font-size: 15px;
     color: #7d879c;
     padding: 0;
     font-weight: 600;
  }
  .overview-section .overview-process .overview-text h4 span {
     font-size: 27px;
     font-weight: 700;
     line-height: 1;
  }
  /* ====== Testimonial Section Styling ====== */
  .testimonial-area {
   background: var(--primery-color1);
   padding: 80px 0;
   position: relative;
   overflow: hidden;
  }
  
  
  /* ====== Testimonial Card ====== */
  .testimonial-block-three {
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   perspective: 1000px;
   margin-bottom: 30px;
  }
  
  .testimonial-block-three .inner-box {
   background: #ffffff;
   border-radius: 15px;
   padding: 24px 20px 10px;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
   height: 100%;
  }
  
  .testimonial-block-three:hover .inner-box {
   transform: translateY(-10px);
   box-shadow: 0 10px 35px rgba(255, 111, 97, 0.2);
  }
  
  .testimonial-block-three .quote {
   font-size: 28px;
   color: #ff6b6b;
   opacity: 0.6;
   margin-bottom: 15px;
  }
  
  .testimonial-block-three h4 {
   font-size: 1.25rem;
   font-weight: 600;
   color: var(--primery-text);
   margin-bottom: 12px;
   font-family: 'Poppins', sans-serif;
  }
  
  .testimonial-block-three .text {
   font-size: 15px;
   color: #555;
   line-height: 1.7;
   font-family: 'Open Sans', sans-serif;
  }
  
  /* ====== Author Info ====== */
  .author-info {
   margin-top: 12px;
   padding-top: 10px;
   border-top: 1px dashed #ddd;
   /* text-align: right; */
  }
  
  .author-title {
   font-size: 0.95rem;
   font-weight: 600;
   color: #6c5ce7;
   font-style: italic;
  }
  .auto-container{
   position:static;
   max-width: 1360px;
   padding: 0px 15px;
   margin:0 auto;
  }
  
  .main-footer{
   position:relative;
   background: var(--primery-color1);
   z-index:10;
  }
  
  .main-footer .widgets-section{
   position:relative;
   padding: 54px 0px 9px;
  }
  
  .main-footer .footer-widget{
   position:relative;
   margin-bottom:30px;
  }
  
  .main-footer .footer-title{
   position:relative;
   margin-bottom: 7px;
  }
  
  .main-footer .footer-title h2{
   position:relative;
   font-size: 19px;
   font-weight: 400;
   color: var(--white);
   padding-bottom: 17px;
   text-transform:capitalize;
  }
  
  .main-footer .footer-title h2:after{
   position:absolute;
   content:'';
   left:0px;
   bottom: 4px;
   width: 50px !important;
   height: 3px;
   background: var(--white);
   opacity: 0.4;
  }
  
  .main-footer .logo-widget{
   position:relative;
  }
  
  .main-footer .logo-widget .widget-content{
   position:relative;
  }
  
  .main-footer .logo-widget .logo{
   position:relative;
   margin-bottom:25px;
  }
  .main-footer .logo-widget .logo img{
     height: 45px;
  }
  .main-footer .logo-widget .widget-content .text{
   position:relative;
   color: var(--white);
   font-size: 15px;
   font-weight:400;
   margin-bottom:12px;
  }
  
  .main-footer .logo-widget .widget-content .list{
   position:relative;
   margin-bottom:20px;
  }
  
  .main-footer .logo-widget .widget-content > .list > li{
   position:relative;
   color: #fff;
   font-size: 15px;
   padding-right:12px;
   margin-right:12px;
   line-height:1.2em;
   display:inline-block;
   border-right:1px solid #414a5e;
  }
  
  .main-footer .logo-widget .widget-content > .list > li:last-child{
   border-right:0px;
   margin-right:0px;
   padding-right:0px;
  }
  
  .main-footer .logo-widget .widget-content .timing{
   position:relative;
   color: var(--white);
   font-size: 15px;
   line-height: 1.8em;
   padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom:1px solid rgba(255,255,255,0.10);
  }
  
  .main-footer .logo-widget .widget-content .timing span{
   font-weight:500;
   display:block;
  }
  
  .main-footer .logo-widget .widget-content .social-icon-one li{
   margin-left:0px;
   margin-right: 13px;
  }
  
  .main-footer .links{
   position:relative;
  }
  
  .main-footer .links li{
   position:relative;
   margin-bottom: 9px;
  }
  
  .main-footer .links li a{
   position:relative;
   color: var(--white);
   font-size: 14px;
   padding-bottom:5px;
   -webkit-transition:all 300ms ease;
   -ms-transition:all 300ms ease;
   -o-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
  }
  
  .main-footer .links li a:after{
   position:absolute;
   content:'';
   left:0px;
   bottom:0px;
   width:20px;
   height:2px;
   opacity:0;
   background-color: var(--white);
   -webkit-transition:all 300ms ease;
   -ms-transition:all 300ms ease;
   -o-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
  }
  
  .main-footer .links li a:hover::after{
   opacity:1;
  }
  
  .main-footer .links li a:hover{
   color:#fff;
  }
  
  .main-footer .footer-bottom{
   position:relative;
   padding-top: 30px;
   background-color:#041332;
  }
  
  .main-footer .footer-bottom.style-two{
   padding-top:0px;
  }
  
  .main-footer .footer-bottom.style-two .copyright{
   border-top:0px;
   margin-top:10px;
  }
  
  .main-footer .footer-bottom .title-column{
   position:relative;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  
  .main-footer .footer-bottom .title-column .text{
   position:relative;
   padding-left: 51px;
   color: #c4c4c4;
   font-size: 13px;
   font-weight:500;
  }
  
  .main-footer .footer-bottom .title-column .text .icon{
   position:absolute;
   left:0px;
   top: 4px;
   color: var(--bs-body-bg);
   font-size:40px;
   line-height:1em;
  }
  
  .main-footer .footer-bottom .subscribe-form{
   margin-bottom:20px;
  }
  
  .main-footer .footer-bottom .subscribe-form .form-group{
   position:relative;
   display:block;
   margin-bottom:10px;
  }
  
  .main-footer .footer-bottom .subscribe-form .form-group input[type="text"],
  .main-footer .footer-bottom .subscribe-form .form-group input[type="email"]{
   position:relative;
   display:block;
   width:100%;
   line-height:26px;
   padding: 10px 17px;
   height:48px;
   font-size:15px;
   color:#ffffff;
   background:none;
   font-weight:400;
   border-bottom:4px solid rgba(255,255,255,0.20);
   -webkit-transition:all 300ms ease;
   -ms-transition:all 300ms ease;
   -o-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
  }
  
  .main-footer .footer-bottom .subscribe-form .form-group button{
   position:absolute;
   right:0px;
   top:10px;
   font-size: 13px !important;
   font-weight:600;
   background:none;
   letter-spacing:1px;
   text-transform:uppercase;
   color: var(--bs-body-bg);
  }
  
  .main-footer .footer-bottom .copyright{
   position:relative;
   text-align:center;
   color: #bfbfbf;
   padding: 13px 0px;
   margin-top: 13px;
   border-top:1px solid rgba(255,255,255,0.10);
  }
  .news-newsletterholder {
     width: 100%;
  }
  .news-newsletterholder p {
     color: var(--white);
     font-size: 14px;
     margin: 0 0 15px;
     line-height: 24px;
  }
  .news-newsletterholder .subscribe input {
     z-index: 1;
     height: 44px;
     font-size: 14px;
     border-radius: 4px;
     position: relative;
     padding: 10px 65px 10px 17px;
     background: #ffff;
     border: 1px solid rgb(66 63 63 / 20%);
  }
  .news-newsletterholder .input-group-text {
     top: 5px;
     right: 0;
     z-index: 33;
     color: #716b6b;
     height: 34px;
     position: absolute;
     border-radius: 0 4px 4px 0;
     background: #ffff;
     border-left: 1px solid rgb(66 63 63 / 20%);
  }
  .apps-download{
     float: left;
     width: 100%;
  }
  .apps-download h3{
     color: var(--white);
     font-size: 15px;
     font-weight: 400;
     margin: 0;
     line-height: 24px;
  }
  .apps-download ul{
     padding-top: 21px;
  }
  .apps-download ul li{
     display: inline-block;
     margin-right: 10px;
  }
  .social-icon-one{
   position:relative;
  }
  
  .social-icon-one li{
   position:relative;
   margin-left:20px;
   display:inline-block;
  }
  
  .social-icon-one li a{
   position:relative;
   font-size:16px;
   color:#fff !important;
   -webkit-transition:all 300ms ease;
   -ms-transition:all 300ms ease;
   -o-transition:all 300ms ease;
   -moz-transition:all 300ms ease;
   transition:all 300ms ease;
   padding: 7px 11px;
   background: #3bb6d6;
   border-radius: 4px;
  }
  /* Correct nth-child usage */
  .social-icon-one li:nth-child(1) a { background: #3b5998; } /* Facebook */
  .social-icon-one li:nth-child(2) a { background: #1da1f2; } /* Twitter */
  .social-icon-one li:nth-child(3) a { background: #00aff0; } /* Skype */
  .social-icon-one li:nth-child(4) a { background: #0077b5; } /* LinkedIn */
  
  .social-icon-one li a:hover {
   transform: scale(1.1);
  }
  
  /* Optional: Hover effect */
  .social-icon-one li a:hover span {
   opacity: 0.8;
  }
  .payment_widget h5 {
   color: #fff;
   padding-left: 45px;
   margin-bottom: 0px;
   font-size: 16px;
  }
  .payment_widget {display: flex;align-items: center;justify-content: center;}
  .payment_widget h5 img {
   padding-left: 20px;
  }
  .social-icon-one li a:hover{
   color:#3BB6D6;
  }
  
  .list-style-two{
   position:relative;
  }
  
  .list-style-two li{
   position:relative;
   padding-left:50px;
   color:#c4c4c4;
   font-size:16px;
   margin-bottom:25px;
  }
  
  .list-style-two li .icon{
   position:absolute;
   left:0px;
   top:7px;
   line-height:1em;
   font-size: 27px;
   font-weight:400;
   transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -webkit-transition:all 0.3s ease;
   -ms-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   color:rgba(255,255,255,0.40);
  }
  
  .list-style-two li a{
   position:relative;
   font-weight:500;
   display:block;
   color:#ffffff;
   transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -webkit-transition:all 0.3s ease;
   -ms-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   font-family: 'Poppins', sans-serif;
  }
  
  .list-style-two li:hover a{
   color:#3BB6D6;
   text-decoration:underline;
  }
  
  .list-style-two li:hover .icon{
   color:#3BB6D6;
  }
  
  #department{
     /* background-color: #ffffff; */
     padding-top: 60px;
     padding-bottom: 3px;
     margin-top: -107px;
     z-index: 12;
     position: relative;
  }
  .row-widte{
     width: 1500px;
     padding-left: 100px;
     padding-right: 100px;
  }
  
  .services-boxs{
     float: left;
     width: 20%;
     padding: 0 6px;
  }
  .department-box{
     background-color: #ffffff;
     padding-top: 46px;
     padding-bottom: 40px;
     margin-bottom: 30px;
     border-radius: 5px;
     box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.15);
     /* width: 20%; */
     /* float: left; */
     text-align: center;
     -webkit-transition: all .5s;
  }
  .department-box:hover {
     -webkit-transform: translateY(-20px);
     transform: translateY(-20px);
     transition: all ease .2s;
   background-color: #2f3967;
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.15);
  }
  .department-box:hover .department-box-btn .btn{
   background:#fff;
   color:#222;
  }
  .department-box:hover.department-box h3{
   color:#fff;
  }
  
  .department-box .services_img_hover .front-image{
     height: 114px;
     display: table;
     margin: 0px auto 10px;
     text-align: center;
     transform: rotateY(0deg);
     -webkit-transition: all .5s;
  }
  
  .department-box-btn .btn{
     color: #ffffff;
     font-weight: 500;
     background-color: #2f3967;
     padding: 6px 25px;
     margin: 0px 0px -84px;
     border: none;
     font-size: 15px;
  }
  .department-box h3{
     font-size: 18px;
     color: #222;
     font-weight: bold;
     letter-spacing: 0.5px;
  }
  .pt-40{
     padding-bottom: 40px;
  }
  .pb-40{
     padding-top: 40px;
  }
  .testimonial-area {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;
  }
  
  .testimonial-wrap-2 {
   background: #ffffff;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   border-radius: 10px;
   border-bottom: 8px solid #3bb6d6;
   padding: 0 30px 12px 30px;
   margin: 58px 12px 0;
  }
  .testimonial-wrap-2 .thumb {
   position: relative;
   display: inline-block;
   margin-top: -50px;
  }
  .testimonial-wrap-2 .thumb img {
   width: auto;
  }
  .testimonial-wrap-2 .thumb span {
   position: absolute;
   height: 33px;
   width: 33px;
   background: #FC9016;
   border-radius: 50%;
   display: inline-block;
   color: #ffffff;
   text-align: center;
   line-height: 35px;
   top: 10px;
   right: -14px;
  }
  .testimonial-wrap-2 .testimonial-wrap-details .rating-wrap {
   border-bottom: 1px solid rgba(139, 139, 139, 0.16);
   padding-bottom: 24px;
   margin-bottom: 28px;
   margin-top: -34px;
  }
  .testimonial-wrap-2 .testimonial-wrap-details h6 {
   font-size: 21px;
   font-weight: 600;
   margin-bottom: 12px;
  }
  .testimonial-wrap-2 .testimonial-wrap-details h6:hover {
   color: #DD1C63;
  }
  .testimonial-wrap-2 .testimonial-wrap-details h6 span {
   color: #868686;
   font-size: 15px;
   font-weight: 400;
  }
  .testimonial-wrap-2 .testimonial-wrap-details p {
   font-size: 15px;
  }
  /* testimonial */
  .testimonial-area{
   padding: 31px 0;
  }
  .testimonial-block-three {
     position: relative;
     padding: 0 15px;
     margin: 15px 0;
  }
  .testimonial-block-three .inner-box {
     position: relative;
     text-align: center;
     overflow: hidden;
     border-radius: 36px;
  }
  .testimonial-block-three .top-content {
     position: relative;
     background: #f2f2f2;
     padding: 17px 41px;
     padding-top: 40px;
     border-radius: 6px;
     margin-bottom: 14px;
     /* box-shadow: 0 2px 4px rgb(0 0 0 / 17%); */
  }
  .testimonial-block-three .top-content:before {
     position: absolute;
     content: '';
     left: 50%;
     bottom: -51px;
     width: 70px;
     height: 34px;
     border: 29px solid transparent;
     border-top-color: #f2f2f2;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     display: none;
  }
  .testimonial-block-three .quote {
     position: absolute;
     left: -36px;
     top: -50px;
     width: 100px;
     height: 100px;
     padding-left: 30px;
     background: #ffffff;
     color: #837a7a;
     font-size: 25px;
     line-height: 148px;
     border-radius: 50%;
  }
  .testimonial-block-three h4 {
     position: relative;
     margin-bottom: 10px;
     font-size: 18px;
     font-weight: 400;
     font-family: 'Fredoka';
  }
  .inner-box .text {
     font-size: 14px;
     line-height: 23px;
     color: #858585;
     font-weight: 400;
     margin: 0;
  }
  .testimonial-block-three .author-title {
     font-size: 14px;
     color: var(--primery-text);
     margin-bottom: 3px;
     font-weight: 400;
  }
  .testimonial-block-three .designation {
     position: relative;
     font-size: 15px;
     color: #757575;
  }
     /* Review CSS */
  
     .fbgCont {
       position: fixed;
       bottom: 100px;
       z-index: 9999999;
       left: 0;
       display: flex;
       flex-direction: column;
   }
  .fbgCont a .googCont {
   background: #fff;
   padding: .6rem 1rem .6rem 1rem;
   display: flex;
   align-items: center;
   margin: 1rem 0;
   border-radius: 0 1rem 1rem 0;
   box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .19);
   transition: all 
  linear .3s;
   overflow: hidden;
   position: relative;
   text-align: center;
  }
  .fbgCont a .googCont .openReview img {
     width: 20px;
  }
  .fbgCont a .googCont .openReview p {
   font-size: 12px;
   line-height: 1;
   margin-top: .5rem;
   margin-bottom: 0;
   font-weight: 600;
  }
  .fbgCont a .fbCont {
   background: #fff;
   padding: .6rem 1rem .6rem 1rem;
   display: flex;
   align-items: center;
   margin: 1rem 0;
   border-radius: 0 1rem 1rem 0;
   box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .19);
   transition: all 
  linear .3s;
   overflow: hidden;
   position: relative;
  }
  .fbgCont a .fbCont .openReview {
   display: flex;
   align-items: center;
   flex-direction: column;
   height: 100%;
  }
  .fbgCont a .fbCont .openReview img {
   width: 20px;
  }
  .fbgCont a .fbCont .openReview {
   display: flex;
   align-items: center;
   flex-direction: column;
   height: 100%;
  }
  .fbgCont a .fbCont .openReview p {
   font-size: 13px;
   line-height: 1;
   margin-top: .5rem;
   margin-bottom: 0;
   font-weight: 500;
  }
  
    /* What's App Section */
  .right_fix_btn {
     position: fixed;
     width: 53px;
     z-index: 99999;
     bottom: 35px;
     left: 20px;
  }
  .coccoc-alo-ph-img-circle {
   width: 52px;
   height: 52px;
   border-radius: 100%;
   border: 0px solid rgba(0, 0, 0, 0);
   opacity: 1;
   padding: 5px;
  }
  
  .play-now1 {
    position: absolute;
    bottom: 6rem;
    left: 45%;
    background-color: var(--primery-button2);
    border-radius: 10rem;
    padding: 15px;
  }
  
  .play-now1:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 15rem;
    height: 15rem;
    background: var(--primery-button2);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  .play-now1 img {
    max-width: 11rem;
  }
  
  @-webkit-keyframes ripple {
    70% {
      box-shadow: 0 0 0 7rem rgba(255, 255, 255, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes ripple {
    70% {
      box-shadow: 0 0 0 7rem rgba(255, 255, 255, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  /* .about-section  */
  .animate-img {
   transition: transform 0.6s ease;
   background-color: #F8F9FA;
  }
  .animate-img:hover {
   transform: scale(1.05) rotate(1deg);
  }
  
   /* Latest Blog Section */
  
  .latest-blog {
   background-color: #f2f2f2;
  }
  .latest-blog::before {
   content: "";
   position: absolute;
   z-index: 0;
   left: -59px;
   top: 26px;
   width: 122px;
   height: 122px;
   background: url(../images/bubble-o.png);
   background-repeat: repeat;
   background-size: auto;
   background-size: 120px;
   background-repeat: no-repeat;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-filter: contrast(0.5);
   filter: contrast(0.5);
   opacity: 0.3;
   display: none;
  }
  .latest-blog::after {
   content: "";
   position: absolute;
   z-index: 0;
   background: url(../images/bg-pattern-cl.png);
   background-size: auto;
   background-size: cover;
   width: 150px;
   height: 189px;
   right: -27px;
   top: -32px;
   margin: auto;
   opacity: 0.2;
   display: none;
  }
  .text-theme3 {
   color: #e09c19 !important;
  }
  .blog-items {
   box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, .0509803922);
   border: 1px solid hsla(0, 0%, 80%, .5019607843);
   padding: 2px;
  }
  .blog-items p{
   font-size: 14px;
  }
  .blog-items span{
   font-size: 14px;
  }
  .latest-blog .blog-items .blog-img-hvr::before {
   content: "";
   position: absolute;
   left: -120%;
   right: 120%;
   top: 120%;
   bottom: -120%;
   background: linear-gradient(45deg, transparent, #fff, transparent);
   -webkit-transition: 0s all;
   transition: 0s all;
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
  }
  .latest-blog .blog-items:hover .blog-img-hvr::before {
   -webkit-transition: 0.5s all;
   transition: 0.5s all;
   left: 120%;
   right: -120%;
   top: -120%;
   bottom: 120%;
  }
  
  .count-text {
   text-align: center;
  }
  .count-text img {
   padding-bottom: 12px;
   object-fit: cover;
  }
  .count-text h2 {
   font-size: 72px;
   font-weight: 600;
  }
  .count-text span {
   font-size: 74px;
   font-family: cursive;
   font-weight: 600;
   color: #fa441d;
   top: -7px;
   position: relative;
  }
  .count-text h3 {
   font-size: 18px;
   color: #666666;
   transform: translateY(-16px);
   margin-bottom: -16px;
  }
  .count-text:hover img {
     -webkit-animation: top-bottom 1s ease-in-out ;
     animation: top-bottom 1s ease-in-out;
  }
  @keyframes top-bottom {
   0%, 100%, 20%, 50%, 80% {
       -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
       transform: translateY(0);
   }
  
   40% {
       -webkit-transform: translateY(-8px);
       -ms-transform: translateY(-8px);
       transform: translateY(-8px);
   }
   60% {
       -webkit-transform: translateY(-4px);
       -ms-transform: translateY(-4px);
       transform: translateY(-4px);
   }
  }
  
  
  
  
  .banner-card {
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   overflow: hidden;
  }
  
  .banner-card:hover {
   transform: scale(1.02);
   box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }
  
  .banner-img {
   border-radius: 12px;
   width: 100%;
   height: auto;
   transition: transform 0.4s ease;
  }
  
  .banner-card:hover .banner-img {
   transform: scale(1.1);
   position: relative;
   display: inline-block;
   width: 100%;
   -webkit-transform: scale(1.05) translateX(5px);
   transform: scale(1.05) translateX(5px);
   -webkit-transition: .5s 
  ease-out;
   transition: .5s 
  ease-out;
  }
  
  .banner-content {
   /* background: rgba(0, 0, 0, 0.45); */
   padding: 20px 25px;
   border-radius: 12px;
   position: absolute;
   left: 0;
   top: 0;
  }
  
  .banner-content h3 {
   font-size: 1.8rem;
   color: #fff;
  }
  
  .banner-content p {
   font-size: 0.95rem;
   color: #f1f1f1;
  }
  
  
  /* Shopping Cart Drawer Custom Styles */
  .offcanvas {
   width: 360px;
   border-left: 3px solid #00ceab;
   background-color: #fff;
  }
  
  .offcanvas-header {
   border-bottom: 1px solid #eee;
  }
  #cartDrawer .offcanvas-header{
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: var(--primery-color1);
   border-bottom: 1px solid #e5e5e5;
   z-index: 500;
   padding: 9px 16px;
  }
  #cartDrawer .offcanvas-header .offcanvas-title{
   font-size: 16px;
   color: var(--white);
  }
  .btn-close {
   background-size: 12px;
   opacity: 1;
   color: var(--white) !important;
  }
  
  .progress-wrapper .progress {
   background-color: #f2f2f2;
   border-radius: 10px;
   overflow: hidden;
  }
  
  .progress-bar {
   background: linear-gradient(90deg, #00ceab, #5d34af);
  }
  
  .cart-footer {
   border-top: 1px solid #eee;
   padding-top: 10px;
   position: absolute;
   bottom: 0;
   width: 100%;
   background: #F2F2F2;
   text-align: center;
  }
  .offcanvas {
    z-index: 9999;
  }
    
  /* Instagram Section   */ 
  
  :root{
   --overlay-duration: 360ms;
   --zoom-duration: 600ms;
   --accent1: linear-gradient(135deg, rgba(211,20,91,0.55), rgba(255,121,63,0.45));
   --accent2: linear-gradient(135deg, rgba(173,211,20,0.55), rgba(20,180,211,0.35));
   --accent3: linear-gradient(135deg, rgba(129,20,211,0.48), rgba(63,94,251,0.28));
   --accent4: linear-gradient(135deg, rgba(9,82,11,0.55), rgba(20,211,129,0.25));
  }
  
  /* layout basics */
  .instagram-grid { padding: 16px 0; }
  .insta-card {
   display: block;
   position: relative;
   overflow: hidden;
   height: 0;
   padding-bottom: 100%; /* square aspect ratio */
   text-decoration: none;
   color: inherit;
   outline: none;
   border-radius: 6px;
  }
  
  /* image */
  .insta-img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform-origin: center center;
   transition: transform var(--zoom-duration) cubic-bezier(.2,.9,.3,1);
   will-change: transform;
   display: block;
  }
  
  /* overlay (hidden by default) */
  .insta-overlay {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   pointer-events: none; /* allow anchor click */
   background: linear-gradient(180deg, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.35) 75%);
   transition: background var(--overlay-duration) ease;
  }
  
  /* per-card accent using :nth-of-type for variety */
  .instagram-grid .row > .col-md-3:nth-of-type(4n+1) .insta-overlay { background-image: var(--accent1); background-blend-mode: overlay; }
  .instagram-grid .row > .col-md-3:nth-of-type(4n+2) .insta-overlay { background-image: var(--accent2); background-blend-mode: overlay; }
  .instagram-grid .row > .col-md-3:nth-of-type(4n+3) .insta-overlay { background-image: var(--accent3); background-blend-mode: overlay; }
  .instagram-grid .row > .col-md-3:nth-of-type(4n+4) .insta-overlay { background-image: var(--accent4); background-blend-mode: overlay; }
  
  /* content inside overlay */
  .insta-body {
   width: 100%;
   padding: 5px;
   text-align: center;
   transform: translateY(40%);
   transition: transform var(--overlay-duration) cubic-bezier(.2,.9,.3,1), opacity var(--overlay-duration);
   opacity: 0;
   pointer-events: none;
   background: linear-gradient(45deg, #f58529 0%, #dd2a7b 50%, #8134af 75%, #515bd4 100%);
   border-radius: 23px 10px 10px 10pxx;
  }
  
  /* icon/title */
  .insta-icon {
   display: inline-block;
   width: 48px;
   height: 48px;
   line-height: 48px;
   border-radius: 50%;
   background: rgba(255,255,255,0.12);
   color: #fff;
   margin-bottom: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: transform 420ms cubic-bezier(.2,.9,.3,1), background 300ms;
   will-change: transform;
  }
  
  .insta-title {
   margin: 0;
   font-size: 22px;
   color: #fff;
   font-weight: 400;
   letter-spacing: 0.2px;
  }
  
  .insta-sub {
   margin: 0px 0 0;
   font-size: 13px;
   color: rgba(255,255,255,0.95);
   font-weight: 500;
  }
  
  /* hover / focus states */
  .insta-card:hover .insta-img,
  .insta-card:focus .insta-img {
   transform: scale(1.12) rotate(-0.8deg);
  }
  
  .insta-card:hover .insta-overlay,
  .insta-card:focus .insta-overlay {
   background: linear-gradient(180deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.45) 90%);
  }
  
  .insta-card:hover .insta-body,
  .insta-card:focus .insta-body {
   transform: translateY(0);
   opacity: 1;
   pointer-events: auto;
  }
  
  .insta-card:hover .insta-icon,
  .insta-card:focus .insta-icon {
   transform: translateY(-6px) scale(1.05);
   background: rgba(255,255,255,0.18);
  }
  
  /* keyboard focus ring for accessibility */
  .insta-card:focus {
   box-shadow: 0 6px 18px rgba(0,0,0,0.24);
   border-radius: 6px;
  }
  /* responsive tweak: smaller text on small screens */
  @media (max-width: 575.98px){
   .insta-title { font-size: 14px; }
   .insta-sub { font-size: 12px; }
  }
  /* Hero */
  .left-content-sec{
   background: var(--primery-color1);
  }
  .leftsecimg{
   position: relative;
   width: 100%;
   height: 550px;
   object-fit: cover;
   z-index: 1;
   object-position: center center;
  }
  .hero{
   padding-left: 7rem;
   background-size: cover;
   background-position:center;
  }
  .hero .lead{color: var(--white);font-size: 15px;margin: 17px 0;}
  
  .facilities-container {
   background: linear-gradient(135deg, #fffdfd, #f8f4f4);
  }
  
  .facilities-box {
   display: flex;
   align-items: center;
   gap: 15px;
   background: var(--white);
   border-radius: 16px;
   padding: 20px 25px;
   box-shadow: 0px 1px 2px 3px rgba(0,0,0,0.06);
   transition: all 0.4s ease;
   cursor: pointer;
   font-family:
   'Fredoka';
  }
  
  .facilities-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 18px rgba(0,0,0,0.1);
   background: linear-gradient(135deg, #ffffff, #f9f9f9);
  }
  
  .facilities-icon-box img {
   min-height: 53px;
   transition: transform 0.4s ease;
   max-width: 50px;
   object-fit: scale-down;
  }
  
  .facilities-box:hover .facilities-icon-box img {
   transform: scale(1.1) rotate(5deg);
  }
  
  .facilities-text-box .fas-text {
   font-size: 16px;
   color: var(--primery-text);
   margin-bottom: 4px;
   font-weight: 400;
  }
  
  .facilities-text-box p {
   font-size: 13px;
   color: var(--primery-text);
   margin: 0;
   line-height: 1.4;
  }
  
   /* Highligh Prodcuts Start */
  
  .shop-wrapper .shop-collection-image {
   position: relative;
  }
  .shop-wrapper .shop-collection-image img {
   width: 100%;
   height: 100%;
  }
  .shop-wrapper .shop-collection-image {
   position: relative;
  }
  .shop-wrapper .shop-collection-image .banner-product {
   position: relative;
  }
  
  
  .shop-wrapper .shop-collection-image {
   position: relative;
  }
  
  
  .shop-wrapper .shop-collection-image .banner-product {
   position: absolute;
   top: 32%;
   left: 21%;
   transition: all 0.4s ease-in-out;
  }
  
  .shop-wrapper .shop-collection-image .banner-product.style-2 {
   bottom: 51%;
   right: 50%;
   left: initial;
   top: initial;
  }
  .shop-wrapper .shop-collection-image .banner-product.style-3 {
   bottom: 53%;
   right: 24%;
   left: initial;
   top: initial;
  }
  
  .shop-wrapper .shop-collection-image .banner-product.style-4 {
   bottom: 26%;
   /* right: 50%; */
   left: 19%;
   top: initial;
  }
  
   .banner-product:hover .product-details {
   visibility: visible;
   opacity: 1;
   margin-bottom: 15px;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .plus-icon {
   width: 15px;
   height: 15px;
   line-height: 15px;
   border-radius: 100px;
   background-color: var(--white);
   color: red;
   text-align: center;
   font-size: 7px;
   position: absolute;
   cursor: pointer;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .plus-icon::before {
   position: absolute;
   content: "";
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid var(--primery-button2);
  }
  
  .shop-wrapper .shop-collection-image .banner-product .plus-icon::after {
   position: absolute;
   content: "";
   width: 55px;
   height: 55px;
   line-height: 55px;
   text-align: center;
   border-radius: 100%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid var(--primery-button2);
  }
  .shop-wrapper .shop-collection-image .banner-product .plus-icon i{
      position: absolute;
      left: 7px;
      top: 8px;
      text-align: center;
      width: 15px;
      height: 15px;
      line-height: 15px;
      border-radius: 100px;
      /* background-color: var(--primery-button2); */
      color: #222;
      text-align: center;
      font-size: 12px;
      cursor: pointer;
  }
  .shop-wrapper .shop-collection-image .banner-product .product-details {
   min-width: 160px;
   /* width: 100%; */
   position: absolute;
   background-color: var(--primery-base);
   /* box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2); */
   border-radius: 10px;
   top: -74px;
   left: -47px;
   padding: 10px 11px;
   margin-bottom: 0px;
   visibility: visible;
   opacity: 1;
   transition: 0.3s;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details .title {
   margin-bottom: 0;
   font-size: 12px;
   color: #222;
   margin-bottom: 6px;
   font-weight: 400;
  }
  .shop-wrapper .shop-collection-image .banner-product .product-details .title a{
   color: var(--primery-text);
   font-size: 13px;
  }
  .shop-wrapper .shop-collection-image .banner-product .product-details .title a:hover {
   color: red;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details .price {
   color: var(--primery-text);
   font-size: 13px;
   /* font-weight: 400; */
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details .product-rating .rating-number {
   font-size: 14px;
   font-weight: 500;
   color: green;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details .rating-image {
   position: absolute;
   top: 10px;
   right: 10px;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details .rating-image img {
   width: 100%;
   height: 100%;
  }
  
  .shop-wrapper .shop-collection-image .banner-product .product-details:after {
   content: "";
   width: 0;
   height: 0;
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
   border-top: 12px solid var(--primery-button2);
   position: absolute;
   bottom: -12px;
   left: 58px;
  }
  
  .shop-wrapper .banner-product:hover .product-details {
   visibility: visible !important;
   opacity: 1 !important;
   display: block;
   transition: 0.3s;
  }
  
  .shop-wrapper .shop-collection-image h6 {
   color: #fff;
   position: absolute;
   top: 50px;
   left: 50px;
   font-size: 14px;
  }
  
  .shop-wrapper .shop-right-items {
   text-align: -webkit-center;
  }
  
  .shop-wrapper .shop-right-items p {
   font-size: 14px;
   font-weight: 400;
   color: yellowgreen;
  }
  
  .shop-wrapper .shop-right-items .right-image {
   max-width: 419px;
   margin-bottom: 20px;
   margin-top: 20px;
  }
  
  .shop-wrapper .shop-right-items .right-image img {
   width: 100%;
   height: 100%;
  }
  
  .shop-wrapper .shop-right-items h3 {
   font-size: 30px;
   font-weight: 500;
  }
  
   /* === MAIN FOOTER === */
   .main-footer {
     color: var(--primery-color1);
     position: relative;
     overflow: hidden;
     padding: 0px 0 20px;
   }
  
  
   .widgets-section {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 30px;
     padding-bottom: 30px;
   }
  
   .footer-title h2 {
     font-size: 1.5rem;
     font-weight: 600;
     margin-bottom: 20px;
     color: #fff;
     position: relative;
     display: inline-block;
   }
  
   .footer-title h2::after {
     content: '';
     position: absolute;
     bottom: -8px;
     left: 0;
     width: 0;
     height: 3px;
     background: #ff6b6b;
     border-radius: 2px;
     animation: lineGrow 1.2s ease-out forwards;
   }
  
   @keyframes lineGrow {
     to { width: 40px; }
   }
  
   /* Fade In */
   .fade-in {
     opacity: 0;
     transform: translateY(20px);
     animation: fadeInUp 0.8s ease forwards;
   }
  
   @keyframes fadeInUp {
     to { opacity: 1; transform: translateY(0); }
   }
  
   /* Social Icons */
   .social-icon-one {
     list-style: none;
     display: flex;
     gap: 4px;
     margin-top: 15px;
   }
  
   .social-icon-one li a {
     width: 40px;
     height: 40px;
     background: rgba(255,255,255,0.1);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     font-size: 1.1rem;
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
   }
  
   .social-icon-one li a::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     height: 0;
     background: var(--primery-text);
     border-radius: 10px;
     transform: translate(-50%, -50%);
     transition: 0.4s ease;
     z-index: -1;
   }
  
   .social-icon-one li a:hover::before {
     width: 100%; height: 100%;
   }
  
   .social-icon-one li a:hover {
     transform: translateY(-4px);
     box-shadow: 0 8px 20px rgba(255,107,107,0.4);
   }
  
   /* Links */
   .links li {
     margin-bottom: 10px;
     opacity: 0;
     animation: fadeInUp 0.6s ease forwards;
     animation-delay: calc(0.1s * var(--i));
   }
  
   .links li a {
     color: #b0b0b0;
     text-decoration: none;
     font-size: 0.95rem;
     position: relative;
     display: inline-block;
     transition: 0.3s ease;
   }
  
   .links li a::after {
     content: '';
     position: absolute;
     bottom: -2px;
     left: 0;
     width: 0;
     height: 1px;
     background: #ff6b6b;
     transition: 0.3s ease;
   }
  
   .links li a:hover {
     color: #fff;
     transform: translateX(6px);
   }
  
   .links li a:hover::after {
     width: 100%;
   }
  
   /* Newsletter */
   .subscribe input {
     background: rgba(255,255,255,0.1);
     border: 1px solid rgba(255,255,255,0.2);
     color: #fff;
     padding: 12px 15px;
     border-radius: 50px 0 0 50px;
     outline: none;
     transition: 0.3s;
   }
  
   .subscribe input::placeholder { color: #ccc; }
  
   .subscribe input:focus {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   }
  
   .input-group-text {
     background: #ff6b6b;
     color: #fff;
     border: none;
     border-radius: 0 50px 50px 0;
     padding: 0 18px;
     cursor: pointer;
   }
  
   .input-group-text i {
     animation: arrowPulse 1.5s infinite;
   }
  
   @keyframes arrowPulse {
     0%, 100% { transform: translateX(0); }
     50% { transform: translateX(5px); }
   }
  
   .input-group-text:hover { background: #ff5252; }
  
   /* App Icons */
   .apps-download img {
     height: 35px;
     transition: 0.3s ease;
     filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
   }
  
   .apps-download img:hover {
     transform: scale(1.12) translateY(-5px);
   }
  
   /* Text */
   .text, .timing { font-size: 0.95rem; color: #ccc; line-height: 1.6; margin-bottom: 10px; }
   .timing span {color: var(--white);font-weight: 500;}
  
   .copyright-section {
     background: var(--primery-base);
     text-align: center;
     padding: 15px 15px;
     font-size: 1rem;
     position: relative;
     overflow: hidden;
     font-family: 'Fredoka';
     font-weight: 400;
  }
  
   .copyright-text {
     display: inline-block;
     position: relative;
   }
  
   .copyright-text .highlight {
     color: #897575;
     font-weight: 400;
     position: relative;
     display: inline-block;
   }
  
   @keyframes pulseGlow {
     0% { width: 0; height: 0; opacity: 1; }
     70% { width: 120px; height: 40px; opacity: 0.6; }
     100% { width: 160px; height: 50px; opacity: 0; }
   }
  
   /* Year Auto Update */
   .current-year {
     color: #897575;
     font-weight: 400;
   }
  
   /* Responsive */
   @media (max-width: 768px) {
     .widgets-section { grid-template-columns: 1fr; }
     .footer-title h2 { font-size: 1.3rem; }
     .copyright-section { font-size: 0.8rem; padding: 20px 10px; }
   }
  
  
   /* Scroll Progress Button */
  #progress {
   z-index: 1111;
   position: fixed;
   bottom: 20px;
   right: 15px;
   height: 60px;
   width: 60px;
   display: grid;
   place-items: center;
   border-radius: 50%;
   background: #183761;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   cursor: pointer;
   transition: opacity 0.3s ease, transform 0.3s ease;
   opacity: 0;
   transform: scale(0);
  }
  
  #progress-value {
   height: 75%;
   width: 75%;
   background-color: #fff;
   border-radius: 50%;
   display: grid;
   place-items: center;
   color: var(--primery-color1);
   font-size: 18px;
   transition: transform 0.6s ease;
  }
  #progress:hover #progress-value {
   transform: rotate(-20deg);
   transition: transform 0.6s ease;
  }
  
   /* Start Inner Page  */
   .breadcrumbs {
     position: absolute;
     bottom: 13%;
     left: 50%;
     margin-left: -20px;
  }
   .bdc-links ul {
     display: flex;
     align-items: center;
   }
   
  
   .bdc-heading h2 {
     font-size: 2rem;
     padding: 0;
     font-weight: 400;
     color: #222;
     font-family: 'Fredoka';
   }
  .silder-text{
     height: 254px;
     width: 100%;
     object-fit: cover;
     background: linear-gradient(rgb(242 242 242 / 87%), rgb(250 250 250)), url(../images/coman-banner.png) center center / cover no-repeat;
     background-position: center center !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
  }
  
  .filter-menu {
   background: #fafafa;
   border: 0.1rem solid #efefef;
   padding: 10px;
   border-radius: 10px;
  }
  .heading-filter {
   font-weight: 400;
   font-size: 16px;
   color: #222;
   background: #fff;
   padding: 10px 15px;
   border: 1px solid #e5e5e5;
   text-transform: capitalize;
   margin-bottom: 1.5rem;
   border-left: 3px solid #f0f0f0;
  }
  .filter-menu .acc-main-menu .accordion-item {
   background: white;
  }
  .filter-menu .acc-main-menu .accordion-item button:not(.collapsed) {
   color: #90b2ae;
  }
  .filter-menu .acc-main-menu .accordion-item button {
   padding: 0;
   color: #999;
   font-size: 14px;
   font-weight: 400;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #fafafa;
   color: #222;
   padding: 0px 15px;
  }
  .filter-menu .acc-main-menu .accordion-item button:not(.collapsed)::after {
   content: "-";
   background-image: none;
   -webkit-transform: none;
   transform: none;
   color: #99a5a4;
   font-size: 36px;
  }
  .filter-menu .acc-main-menu .accordion-item button {
   padding: 0;
   color: #999;
   font-size: 14px;
   font-weight: 400;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #fafafa;
   color: #222;
   padding: 0px 15px;
  }
  .filter-menu .acc-main-menu .accordion-item button::after {
   content: "+";
   background-image: none;
   -webkit-transform: none;
   transform: none;
   font-size: 25px;
   height: auto;
  }
  .filter-menu .brand-menu .brand-input-check-container .brand-input-check:first-child {
   border-bottom: none;
  }
  .filter-menu .brand-menu .brand-input-check-container .brand-input-check {
   background: #fff;
   padding: 10px 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   border: 1px solid #e6e6e6;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
  }
  .filter-menu .brand-menu .brand-input-check-container .brand-input-check input {
   margin-right: 10px;
   width: 15px;
   height: 15px;
   accent-color: #0aa493;
  }
  .filter-menu .brand-menu .brand-input-check-container .brand-input-check label {
   font-size: 13px;
   cursor: pointer;
  }
  .filter-index {
   color: #222;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 14px;
   border: 1px solid #e5e5e5;
   padding: 10px 15px;
   margin: 0 0px 15px 0px;
   background: #fafafa;
  }
  .filter-index h4 {
   margin: 0;
   font-size: 14px;
   font-weight: 400;
  }
  .sort-by select {
   margin-left: 10px;
   margin: 0 0 0 20px;
   color: #222;
   height: 32px;
   font-size: 14px;
   padding: 0 10px 0 18px;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: solid 1px #e5e5e5;
   border-radius: 5px;
  }
  .filter-index h4 i {
   width: 33px;
   height: 33px;
   border: solid 1px #e5e5e5;
   border-radius: 3px;
   background: #fff;
   text-align: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   line-height: 33px;
   font-size: 16px;
   margin-right: 12px;
  }
  
   /* highlight section */
  
      /* Parent wrapper: LEFT LIST + RIGHT IMAGE SAME HEIGHT */
      .equal-wrapper {
        display: flex;
        /* height: 100%; */
        /* min-height: 600px; */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        overflow: hidden;
        background: #efefef;
    }
  
    .left-panel {
        flex: 0 0 45%;
        overflow-y: auto;
        padding: 0px 20px;
        background: #f5f5f5;
        border-right: 1px solid #e8e3db;
    }
  
    .right-panel {
        flex: 1;
        position: relative;
        overflow: hidden;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        background: #f8f8f8;
        padding-left: 0;
        padding-right: 0;
    }
  
    /* Image always fills container height */
    .hotspot-image {
        height: 450px;
        width: 100%;
        object-fit: cover;
    }
  
    /* Hotspot container matches image size */
    .hotspot-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }
  
    .hotspot {
        position: absolute;
        width: 24px;
        height: 24px;
        background: white;
        border: 2px solid #c19a6b;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        pointer-events: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
  
    .hotspot::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #c19a6b;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
  
    .hotspot.active,
    .hotspot:hover {
        transform: scale(1.4);
        background: #c19a6b;
    }
  
    .hotspot.active::after,
    .hotspot:hover::after {
        background: white;
    }
  
    .hotspot-tooltip {
        position: absolute;
        left: 32px;
        top: -8px;
        background: white;
        padding: 4px 10px;
        border-radius: 2px;
        display: none;
        font-size: 11px;
        white-space: nowrap;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid #e8e3db;
        color: #1a1a1a;
        font-weight: 400;
    }
  
    .hotspot:hover .hotspot-tooltip {
        display: block;
        animation: fadeIn 0.2s ease;
    }
  
    @keyframes fadeIn {
        from { opacity: 0; transform: translateX(-5px); }
        to { opacity: 1; transform: translateX(0); }
    }
  
    /* LEFT PANEL LIST */
    .section-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
        color: #f9f7f4;
        margin-bottom: 8px;
    }
  
    .section-title {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 15px;
    }
  
    .section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background:#c19a6b;
    }
  
    .product-row {
        border-bottom: 2px solid #e8e3db;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        background: var(--white);
        margin-bottom: 10px;
        padding: 10px 15px;
    }
  
    .product-row::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        background: var(--primery-color2);
        border-radius: 50%;
        transition: all 0.3s ease;
    }
  
    .product-row.active {
        background: rgba(193, 154, 107, 0.05);
        border-left: 2px solid #c19a6b;
        padding-left: 25px;
    }
  
    .product-row.active::before {
        width: 8px;
        height: 8px;
    }
  
    .product-row img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.3s ease;
        margin: auto;
        display: flex;
    }
  
    .product-row.active img {
        transform: scale(1.05);
    }
  
    .product-title {
        font-size: 15px;
        margin-bottom: 4px;
        color: var(--primery-text);
    }
  
    .product-details {
        font-size: 13px;
        color: #050504;
        margin-bottom: 6px;
        display: none;
    }
  
    .price {
        color: #222;
        font-size: 13px;
    }
  
    /* Size selector styles */
    .size-selector {
        margin: 0px 0 0;
    }
  
    .size-options {
        display: flex;
        gap: 8px;
        margin-top: 2px;
        margin-bottom: 5px;
    }
  
    .size-option {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e8e3db;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        transition: all 0.2s ease;
    }
  
    .size-option:hover {
        border-color: #c19a6b;
    }
  
    .size-option.selected {
        background: var(--primery-color2);
        color: white;
        border-color: #c19a6b;
    }
  
    .size-option.unavailable {
        color: #ccc;
        background: #f5f5f5;
        cursor: not-allowed;
        text-decoration: line-through;
    }
  
    .product-actions {
        margin-top: 6px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
  
    .product-row:hover .product-actions,
    .product-row.active .product-actions {
        opacity: 1;
    }
  
    .btn-add {
        background: var(--primery-color2);
        color: white;
        border: none;
        padding: 4px 12px;
        border-radius: 4px;
        font-size: 12px;
        transition: all 0.3s ease;
    }
  
    .btn-add:hover {
        background: #b08a5b;
        transform: translateY(-1px);
    }
  
    /* Responsive adjustments */
    @media (max-width: 992px) {
        .equal-wrapper {
            flex-direction: column;
        }
  
        .left-panel {
            flex: none;
            border-right: none;
            border-bottom: 1px solid var(--border);
        }
  
        .right-panel {
            min-height: 400px;
        }
    }
  
  
  
  /* Breakpoints Device // bp = breckpoints
   // sm = small
   // md = medium
   // lg = large
   // xl = extra large
   // xxl = extra extra large
  */
  
  /* // No media query for `xs` since this is the default in Bootstrap */
  
  /* // Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
  
   }
   
   /* // Medium devices (tablets, 768px and up) */
   @media (min-width: 768px) {
   }
   
  /*  // Large devices (desktops, 992px and up) */
   @media (min-width: 992px) {
   }
   
   /* // X-Large devices (large desktops, 1200px and up) */
   @media (min-width: 1200px) {
     .container {
       max-width: 1232px;
   }
   }
   
   /* // XX-Large devices (larger desktops, 1400px and up) */
   @media (min-width: 1400px) {
   
   }
   
   /* // X-Large devices (large desktops, less than 1400px) */
   @media (max-width: 1399.98px) {
   }
   
   /* // Large devices (desktops, less than 1200px) */
   @media (max-width: 1199.98px) {
   }
   
   /* // Medium devices (tablets, less than 992px) */
   @media (max-width: 991.98px) {
   }
   
   /* // Small devices (landscape phones, less than 768px) */
   @media (max-width: 767.98px) {

      .silder-bg-1 ,.silder-bg-2{
         height: 70vh;
         object-fit: cover;
       }
       
    .navbar {
       padding: 6px 15px !important;
       height: auto;
       background-color: #dcd4c9;
       position: absolute;
       z-index: 9;
       top: 21px;
       width: 100%;
     }
     .login-left {
      padding: 0px 0px 0;
   }
   .user-profile-btn li.nav-item img {
      filter: brightness(0.5) !important;
      height: 24px;
      width: 24px;
   }
     .pd0{
       padding: 0;
     }
     .navbar .navLogo {
      width: auto;
      height: 44px;
   }
   .user-profile-btn li a span {
      display: none;
   }
   .user-profile-btn li.nav-item>a {
      padding: 0 0px;
   }
   .video-wrapper {
      position: relative;
      width: 100%;
      height: 75vh;
      overflow: hidden;
   }
   #bg-video {
      max-width: 100%;
      height: 75% !important;
   }
   .hero-content {
      top: 50%;
   }
   .hero-title {
      font-size: 19px;
      font-weight: 400;
   }
   .hero-subtitle {
      font-size: 13px;
      margin: 8px;
      opacity: 0.9;
   }
   .menuIcon img{
      filter: brightness(0.5);
   }
   .category-box img {
     min-height: 140px;
     max-width: 140px;
     margin-bottom: 8px;
  }
  .category-box h4 {
     font-size: 19px;
  }
  .guarantee-text {
     padding: 0 15px;
     font-size: 14px;
  }
  .hero {
     padding-left: 15px;
     padding: 30px 15px 0;
  }
  
  .icon-wrap i {
     font-size: 40px;
  }
  .icon-wrap {
     width: 70px;
     height: 70px;
  }
  .leftsecimg {
      height: auto;
  }
  .slider-arrows .owl-nav .owl-prev {
     position: relative;
     left: 40%;
     margin-left: -20px;
  }
  .slider-arrows .owl-nav .owl-next {
     position: relative;
     right: 40%;
     margin-right: -20px;
  }
  .trending-overlay h3 {
     font-size: 12px;
  }
  .trending-overlay a {
     padding: 2px 10px;
     font-size: 10px;
  }
  .prodcuts-sec {
     padding: 0px 0px;
  }
  .products-collection{
     padding: 0;
  }
  .left-content-sec h1 {
     font-size: 19px;
     color: var(--white);
  }
   }
   
   /* // X-Small devices (portrait phones, less than 576px) */
   @media (max-width: 575.98px) {
     .silder-bg-1 ,.silder-bg-2{
       height: 70vh;
       object-fit: cover;
     }
     
  .navbar {
     padding: 6px 15px !important;
     height: auto;
     background-color: #dcd4c9;
     position: absolute;
     z-index: 9;
     top: 21px;
     width: 100%;
   }
   .login-left {
    padding: 0px 0px 0;
 }
 .user-profile-btn li.nav-item img {
    filter: brightness(0.5) !important;
    height: 24px;
    width: 24px;
 }
   .pd0{
     padding: 0;
   }
   .navbar .navLogo {
    width: auto;
    height: 44px;
 }
 .user-profile-btn li a span {
    display: none;
 }
 .user-profile-btn li.nav-item>a {
    padding: 0 0px;
 }
 .video-wrapper {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
 }
 #bg-video {
    max-width: 100%;
    height: 75% !important;
 }
 .hero-content {
    top: 50%;
 }
 .hero-title {
    font-size: 19px;
    font-weight: 400;
 }
 .hero-subtitle {
    font-size: 13px;
    margin: 8px;
    opacity: 0.9;
 }
 .menuIcon img{
    filter: brightness(0.5);
 }
 .category-box img {
   min-height: 140px;
   max-width: 140px;
   margin-bottom: 8px;
}
.category-box h4 {
   font-size: 19px;
}
.guarantee-text {
   padding: 0 15px;
   font-size: 14px;
}
.hero {
   padding-left: 15px;
   padding: 30px 15px 0;
}

.icon-wrap i {
   font-size: 40px;
}
.icon-wrap {
   width: 70px;
   height: 70px;
}
.leftsecimg {
    height: auto;
}
.slider-arrows .owl-nav .owl-prev {
   position: relative;
   left: 40%;
   margin-left: -20px;
}
.slider-arrows .owl-nav .owl-next {
   position: relative;
   right: 40%;
   margin-right: -20px;
}
.trending-overlay h3 {
   font-size: 12px;
}
.trending-overlay a {
   padding: 2px 10px;
   font-size: 10px;
}
.prodcuts-sec {
   padding: 0px 0px;
}
.products-collection{
   padding: 0;
}
.left-content-sec h1 {
   font-size: 19px;
   color: var(--white);
}
   }
     
   @media (min-width: 1400px) {
     .container {
         max-width: 1387px;
     }
  }
   
  
 
   /* // XX-Large devices (larger desktops) 
   // No media query since the xxl breakpoint has no upper bound on its width */
  
  
  
   
  /* Media Queries For Common Device Beakpoints Responsive Media Query ( RWD )  */
  
  /* @media only screen and (min-width:320px) and (max-width:767px) and (orientation : portrait){}
  /* @media only screen and (min-width:320px) and (max-width:767px) and (orientation : landscape){}
  
  
  /* Responsive 2K Screen View 2k - 2048px To 1080px  */
  /* Responsive 4K Screen View 4K - 3840px to 2160px  */
  
  /* @media only screen and (min-width:1080px) and (max-width:2048px){} .navbar
  /* @media only screen and (min-width:2160px) and (max-width:3840px){} 
  
  
 


  