/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Ubuntu", sans-serif;
    color: #000000;
    overflow-x: hidden;
    padding-top: 160px;
    font-size: 18px;
    line-height: 1.66;
    background: #ffffff;
}

a {
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #ff5c33;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-slide {
  padding: 0 15px;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border: none;
  background-color: #ff5c33;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #ff5c33;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
ul.slick-dots li {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1400px;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/
.side_bar_btn{
	display:none;
}
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: #000000;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}
.side-bar .inner {
    padding: 40px 20px 0 0;
}
@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
    font-weight: 500;
}
.side_bar_menu ul li a:hover {
    color: #7a5831;
}
.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7a583150;
}
.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}
.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7a583150;
}
.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #7a5831;
    font-weight: 500;
}
.side_bar_address p {
    margin: 0;
    color: #ffffff;
}
.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #7a5831;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a5831;
    font-size: 14px;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #7a5831;
    border-color: #7a5831;
}
.side-bar button:hover {
    background-color: #7a5831;
    border-color: #7a5831;
}
.side-bar.show {
    right: 0;
    overflow-y: auto;
}
.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #7a5831;
    padding: 6px;
    border: 1px solid #7a5831;
}
.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}
#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}
.burger-icon {
    width: 30px;
    cursor: pointer;
}
.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    /* transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in; */
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}
.burger-icon span:nth-child(1) {
}

/* .burger-icon span:nth-child(2) {
    width: 100%;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}
.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}
.side_bar_cn img {
    max-width: 200px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.btn_bx {
  margin-top: 50px;
  text-align: center;
}
.section-title span {
    margin: 0px 0 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #28a745;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 5px;
}

.section-title h2 {
  position: relative;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.38;
}
.section-title p {
  margin: 0 auto 0 auto;
}

.common-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5c33;
    border-radius: 0px;
    background-color: #ff5c33;
    color: #fff;
    padding: 4px 16px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
}
.common-btn::after {
  content: "";
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
  height: 120%;
  left: -10%;
  bottom: -10%;
  background: #d52128;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.common-btn span {
  position: relative;
  z-index: 1;
}
.common-btn:hover::after {
  width: 120%;
}
.common-btn:hover {
  color: #fff;
  border-color: #d52128;
}

.white-btn {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    padding: 4px 16px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
	font-size: 16px;
}
.white-btn::after {
  content: "";
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
  height: 120%;
  left: -10%;
  bottom: -10%;
  background: #d52128;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.white-btn span {
  position: relative;
  z-index: 1;
}
.white-btn:hover::after {
  width: 120%;
}
.white-btn:hover {
  color: #fff;
  border-color: #d52128;
}
/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: #ffeb33;
  width: 4rem;
  height: 4rem;
  padding: 0rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
    box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
  }
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}

/*--------------------------------------------------------------
# header top css
--------------------------------------------------------------*/

.header-top {
    padding: 13px 0 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
    border-top: 1px solid #ededed;
}
.header.sticky .header-top {
    margin-top: 0;
    background: #f5f5f5;
}
.header-top-col ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top-col ul li:not(:last-child) {
  position: relative;
  margin-right: 35px;
  z-index: 1;
}
.header-top-col ul li a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    max-width: 100%;
    z-index: 2;
    color: #ffffff;
}
.header-top-col ul li a:hover {
  color: #ffffff;
  background-size: 100% 2px;
  background-position: 0 100%;
}

.logo-bx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

/* Basic dropdown container */
.header-top-col .dropdown {
  position: relative;
  list-style: none;
}

/* The clickable area */
.header-top-col .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    gap: 5px;
}
.header-top-col .dropdown li {
  margin-right: 0 !important;
}
/* Dropdown menu hidden by default */
.header-top-col .dropdown-menu {
  display: none;
  border: none;
  padding: 0;
  z-index: 10;
  position: absolute;
  background: #fff;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 8px 10px rgba(190, 190, 190, 0.341);
  box-shadow: 0 8px 10px rgba(190, 190, 190, 0.341);
  border-radius: 10px;
  font-size: 16px;
  min-width: 166px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  max-height: 200px !important;
  overflow-y: scroll;
}
.header-top-col .dropdown span.header-top-link-icon i.fa-globe {
  color: #da3545;
  margin-right: 5px;
}
/* Menu links */
.header-top-col .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #2b2b2b;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #cccccc73;
}

.header-top-col .dropdown-menu li a:hover {
  background-color: #ccdef2;
  color: #2b2b2b;
}
.header-top-col .dropdown-menu li a:hover:after {
  background-size: 0;
}

/* Show dropdown on hover */
.header-top-col .dropdown:hover .dropdown-menu {
  display: block;
}
.header-top-col .dropdown-toggle::after {
  display: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 20px;
    font-size: 14px;
}
.top-address a i {
  padding-right: 5px;
  color: #ffffff;
}
.top-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-contact ul li a {
  background: transparent;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.top-contact ul li a:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.top-head-sec {
    padding: 7px 0 7px 0;
    background: #28a745;
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

.header {
    z-index: 997;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #f5f5f5;
}
header.header.sticky .top-head-sec {
  display: none;
}
.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
a.logo img {
  max-width: 180px;
  transition: all 0.5s;
}
.right-wishmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 20px;
}
.right-wishmenu a.common-btn {
  margin-right: 0;
}
.header-bottom {
  position: relative;
  padding: 5px 0;
  background-color: #fff;
}

.wishmenu-ic a {
  color: #000000;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.wishmenu-ic a:hover {
  background-size: 0 2px;
  background-position: 100% 94%;
}

.search-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .search-box {
    width: 600px;
    position: relative;
  }
 .search-box input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #ededed;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}
  .search-box input[type="text"]:focus {
    border-color: #007bff;
  }
.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff5c33;
    border: none;
    color: white;
    padding: 0 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    width: 50px;
    height: 50px;
}
.wishmenu-ic.cart-bx a span {
    background: #ff5c33;
    position: absolute;
    top: -7px;
    right: 0;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.catagory-section, .brands-section {
    background: #f5f5f5;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1270px) {
  .navbar {
    padding: 0;
    margin: 0;
    position: inherit;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
  }

  .navbar li {
    position: inherit;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 0;
  }

  .navbar a.nav-item,
  .navbar a.nav-item:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a.nav-item i,
  .navbar a.nav-item:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar > ul > li > a.nav-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ff5c33;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a.nav-item:hover:before,
  .navbar li:hover > a.nav-item:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a.nav-item:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a.nav-item {
    color: #ff5c33;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
.header-top-head ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.header-top-head ul li a {
    color: #000;
}
/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/
.nav-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 450px;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
.side-bar .inner {
    padding: 0;
}
@media (max-width: 991px) {
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.side_bar_menu ul li a:hover {
  color: #000000;
}
.side_bar_menu ul li {
    margin-bottom: 15px;
}
.side_bar_location h4 {
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  text-transform: capitalize;
  margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 150px;
  margin-left: 0;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 5px;
  color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.side-bar
  .inner-main-wrapper-desk
  .inner-content
  .footer
  .social-area
  li
  a:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.side-bar.header-one {
  background-color: #ffffff;
}
.side-bar button:hover {
  background-color: #d52128;
  border-color: #d52128;
}
.side-bar.show {
  right: 0;
  overflow-y: auto;
}
.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  padding: 6px;
  border: 1px solid #000000;
}
.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}
#side_bar_overlay {
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}
.burger-icon {
  width: 30px;
  cursor: pointer;
}
.burger-icon span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: #000000;
  transition: all 400ms ease-in-out;
  margin-inline: auto;
}
/* .burger-icon span:nth-child(1) {
} */

/* .burger-icon span:nth-child(2) {
    width: 100%;
} */
/* .burger-icon span:nth-child(3) {
    width: 58.33333333%;
} */
/* .burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.side_bar_cn {
  margin-bottom: 25px;
}
.side_bar_address {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000030;
}
.side_bar_address h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
}
.side_bar_address a {
  color: #000000;
}
.side_bar_address p {
  margin: 0;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
ul.banner-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

ul.banner-list li {
  padding-left: 25px;
  position: relative;
  flex: 0 0 50%;
  font-weight: 500;
}
ul.banner-list li:before {
  content: "\f00c";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #ff5c33;
  font-family: "FontAwesome";
}
.banner-outer {
    position: relative;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.banner-inner-container {
    max-width: 1380px;
    position: absolute;
    z-index: 1;
    margin-inline: auto;
    top: 50%;
    left: 50px;
    transform: translate(0px, -50%);
}
.hero-content h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 29px;
  padding-left: 0;
}
.hero-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    background: #28a745;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 25px;
}
.hero-content p {
  max-width: 650px;
}

.hero-btn-wrap {
    margin-top: 25px;
}
.hero-btn-wrap a:nth-child(2) {
  margin-left: 29px;
}
.banner-main {
    position: relative;
    padding: 0;
    background: #f5f5f5;
}
.banner-main .container {
    max-width: 100%;
    padding: 0;
}
.banner-main  .slick-slide {
    padding: 0;
}
.hero-img-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}
.hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    max-width: 850px;
}
.banner-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 37px;
    z-index: 7;
    left: 0;
    right: 0;
}
/*--------------------------------------------------------------
	catagory Section css
--------------------------------------------------------------*/



.catagory-bx {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 0px;
}
.catagory-img-sm img {
    height: 200px;
}
.catagory-head {
    margin-bottom: 30px;
}
.catagory-img-sm {
    margin-bottom: 10px;
}
.catagory-cn-sm h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    height: 34px;
}
.catagory-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.catagory-cn-sm a {
    color: #000 !important;
}

