/* ====== Testimonial Section Styling ====== */
.testimonial-area {
  background: linear-gradient(135deg, #fffdfd, #f8f4f4);
  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 12px 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: #333;
  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;
}
:root{
	--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-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
   overflow-x: hidden;
   font-optical-sizing: auto;
}
.fonts{
  font-family: "Fredoka", sans-serif;
  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: #fbf6eb;
}
body::-webkit-scrollbar-track {
     background: #FEF0F0;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #e4dddd;
    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: #dddddd;
  color: #222;
  padding: 9px 25px;
  font-size: 15px;
  border-radius: 26px;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 0;
}

.tf-btn span,
.tf-btn i {
  position: relative;
  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: 15px;
}

/* Hover effect background */
.tf-btn::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 102%;
  height: 100%;
  background-color: #222;
	color:#fff;
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(0);
  transition: transform 600ms 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: #183761;
  height: 40px;
  background: -moz-linear-gradient(left,#82009f 0%,#5d34af 50%,#00ceab 100%);
  /* background: -webkit-linear-gradient(left, #82009f 0%, #5d34af 50%, #00ceab 100%); */
  /* background: linear-gradient(to right, #82009f 0%, #5d34af 50%, #00ceab 100%); */
  background: linear-gradient(142deg, rgb(11 90 123 / 71%), rgb(9 30 32 / 44%)) !important;
  -webkit-backdrop-filter: blur(3px) saturate(0.5);
  backdrop-filter: blur(3px) saturate(0.5);
}
.fixedheader {
  position: fixed !important;
  top: -67px;
  transform: translateY(66px);
  transition: transform .6s;
  background-color: #fefefe !important;
  width: 100% !important;
  z-index: 99999;
  box-shadow: inset 5px 3px 16px 0 rgba(0, 0, 0, .1);
}
.stickyHeader .fixedheader{}
.stickyHeader .fixedheader.navLogo{
  color: #222;
}
.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: 500;
  /* 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: #000;
  border-bottom: 1px solid rgba(35, 31, 30, 0.2);
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 12px;
  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 40px;
    /* 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;
    }
}
.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: 32px 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; */
}
.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: #000;
    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: #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: 15px 15px;
    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: 24px;
    padding-top: 0;
    padding-bottom: 9px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
}
.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: 600;
    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*/

#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: 650px;
  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/banner-3.png) center center / cover no-repeat;
  height: 650px;
  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;
}

 /* User Profile StyleSheet */
.login-boxsss {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.login-left {
    padding: 0;
}

.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: #34bb54;
}
.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: 500;
	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;
    /* -webkit-box-shadow: 0 0 0 7px #dba8a4; */
    /* box-shadow: 0 0 0 7px #ffd101; */
    transition: 0.5s ease;
    /* box-shadow: 0 4px 20px 0 hsl(0deg 16.89% 68.05% / 96%); */
    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: 30px;
    color: #505050;
    font-family: 'Fredoka';
}
.category-box{
  display: block;
  max-width: 220px;
  position: relative;
}
.category-box img:hover {
   box-shadow: 0 0 0 3px #0d0c0e;
}
.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;
}
.sec-title .title {
  color: #183761;
  background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
  font-size: 26px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title .heading-border-line {
  position: relative;
  margin: 5px 0 30px;
}
.sec-title .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title .heading-border-line:after {
  content: "";
  width: 47px;
  height: 4px;
  background: linear-gradient(to right, #7b517b 0%, #282f2e 50%, #282f2e 100%);
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title:hover .heading-border-line {
  position: relative;
}
.sec-title:hover .heading-border-line:before {
  width: 65px;
  margin-left: -5px;
  
}
.sec-title:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #183761;
}

 /* Headding Left*/

.sec-title-left {
  position: relative;
}
.sec-title-left .title {
  font-size: 28px;
  font-weight: 500;
  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: 4px;
  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: 4px;
  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';
}
.block-2-item .text h3 {
    font-size: 14px;
    color: #fff;
}
.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;
}

 


  
   /* 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 */
.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;
	/* background: #fff; */
	/* box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.04), 0px 1px 1px 0px rgba(3, 11, 30, 0.1); */
	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;
}
.products-collection .product-info h2{
	    font-size: 15px;
	    /* font-weight: 600; */
	    text-align: center;
	    color: #222;
	    /* 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;
}
.products-collection .product-pricesss .product-prices{
    font-size: 14px;
    font-weight: 600;
    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: 14px !important;
    color: #222;
    width: 100%;
    font-weight: 600;
}
.products-collection .add-to-vart .btn-to-select i{
    padding-right: 11px;
}
.products-collection .add-to-vart .btn-to-select span{
    font-size: 16px;
    font-weight: 500;
}
.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;
}
.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;
}

/*------------------------------------
  Sponscer Section CSS
------------------------------------*/
#sponcer-logo{
	/* background-color:#fafafa; */
}
 /* Container Styling */
    #sponcer-logo {
      /* background: #f8f9fa; */
      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;
}

