

*{
    font-family: "Montserrat", sans-serif;
}

:root{
    --dark-color: #000000;
    --orange-color: #FD8A37;
    --dark-orange-color: #F46A5E;
    --white:#ffffff;
    --dark-secondary-color:#202020;
}
a{
    text-decoration: none !important;
}
ul{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}
li{
    list-style-type: none !important;
}
/* header section */
.header-section{
    z-index:1000 !important;
}
.header-nav-link a{
   margin-left:30px;
   font-weight: 500;
   color: var(--white);
}
/* header section end */
/* slider section */
.mySwiper .swiper-slide{
 width:100% !important;
 height:1080px !important;
 background-size: cover;
 background-repeat: no-repeat;
}
.slider-content-dark {
    position: relative; /* Ensure the pseudo-element can be positioned properly */
    overflow: hidden; /* Prevent any overflow from the pseudo-element */
}

.slider-content-dark::before {
    content: ""; /* Create an empty element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color); /* Apply the dark background */
    opacity: 0.7; /* Adjust opacity for the dark effect */
    z-index: 1; /* Make sure it's behind the text and image */
}

.slider-content-dark h1{
}

.slider-side-img{
    bottom:0;
    right:0;
}

.slider-side-img img{
    width:400px;
    height: 320px;
    object-fit: cover;
}

/* slider section end */

/* promo section */
.bg-black{
    background-color: var(--dark-color);
}
.promo-img{
    max-width:90px;
    object-fit: contain;
}
/* promo section end */

/* product section */
.overlay-section {
    position: relative; /* Ensure that the overlay div is positioned relative to this container */
}

.overlay-section .overlay {
    position: absolute; /* Position it on top of the background image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with some transparency */
    z-index: 1; /* Place it above the background but below the text */
}

.overlay-section .overlay-content {
    position: relative; /* Ensure the text stays above the overlay */
    z-index: 2; /* Text will be above the overlay */
}
.productSwiper .swiper-slide img{
    background-color: var(--white);
    padding:20px;
    width:100%;
    max-height:320px;
    object-fit: contain;
    border-radius: 8px;
}

/* productsection end */

/* accordion section */
/* Accordion Height */
  .accordion {
    width: 100%;
    max-width: 1920px;
    height: 600px;
    overflow: hidden;
  }
  
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  
  .accordion li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%; /* 6 into 100 */
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
  }
  
  .accordion li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  .accordion li a {
    display: block;
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  
  /* Initially hide all text (opacity 0) */
  .accordion li a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    transform: translateX(-20px);
    transition: all 400ms ease;
  }
  
  .accordion li a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
  }
  
  .accordion li a p {
    top: 160px;
    font-size: 13.5px;
  }
  
  /* Accordion hover effect */
  .accordion li:hover {
    width: 60%;
  }
  
  .accordion li:hover a {
    background: rgba(0, 0, 0, .4);
  }
  
  /* Reveal text on the hovered image only */
  .accordion li:hover a * {
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Stack items for small screens */
  @media screen and (max-width: 768px) {
    body {
      margin: 0;
    }
  
    .accordion {
      height: auto;
    }
  
    .accordion ul,
    .accordion ul:hover {
      li,
      li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        transition: none;
      }
    }
  }
  
/* accordion section end */
/*  helper classes */
.z-index-2{
    z-index:2 !important;
}
.fs-58{
    font-size: 58px;
}
.fw-900{
    font-weight: 900;
}
.fw-700{
    font-weight:700;
}
.fs-60{
    font-size:60px;
}
.fs-56{
    font-size:56px;
}
.fs-50{
    font-size:50px;
}
.line-height-48{
    line-height: 48px;
}
.word-spacing-10{
    word-spacing: 10px;
}
.word-spacing-8{
    word-spacing: 8px;
}
.line-height-16{
    line-height: 16px !important;
}
.letter-spacing-16{
    letter-spacing:16px;
}
.letter-spacing-14{
    letter-spacing:14px;
}
.letter-spacing-13{
    letter-spacing:13px;
}
.fs-80{
    font-size:80px;
}
.line-height-40{
    line-height:40px;
}
.line-height-76{
    line-height:76px;
}
.word-spacing-12{
    word-spacing:12px;
}
.text-white{
    color:var(--white);
}
.p-100{
    padding:100px;
}
.fs-18{
    font-size: 18px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size:13px;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight:500;
}
.bg-black-secondary{
    background-color: var(--dark-secondary-color);
}
.p-80{
    padding:80px;
}
.fs-52{
    font-size: 52px;
}
.bg-grey-light{
    background-color: #F0F0F0;
}
.bg-orange{
    background-color: var(--orange-color);
}
.color-orange{
    color: var(--orange-color);
}
.bg-light-black{
    background-color: #3A3A3A;
}
.text-justify{
    text-align:justify;
}
.text-light-white{
    color:#D8D8D8;
}
.btn-submit{
    padding:10px 25px;
    border-radius: 8px;
    font-weight:500;
}
.border-orange{
    border:1px solid var(--orange-color);
}
.width-md-50{
    width:50%;
}
/* helper class end */