.bg-light-green{
	background: #d7fbe1;
}

.general_section .columns-4 {
    max-width: 1700px;
    margin-inline: auto;
    padding: 0 15px;
}
.general_section .columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100% !important;
    margin-left: 0;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
    gap: 5px;
    background: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px 3px #00000014;
}











/*--------------------------------------------------------------
	offer Section css
--------------------------------------------------------------*/
.offer-section {
    background: #fff;
}
.offer-main{
    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;
}
.offer-head {
    margin-bottom: 50px;
}
.offer-card {
    position: relative;
    width: 390px;
    height: 220px;
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transition: 0.4s ease;
}

.offer-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}

.blue{
    background:linear-gradient(135deg,#1e73be,#004aad);
}

.green{
    background:linear-gradient(135deg,#3cb043,#1f7a1f);
}

.red{
    background:linear-gradient(135deg,#c31432,#8e0000);
}

.offer-content h2{
    font-size:22px;
    margin:10px 0 15px;
}

.offer-content .small-text {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    font-weight: 500;
}


.offer-image img{
    width:120px;
    transition:0.4s;
}

.offer-card:hover .offer-image img{
    transform:scale(1.1) rotate(-5deg);
}

.badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#ffcc00;
    color:#000;
    padding:6px 12px;
    font-size:12px;
    font-weight:700;
    border-radius:50px;
}


.about-sec-top {
    background: #28a745;
}
.about-top-cn .section-title h1, .inner-banner-content .section-title h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 40px;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
    position: relative;
    background: #fdf8f0;
}
.about-img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 45%;
  background: #fff;
  top: 0;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: normal;
}
.ab_cn {
  flex: 0 0 50%;
  padding-bottom: 10px;
}
.ab-ic-img {
    background: #ff5c33;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
}
.ab-ic-img i {
    color: #ffffff;
}

.about-cn .section-title h2 {
  margin-bottom: 15px;
}
.about-cn .ab_cn p {
  margin-bottom: 15px;
}
.about-text .btn-bx {
  margin-top: 30px;
  display: block;
}
.ab-ic-bx {
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.ab-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
ul.ab-card li h5 {
  font-size: 36px;
  color: #d52128;
  text-align: center;
}
.about-cn {
  padding-right: 70px;
  max-width: 680px;
  margin-left: auto;
}
.about-text .btn-bx {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.ab-alert {
    margin-top: 30px;
    background: #d7fbe1;
    padding: 15px;
    border-radius: 15px;
}
.ab-alert p {
  margin-bottom: 0px;
}



.ab_cn h3 {
  font-size: 22px;
  margin: 0;
}
ul.ab-card p {
  color: #000000;
  margin: 0;
  font-weight: 500;
}

/*--------------------------------------------------------------
	product Section
--------------------------------------------------------------*/
.product-card {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: 0.3s ease;
    display: inline-block;
}
.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card .discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 600;
}

.product-card .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #ffb29f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 14px;
}
.product-card .wishlist.filled{
	background: #ff5c33;
	color: #fff;
}
.product-card .wishlist:hover{
    background:#ff5c33;
    color:#fff;
}

.product-card .product-image{
    text-align:center;
    margin-top:30px;
}

.product-card .product-image img {
    height: 160px;
    transition: 0.3s ease;
    margin:0  auto;
    width: auto;
}

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

.product-card .stock {
    text-align: center;
    font-size: 14px;
    color: #28a745;
    margin: 15px 0;
}
.product-card .stock.out-stock {
    color: #ffffff;
    background: red;
    position: absolute;
    top: 15px;
    padding: 0 5px;
    font-weight: 600;
    left: 0;
}
.product-card  .stock.in-stock {
    position: absolute;
    left: 0;
	font-weight: 600;
    top: 15px;
    background: #28a745;
    padding: 0 5px;
    color: #fff;
}
.product-card p.stock.out-of-stock {
    background: red;
    padding: 0 5px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: 15px;
}
.product-card .title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.product-card .price{
    text-align:center;
    margin:10px 0 15px;
}

.product-card .new-price {
    font-size: 20px;
    font-weight: 700;
    color: #ff5c33;
    margin-right: 3px;
}

.product-card .old-price {
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: line-through;
    font-weight: 500;
}
.product-card .bottom-section{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.product-card .quantity{
    display:flex;
    align-items:center;
    overflow:hidden;
}
.product-card .quantity select {
    border: 1px solid #ccc;
    width: 60px;
    height: 33.23px;
}
.product-card .quantity button {
    border: none;
    color: #fff;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    background: #28a745;
}

.product-card .quantity button:hover{
    background:#44476b;
}

.product-card .quantity span {
    padding: 0 10px;
    color: #000000;
}

.product-card .cart {
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s;
    background-color: #ff5c33;
}

.product-card .cart:hover{
    color:#2d2f4a;
}
.top-product-head {
    margin-bottom: 50px;
}
.btn-bx {
    margin-top: 50px;
}




/*--------------------------------------------------------------
 # contact us page Css
--------------------------------------------------------------*/
.icon-bx-wraper {
    position: relative;
    padding: 8px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: rgb(201 201 201 / 20%) 0px 8px 24px;
    margin-top: 25px;
}

.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 60px;
    background: #28a745;
    border-radius: 5px;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 5px;
}

.icon-bx-wraper .icon-bx i {
    font-size: 26px;
    color: #fff;
}

.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.icon-content a {
    color: #1f1f20;
    font-weight: 500;
    font-size: 16px;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://wodongadesibazaar.com.au/wp-content/uploads/2026/03/Frame-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cater_form .section-title {
    margin-bottom: 15px;
}

.cater_form .section-title h2 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 22px;
}

.cater_form {
    padding: 30px;
    background: #28a745;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
    max-width: 630px;
    margin-inline: auto;
}
.textarea_field textarea {
    border: 1px solid #fff;
    border-radius: 0;
    height: 100px;
    font-size: 16px;
    width: 100%;
}
.cater_form form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
}
.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    margin-top: 20px;
}
.cater_form .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    background: red;
    padding: 0 5px;
}
.cater_form .input_field {
    width: calc(50% - 10px);
}

.textarea_field {
    width: 100%;
}
.cater_form form .form-control::placeholder {
    color: #fff !important;
}
.textarea_field textarea::placeholder {
    color: #fff !important;
}

.textarea_field textarea {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 100px;
    font-size: 16px;
}

.form-block-btn {
    width: 100%;
    max-width: 100%;
}

.map-block .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.map-block .google-map {
    line-height: 0px;
}

.map-block .google-map iframe {
    height: 400px;
}


/*--------------------------------------------------------------
 # faq Css
--------------------------------------------------------------*/
.faq-section {
    background: #f8f9fa;
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.custom-faq .accordion-button {
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    padding: 18px 20px;
    box-shadow: none;
}
.custom-faq  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(60);
}
.custom-faq .accordion-button:not(.collapsed) {
    background: #198754;
    color: #fff;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.custom-faq .accordion-body {
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding: 20px;
}
/*--------------------------------------------------------------
 # delivery Css
--------------------------------------------------------------*/
.delivery-banner {
    position: relative;
    background-image: url(../../assets/images/5428.jpg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
}
.delivery-banner .delivery-content {
    text-align: center;
    z-index: 2;
    background: #ffffffe0;
    padding: 50px;
    max-width: 450px;
    margin: 0 auto;
}

.delivery-banner .delivery-content h2{
    font-size:28px;
    font-weight:700;
    color:#1f2d3d;
    margin-bottom:10px;
}

.delivery-banner .delivery-content p {
    margin: 0;
}

/*--------------------------------------------------------------
 # brands Css
--------------------------------------------------------------*/
.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.new-brands-head {
    margin-bottom: 50px;
}
.brand-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: 0.3s ease;
    cursor: pointer;
}

.brand-card:hover{
    transform:translateY(-6px);
}

.brand-card img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
}

.category {
    font-size: 14px;
    color: #9b9b9b;
}

.brand-content h4{
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-top:5px;
}
/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new {
    position: relative;
    background: #ffffff;
    display: none;
}