.auto-container{
	position:static;
	max-width: 1360px;
	padding: 0px 15px;
	margin:0 auto;
}

.main-footer{
	position:relative;
	background: linear-gradient(135deg, #fffdfd, #f8f4f4);
	z-index:10;
	/* background: linear-gradient(to right, #82009f 0%, #5d34af 50%, #00ceab 100%) !important; */
}

.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: 500;
	color: #222;
	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: #222;
	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: #222;
	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: #222;
	font-size:16px;
	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: #222;
	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: #222;
	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: #000000;
	-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:#897575;
}

.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: #222;
    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: #b0a5a5;
    font-size: 15px;
    font-weight: 600;
    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: linear-gradient(rgb(216 208 208 / 0%), rgb(175 168 168 / 3%)), url(../images/client-b.jpg); */
    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: 54px;
    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: 500;
    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: 17px;
    color: #283354;
    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;
}

/* .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;
}
.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: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    z-index: 500;
    padding: 9px 16px;
}
#cartDrawer .offcanvas-header .offcanvas-title{
  font-size: 16px;
}
.btn-close {
  background-size: 12px;
  opacity: 1;
}

.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: 16px;
  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%);
}

/* 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: 27px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.insta-sub {
  margin: 6px 0 0;
  font-size: 16px;
  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: linear-gradient(135deg, #f3f7ff 0%, #dbe9ff 100%);
 }
 .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(--muted)}

.facilities-container {
  background: linear-gradient(135deg, #fffdfd, #f8f4f4);
}

.facilities-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px 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 {
  height: 70px;
  transition: transform 0.4s ease;
  width: 70px;
  object-fit: scale-down;
}

.facilities-box:hover .facilities-icon-box img {
  transform: scale(1.1) rotate(5deg);
}

.facilities-text-box .fas-text {
  font-size: 17px;
  color: #555;
  margin-bottom: 4px;
  font-weight: 500;
}

.facilities-text-box p {
  font-size: 13px;
  color: #555;
  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: absolute; */
  /* top: 50%; */
  /* left: 30%; */
  /* transition: all 0.4s ease-in-out; */
}


.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: 74%;
  right: 24%;
  left: initial;
  top: initial;
}

.shop-wrapper .shop-collection-image .banner-product.style-4 {
  bottom: 26%;
  /* right: 50%; */
  left: 19%;
  top: initial;
}

.shop-wrapper .shop-collection-image .banner-product:hover .product-details {
  visibility: visible;
  opacity: 1;
  margin-bottom: 15px;
}

.shop-wrapper .shop-collection-image .banner-product .plus-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--white);
  color: red;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  position: absolute;
  cursor: pointer;
}

.shop-wrapper .shop-collection-image .banner-product .plus-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(255 251 251 / 50%);
}

.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 rgba(255, 255, 255, 0.9);
}

.shop-wrapper .shop-collection-image .banner-product .product-details {
  min-width: 160px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 54px 94px rgba(172, 128, 117, 0.2);
  border-radius: 10px;
  bottom: 100%;
  left: -47px;
  padding: 10px 11px;
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.shop-wrapper .shop-collection-image .banner-product .product-details .title {
  margin-bottom: 0;
  font-size: 18px;
  color: #222;
  margin-bottom: 6px;
  font-weight: 500;
}
.shop-wrapper .shop-collection-image .banner-product .product-details .title a{
  color: #222;
  font-size: 15px;
}
.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: #222;
  font-size: 16px;
  font-weight: 500;
}

.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 #fff;
  position: absolute;
  bottom: -12px;
  left: 58px;
}

.shop-wrapper .shop-collection-image:hover .banner-product {
  visibility: visible;
  opacity: 1;
}

.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;
}

  /* 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;
}


 /* 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) {
  }
  
  /* // X-Small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) {
	 
	.navbar {
		padding: 0px 15px !important;
		height: 70px;
		background-color: #fff;
	}
  }
    
  @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){} 
/* @media only screen and (min-width:2160px) and (max-width:3840px){} 