/* about us page css */

/* title section */
.title-content-dark {
    position: relative; /* Ensure the pseudo-element can be positioned properly */
    overflow: hidden; /* Prevent any overflow from the pseudo-element */
}

.title-content-dark::before {
    content: ""; /* Create an empty element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color); /* Apply the dark background */
    opacity: 0.7; /* Adjust opacity for the dark effect */
    z-index: 1; /* Make sure it's behind the text and image */
}
/* Email input field */
.email-input {
    width: 70%;
    padding: 15px;
    border-radius: 25px;
    border: 2px solid transparent;
    outline: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    margin-right: 15px;
    transition: all 0.3s ease;
  }
  
  /* Email input field hover effect */
  .email-input:focus {
    border-color: var(--orange-color);
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  /* Subscribe button styling */
  .subscribe-btn {
    padding: 15px 25px;
    background-color: var(--orange-color);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
    transform: scale(1);
  }
  
  /* Hover effect for button */
  .subscribe-btn:hover {
    background-color: var(--orange-color);
    opacity: 1;
    transform: scale(1.1);
  }
  
  /* Button animation */
  .subscribe-btn:active {
    transform: scale(1);
  }
  
  /* Placeholder animation */
  .email-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s ease-in-out;
  }
  
  .email-input:focus::placeholder {
    opacity: 0;
  }
/* endtitle section */

/* contact page code */
.form-control {
    padding: 10px;
    /* border-radius: 25px; */
    border: 2px solid transparent;
    outline: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
    transition: all 0.3s ease;
  }
  
  /* Email input field hover effect */
  .form-control:focus {
    border-color: var(--orange-color) !important;
    background-color: rgba(255, 255, 255, 0.3);
  }
  textarea{
    height:120px;
  }
/* end code page code */

/* product page style */
.product-card p{
 margin:0px !important;
 margin-top: 8px !important;
}

/* product page style end */

/* product detais page style */
.cart-btn{
    padding: 10px 25px;
    background-color: var(--orange-color);
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
    transform: scale(1);
    margin-left: 15px;
    font-weight: 700;
}
.description-heading h4 {
    display: inline-block;
    border-bottom: 2px solid var(--orange-color);
}

/* product details page code end */

/* footer code style  */
footer {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2); /* Horizontal offset, vertical offset, blur radius, color */
  }