.testimonials-new .btn-bx {
  margin-top: 50px;
}
.testimonials-new .section-title p {
  margin-bottom: 0;
}
.testimonials-new .testimonials-item {
  position: relative;
  z-index: 1;
}
.testimonials-head-top {
  margin-bottom: 50px;
}
.testimonials-new .testimonials-item .testimonials-item-wrap {
  border: 1px solid #f0f5ff;
  z-index: 1;
  position: relative;
  display: block;
  padding: 48px 32px;
  background: #ffffff;
}
.testimonials-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonials-new .btn_bx {
  text-align: center;
  margin-top: 50px;
}
.testimonials-new .slick-list.draggable {
  padding: 0;
}
.testimonials-new .section-title {
  margin-bottom: 30px;
}
.testimonials-new .slick-arrow.slick-prev {
  left: 0;
}
.testimonials-new .slick-arrow.slick-next {
  right: 0;
}
.goggle-img {
    background: #f5f5f5;
    border-radius: 0;
    padding: 9px;
    width: 40px;
    height: 40px;
}
.testimonials-box-author {
  margin-top: 36px;
}
.testimonials-auther-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-new .pbmit-featured-wrapper {
  width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
  margin-left: 0;
}
.testimonials-new .testimonials-auther-content p {
  margin-top: 5px;
  margin-bottom: 0;
}
.testimonials-new .slick-initialized .slick-slide {
  padding: 0 15px;
}

