@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 Envinto */

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none;   font-family: "Yantramanav", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#606060; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll;}
:root { --primary-color: #0e577e; --secondary-color:#fc9800;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{ font-family: "Yantramanav"}
p, p span {font-family: "Open Sans", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}







/*------------------------------------header-wrap---------------------------*/


.header-top-row{background-color:#fff;padding: 10px 0;}
.social-media ul{display: flex;align-items: center;}
.social-media ul li{margin:0 0 0 20px}
.header-top-row img{width:20px;height: 20px;}
.top-contact-details ul{display: flex;align-items: center;}
.top-contact-details ul li{margin:0 20px 0 0 ;display: flex;}
.top-contact-details ul li a{color: #000; margin: 0 0 0 8px;font-weight:600px;}
.top-contact-details ul li a:hover{color: var(--secondary-color);}
.header-top{display: flex;justify-content: space-between;align-items: center;}
.media-icons{ display: flex;justify-content: center;align-items: center;transition: 0.3s;position: relative;}
.blue-icons{position: absolute;opacity: 0; top: 0;left: 0;}
.orange-icon:hover{opacity: 0;}
.blue-icons:hover{opacity:1}

.header-wrap{background-color:#000;}
.header-row{display: flex;justify-content: space-between;align-items: center;padding:10px 0;}
.logo{width:90px;object-fit: cover;}
.header-right{border-top-left-radius: 20px;border-bottom-right-radius: 20px;padding:10px;}
.menu-list{display: flex;  position: relative;}
.menu-list li a{font-size: 20px; font-weight: 500;padding: 8px 25px;color:var(--secondary-color); transition: color 0.3s; display: inline-block;}
.menu-list li a:hover{color: #fff; }
.header-left{display: flex; align-items: center;}
.button-speech a:hover{background-color: var(--primary-color);color: #fff;}
.button-speech a {background-color:var(--secondary-color);color: #000;padding: 12px 60px 12px 50px; border-radius: 10px; font-weight: 600;font-size: 18px; margin: 0 0 0 30px; position: relative; transition: all 0.5s ease-in-out; display: inline-block;}


.burger-btn{display: none;}
.overlay{display: none;}

.header-wrap.sticky {
  position: fixed;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.7s slide-down;
  z-index: 100;
  background-color: #000;}

  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
  
    100% {
      transform: translateY(0);
    }
  }

.header-wrap.sticky .header-top-row{display:none}

/* --------------------------Banner-wrap------------------------ */

.banner-col1 {position: relative; height:80vh}
.banner-col1::after{content: ""; position: absolute; top: 0;left: 0; width: 100%;height:100%; background-color: rgba(0, 0, 0, 0.623); pointer-events: none;z-index: 2; }
.banner-col1 .banner-images{height: 100%;width: 100%;}
.banner-col1 .banner-images img{width:100%;height: 100%;object-fit: cover;}
.banner-col1 .banner-content{position: absolute;top:50%;right:50%; left:50%;transform: translate(-50%,-50%); width:90%;display: flex;justify-content: center;align-items: center;z-index: 3; text-align: center;}
.banner-content{display: flex;flex-direction: column;justify-content: center;align-items: center;color: #ffffff;}
.banner-content h6{font-size: 20px;color: var(--secondary-color);margin:0 0 20px}
.banner-content h1{font-size: 60px; color:#ffffff;font-weight: bold;}
.banner-content p{font-size: 18px;width:50%; text-align: center;line-height: 2;margin: 0 0 20px;}
.banner-btn a{  background-color: var(--secondary-color); color: #000;padding: 12px 60px 12px 50px;  border-radius: 10px;font-weight: 600; font-size: 16px;display: block;position: relative;transition: all 0.5s ease-in-out; }
 .banner-btn a:hover{background-color: var(--primary-color);color: #fff;}
.banner-btn a::after{   content: '';  position: absolute; width: 16px; height: 16px; background-image: url('../images/arrow-right-solid-black.svg'); background-size: contain; background-repeat: no-repeat; margin-left: 8px;bottom: 50%; top: 50%;transform: translateY(-50%);transition: all 0.5s ease-in-out; }
 .banner-btn a:hover::after{background-image: url('../images/arrow-right-solid.svg');transform: translateY(-50%) rotate(315deg);}


/* -------------Service-wrap---------------------- */

.service-wrap{padding: 60px 0;}
.service-row{display: flex;}
.service-wrap .card {border: 1px solid #ddd;padding: 40px 30px;width: 24%;margin: 20px 3% 0 0;border-radius: 5px;}
.service-wrap .card:nth-child(4n){margin-right: 0;}
.service-wrap .icon img {margin:0 0 20px;width: 60px;}
.service-wrap .title { font-size: 20px; font-weight: bold; margin: 0 0 20px;}
.service-wrap .description {color: #67696b;line-height: 2;font-size: 14px;font-weight: 600;}

/* -------------------about-us-wrap--------------- */

.about-us-wrap{padding:60px 0;}
.about-us-row{display: flex;flex-direction: column;position: relative; padding: 60px 0;}
.about-us-row-1{display: flex; justify-content: end;width: 100%;position: absolute; top: 0; left: 0;  z-index: -1; height: 100%;}
.about-us-row-1 img{object-fit: cover; width: 100%; height: 100%;}
.about-us-bg-img{width: 70%;position: relative;overflow: hidden;}
.about-us-row-1 .about-us-bg-img::after{content: ""; position: absolute; top: 0;left: 0; width: 100%;height:100%; background-color: rgba(0, 0, 0, 0.623); pointer-events: none;z-index: 1;}
.about-us-row-2{ display: flex;align-items: center;justify-content:space-between; width: 100%;}
.about-us-col1{width:48%;display: flex;justify-content: space-between;}
.about-col1-inner-1{width:48%;display: flex;flex-direction: column;justify-content: space-between;}
.about-col1-inner-2{width:48%;}
.about-col1-inner-1 span img{height: 190px;width:100%;object-fit: cover;}
.about-col1-inner-2 img{height:400px;width:100%;object-fit: cover;}

.about-us-col2{width:48%;background-color: transparent;padding: 20px;}
.about-us-col2 h6{font-size: 20px;font-weight: bold;margin:0 0 20px;color: var(--secondary-color);}
.about-us-col2 h2{font-size: 46px;font-weight: bold; margin:0 0 20px;color: #ffffff;}
.about-us-col2 p{font-size: 18px;color: black;line-height: 1.56;margin:0 0 30px;color: var(--secondary-color);}
.shop-btn a{ background-color: var(--secondary-color); color:#000;padding: 12px 60px 12px 50px; border-radius: 10px;font-weight: 500; font-size: 16px;display: inline-block;position: relative;transition: all 0.5s ease-in-out;}
.shop-btn a:hover{background-color: var(--primary-color);color: #fff;}
.shop-btn a::after{   content: '';  position: absolute; width: 16px; height: 16px; background-image: url('../images/arrow-right-solid-black.svg'); background-size: contain; background-repeat: no-repeat; margin-left: 8px;bottom: 50%; top: 50%;transform: translateY(-50%);transition: all 0.5s ease-in-out; }
.shop-btn a:hover::after{background-image: url('../images/arrow-right-solid.svg');transform: translateY(-50%) rotate(315deg);}


/* ----------------Product-card---------------------------- */

.product-card-wrap{padding: 60px 0;}
.product-title{display: flex;justify-content: space-between;align-items: center;margin: 0 0 20px;}
.product-title h2{font-size: 46px;color: var(--primary-color);font-weight: bold;}
.product-title a{font-size: 18px;color: var(--secondary-color);}
.product-title a:hover{color: var(--primary-color);font-weight: 600;}
.product-row{display: flex;flex-wrap:wrap;}
.product-card-wrap .product-card { background-color: #fff; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden;  width:22.7%;; margin:30px 3% 0 0;}
.product-row .product-card:nth-child(4n){margin-right: 0;}
.product-card-wrap  .product-card .Product-display{position: relative;display: flex;justify-content: center;overflow: hidden;}
.product-card-wrap  .product-card .Product-display img { width:100%; height:100%; object-fit: cover;overflow: hidden;  transition: transform 0.5s ease; }
.product-card-wrap  .product-card .cart-btn a{ background-color: rgb(0, 0, 0); color:var(--secondary-color); padding: 10px; width: 100%;text-align: center; position: absolute;bottom: 0;  left: 0;transition: all 0.5s ease-in-out; }
.product-card-wrap  .product-card .cart-btn a:hover{background-color: var(--secondary-color); color:#000;font-weight: 600;}
.product-card-wrap .product-card .details { padding: 16px;}
.product-card-wrap  .product-card .details .category { font-size: 12px; color: #888;margin: 0 0 10px;}
.product-card-wrap  .product-card .details .title {font-size: 20px;font-weight: bold;margin: 0 0 10px;color: var(--primary-color);}
.product-card-wrap  .product-card .details .stars {width: 70px; margin: 0 0 10px;}
.product-card-wrap  .product-card .details .price {font-size: 22px;color: #333;font-weight: bold;margin:0 0 20px}
.product-card-wrap  .product-card .details .sale-badge a{background-color: rgb(213, 0, 0);color:#fff;padding: 4px 8px;border-radius: 4px;display: inline-block;}
.product-card-wrap  .product-card:hover .Product-display img{ transform: scale(1.1);}



.product-slider .product-card .details{height: 100px;padding: 10px;}

.product-slider .slick-track {
  padding:10px 0;
  display: flex;
  flex-wrap: wrap;
}

.product-slider .slick-track .slick-slide {
  height: inherit;
}

.product-slider .slick-track .slick-slide > div {
  margin: 0 auto;
  height: 100%;
}

/* .product-slider .slick-track .slick-slide > div > .product-card {
  width: 100%;
  height: 100%;
} */

/* .product-slider .slick-track .slick-slide .product-card  {
  height: 100%;
}  */


/* -----------Testimonial-wrap----------------------- */
.testimonial-wrap{padding: 60px 0;background-color:#eba00947;}
.testimonial-row{display: flex;justify-content: space-between;align-items: center;}
.testimonial-col2{width: 48%;}
.testimonial-col2 h2{font-size: 40px;font-weight: bold;margin: 0 0 20px;color: #000;}
.testimonial-card { background-color: white; border-radius: 8px; padding: 20px; max-width: 500px;position: relative;}
.testimonial-card  .profile-img { width: 80px; height: 80px; margin: 0 20px 0 0; border-radius: 50%; object-fit: cover;}
.testimonial-card .testimonial-header { display: flex; align-items: center; margin: 0 0 20px;}
.testimonial-card .name {font-weight: bold;font-size: 18px;margin: 0 0 10px; color:var(--primary-color);}
.testimonial-card .designation {font-size: 14px;margin:0 0 10px; color: #666;}
.testimonial-card .stars img{ width:60px ;}
.testimonial-card .quote img { width: 50px;position: absolute; top: 10px;right: 10px;}
.testimonial-card .review { color: #000000ec;font-size: 16px;line-height: 2;}

/* .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;}

.dot.active {width: 14px;  height: 14px;  opacity: 1;} */


/* --------------------Brands-wrap----------------------------- */

.brands-wrap{padding: 60px 0 0;}
.brands-row{display: flex;justify-content: space-between;}
.brands-col1{width: 38%;}
.brands-col1 h2{font-size: 46px;font-weight: bold;color: var(--primary-color);margin: 0 0 20px;}
.brands-col1 p{font-size: 16px;color: #000;line-height: 1.56;font-weight: 500;margin: 0 0 30px;}
.brands-col1 .brand-btn a{background-color: var(--primary-color); color:#fff;padding: 12px 60px 12px 50px;  border-radius: 10px;font-weight: 600; font-size: 16px;display: inline-block; transition: all 0.5s ease-in-out;}
.brands-col1 .brand-btn a:hover{background-color: var(--secondary-color);color: #000;}


.brands-col3 {width: 63%;}
.product-slider1 {margin: 0 0 20px;height:100px}
.product-slider1 .slick-slide{margin:0 10px}

.product-slider2{height:100px;margin:0 0 20px;}
.product-slider2 .slick-slide{margin:0 10px}

.product-slider3{height:100px;}
.product-slider3 .slick-slide{margin:0 10px}

.brand-logo{width: 100px !important;height: 80px !important;display:flex;justify-content:center;align-items:center;}
.brand-logo img{object-fit:contain;height:100%;width:100%}

/* -----------------------Contact-wrap--------------------------- */

.contact-us-wrap{padding:60px 0 60px;}
.contact-row{display: flex;align-items: center;border-top:1px solid #6666666a;}
.contact-col1{width: 50%;;border-right:1px solid #6666666a;}
.contact-col1 h2{font-size: 46px;font-weight: bold;color: var(--primary-color);margin: 0 0 20px;}
.contact-col1-content{padding: 30px 30px 0 0;}
.col1-card{margin: 0 0 20px;}
.col1-card { display: flex; align-items: center;gap: 15px; max-width: 600px; border-bottom: 1px solid #ddd;padding: 10px 0;}
.image {width: 150px;height: 100px;object-fit: cover;}
.content {flex: 1;}
.category {color: var(--secondary-color); font-size: 0.9rem; text-transform: uppercase;}
.date { color: #888; font-size:12px; margin-left: 5px;}
.title { font-size: 20px; font-weight: bold; margin: 5px 0;color: #000;}
.description { color: #555;font-size: 14px;}
.description a {font-size: 14px;color: #00000094; font-weight: 600;}
.contact-us{display: flex; margin: 0 0 30px;align-items: center;}
.contact-us img{width: 20px;margin-right: 10px;}
.contact-us p{font-size: 16px;font-weight: 600;color: #000;}
.contact-us a p:hover{color: var(--secondary-color);}
iframe{width: 100%;}
.contact-col2{width: 50%; padding: 30px 40px;background-color:var(--secondary-color); color:#ffffff;margin: 30px 0 0 30px;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.contact-col2 h2{font-size: 46px;font-weight: bold;margin: 0 0 20px;color:#000;}
.contact-col2 input{margin:0 0 20px;padding:20px; width: 100%; border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.contact-col2 textarea{padding:20px;width: 100%;margin: 0 0 30px;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.contact-btn a{background-color:#000; color:var(--secondary-color);padding: 12px 60px; border-radius: 10px; font-weight: 500;font-size: 16px; display: inline-block;transition: all 0.5s ease-in-out;}
.contact-btn a:hover{background-color: var(--primary-color);color: #fff;}
textarea::placeholder{color: #000;}
input::placeholder{color: #000;}


.everest-forms-submit-button.button.evf-submit {background-color:#000 !important; color:var(--secondary-color) !important;padding: 12px 60px !important; border-radius: 10px !important; font-weight: 500 !important;font-size: 16px !important; display: inline-block !important;transition: all 0.5s ease-in-out !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: var(--primary-color) !important;color: #fff !important;}
/* ----------------------Footer-wrap------------------------------------------ */

.footer-wrap{padding: 60px 0 0;background-color: #000;}
.footer-row{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 10px 0;}
.footer-column{width: 23%;}
.footer-logo{width: 100px;margin: 0 0 20px;background-color: white;border-bottom-right-radius: 20px;border-top-left-radius: 20px;padding: 10px;}
.footer-logo img{object-fit: cover;}
.footer-column h3{font-size: 22px;margin:0 0 20px;font-weight: bold;color: var(--secondary-color);}
.footer-column ul li {padding:10px 0;}
.footer-column a{color:#fff;font-size: 16px;transition: color 0.3s;;}
.footer-column a:hover{color: var(--secondary-color);}
.footer-column p{font-size: 16px;color: var(--secondary-color);}
.footer-column .contact-info{display: flex;align-items: center;margin: 0 0 20px;}
.footer-column .contact-info .icon{width:20px;margin-right: 10px;flex-shrink: 0;}
.footer-row-2{display: flex; justify-content: space-between;padding: 10px 0; border-top:1px solid #fc9800;color: #fff;font-size: 14px;}
.footer-column .contact-info .icon{width:20px;margin-right: 10px;}
.footer-row-2 a{color: var(--secondary-color);}

/* -------------Common-banner----- */

.banner-wrap-2{padding:0 0 30px;height: 50vh;position: relative;object-fit: cover;}
.banner-wrap-2::after{content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: #0000006d;}
.banner-wrap-2 h1{font-size: 50px;color:var(--secondary-color) ;width: 100%; position: absolute;top: 50%; right: 50%; left: 50%; transform: translate(-50%,-50%);text-align: center;font-weight:500;z-index: 2; padding: 0 20px;}

/* -----------------About-us-page------------------ */
.promoting-wrap{padding: 60px 0;color:var(--primary-color);font-weight: bold;}
.promoting-row{display: flex;flex-wrap: wrap;}
.promoting-card{width: 25%;text-align: center;}
.promoting-card h6{font-size: 20px;}
.promoting-card h2{font-size: 60px;}
.promoting-card p{font-size: 20px;}

.core-values-wrap{padding: 60px 0;}
.core-values-wrap h2{font-size: 46px; color: #000;text-align: center;margin: 0 0 20px;font-weight: bold;}
.values-row{display: flex;flex-wrap: wrap;justify-content: center;}
.core-values-wrap .card {border: 1px solid #ddd;padding:20px;width: 30%;margin: 20px 3% 0 0;display: flex; justify-content: center;align-items: center;}
.core-values-wrap .card:nth-child(3n){margin-right: 0;}
.core-values-wrap .icon img {margin:0 0 20px;width: 50px;}
.core-values-wrap .title { font-size: 20px; font-weight: bold; margin: 0 0 20px;}
.core-values-wrap .description {color: #67696b;line-height: 2;font-size: 14px;font-weight: 600;text-align: center;}


.choose-us-wrap{padding:60px 0;}
.choose-us-row{display: flex;flex-direction: column;position: relative; padding: 60px 0;}
.choose-us-row-1{display: flex; justify-content: end;width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
.choose-us-row-1 img{object-fit: cover; width: 100%; height: 100%; }
.choose-us-bg-img{width:80%;height:100%;position: relative;overflow: hidden;}
.choose-us-row-1 .choose-us-bg-img::after{content: ""; position: absolute; top: 0;left: 0; width: 100%;height:100%; background-color: rgba(0, 0, 0, 0.623); pointer-events: none;z-index: 1;}
.choose-us-row-2{ display: flex;align-items: center;justify-content:space-between; width: 100%; z-index: 3;}
.choose-us-col1{width:38%;display: flex;justify-content: space-between;}
.choose-img{width: 100%;height: 100%;}
.choose-img img{object-fit: cover; }

.choose-us-col2{width:58%;background-color: transparent;padding: 20px;}
.choose-us-col2 h6{font-size: 20px;font-weight: bold;margin:0 0 20px;color: var(--secondary-color);}
.choose-us-col2 h2{font-size: 46px;font-weight: bold; margin:0 0 20px;color: #ffffff;}


.accor {
  width: 100%;
  overflow: hidden;
  color: #fff;
  }
  
  .accor-item {
    font-size: 18px;
    border-bottom: 1px solid #ffffff9b;
  }
  .accor-item:last-child{border-bottom:unset;}
  
  .accor-header {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
  }
  
  .accor-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  
  .accor-content p {
    font-size: 16px;
    line-height: 1.56;
    color: #fff;
  }
  
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"]:checked ~ .accor-content {
    max-height: 100px;
    padding:15px 0;
  }
/* ------------------Category-page----------- */

.category-product-row{display: flex;justify-content: space-between;align-items: start;}
.category-product-row .product-col1 {width: 70%;display: flex;flex-wrap: wrap;}
.category-product-row .product-col1 .product-card{width: 31.3%;}
.category-product-row .product-col1 .product-card:nth-child(3n){margin-right: 0;}
.category-product-row .product-col2{width: 28%;background-color: #000;color: #fff;padding: 30px;margin: 30px 0 0 ;text-align: left;}
.category-product-row .product-col2 h3{font-size: 40px;color: var(--secondary-color);margin: 0 0 20px;font-weight: 600px;}
.category-product-row .product-col2 ul {width: 100%;}
.category-product-row .product-col2 ul li{font-size: 16px; line-height: 1.56; margin: 0 0 10px; padding-left: 20px; background: url(../images/chevron-right-solid.svg) no-repeat; background-size: 10px;background-position: 0 4px;}
.category-product-row .product-col2 ul li a{color: #ffffff;}

/* ---------------single-product-page------- */


.single-product-row{display: flex;justify-content: space-between;align-items: flex-start;}
.single-col1{width:48%;display: flex;flex-direction: column;align-items: center;position: sticky;top: 140px;}
.product-img-row{ width: 83%; border: 1px solid #fc9800;border-radius: 20px;padding: 10px;margin: 0 0 20px;}
.product-img-row img{object-fit: cover;}
.product-img1{ width: 20%; padding: 8px; /* border: 1px solid #000; */ ;} 
.product-image{width: 100%;}
.product-image .slick-slide{margin-right: 10px;}
.product-image .slick-slide:last-child{margin-right: 0;}

/* ----- */

.product-image  .slick-track {
  display: flex;
  flex-wrap: wrap;
  margin:0;
}

.product-image .slick-track .slick-slide {
  height: inherit;
}

.product-image  .slick-track .slick-slide > div {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

/* .product-image  .slick-track .slick-slide > div .product-img1 {
  width: 100%;
  height: 100%;
} */



/* ------------- */

.single-col2{width: 48%;}
.single-col2 h2{font-size: 46px;color: var(--primary-color) ; font-weight: bold;margin: 0 0 30px;}
.single-col2 h6{font-size: 22px;color:var(--secondary-color);font-weight:500;margin: 0 0 20px;}
.single-col2 p{font-size:16px;color: #000;margin: 0 0 20px;line-height: 1.56;font-weight: 500;}
.single-col2 ul li{font-size: 18px;color:#000; list-style:block; list-style-type:disc;list-style-position:inside;margin:0 0 10px;}
.single-col2 ul{margin: 0 0 20px;}


.pro-details{display: flex; width: 100%;align-items: center;}
.pro-details input{border: 2px solid var(--secondary-color);width: 100px; height: 45px;padding: 10px;font-size: 20px; margin: 0 15px 0 0;}



.table-data {width: 100%; font-size: 16px; color: #000; line-height: 1.56; overflow-x: auto; margin: 0 0 20px;}
.table-data table { width: auto; min-width: 450px;}
.table-data table th { padding: 10px; border: 1px solid var(--secondary-color); font-weight: 600;}
.table-data table td { padding: 10px; border: 1px solid var(--secondary-color);}
.table-data table { border: 1px solid #000; border-collapse: collapse; width: 100%; color: #000; }
.table-data thead tr { background-color: #f2f2f2; font-weight: bold; color: #000; }
.table-data th, .table-data td { border: 1px solid #000; padding: 8px; text-align: left; color: #000; }


.non-slider{display: flex; flex-wrap: wrap;}


/* Hide default arrows */
.slick-prev, .slick-next {
  font-size: 0; /* Remove text */
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

/* Custom arrow styling */
.slick-prev::before, .slick-next::before {
  font-size: 24px;
  padding: 8px;
}

/* Positioning arrows */
.slick-prev {
  left: -40px; /* Move to the left */
  z-index: 1;
}

.slick-next {
  right: -40px; /* Move to the right */
  z-index: 1;
}


/* Arrow Icons */
.slick-prev::before {
  content: "";
  background-image: url(../images/chevron-left-solid.svg);
  background-repeat: no-repeat;
}

.slick-next::before {
  content: "";
  background-image: url(../images/chevron-right-solid-blk.svg);
  background-repeat: no-repeat;
}

.related-product-wrap{padding: 0 0 0;}
.related-product-wrap h2{font-size: 46px; color: var(--primary-color);text-align: center;font-weight: bold;}
.product-slider .slick-slide{margin:10px;}

/* -----------------partners-page-------------- */

.partners-wrap{padding:60px 0;}
.partners-row{display: flex;flex-direction: column;justify-content: center;}
.partners-content p{text-align: center;font-size: 16px;color: #000; margin: 0 0 20px;line-height: 1.56;}

.partners-col1{display: flex;flex-wrap: wrap;justify-content: center;}
.category-card{text-align: center; display: flex; flex-direction: column; align-items: center; margin:30px 3% 0 0 ;position: relative; width: 31.3%;border: 1px solid var(--secondary-color);height: 350px;}  
.category-card:nth-child(3n){margin-right: 0;}
.category-img{width: 100%; height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.category-img img{object-fit:cover; width: 100%; height: 100%;opacity: 0.5; transition: transform 0.5s ease;}
.category-card h6{font-size: 20px;font-weight:300; text-transform: uppercase; color:#000;}
.brand-wrap .seller-row{align-items: center; justify-content: center;}
.category-card .center-content{position: absolute; top: 50%; left: 50%; right: 50%; bottom:50%; transform: translate(-50%, -50%); width: 100% !important;z-index: 2;display: flex; flex-direction: column;justify-content: center; align-items: center;}
.category-card .brand-logo-img{width: 200px;margin: 0 0 30px;}
.category-card .brand-logo-img img{width: 100%;height: 100%;}
.category-card:hover  .category-img img{transform: scale(1.1);}
.category-card .center-content .read-btn a{background-color:transparent;padding: 10px 15px;border-radius: 10px;color: var(--primary-color); font-weight:400;font-size: 16px;border: 1px solid var(--primary-color);display: block;}
.category-card .center-content .read-btn a:hover{background-color: var(--secondary-color);color: #000;font-weight: 600;border-color: var(--secondary-color);}

.anchor-btn{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index:10;}
.category-card .anchor-btn{display: none;}


/* --partners-slide---section----------- */

.partners-slide-wrap{padding:60px 0;}
.partners-slide-wrap h2{font-size: 46px;color: var(--primary-color) ; font-weight: bold;margin: 0 0 30px;}
.category-card-slide{box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);background-color: #fff;}

.partners-slide .slick-slide{margin: 0 10px;}
.partners-card{padding: 10px 20px;height:150px;}
.partners-card .center-content{display: flex;justify-content: center;width:100%;height:100%}
.partners-card .brand-logo-img{width: 150px;}
.partners-card .brand-logo-img img{width: 100%;object-fit: contain;height: 100%;}

.partners-slide  .slick-track{padding:10px 0;}

/* -----empty-card-new-design----------- */

.product-card.empty-card  .details .category{display: none;}
.product-card.empty-card  .cart-btn{display: none;}
.product-card.empty-card{position: relative;}
.product-card.empty-card .Product-display{border-bottom: 1px solid var(--primary-color); text-align: center;}
.product-card.empty-card .details .title{text-align: center;margin: 0;}
.product-card.empty-card  .details{padding: 10px 5px;}
.product-card.empty-card:hover .hover-details{display: block;}

.hover-details{padding: 10px;display:none;height: 100%;position: absolute;left: 0;top: 0;width: 100%;background-color: #0000007e;}
.hover-details .content{font-size:16px;color: #fff;margin: 0 0 20px;line-height: 1.56;font-weight: 500;}
.hover-details ul{margin: 0 0 20px;}
.hover-details ul li{font-size: 18px;color:#fff; list-style:block; list-style-type:disc;list-style-position:inside;margin:0 0 10px;}
.hover-details .read-more-btn a{padding: 8px 15px; background-color: var(--secondary-color);color: #000;border-radius: 10px;font-size: 14px;}
.hover-details .read-more-btn a:hover{background-color: var(--primary-color);color: #fff;}




/* -----------Whatsapp------------ */


.whatsapp-float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 20px;
  right: 20px;  
  background-color:#ffffff; 
  color: #fff;
  border-radius:20px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid var(--secondary-color);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
}

.whatsapp-float:hover {
  background-color: transparent;
  transform: scale(1.1);
}

/*--------------------------Responsive------------------------------*/

@media screen and (max-width:1399px){
.container{ max-width: 94%;} 
}


@media screen and (max-width:1200px){
.menu-list li a { padding: 8px 16px;}
.button-speech a {padding: 12px 34px;}

.service-wrap .card { width: 23.5%; margin: 20px 2% 0 0;}

.footer-column:nth-child(2) { width: 16%;}
.footer-column:last-child { width: 30%;}

}

@media screen and (max-width:992px){
.header-left {display: none;}
.header-wrap .button-speech {display: none;}

.banner-content h1 {font-size: 55px;}
.banner-content p {width: 60%;}
.banner-col1 { height: 490px;}

.service-wrap .card { width: 49%; margin: 20px 2% 0 0;}
.service-row { flex-wrap: wrap;}
.service-wrap .card:nth-child(2n) {margin-right:0;}

.about-us-col2 h2 { font-size: 38px;}
.about-us-col2 h6 { font-size: 18px; margin: 0 0 10px;}
.about-us-col2 p { font-size: 16px;}

.product-row .product-card { width: 32%; margin: 30px 2% 0 0;}
.product-row .product-card:nth-child(4n) { margin-right: 2%;}
.product-row .product-card:nth-child(3n) { margin-right: 0;}
.product-card-wrap .product-title h2 { font-size: 38px;}

.testimonial-col2 h2 { font-size: 36px;}
.testimonial-card .profile-img { width: 60px; height: 60px;}
.testimonial-card .name { font-size: 15px;}
.testimonial-card .quote img { width: 35px;}

.brands-col1 h2 {font-size: 38px;}

.contact-col1 h2 { font-size: 38px;}
.contact-col2 h2 { font-size: 38px;}

.footer-column a { display: block;}

.promoting-card h2 { font-size: 50px;}
.promoting-card p { font-size: 16px;}

.core-values-wrap .card {width: 32%; margin: 20px 2% 0 0;}

.core-values-wrap h2 { font-size: 38px;}

.choose-us-col2 h2 {font-size: 38px;}

.product-card .details .title {font-size: 16px;}
.product-card .details .category {font-size: 10px;}
.category-product-row .product-col2 h3 { font-size: 32px;}


.single-col2 h2 { font-size: 38px;}

.related-product-wrap h2 {font-size: 38px;}

.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: #fff;background-size: 300% 100%;z-index: 99;padding: 110px 5% 50px;transform:translateX(100%);opacity: 0;visibility: hidden;transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
.overlay ul {width: 100%;}
.overlay ul { width: 100%;}
.overlay ul li a {color: var(--secondary-color);display: block;padding: 20px 0;}
.overlay ul li {font-size: 40px;font-weight: 500;}
.overlay ul li a:hover {color: #000 !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top:50px;z-index: 999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--secondary-color);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn .active span {background: var(--secondary-color);}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y:hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  
.overlay .social {width: 100%;margin: 30px 0 0;}
.overlay .social ul { width: auto;}
.overlay .social ul li {display: inline-block;margin: 0 15px 0 0;}
.overlay .social ul li .icon {display: block;width: 35px;height: 35px;background: var(--secondary-color);padding: 7px;border: 1px solid var(--secondary-color);border-radius: 50%;transition: all .25s ease-in-out; position: relative;}
.overlay .social ul li .icon img {width: 100%;height: 100%;transition: all .25s ease-in-out;}
.overlay .social ul li .icon:hover { background: none;}
.overlay .social ul li .icon > img {opacity: 0;}
.overlay .social ul li .icon:hover img {opacity: 1;}
.overlay .social ul li .icon .hover-icon {position: absolute; width: 100%; height: 100%; padding: 7px; top: 0; left: 0; transition: all .25s ease-in-out;}
.overlay .social ul li .icon:hover .hover-icon { opacity: 0;}

.header-top-row { display: none;}

/* -------partners-page-------- */
.category-card .center-content .read-btn a{font-size: 14px;padding: 8px 12px;}
}

@media screen and (max-width:767px){
.banner-content h1 {font-size: 44px;}
.banner-content p { width: 100%;}

.logo { width: 75px;}

.about-us-bg-img { width: 100%;}
.about-us-col1 { width: 90%; margin: 0 auto 30px;}
.about-us-row-2 { flex-wrap: wrap;}
.about-us-col2 { width: 90%; margin: 0 auto; padding: 0;}
.about-us-wrap { padding: 30px 0 0;}

.testimonial-row { flex-wrap: wrap;}
.testimonial-col2 { width: 100%; margin: 0 0 30px;}
.testimonial-card { max-width: inherit; margin: 0 auto;}

.brands-col1 { width: 100%;}
.brands-col3{width: 100%;}
.brands-row { flex-wrap: wrap;}

.contact-col1 {width: 100%; border: none; margin: 0 0 30px;}
.contact-row { flex-wrap: wrap; border-top: none;}
.contact-col1-content { padding: 0 0 0;}
.contact-col2 { width: 100%; margin: 0 0 0; padding: 30px;}
.contact-us-wrap iframe { height: 300px;}

.footer-column { width: 48% !important; margin: 0 0 20px;}

.footer-row-2 { flex-direction: column; align-items: center; text-align: center;}
.footer-row-2 p { font-size: 12px; margin: 0 0 5px;}

.about-us-wrap2 { padding: 60px 0 0;}

.promoting-wrap { padding: 60px 0 0;}
.promoting-card { width: 48%; margin: 30px 4% 0 0;}
.promoting-card:nth-child(2n) { margin-right: 0;}

.core-values-wrap .card { width: 48%; margin: 20px 4% 0 0;}
.core-values-wrap .card:nth-child(3n) { margin-right: 4%;}
.core-values-wrap .card:nth-child(2n) { margin-right: 0;}
.core-values-wrap { padding: 60px 0 0;}

.choose-us-col1 {width: 100%;}
.choose-us-row-2 {flex-wrap: wrap; width: 90%; margin: 0 auto;}
.choose-us-col2 { width: 100%; padding: 0 0 0; margin: 30px 0 0;}
.choose-us-bg-img { width: 100%;}

 .category-product-row .product-col1 { width: 100%;}
 .category-product-row { flex-wrap: wrap;}
 .category-product-row .product-col2 { width: 100%;}


.banner-wrap-2 h1 {font-size: 40px;}

.single-col2 h2 {font-size: 38px;}
.single-col1 {width: 100%; margin: 0 0 50px; position: unset;}
.single-product-row { flex-wrap: wrap;}
.single-col2 { width: 100%;}

.burger-btn { top: 45px;}
.overlay ul li {
  font-size: 32px;
}

}

@media screen and (max-width:600px){
.banner-content p {font-size: 16px; line-height: 1.56;}
.banner-content h1 { font-size: 40px;}

.service-wrap .card { width: 48%; padding: 30px 20px;  margin: 20px 4% 0 0;}

.product-row .product-card { width: 48%; margin: 30px 4% 0 0;}
.product-row .product-card:nth-child(3n) { margin-right: 4%;}
.product-row .product-card:nth-child(2n) { margin-right: 0;}

.category-product-row .product-col1 .product-card { width: 48%;}
.category-product-row .product-col1 .product-card:nth-child(2n){margin-right:0%;}
.category-product-row .product-col1 .product-card:nth-child(3n){margin-right:3%;}
.category-product-row .product-col1 .product-card:nth-child(5n){margin-right:3%;}
.category-product-row .product-col1 .product-card:nth-child(6n){margin-right:0%;}


.overlay ul li {
  font-size: 28px;
}

/* -------partners-page-------- */
.category-card{width: 48.5%;}
.category-card:nth-child(2n){margin-right: 0;}
.category-card:nth-child(3n){margin-right: 3%;}
.category-card:nth-child(6n){margin-right: 0%;}

.partners-slide-wrap h2{font-size: 38px;}

}

@media screen and (max-width:480px){
.banner-content h6 { font-size: 16px; margin: 0 0 5px;}

.service-wrap .card {width: 100%; padding: 30px 20px; margin: 20px 0 0;}

.about-us-col2 h2 {font-size: 32px;}

.product-title h2 { font-size: 32px; margin: 0 0 10px;}
.product-row  .product-card { width: 100%; margin: 30px 0 0 !important;}
.product-title a { font-size: 14px;}
.product-title { flex-wrap: wrap;}

.testimonial-col2 h2 {font-size: 32px;}
.testimonial-wrap .about-us-col1 { margin: 0 auto;}
.testimonial-wrap .about-us-col1{width: 100%;}


.brands-col1 h2 {font-size: 32px;}
.brand-images { width: 48%; height: 54px; margin: 20px 4% 0 0;}
.brand-images:nth-child(3n) { margin-right: 4%;}
.brand-images:nth-child(2n) { margin-right: 0;}

.contact-col1 h2 { font-size: 32px;}
.contact-col2 h2 { font-size: 32px;}

.footer-column { width: 100% !important; margin: 0 0 20px;}


.promoting-card h2 {font-size: 42px;}

.core-values-wrap h2 {font-size: 32px;}
.core-values-wrap .card {width: 100%; margin: 20px 0 0 0 !important;}

.choose-us-col2 h2 { font-size: 32px;}

.category-product-row .product-col1 .product-card { width: 100%;}
.category-product-row .product-col1 .product-card:nth-child(n){margin-right: 0;}

.banner-wrap-2 h1 { font-size: 36px;}

.single-col2 h2 { font-size: 32px;}
.single-col2 p{font-size:14px;}
.single-col2 ul li{font-size: 16px;}

.banner-btn a {padding: 12px 45px 12px 35px;}

.related-product-wrap h2 {font-size: 32px;}


.overlay ul li {
  font-size: 22px;
}

.footer-column .contact-info .icon{width:18px;}

.error-page-section h1 {
  font-size: 35px;
}
.error-page-section h2 {
  font-size: 22px;
}


/* -------partners-page-------- */
.category-card {
  width: 100%;
}
.category-card:nth-child(n){margin-right: 0;}
.category-card .brand-logo-img { width: 180px;}


.partners-card .brand-logo-img{width: 170px;}
.partners-slide-wrap h2{font-size: 32px;}

}

  

/* -------------Error-page-------------------- */

.error-page-section {
  padding: 60px 0;
  text-align: center;
}
.error-page-section h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.error-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
}
.error-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.error-page-section .search-form {
  width: auto;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.error-page-section .search-form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px;
  background: no-repeat;
  margin: 0 10px 0 0;
  flex: 1 0 0;
}
.error-page-section .search-form .search-submit {
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin: 0 0 0 auto;
  position: relative;
  padding: 14px 28px 14px 28px;
  font-weight: 500;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  font-family: "Poppins", serif;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.error-page-section .search-form .search-submit .screen-reader-text {
  font-size: 16px;
  clip: inherit;
  clip-path: inherit;
  position: relative !important;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

/* ---------------Privacy-wrap-------------- */

.defualt-page-section {
  padding: 80px 0 0;
}
.defualt-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color:#000;
  font-weight:500;
}
.defualt-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  word-break: break-all;
  color:#000;
}

/*----------------search-page-wrap-------------- */

.search-page-section {
  padding: 60px 0 0;
}
.search-page-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
  color:var(--primary-color);
  font-weight:500;
}
.search-page-section .search-page-card {
  width: 100%;
  margin: 0 0 50px;
}
.search-page-section h3 {
  font-size: 28px;
  margin: 0 0 20px;
  color:#000
}
.search-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  color:#000;
}
.search-page-section .search-btn1 {
  display: inline-block;
  background: var(--secondary-color);
  padding: 12px 26px 12px;
  color: var(--secondary-color);
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  color: #fff;
}