/* footer code style end */
@media screen and (max-width: 768px) {
.accordion-mobile .item {
    position: relative;
    height: 500px; /* Set image height to 600px */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-mobile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: var(--white);
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.accordion-mobile .item:hover .overlay {
    opacity: 1; /* Show text when hovering over the image */
}

.accordion-mobile .overlay a {
    color: var(--white);
    text-decoration: none;
}

.accordion-mobile .overlay h2,
.accordion-mobile .overlay p {
    margin: 0;
}
.p-100 {
    padding: 15px !important;
}
.fs-80{
    font-size: 62px;
}
.overlay-content{
    padding-left:15px;
    padding-right:15px;
}

}

/* responsive code */
@media screen and (max-width: 576px) {
  
    .padding-mb{
        padding-top:10px;
        padding-bottom:10px;
    }

    .fs-52{
        font-size:44px;
    }

    .fs-50{
        font-size:42px;
    }

    .width-md-50{
        width:100% !important;
    }
    .text-align-md-start{
        text-align: start !important;
    }
    .p-mobile-bottom-4{
        padding-bottom: 25px;
    }

    .p-mobile-bottom-2{
        padding-bottom: 15px;
    }

    .m-top-mobile-1{
        margin-top: 10px;
    }

    .m-top-mobile-2{
        margin-top: 15px;
    }

    .m-top-mobile-3{
        margin-top: 20px;
    }
    .fs-sm-40{
        font-size: 40px !important;
    }


}


 /* Search overlay styles */
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .search-overlay-content {
    width: 100%;
    padding: 20px;
  }
  
  .search-form {
    position: relative;
  }
  
  .search-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 2rem;
    padding: 15px 50px 15px 0;
    height: auto;
  }
  
  .search-form .form-control:focus {
    box-shadow: none;
    background: transparent;
    color: #fff;
  }
  
  .search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
  }
  
  /* Close button at top right */
  .search-close-top {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 2rem;
    z-index: 10000;
    transition: all 0.3s ease;
  }
  
  .search-close-top:hover {
    color: #ccc;
    transform: scale(1.1);
  }
  
  .search-submit:hover {
    color: #ccc;
  }

   /* Mobile responsive adjustments */
  @media (max-width: 767.98px) {
    .header-section {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    
    .header-nav-link {
      margin-left: 1rem;
    }
    
    #mobileMenu {
      background-color: rgba(0, 0, 0, 0.8);
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      padding: 0 1rem 1rem;
    }
    
    .navbar-toggler {
      padding: 0.25rem !important;
    }
    
    .navbar-toggler:focus {
      box-shadow: none;
    }
  }

    /* Custom navigation arrows */
  .swiper-button-prev-custom, 
  .swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
  }
  
  .swiper-button-prev-custom::after,
  .swiper-button-next-custom::after {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'swiper-icons';
    color: #fff !important;
  }
  
  @media (max-width: 768px) {
    .swiper-button-prev-custom, 
    .swiper-button-next-custom {
      width: 30px;
      height: 30px;
    }
  }

  .form-check-input:checked {
    background-color: var(--orange-color) !important;
    border-color: var(--orange-color) !important;
  }

  .btn-primary{
    background-color: var(--orange-color) !important;
    border-color: var(--orange-color) !important;
  }

  .btn-outline-primary{
     border-color: var(--orange-color) !important;
     color: var(--orange-color) !important;
  }

   .btn-outline-primary:hover{
      background-color: var(--orange-color) !important;
     color: var(--white) !important;
  }

   /* Cart Success Message Styling */
		.cart-alert-container {
			position: fixed;
			top: 100px;
			right: 20px;
			z-index: 9999;
			max-width: 450px;
			width: 90%;
			animation: slideIn 0.5s forwards;
		}
		
		.cart-alert {
			border-radius: 8px;
			box-shadow: 0 4px 12px rgba(0,0,0,0.15);
			border-left: 4px solid #28a745;
			padding: 15px 20px;
			background: #fff;
			display: flex;
			align-items: center;
		}
		
		.cart-alert i {
			font-size: 1.5rem;
			color: #28a745;
			margin-right: 15px;
		}
		
		.cart-alert-content {
			flex: 1;
		}
		
		.cart-alert .btn-close {
			margin-left: 15px;
			opacity: 0.7;
			transition: opacity 0.2s;
		}
		
		.cart-alert .btn-close:hover {
			opacity: 1;
		}
		
		.cart-alert strong {
			color: #28a745;
			font-weight: 600;
		}
		
		.cart-alert a {
			color: #218838;
			text-decoration: underline;
			font-weight: 500;
		}
		
		.cart-alert a:hover {
			color: #1e7e34;
			text-decoration: none;
		}
		
		@keyframes slideIn {
			from {
				transform: translateX(100%);
				opacity: 0;
			}
			to {
				transform: translateX(0);
				opacity: 1;
			}
		}
		
		@keyframes slideOut {
			from {
				transform: translateX(0);
				opacity: 1;
			}
			to {
				transform: translateX(100%);
				opacity: 0;
			}
		}
		
		.slide-out {
			animation: slideOut 0.5s forwards;
		}
		
		/* Responsive adjustments */
		@media (max-width: 768px) {
			.cart-alert-container {
				top: auto;
				bottom: 20px;
				left: 50%;
				transform: translateX(-50%);
				right: auto;
				width: 90%;
				max-width: none;
				animation: slideInBottom 0.5s forwards;
			}
			
			.cart-alert {
				padding: 12px 15px;
			}
		}