.testimonials-new .testimonials-item-desc p {
  border: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.testimonials-slider {
  padding: 0 50px;
}
.testimonials-slider-new .slick-track {
  padding-top: 15px;
}
.testimonials-new .testimonials-star-ratings {
  color: #ffcc00;
}

/*--------------------------------------------------------------
 # insta section
--------------------------------------------------------------*/
.insta-section{
    background:#fff;
}
.insta-head {
    margin-bottom: 50px;
}

.insta-header p{
    margin-bottom:35px;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.insta-item{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}
.insta-item img {
    width: 100%;
    display: block;
    height: 235px;
    transition: 0.4s ease;
    object-fit: cover;
}

.insta-item .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:0.4s ease;
    font-size:18px;
    font-weight:600;
}

.insta-item:hover img{
    transform:scale(1.1);
}

.insta-item:hover .overlay{
    opacity:1;
}
/*--------------------------------------------------------------
 # Cta section
--------------------------------------------------------------*/

.cta-head-2 {
    background: #ffffff;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 900px;
    margin-inline: auto;
}
.cta-head-2 .btn-bx {
  margin-top: 0;
}
.cta-section {
  padding: 0px;
  position: relative;
}
.cta-inner {
  padding: 60px 20px;
}

.cta-head {
  max-width: 650px;
  margin-inline: auto;
}

.cta-section .btn-primary {
  background-color: #fff;
  color: #2a3ecb;
  border: none;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.cta-section .btn-primary:hover {
  background-color: #f1f1f1;
  color: #2a3ecb;
}

.cta-section .btn-outline-light {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.cta-section .btn-outline-light:hover {
  background-color: #fff;
  color: #2a3ecb;
}

/*--------------------------------------------------------------
 # faq
--------------------------------------------------------------*/
.faq-section {
  background: #f8f9fa;
}

.faq-section .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-section .accordion-button {
  font-weight: 600;
  background: #fff;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #000000;
  color: #fff;
}

.faq-section .accordion-body {
  background: #fff;
}
/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.footer {
    background: #f5f5f5;
    padding: 60px 0 0;
    width: 100%;
}
.footer-col.contact {
    background: #ffffff;
    color: #000000;
    padding: 25px;
    border-radius: 10px;
}


/* Text */
.footer-col.contact p {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Email Icon */
.footer-col.contact i {
    margin-right: 8px;
    color: #27ae60;
}

/* Address */
.footer-col.contact p:last-of-type {
    margin-top: 10px;
}

/* Link */
.footer-col.contact a {
    display: inline-block;
    margin-top: 10px;
    color: #27ae60 !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col.contact a:hover {
    color: #fff;
}

/* Hover effect */
.footer-col.contact:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:8px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
    font-size: 14px;
}

.footer-col ul li a:hover{
    color:#28a745;
}

.contact .phone{
    color:#28a745;
    margin-bottom:20px;
}

.contact p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000000;
}

.contact a{
    color:#000;
    font-weight:500;
}

hr{
    margin:40px 0;
    border:none;
    border-top:1px solid #ddd;
}

.footer-bottom {
    margin: auto;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e2e3e5;
}
.footer-bottom .logo{
    font-size:22px;
    font-weight:600;
    color:#28a745;
}
.footer-bottom .logo img{
    max-height:75px;
}

.features{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.feature{
    background:#e9ecef;
    padding:12px 20px;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
}

.feature i{
    color:#28a745;
}




















.copyright-area {
    padding: 16px 0;
    z-index: 1;
    position: relative;
    margin-top: 0;
    border-top: 1px solid #e2e3e5;
}
.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #2b2b2b;
}
.copyright-text p a {
  color: #2b2b2b;
}
.copyright-bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
.policy-link {
  text-align: center;
}
.policy-link p a,
.policy-link p {
  color: #fff;
  margin: 0;
}
.social-link {
  text-align: end;
}
.social-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.social-link ul li a {
  color: #2b2b2b;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #000000;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.mega-dropdown i {
  transition: 0.3s;
  margin-top: 7px;
}

.mega-dropdown:hover i {
  transform: rotate(180deg);
}

.mega-menu .list-item a {
  text-decoration: none;
  font-weight: 500;
  color: #000 !important;
  font-size: 18px;
  padding: 0.65em 1.35em;
  display: inline-block;
  transition: all 200ms;
}

.mega-dropdown {
  padding: 10px;
}

.submenu-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu-left {
  display: inline-block;
  width: 25%;
  background-color: #34beb9;
}

.submenu-title-holder {
  padding: 1.56vw 4.58vw 0.78vw;
}

.submenu-left-description {
  padding-left: 4.58vw;
  padding-right: 3.39vw;
  padding-bottom: 3.39vw;
}

.submenu-title.white {
  color: #ffffff;
}

.submenu-left-description .txt-24 {
  font-size: 20px;
  white-space: normal;
  color: #fff;
  margin-bottom: 15px;
}

.btn-link.white {
  color: #ffffff !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 25px;
  display: block;
  text-decoration: none;
  font-size: 17px;
}

.btn-link.white:hover {
  color: #ffffff !important;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.btn-link:hover img {
  -webkit-animation: bounce 2s linear -0.4s;
  animation: bounce 2s linear -0.4s;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.header-ul .header-li:hover .submenu .submenu-center,
.header-ul .header-li:hover .submenu .submenu-right {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.submenu-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.submenu-center .inline_block {
  border-right: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.submenu-center .submenu-ul-tag li {
  display: inline-block;
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

.submenu-right {
  display: inline-block;
  width: 25%;
}

.submenu-center .submenu-title-holder,
.submenu-center .submenu-default-col {
  padding: 1.56vw 3.13vw 0.78vw;
}

.submenu-center .submenu-ul-tag {
  padding-left: 3.13vw;
  padding-right: 2.29vw;
  display: block;
  white-space: normal;
}

.submenu-center .submenu-ul-tag a {
  font-size: 16px;
  margin-top: 10px;
  color: #000000 !important;
  padding: 0 !important;
  display: block;
  white-space: normal;
}

.submenu-feat a.common-btn {
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #ff5c33;
  border-radius: 5px;
  background-color: #ff5c33;
  color: #fff;
  padding: 14px;
  outline: none;
  min-width: 200px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
.submenu-feat {
  padding: 30px 20px;
  padding-bottom: 2.6vw;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.radius {
  border-radius: 8px;
}

.submenu-feat-img {
  max-width: 100%;
}

.submenu-feat-img {
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.img-wrapper.aspect-ratio-400-240 {
  padding-top: 60%;
}

.submenu-feat-img .img-wrapper {
  border-radius: 8px;
}

.img-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.to-be-scaled img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.bor-bottom h2 {
  position: relative;
}

.bor-bottom h2:after {
  width: 80px;
  height: 3px;
  background: #d52128;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.bor-bottom h2 {
  padding-bottom: 15px;
}

/* .mega-dropdown:hover>a::before {
    rotate: 180deg;
}

.mega-dropdown>a::before {
    content: "\f107" !important;
    position: absolute !important;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 1em auto auto;
    translate: 0 -50%;
    font-size: 0.875rem;
    line-height: 1;
    transition: 200ms;
    display: none !important;
} */

.mega-dropdown:hover .mega-menu {
  transition: 200ms ease;
  scale: 1;
  opacity: 1;
  visibility: visible;
  padding: 0;
}

.mega-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  scale: 0.95;
  z-index: 777;
  background: rgb(228 241 255);
  left: 0;
  top: 66%;
}

.mega-menu-row {
  display: flex;
  width: 100%;
  column-gap: 30px;
}

.mega-menu-list {
  width: 50%;
  max-width: 560px;
  margin-inline-start: auto;
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu-list li.list-item {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.mega-menu a:not(.white-btn, .common-btn):hover {
  background-color: transparent !important;
  color: #34beb9 !important;
}

.submenu-title-holder h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}

.mega-menu .list-item {
  contain: layout;
  padding: 0;
}

.mega-menu .list-item::after {
  content: "\f105";
  position: absolute;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  inset: 50% 3rem auto auto;
  translate: 0 -50%;
  background-color: #832b33;
  color: #fff;
  width: 30px;
  border: 1px solid #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  translate: -50% -50%;
  opacity: 0;
  transition: 300ms ease;
  pointer-events: none;
}

.mega-menu .list-item:hover::after {
  translate: 0 -50%;
  opacity: 1;
}

.mega-menu-images {
  contain: paint;
  width: 50%;
  background-color: #f2f2f2;
  animation: skeleton 0.85s linear infinite alternate both;
}

.mega-menu-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.mega-menu a:not(.white-btn, .common-btn):hover::before {
  transform: skewX(-15deg) translateX(calc(-100% - 15px));
  transition: 300ms;
  left: 100%;
}

.mega-menu a:not(.white-btn, .common-btn):hover::after {
  transform: skewX(-15deg) translateX(calc(-100% - 15px));
  transition: 300ms 300ms;
  left: 50%;
}

div.mega_menu_image {
  background-repeat: no-repeat !important;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

/*--------------------------------------------------------------
 # blog
--------------------------------------------------------------*/

.blog-card {
  transition: all 0.3s ease;
  border-radius: 5px;
  border: 1px solid #bebebe;
  background-color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.blog-card .card-body h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.blog-card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
a.blog-btn {
    margin-top: 15px;
    padding-top: 15px;
    display: block;
    border-top: 1px solid #ededed;
    color: #ff5c33;
    font-weight: 500;
}
.blog-card img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  object-fit: cover;
}
.blog-card .card-body {
  padding: 34px 45px 31px 38px;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/*================================================ 
	location CSS
=================================================*/

.location-section .section-title {
  margin-bottom: 50px;
}

.location-section .container-fluid {
  max-width: 1600px;
}

.location-cn-bx {
  background-color: #e4f1ff;
  transition: all 0.5s;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}

.location-img-bx {
  flex: 0 0 40%;
}

.location-cn-top h5 {
  background: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.location-cn-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.location-bottom p span {
  background: #27aadb;
  width: 45px;
  height: 45px;
  padding: 9px;
  border-radius: 100px;
  display: none;
  border: 2px solid #fff;
  box-shadow: 0 0 7px #00000070;
  flex: 0 0 45px;
}

.location-bottom p a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.location-footer {
  margin-top: 15px;
  padding-top: 15px;
  display: block;
  border-top: 1px solid #0000001a;
}

a.location-btn {
  color: #000000;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
a.location-btn:after {
  content: "";
  background: #ff5c33;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.location-bottom p span img {
  filter: invert(1);
}

.location-bottom p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.location-bottom {
  padding: 15px;
  width: 100%;
  transition: all 0.5s;
}

.location-bottom h3 {
  font-size: 30px;
  margin: 0;
}

.location-cn-slider {
  max-height: 650px;
  overflow-y: scroll;
  padding-right: 15px;
}

.map-bx {
  height: 650px;
}

.accordion-content p {
  margin-top: 10px;
  color: #000000;
  margin-bottom: 0;
}

.accordion-content .divider-line {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.location-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* .location-footer .our-btn-blue {
    padding: 9px 18px;
    font-size: 14px;
} */

.accordion-content .divider-line::after {
  background: linear-gradient(269deg, #ffffff, transparent 60%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 2px, 0px 0px, 0px 0px, 0px 0px;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.location-section {
  overflow: visible;
  position: relative;
}

.location-img-bx img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.location-img-slider {
  position: sticky;
  top: 150px;
}

/*--------------------------------------------------------------
 # location new
--------------------------------------------------------------*/
.service-sec-new {
  position: relative;
}
.service-sec-new .container {
  max-width: 1382px;
}
.service_left_side {
  max-width: 585px;
  margin-left: auto;
}

.service-section-new .section-title {
  margin-bottom: 50px;
}

.service-section-new .service-card {
  position: relative;
  text-align: center;
  height: 100%;
  transition: all 0.5s;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: #ffff;
}

.service-section-new .background-image,
.service-section-new [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-section-new .background-image:before {
  position: absolute;
  content: "";
  background: rgb(31 68 139 / 92%);
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  top: 0;
}

.service-section-new .service-card .box-icon {
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 400px;
  overflow: hidden;
}

.service-section-new .service-card .box-icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.service_cn h3 {
  font-size: 18px;
  display: block;
  margin: 0;
  color: #fff;
}

.service_cn a {
  display: none;
}

.ser_bx_slider {
  padding: 0 60px;
}

.service_cn {
  margin-inline: auto;
  position: absolute;
  text-align: center;
  padding-bottom: 15px;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 2;
}

.box-icon:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 0) 100%
  );
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: 0.5s ease;
  content: "";
  z-index: 1;
}

/* .service-card.transform_bottom {
    transform: translateY(40px);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 2s infinite  alternate;
} */
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* .service-card {
    -webkit-animation: mover-2 1s infinite  alternate;
    animation: mover-2 2s infinite  alternate;
} */
@-webkit-keyframes mover-2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.service-section-new .box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.service-section-new .service-card .box-title {
  margin-bottom: 4px;
  min-height: 50px;
}

.service-section-new .service-card .box-title a {
  color: #000;
}

.service-section-new .service-card:hover .box-icon {
  background-color: white;
}

.service-section-new .service-card:hover .box-title {
  color: #fff;
}

.service-section-new .service-card:hover .box-text {
  color: white;
}

.service-section-new .service-card:hover .box-icon img {
  transform: scale(1.1);
}

.service-section-new .service-card:hover .th-btn {
  color: #000 !important;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.3);
  background: #ec1c23;
}

.service-section-new .service-card:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.service-section-new .service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  border-radius: 18px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-section-new .service-card .th-btn {
  background: #ec1c23;
  color: #000;
  border-radius: 0;
  font-size: 16px;
}

.service-section-new .service-card .th-btn:hover {
  color: #000;
}

.service-section-new .service-card .box-text {
  margin-bottom: 22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: 1.4;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
  color: #fff;
}

.service-section-new .th-btn.btn-sm {
  padding: 10px 27px;
  min-width: 140px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.service-section-new .ser_bx_new .row {
  row-gap: 30px;
  justify-content: center;
}

.service-section-new .bg {
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 0;
}

.service-section-new .container {
  position: relative;
  z-index: 1;
}

.service-section-new {
  overflow: hidden;
  padding: 70px 0;
  /*  background-image: url(../../assets-new/images/P6220763.jpg);
    background-size: cover;
    background-attachment: fixed; */
  position: relative;
  background: #0047ab;
}

/* .service-section-new:before {
    content: '';
    background: rgb(240 245 255 / 90%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
} */
.service-section-new .section-title h3 {
  background: #ec1c23;
}

.service-section-new .bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.service-section-new .btn_bx {
  margin-top: 0;
}

.service-section-new .bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

/* .service-section-new .slick-arrow {
    top: -20%;
    transform: translateY(-20%);
} */
/* .service-section-new .slick-arrow.slick-prev {
    right: 5%;
    left: auto;
} */

.service_tab .tabs {
  width: 100%;
  background-color: #34beb9;
  border-radius: 0;
  display: flex;
  height: 100%;
}

.service_tab_left {
  padding: 5px;
  overflow: auto;
  width: 100%;
}

.service_tab ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
}

.service_tab #tabs-content {
  width: 100%;
  height: 100%;
}

.service_tab ul#tabs-nav li {
  font-weight: 400;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  background: #e4f1ff;
  margin-bottom: 10px;
  border: 1px solid #cccccc52;
  height: 100%;
  z-index: 9;
  position: relative;
}

.service_tab ul#tabs-nav li:last-child {
  margin-bottom: 0;
}

.service_tab ul#tabs-nav li:hover,
.service_tab ul#tabs-nav li.active {
  background-color: #34beb9;
  box-shadow: 0 0 7px #ccc;
  border-color: #34beb9;
}

.service_tab ul#tabs-nav li.active a {
  color: #fff;
}

.service_tab #tabs-nav li a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.loc-head h3 {
  font-weight: 400;
  margin-right: 2px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: space-between;
  font-size: 25px;
}

.loc-head p {
  margin: 0;
}

.note_text .section-title b {
  font-family: initial;
}
.loc-ic {
  display: inline-block;
  margin-left: 1.125em;
}

.loc-ic .icon {
  position: relative;
  top: 0;
  left: 0.125em;
  width: 2.25em;
  height: 4ex;
  color: white;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.loc-ic .icon-circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.service_tab ul#tabs-nav li.active :where(h3, p) {
  color: #fff;
}

.service_tab ul#tabs-nav li.active .icon-arrow {
  stroke: #fff;
}

.service_tab ul#tabs-nav li.active .icon-circle {
  stroke: #fff;
  stroke-dashoffset: 0;
}

.service_tab ul#tabs-nav li.active a {
  color: #fff;
}

.service_tab #tabs-nav li a:hover .icon {
  transform: translate3d(0.125em, 0, 0);
}

.service_tab #tabs-nav li a:hover .icon-circle {
  stroke: #fff;
  stroke-dashoffset: 0;
}

.service_tab #tabs-nav li a:hover .icon-arrow {
  stroke: #fff;
}

.loc-head {
  flex: 0 0 55%;
}

.service_tab #tabs-nav li a span {
  margin-right: 10px;
}

