@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

/* ========================= Global Css Start ========================== */
* {
    text-decoration: none !important;
}
:root {
    --brown: #331f1e;
    --dark-green: #0f683a;
    --light-green: #4d7f3a;
    --yellow: #b9a232;
    --red: #a53527;
    --white: #fff;
    --black: #000;
    --light-gray: #f2f2f2;
    --orange: #af570f;
}
body {
    font-family: "Mulish", serif !important;
}

html {
    font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mulish", serif !important;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.6rem;
}
h3 {
    font-size: 3.2rem;
}
h4 {
    font-size: 2.8rem;
}
h5 {
    font-size: 2.4rem;
}
h6 {
    font-size: 2.2rem;
}
ul li{
    font-size: 1.6rem;
}

p {
    font-size: 1.5rem;
    line-height: 23px;
}
.mt-50 {
    margin-top: 5rem;
}
.mb-50 {
    margin-bottom: 5rem;
}
.pt-50 {
    padding-top: 5rem;
}
.pb-50 {
    padding-bottom: 5rem;
}
.my-50 {
    margin: 5rem 0;
}
.py-50 {
    padding: 5rem 0;
}
.err-msg {
    font-size: 14px;
}
.price {
    font-size: 18px;
    font-weight: 800 !important;
}
.bg-gray {
    background: #b1b1b1;
}
.fs-16{
    font-size: 1.6rem;
}
.fs-14{
    font-size: 1.4rem;
}

.mybtn {
    background-color: var(--orange);
    border: none;
    padding: 6px 2rem;
    color: var(--white);
    font-size: 1.5rem;
    border: 1px solid;
}
.offer-btn {
    background-color: var(--yellow);
    border: none;
    padding: 6px 2rem;
    color: var(--white);
    font-size: 1.5rem;
    border: 1px solid;
}
.shop-btn {
    background-color: var(--dark-green);
    border: none;
    padding: 6px 2rem;
    color: var(--white);
    font-size: 1.5rem;
    border: none;
    text-decoration: none;
    border-radius: 5px;
}
.add-to-cart {
    background-color: var(--orange);
    border: none;
    padding: 6px 2rem;
    color: var(--white);
    font-size: 1.5rem;
    border: none;
    text-decoration: none;
    border-radius: 5px;
}
.view-all-btn {
    background-color: var(--red);
    border: none;
    padding: 6px 2rem;
    color: var(--white);
    font-size: 1.5rem;
    border: none;
    text-decoration: none;
}
.bg-gray {
    background: #f2f2f2;
}

.section-title h2 {
    font-size: 3.2rem;
    font-weight: 700;
}
.subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark-green);
}
.truncate-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 20px;

}
.truncate-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 88px;
  overflow: hidden;
  margin-bottom: 20px;

}

/*==================== Global Css End ====================*/
/*==================== Home Style Start ====================*/
.cart-btn-header{
    padding: 10px 20px ;
    border-radius: 5px;
}
.header .navbar ul li {
    font-size: 1.6rem;
    padding-right: 10px;
}
.contact-detail-top {
    font-size: 1.5rem;
}

.search-bar-form {
    position: relative;
}
.search-bar-form input {
    font-size: 1.6rem;
    padding: 8px 0px 8px 15px;
    margin-right: 0px !important;
}
.search-bar-form input:focus{
    box-shadow: none;
  border-color: #ced4da;
}
.search-bar-form input:focus .search-icon{
    background:green;
}
.search-bar-form .search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    background:green;
    padding: 5px 20px;
    border-radius: 0px .375rem .375rem 0 ;
    border-color: green !important;
    border: 1px solid;
}
.search-bar-form .search-icon i{
    color: #fff !important;
    font-size: 20px;
}

.product-card {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2) !important;
    padding-bottom: 10px;
}
.product-card .product-title {
    font-size: 1.8rem;
    font-weight: 700;
}
.product-card .text {
    font-size: 15px;
}

.certification-box {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2) !important;
    height: 100%;
    border-radius: 10px;
}
.certification-box .certification-img {
    padding: 20px 40px;
}
.certification-box .content {
    padding: 2rem;
}
.certification-box .content h6 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.footer-social a {
    font-size: 2rem;
}
.copyright {
    font-size: 1.5rem;
}