.service_tab #tabs-nav li a span img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.service_tab .tab-content {
  padding: 40px;
  background-color: #fff;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.service-sec-new .service_head .section-title {
  margin-bottom: 25px;
}

.service-sec-new .service_head p {
  color: #000;
}

.service_overlay {
  padding: 10px 25px;
  height: auto;
  content: "";
  max-width: 475px;
  width: 100%;
  background: #34beb9b5;
  z-index: 1;
  backdrop-filter: blur(14px);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_tab ul#tabs-nav li.active .loc-head p {
  color: #fff;
}

.service_overlay a.phone_nm {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin-top: 4px;
}

.service_overlay h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

.service_overlay p {
  color: #fff;
  font-size: 20px;
}

.mobile-top-bar {
  display: none;
}
#toggle-menu {
  display: none;
}

.banner-list li:first-child br{
  display: none;
}






/*--------------------------------------------------------------
 # About page css
--------------------------------------------------------------*/
	.about-hero {
		background: #f5f5f5;
		position: relative;
		overflow: hidden;
	}
    .about-hero::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 340px; height: 340px;
      background: rgba(255,255,255,0.05);
      border-radius: 50%;
    }
    .about-hero::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -40px;
      width: 260px; height: 260px;
      background: rgba(255,255,255,0.04);
      border-radius: 50%;
    }
    .about-hero h1 {
		font-size: 50px;
		margin-bottom: 20px;
		text-transform: capitalize;
	}
	.about-intro .section-title {
		margin-bottom: 15px;
	}
    .about-hero p {
		max-width: 580px;
	}
    .hero-badge {
      display: inline-block;
      background: rgba(255,255,255,0.16);
      border: 1px solid rgba(255,255,255,0.28);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      padding: 6px 18px;
      border-radius: 50px;
      margin-bottom: 22px;
    }
    .hero-stat-box {
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 16px;
      padding: 24px 28px;
      text-align: center;
    }
    .hero-stat-box .num {
      font-size: 2.5rem;
      font-weight: 900;
      color: #fff;
      line-height: 1;
    }
    .hero-stat-box .lbl {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.72);
      margin-top: 6px;
    }
    .hero-stat-box.orange {
      background: rgba(231,111,30,0.25);
      border-color: rgba(231,111,30,0.4);
    }

    /* ── BREADCRUMB ── */
    .breadcrumb-bar {
      background: #fff;
      border-bottom: 1px solid #e8ede8;
      padding: 12px 0;
    }
    .breadcrumb {
      margin: 0;
      font-size: 0.84rem;
    }
    .breadcrumb-item a {
		color: #000000;
		text-decoration: none;
	}
    .breadcrumb-item a:hover { text-decoration: underline; }
    .breadcrumb-item.active {
		color: #28a745;
	}


    /* ── WHO WE ARE ── */
    .about-intro { padding: 80px 0; background: #fff; }

    .img-placeholder-main {
      background: linear-gradient(145deg, #d8f3dc, #b7e4c7);
      border-radius: 20px;
      height: 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6rem;
      position: relative;
    }
    .img-placeholder-sm {
      background: linear-gradient(145deg, #ffecd2, #fcb69f);
      border-radius: 16px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 4rem;
      margin-top: 16px;
    }
    .floating-stat {
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 8px 32px rgba(45,106,79,.14);
      padding: 16px 22px;
      min-width: 150px;
    }
    .floating-stat .fnum {
      font-size: 2rem;
      font-weight: 900;
      color: #2d6a4f;
      line-height: 1;
    }
    .floating-stat .flbl {
      font-size: 0.78rem;
      color: #6b7c6e;
      margin-top: 4px;
    }

    .check-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .check-dot {
		width: 34px;
		height: 34px;
		background: #cce8d3;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.9rem;
		flex-shrink: 0;
	}
    .check-item span { font-size: 0.88rem; font-weight: 500; color: #2c3e30; }

   .offer-card-about {
      background: #fff;
      border-radius: 16px;
      padding: 28px 24px;
      border: 1.5px solid #e9ede9;
      height: 100%;
      transition: transform .22s, box-shadow .22s, border-color .22s;
    }
    .offer-card-about:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(45,106,79,.12);
      border-color: #40916c;
    }
    .offer-icon {
      width: 52px; height: 52px;
      background: #d8f3dc;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem;
      margin-bottom: 16px;
      transition: background .2s, color .2s;
    }
    .offer-card-about:hover .offer-icon {
      background: #2d6a4f;
      color: #fff;
    }
    .offer-card-about h5 {
      font-size: 0.98rem;
      font-weight: 700;
      color: #1a2b1e;
      margin-bottom: 8px;
    }
    .offer-card-about p {
      font-size: 0.87rem;
      color: #6b7c6e;
      line-height: 1.6;
      margin: 0;
    }
    .why-section {
		background: #0000009c;
		position: relative;
		overflow: hidden;
	}
    .why-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    }
	.why-head {
		margin-bottom: 50px;
	}
	.section-title.text-white h2 {
		color: #fff;
	}
    .why-card {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 20px;
      padding: 36px 28px;
      text-align: center;
      height: 100%;
      transition: background .22s, transform .22s;
    }
    .why-card:hover {
      background: rgba(255,255,255,0.18);
      transform: translateY(-5px);
    }
    .why-card .wicon { font-size: 3rem; display: block; margin-bottom: 18px; }
    .why-card h4 {
      font-size: 1.2rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
    }
    .why-card p {
      font-size: 0.9rem;
      color: rgba(255,255,255,0.8);
      line-height: 1.65;
      margin: 0;
    }
	.acknowledge-section {
		background: #ffffff;
		border-top: 3px solid #28a745;
	}
    .acknowledge-section p {
		max-width: 850px;
		margin: 0 auto 20px 0;
	}
	.acknowledge-head .section-title {
		margin-bottom: 15px;
	}



/*--------------------------------------------------------------
 # privacy css
--------------------------------------------------------------*/
.privacy-policy-inner h3 {
    border-left: 3px solid #28a745;
    background: #f5f5f5;
    padding: 10px;
}
.privacy-policy section.general_section.privacy-policy-inner ul {
    padding: 0;
    margin: 0 0 25px 0;
}
.privacy-policy section.general_section.privacy-policy-inner ul li {
    position: relative;
    padding-left: 25px;
	font-weight:600;
}
.privacy-policy-inner ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: #28a745;
    border-radius: 100px;
    border: 3px solid #ffffff;
    outline: 1px solid #28a745;
    top: 7px;
}










/*--------------------------------------------------------------
 # blog css
--------------------------------------------------------------*/
td.value {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

td.value select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 5px 45px 5px 16px;
    min-width: 180px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 9 11 12 8'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
}

td.value select:hover {
    border-color: #111;
}

td.value select:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.08);
}

td.value select option {
    padding: 10px;
}

/* Clear Button */
td.value .reset_variations {
    font-size: 14px;
    color: #e63946;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

td.value .reset_variations:hover {
    color: #b00020;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    td.value {
        flex-direction: column;
        align-items: flex-start;
    }

    td.value select {
        width: 100%;
        min-width: 100%;
    }
}








/*--------------------------------------------------------------
 # blog css
--------------------------------------------------------------*/
/* Section */
.blog-section {
  padding: 60px 0;
  background: #fff;
}

/* Grid Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* Image */
.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 18px;
}

/* Meta */
.blog-meta {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}

.blog-meta span {
  margin-right: 15px;
}

/* Title */
.blog-title h4 a,
.blog-title h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#000;
}

/* Button */
.blog-btn {
  color: #28a745;
  font-weight: 500;
  text-decoration: none;
}

.blog-btn:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
 # quality css
--------------------------------------------------------------*/
.quality-section {
    background: #c0dde8;
    overflow: visible;
    position: relative;
}
.quality-section .container{
      max-width: 1320px;
}

.quality-head {
    text-align: center;
    margin-bottom: 25px;
}

.quality-head .btn-bx {
    margin-top: 50px;
}

.quality-grids:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    right: 0;
    display: none;

    background: rgb(255 255 255);
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.quality-grids:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    width: 50%;
    height: 100%;
    left: 0;
    background: rgb(255 255 255);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* .quality-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
} */
.quality-card .img-holder img {
    max-width: 60px;
    margin-bottom: 15px;
}

.quality-card {
    padding: 24px;
    background: #fff;
    min-width: 100%;
    box-shadow: 0px 0px 6px #cccccc;
    text-align: center;
    min-height: 380px;
}

.quality-card .img-holder img {
    margin-inline: auto;
}

.quality-card {
    margin: 15px 0;
}

.quality-card .details {
    height: 200px;
}

.quality-card .details h3 {
    font-size: 25px;
    position: relative;
    color: #000;
    text-transform: capitalize;
}

.quality-img {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 6px #ccc;
}

.team-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

@media (max-width: 1200.98px) {
  .mobile-top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .mobile-top-bar a {
    background: #ff5c33;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
  }
  .header-top {
    display: none;
  }
  .header-left-menu {
    display: none;
  }
  .bottom-head {
    display: none;
  }
  a body {
    padding-top: 0px;
  }

	.header-bottom {
		padding: 10px 10px;
		background-color: #f5f5f5;
	}
  .header {
    position: unset;
  }
  body {
    padding-top: 0px;
  }
  .mobile-top-bar a span {
    background: #ffffff;
    display: none;
    height: 45px;
    width: 45px;
    padding: 5px;
  }
  .mobile-top-bar a span img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(58%) sepia(81%) saturate(392%)
      hue-rotate(129deg) brightness(91%) contrast(92%);
    max-width: 32px;
  }
  .mobile-top-bar a + a {
    background: #ccdef2;
    color: #000;
  }
  .mobile-top-bar a:first-child img {
    max-width: 27px;
  }

  #toggle-menu {
    display: block;
  }
  .header-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .logo-bx {
    margin-right: 0px;
  }
	.logo-bx {
		margin-right: 0px;
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.side_bar_btn {
		display: block;
	}
  #toggle-menu {
    display: block;
    height: 40px;
    width: 40px;
    background: #ff5c33;
    margin-left: auto;
    color: #fff;
    border: 0px;
    font-size: 19px;
  }
  .header.sticky {
    position: unset;
  }
}

@media (max-width: 991.98px) {
  .team-videos-grid {
    grid-template-columns: 1fr 1fr;

}
  .copyright-area {
    margin-top: 0px;
}
  .social-link ul {

    justify-content: center;
    margin-top: 15px;
}
  .copyright-text p {
    color: #2b2b2b;
    text-align: center;
}
  .copyright-bx {

    grid-template-columns: 100%;
    justify-content: space-between;
}
  .footer-btn {
    margin-bottom: 20px;
}
  .footer-cn {
    flex-direction: column;
}
  .footer-paragraph p {
    margin-bottom: 20px;
    max-width: 100%;
}
  .footer-logo {
    max-width: 150px;
    margin-bottom: 25px;
    margin-inline: auto;
    display: block;
}
  .footer-widget {
    text-align: center;
}
  .footer-section {
    padding-top: 35px;
}
  .banner-outer::before {
    display: none;
  }
  .banner-outer::after {
    display: none;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-img-wrap {
    position: unset;
    width: 100%;
  }
  .banner-outer {
    display: grid;
    grid-template-columns: 100%;
    padding: 50px 15px;
  }
  .banner-inner-container {
    order: 2;
  }
  .top-address {
		display: none;
	}
	.banner-inner-container {
		position: relative;
		top: 0;
		transform: none;
		left: 0;
	}
  html {
    overflow-x: hidden;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content p {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .hero-btn-wrap {
    margin-top: 30px;
  }

  ul.banner-list {
    margin-top: 20px;
    row-gap: 15px;
    justify-content: center;
    gap: 15px;
  }

  ul.banner-list li {
    padding-left: 25px;
    background: #fff;
    flex: unset;
    width: calc(100% - 65%);
    padding: 8px;
    text-align: left;
    padding-left: 35px;
  }
  ul.banner-list li:before {
    left: 10px;
  }
  .hero-content h1 {
    margin-bottom: 20px;
  }
  section {
    padding: 45px 0;
  }
  .lang-logos:before {
    display: none;
  }
  .lang-logo-img:after {
    display: none;
  }
  .lang-logo-img {
    padding: 15px;
    border: 1px solid #d8d8d8;
    width: 100%;
    margin: 0px;
  }

  .lang-logos {
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .lang-section .section-title {
    margin-bottom: 0px;
  }
  .service-list {
    margin-bottom: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .service-inner .btn-bx {
    margin-top: 35px;
  }
  .care-cn {
    max-width: 100%;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .care-cn .accordion-button {
    font-size: 22px;
  }
  .why-head {
    margin-bottom: 30px;
  }
  .why-section .btn-bx {
    margin-top: 35px;
  }
  .service_left_side {
    max-width: 100%;
    margin-left: unset;
  }
  .service_tab .tab-content {
    padding: 20px;
  }
  .service_tab .tabs {
    height: 400px;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    margin-top: 15px;
  }
  .about-img {
    position: unset;
    width: 100%;
    max-width: 100%;
  }
  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    margin-inline: auto;
    display: block;
    height: 500px;
  }
  .about-img {
    background: transparent;
    margin-bottom: 30px;
  }
  .about-cn {
    padding-right: 0px;
    max-width: 100%;
    margin-left: auto;
  }
  .service-area-grid-bx {
    width: 100%;
    flex: 100%;
    max-width: calc(100% - 61%);
  }
  .area-card {
    justify-content: center;
  }
  .blog-card .card-body {
    padding: 15px;
  }
  .blog-card .card-body h5 {
    font-size: 22px;
    line-height: 38px;
  }

  .footer-content .footer-widget:nth-child(2),
  .footer-content .footer-widget:nth-child(3) {
    display: none;
  }
  .footer-content {
    z-index: 2;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
  }
  .cta-head-2 {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
    text-align: center;
  }
  .blog-section .row {
    justify-content: center;
  }
  .footer-ic-location i {
    color: #ff5c33;
    height: 45px;
    width: 45px;
    border: 1px solid #ff5c33;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 6px;
}
.footer-widget-heading h3 {
    font-size: 24px;
}
    .certification-main {
        grid-template-columns: repeat(2, 280px);}
}


@media (max-width: 768.98px) {
  .banner-main .container {
    padding: 0px;
  }

  .banner-outer {
    padding: 0px;
  }
  .hero-content h1 {
    font-size: 30px;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    line-height: 42px;
    margin-bottom: 10px;
  }
  ul.banner-list li {
    width: calc(100% - 67%);
    font-size: 15px;
  }
  .white-btn {
    font-size: 15px;
    padding: 10px 10px;
  }
  .hero-btn-wrap a:nth-child(2) {
    margin-left: 10px;
  }

  .lang-head {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .service-cn h3 {
    font-size: 17px;
  }
  .service-cn {
    padding: 20px;
  }
  .service-cards-text-wrap p {
    padding: 0px 22px;
        font-size: 16px;
  }
  section {
    padding: 35px 0;
  }
  span.service-btn {
    padding-top: 11px;
}
.care-cn .accordion {
    margin-top: 15px;
}

.section-title h2 {
    font-size: 26px;
}
.care-cn .accordion-button {
    font-size: 20px;
}
.location-head {
    margin-bottom: 20px;
}
.service_tab #tabs-nav li a {
  
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.loc-head h3 {
   
    font-size: 22px;
    justify-content: center;
}
.loc-head p {
    font-size: 16px;
}
.service_tab #tabs-nav li a span {
    width: 100%;
}
.service_tab #tabs-nav li a span img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-width: 100%;
}
.loc-ic .icon{
    display: none;
}
.testimonials-new .testimonials-item {
    max-width: 100%;
}
.certification-main {
    grid-template-columns: repeat(2, 280px);
}
}


@media (max-width: 575.98px) {
  .team-videos-grid {
    grid-template-columns: 1fr;
    gap: 0px;
}
.header-bottom {
    padding: 10px 0px;
}
.hero-content h1 {
	font-size: 25px;
	padding: 0px 5px;
}
.hero-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.hero-btn-wrap a:nth-child(2) {
    margin-left: 0px;
}
.hero-btn-wrap {
    margin-top: 22px;
}
ul.banner-list li {
    font-size: 15px;
    text-align: center;
    background: #fff;
    width: calc(100% - 53%);
    padding: 10px !important;
}
ul.banner-list li:before{
  display: none;
}
.banner-list li:first-child br{
  display: block;
}
.lang-logo-img img {
    height: 30px;
}
.service-inner {
    padding: 35px 10px;

  }
  .service-list {
    grid-template-columns: 1fr;
}
.section-head {
    margin: 0 auto 25px;
}
.service_tab #tabs-nav li a span img {
    height: 250px;
}
.service_tab #tabs-nav li a span {
    margin-right: 0px;
}
.service_tab ul#tabs-nav {

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service_tab .tabs {
    height: 300px;
}
.service-sec-new
.btn_bx {
    margin-top: 35px;
}
.about-img img {
 
    height: 300px;
    padding: 15px;
}
.about-img {
    margin-bottom: 5px;
}
.area-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.service-area-grid-bx {
    max-width: calc(100% - 53%);
}
.area-card-img img {
    width: 100%;
    max-width: 55px;
}
.area-card h5 {
    font-size: 28px;
    margin-bottom: 2px;
}.service-area-head {
    margin-bottom: 35px;
}

.testimonials-slider {
    padding: 0 0px;
}

.testimonials-new .slick-initialized .slick-slide {
    padding: 10px 5px;
}
.testimonials-new .testimonials-item-desc p {

    text-align: center;
    font-size: 16px;
}
.testimonials-new .container {
    padding: 0;
}
.testimonials-auther-content h3 {
    font-size: 17px;
    text-align: center;
}
.testimonials-new .slick-arrow.slick-next {
    right: -11px;
}
.testimonials-new .slick-arrow.slick-prev {
    left: -11px;
}.testimonials-new .btn-bx {
    margin-top: 35px;
}

.join_team_image {
    width: 100%;
    position: unset;
}
.cta-inner {
    padding: 35px 0px;
    text-align: center;
}
.cta-inner
.btn-bx {
    margin-top: 20px;
}
.testimonials-head-top {
    margin-bottom: 35px;
}
.blog-card .card-body h5 {
    font-size: 20px;
    line-height: 30px;
}
a.blog-btn {
    margin-top: 18px;
    padding-top: 15px;
}
.blog-card .card-body h5 {
    margin-bottom: 15px;
}
.certification-main {
    grid-template-columns: 1fr;
    gap: 30px;
}
.certification-bx {
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 15px;
}
.certification-main img {
    margin-bottom: 15px;
    height: 100px;
}
.cta-section-2 .container {
    padding: 0;
}
.section-title h2 {
    font-size: 25px;
}
.cta-head-2
.section-title h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.copyright-text p a {
    display: block;
}
ul.banner-list {
    width: calc(100% - 7%);
    margin-inline: auto;
}
.hero-content p {
    padding: 0px 5px;
}
.testimonials-inner {
    padding: 35px 15px;
}
.certification-text p br {
    display: none;
}
	.mobile-top-bar a {
		font-size: 15px;
	}
}







/* Layout */
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 30px;
}
.woocommerce-account .woocommerce:before{
	display:none !important;
}
.woocommerce-info {
    border-top-color: #28a745;
}
.woocommerce-info::before {
    color: #28a745;
}
/* Sidebar */
.woocommerce-MyAccount-navigation {
    width: 25%;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
.wishlist_table tr td.product-remove {
    padding: 16px;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 25px;
}
.woocommerce-cart .section_row {
    padding: 80px 0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    border-radius: 0;
    border: none;
}
.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: #000 !important;
    padding-left: calc(24px + .25em) !important;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    border-radius: 0;
    border: none;
}
span.wc-block-components-checkbox__label a {
    color: #28a745;
    font-weight: 600;
}
/* Sidebar Menu */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

/* Sidebar Links */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    color: #333;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #eee;
}