/*==================== Home Style End ====================*/
/*==================== Pcd Style Start ====================*/
.common-banner {
    background: url(../images/common-banner.jpg) no-repeat center center/cover;
    height: 250px;
    position: relative;
    z-index: -2;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-banner h1 {
    font-size: 50px;
}
.common-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

.form-container .form-label {
    font-size: 1.4rem;
    font-weight: 600;
}
.form-container .form-control {
    font-size: 1.5rem;
    border-color: #c5c5c5;
    padding: 8px 15px;
}
.submit-btn {
    font-size: 1.6rem;
}

/*==================== Pcd Style End ====================*/

/*==================== Category Page Style Start ====================*/
.category-banner {
    background: url(../images/category-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: -2;
}
.category-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #000;
    opacity: 0.4;
    z-index: -1;
}
.content-banner .section-title {
    z-index: 11;
}
/*==================== Category Page Style End ====================*/
/*==================== Testimonial Page Style Start ====================*/
.testimonial-card{
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border: none !important;
  margin-bottom: 10px;
}
.testimonial-card img{
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
}

.owl-next , .owl-prev
{
width: 40px;
height: 40px;
border-radius: 50%;
background: #0f683a !important;
border-radius: 50% !important;
}
.owl-next i , .owl-prev i{
  font-size: 18px;
  color: #fff;
}
.testimonial-card h6{
  font-size: 17px;
}
/*==================== Testimonial Page Style End ====================*/
/*==================== CTA Style Start ====================*/
.cta-section{
  background-color: var(--dark-green);
}
.cta-button button{
  font-size: 18px;
  padding: 10px 20px;
}
.cta-section .phone{
  font-size: 1.9rem;
}
/*==================== CTA Style End ====================*/
/*==================== Product Detail Style Start====================*/
.product-slider-container {
  position: relative;
  margin-bottom: 30px;
}

/* Main Slider Styles */
.main-slider .item {
  position: relative;
  overflow: hidden;
}

.main-slider .item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

/* Thumbnail Slider Styles */
.thumbnail-slider {
  margin-top: 15px;
}

.thumbnail-slider .item {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.thumbnail-slider .owl-item.active .item {
  opacity: 0.6;
}

.thumbnail-slider .owl-item.active.active .item {
  opacity: 1;
  border-color: #007bff;
}

.thumbnail-slider .item:hover {
  opacity: 1;
}

.thumbnail-slider .item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* Navigation Buttons */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.owl-nav button i {
  font-size: 18px;
  color: #333;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

/* Thumbnail Navigation */
.thumbnail-slider .owl-nav button {
  width: 30px;
  height: 30px;
}

.thumbnail-slider .owl-nav button i {
  font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-slider .item img {
      height: 300px;
  }
  
  .thumbnail-slider .item img {
      height: 60px;
  }
  
  .owl-nav button {
      width: 35px;
      height: 35px;
  }
}
/*==================== Product Detail Style End====================*/
/*==================== Cart Sidebar Css Style Start====================*/
/* #cart-button {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
} */

.cart-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transition: right 0.3s;
    padding: 20px 10px;
    z-index: 111111111;
}

.cart-drawer.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h2 {
    margin: 0;
}

.cart-items {
    margin-top: 20px;
}

.cart-item {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 10px;
}

.cart-item button {
    background-color: #f44336;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
}

.cart-item button:hover {
    background-color: #d32f2f;
}

#cart-total-price {
    margin-top: 20px;
    font-size: 18px;
}

.product {
    margin-bottom: 20px;
}

/* .add-to-cart {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.add-to-cart:hover {
    background-color: #45a049;
} */

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-input {
    width: 50px;
    text-align: center;
}

.shopping-cart table tr th , .shopping-cart table tr td{
font-size: 1.6rem;
padding: 1.5rem 0;
}
.shopping-cart table tr td{
font-size: 1.6rem;

}
.subtotal{
    font-size: 1.6rem;
}


/*==================== Cart Sidebar Css Style End====================*/
/*==================== Checkout Css Style Start====================*/

.checkout .form-body .form-label{
    font-size: 1.6rem;
}
.checkout .form-body .form-control{
    font-size: 1.6rem;
}
.checkout .form-body table tr{
    font-size: 1.5rem;
}
.payment-method input , .payment-method label{
    font-size: 1.6rem;
}
.checkout-summary .table tr th{
    font-size: 1.6rem;
}
.checkout-summary .table tr td{
    font-size: 1.6rem;
    padding: 1.5rem 0;
}
.order_btn{
    font-size: 18px;
    padding: 10px 30px;
}


/*==================== Checkout Css Style End====================*/

.accordion-item{
    margin-top: 2rem;
    
}
.accordion-header button{
    font-size: 2rem;
    border: 1px solid #b4b4b4;
    
}
.card-body h5{
    font-size: 2rem;
    font-weight: 700;
}
.card{
    min-height: 100% !important;
   /* height: fit-content !important; */
}

 .logo-container .navbar-brand img
    {
        width: 120px;
        
    }

/*==================== Responsive Css Style End====================*/
@media only screen and (max-width:600px)
{
    
     .logo-container .navbar-brand img
     {
         width: 100%;
     }
   
    .section-title h2{
        font-size: 2.5rem;
    }
    .accordion-header button{
        font-size: 1.8rem;
    }
}