/* Hover */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
}

/* Active Menu */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #27ae60;
    color: #fff;
    border-color: #27ae60;
}

/* Content Area */
.woocommerce-MyAccount-content {
    width: 70%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Heading */
.heading {
    font-size: 28px;
    font-weight: 600;
    margin-top: 50px;
}

/* Paragraph Styling */
.woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Links inside content */
.woocommerce-MyAccount-content a {
    color: #27ae60;
    font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}
/* Address Box */
.woocommerce address {
    background: #f8f9fa;
    padding: 20px 25px;
    border-radius: 10px;
    border-left: 4px solid #27ae60;
    font-style: normal;
    line-height: 1.8;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-top: 15px;
}

/* Name (First line bold) */
.woocommerce address strong {
    font-size: 18px;
    color: #000;
}

/* Add spacing between lines */
.woocommerce address br {
    margin-bottom: 6px;
}

/* Optional hover effect */
.woocommerce address:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}

/* Grid Layout */
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Half Width Fields */
.form-row-first,
.form-row-last {
    width: 48%;
}

/* Full Width Fields */
.form-row-wide {
    width: 100%;
}

/* Labels */
.woocommerce-address-fields label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #222;
}

/* Inputs & Select */
.woocommerce-address-fields input.input-text, .woocommerce-address-fields select {
    width: 100% !important;
    height: 45px !important;
    padding: 10px 12px !important;
    border-radius: 0;
    border: 1px solid #ddd !important;
    font-size: 16px;
    transition: 0.3s;
}

/* Focus Effect */
.woocommerce-address-fields input:focus,
.woocommerce-address-fields select:focus {
    border-color: #27ae60;
    outline: none;
    box-shadow: 0 0 0 2px rgba(39,174,96,0.1);
}

/* Select2 Fix (State Dropdown) */
.select2-container--default .select2-selection--single {
    height: 45px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

/* Button */
.woocommerce-address-fields button.button {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    margin-top: 15px;
}

/* Button Hover */
.woocommerce-address-fields button.button:hover {
    background: #27ae60;
}

/* Required Star */
.required {
    color: red;
}
/* Fix global box issue */
.woocommerce-EditAccountForm *,
.woocommerce-EditAccountForm *::before,
.woocommerce-EditAccountForm *::after {
    box-sizing: border-box;
}
.woocommerce-account .section_row {
    padding: 80px 0;
}

/* Row layout */
.woocommerce-EditAccountForm .form-row {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
}

/* 2 Column (First & Last Name) */
.woocommerce-form-row--first,
.woocommerce-form-row--last {
    width: 50%;
}

/* Full width */
.woocommerce-form-row--wide {
    width: 100%;
}

/* Clear fix */
.woocommerce-EditAccountForm .clear {
    clear: both;
}

/* Labels */
.woocommerce-EditAccountForm label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #222;
}

/* Inputs */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    width: 100%;
    height: 45px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s;
}

/* Focus */
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: #27ae60;
    outline: none;
    box-shadow: 0 0 0 2px rgba(39,174,96,0.1);
}

/* Password field wrapper fix */
.password-input {
    position: relative;
    display: block;
}

.password-input input {
    padding-right: 40px;
}

/* Eye icon button fix */
.show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Fieldset */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

/* Legend */
.woocommerce-EditAccountForm legend {
    font-weight: 600;
    padding: 0 10px;
}

/* Button */
.woocommerce-EditAccountForm button.button {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    margin-top: 10px;
}

/* Hover */
.woocommerce-EditAccountForm button.button:hover {
    background: #27ae60;
}

/* Required star */
.required {
    color: red;
}
/* Breadcrumb Wrapper */
.woocommerce-breadcrumb {
    font-size: 14px !important;
    color: #000000 !important;
    background: #f5f5f5;
    display: block;
    margin: 25px 0 !important;
    padding: 15px !important;
    border-left: 2px solid #28a745;
}
div#primary {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-inline: auto;
    max-width: 1400px;
}

/* Links */
.woocommerce-breadcrumb a {
    color: #27ae60;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

/* Hover */
.woocommerce-breadcrumb a:hover {
    color: #000;
}

/* Separator style */
.woocommerce-breadcrumb {
    color: #777;
}

/* Last item (current page) */
.woocommerce-breadcrumb {
    font-weight: 500;
}

/* =========================
   alphabet LAYOUT
========================= */
.alphabet-filter button {
    background: #f5f5f5;
    color: #000000;
    border: none;
    padding: 0 25px;
}
button.active {
    background: #28a745;
    color: #fff;
}
/* =========================
   PRODUCT LAYOUT
========================= */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
    background: #fff;
}

/* LEFT - IMAGE */
.woocommerce-product-gallery {
    width: 48%;
}

.woocommerce-product-gallery img {
    width: 100%;
    border-radius: 12px;
    background: #f5f5f5;
    padding: 5px;
}

/* RIGHT - CONTENT */
.summary.entry-summary {
    width: 48%;
}

/* =========================
   PRODUCT INFO
========================= */

/* Title */
.product_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Price */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 24px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Stock */
.woocommerce div.product div.summary .stock.out-of-stock {
    font-weight: 500;
    margin-bottom: 10px;
    background: #ff000030;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

/* Meta */
.product_meta {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
}

.product_meta a {
    color: #27ae60;
    text-decoration: none;
}

/* =========================
   BUTTON (if available)
========================= */
.single_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    transition: 0.3s;
}

.single_add_to_cart_button:hover {
    background: #27ae60;
}

/* =========================
   BREADCRUMB
========================= */
.woocommerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
}

.woocommerce-breadcrumb a {
    color: #27ae60;
    text-decoration: none;
}

/* =========================
   RELATED PRODUCTS
========================= */

.related.products {
    padding: 60px;
    background: #f5f5f5;
    margin: 60px 0;
}

.related.products h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Grid */
.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

/* Item */
.related.products ul.products li.product {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display:none;
}
/* =========================
   PRODUCT CARD
========================= */

.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s;
    height: 100%;
    position: relative;
    width: 100%;
}

/* Hover */
.product-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/* Wishlist Icon */
.product-card .wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #28a745;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Image */
.product-card img {
    width: 100%;
    border-radius: 8px;
}

/* Title */
.product-card .title {
    font-size: 16px;
    margin: 10px 0;
    color: #222;
}

/* Price */
.product-card .price {
    color: #27ae60 !important;
    font-weight: bold !important;
}


/* Bottom section */
.product-card .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

/* Quantity */
.product-card .quantity input {
    width: 55px;
    height: 35px;
    border: 1px solid #ddd;
}

.product-card .button {
    background: #28a745;
    color: #fff;
    padding: 3px 14px;
    border-radius: 0;
    text-decoration: none;
}

.product-card .button:hover {
    background: #27ae60;
}

/* =========================
   Cart Page
========================= */
/* Cart Page Design */
.wc-block-cart {
    padding: 40px 0;
}

.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    background: #28a745 !important;
    color: #fff;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 600;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #28a745 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    border: none;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5c33;
    border-radius: 0px;
    background-color: #ff5c33;
    color: #fff;
    padding: 10px 16px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
}
.wc-block-cart-items td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.wc-block-cart-item__image img {
    width: 90px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.wc-block-components-product-name:hover {
    color: #28a745;
}

.wc-block-cart-item__prices {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.wc-block-components-order-summary .wc-block-cart-item__prices {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
/* Quantity */
.wc-block-components-quantity-selector {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
}

.wc-block-components-quantity-selector__input {
    width: 50px;
    text-align: center;
    border: none;
}

.wc-block-components-quantity-selector__button {
    background: #f5f5f5;
    border: none;
    width: 35px;
    font-size: 18px;
    cursor: pointer;
}

/* Remove button */
.wc-block-cart-item__remove-link {
    color: #d93025;
    margin-top: 10px;
    display: inline-block;
}

/* Cart Sidebar */
.wc-block-cart__sidebar {
    background: #fff;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.wc-block-cart__totals-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wc-block-components-totals-item {
    padding: 25px 0;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    font-size: 16px;
    font-weight: 600;
}

/* Checkout Button */
.wc-block-cart__submit-button {
    width: 100%;
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    border-radius: 0;
}

.wc-block-cart__submit-button:hover {
    background: #8e161b !important;
}
.blog-section-inner {
    padding: 0;
}

.blog-tag{
    display:inline-block;
    background:#e63946;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
    font-weight:600;
}

.blog-title{
    font-size:42px;
    margin-bottom:20px;
    line-height:1.2;
    color:#111;
}

.blog-desc{
    font-size:17px;
    color:#666;
    margin-bottom:35px;
}

.blog-image{
    width:100%;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:35px;
}

.blog-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

.blog-content h2{
    font-size:28px;
    margin-bottom:15px;
    margin-top:30px;
    color:#111;
}

.blog-content p{
    margin-bottom:20px;
    color:#555;
    font-size:16px;
}

.blog-list{
    margin-top:15px;
}

.blog-list li{
    margin-bottom:12px;
    list-style:none;
    position:relative;
    padding-left:28px;
    color:#444;
}

.blog-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#e63946;
    font-weight:bold;
}

section.article-section header.entry-header,
section.article-section  .post-thumbnail {
	display:none;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 16px;
    font-weight: 600;
    color: #ff5c33;
}

@media(max-width:768px){

    .blog-container{
        padding:30px 20px;
    }

    .blog-title{
        font-size:32px;
    }

    .blog-content h2{
        font-size:24px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .wc-block-cart-items thead {
        display: none;
    }

    .wc-block-cart-items tr {
		display: block !important;
		border: 1px solid #eee;
		margin-bottom: 15px;
		border-radius: 12px;
		padding: 15px !important;
	}

    .wc-block-cart-items td {
        display: block;
        width: 100%;
        padding: 10px 0;
        border: none;
    }

    .wc-block-cart-item__image img {
        width: 70px;
    }

    .wc-block-cart__sidebar {
        margin-top: 20px;
    }
}

/* =========================
   Wishlist
========================= */
table.wishlist_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 30px 0;
}

table.wishlist_table thead {
    background: #28a745;
}

table.wishlist_table thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    text-transform: uppercase;
    border: none;
}
table.wishlist_table thead th {
    background: #28a745;
}
table.wishlist_table tbody tr {
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

table.wishlist_table tbody tr:hover {
    background: #fafafa;
}

table.wishlist_table td {
    padding: 18px 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

table.wishlist_table .product-thumbnail img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}

table.wishlist_table .product-name a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

table.wishlist_table .product-name a:hover {
    color: #28a745;
}

table.wishlist_table .product-price {
    font-weight: 600;
    color: #fff;
}


.wishlist-in-stock {
    color: #1e8e3e;
    font-weight: 600;
}

.wishlist-out-of-stock {
    color: #d93025;
    font-weight: 600;
}

table.wishlist_table .remove_from_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    color: #d93025;
    border-radius: 50%;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s;
}

table.wishlist_table .remove_from_wishlist:hover {
    background: #d93025;
    color: #fff;
}

table.wishlist_table .add_to_cart, ul.wishlist_table.mobile .product-add-to-cart a {
    position: relative;
    text-align: center;
    border: 1px solid #ff5c33;
    border-radius: 0px;
    background-color: #ff5c33;
    color: #fff;
    padding: 4px 16px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
}
table.wishlist_table .add_to_cart:hover {
    background: #28a745;
    border-color: #28a745;
}

.yith_wcwl_wishlist_footer, .wishlist-page-links {
    display: none;
}
/* Mobile Wishlist Design */
ul.wishlist_table.mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.wishlist_table.mobile li {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

ul.wishlist_table.mobile .item-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.wishlist_table.mobile .product-thumbnail img {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

ul.wishlist_table.mobile .item-details {
    flex: 1;
}

ul.wishlist_table.mobile .product-name h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
}

ul.wishlist_table.mobile .product-name a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
}

ul.wishlist_table.mobile .item-details-table,
ul.wishlist_table.mobile .additional-info {
    width: 100%;
    border: none;
}

ul.wishlist_table.mobile td {
    border: none;
    padding: 4px 0;
    font-size: 14px;
}

ul.wishlist_table.mobile .label {
    font-weight: 600;
    color: #555;
    width: 60px;
}

ul.wishlist_table.mobile .value {
    color: #222;
}

ul.wishlist_table.mobile .additional-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
}


ul.wishlist_table.mobile .remove_from_wishlist {
    width: 36px;
    height: 36px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d93025;
    font-size: 16px;
    text-decoration: none;
}

ul.wishlist_table.mobile .remove_from_wishlist:hover {
    background: #d93025;
    color: #fff;
}

.wishlist-in-stock {
    color: #198754;
    font-weight: 600;
}

.wishlist-out-of-stock {
    color: #dc3545;
    font-weight: 600;
}
.privacy-policy ul li {
    padding-left: 25px;
    position: relative;
}
.privacy-policy ul {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    table.wishlist_table thead {
        display: none;
    }

    table.wishlist_table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 15px;
    }

    table.wishlist_table td {
        display: block;
        text-align: left;
        padding: 10px 0;
    }

    table.wishlist_table .product-thumbnail img {
        width: 70px;
        height: 70px;
    }
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991px){
	.wc-block-components-totals-wrapper {
		padding: 16px !important;
	}
	.top-head-sec {
		display: none;
	}
	.related.products ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.catagory-slider {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.brands-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-col h4 {
		text-align: center;
	}
	.footer-col ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 15px;
		justify-content: center;
	}
    .footer-top {
		grid-template-columns: 1fr;
	}
	.footer-col:nth-child(4),
	.footer-col:nth-child(5){
		display:none;
	}
}



@media(max-width:600px){
	.related.products {
		padding: 15px;
	}
	.related.products ul.products {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.catagory-slider {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.brands-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* Tablet */
@media (max-width: 992px) {
    .woocommerce-product-gallery,
    .summary.entry-summary {
        width: 100%;
    }

    .related.products ul.products li.product {
        width: 48%;
    }
	.top_head {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.search-container{
		display:none;
	}

	
}

/* Mobile */
@media (max-width: 600px) {
    .related.products ul.products li.product {
        width: 100%;
    }
	.footer-top {
		grid-template-columns: 1fr;
	}
	.footer-col ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 15px;
		justify-content: center;
	}
	.footer-col h4 {
		text-align: center;
	}
	.features {
		justify-content: center;
	}
	.footer-col.contact {
		text-align: center;
	}
	.shop-products ul.products {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
}
/* Responsive */
@media (max-width: 768px) {
    .woocommerce-form-row--first,
    .woocommerce-form-row--last {
        width: 100%;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
    }
}














