:root{
    color:#090134;
    color:#ffffff;
  }
  a{
    text-decoration: none !important;
  }
  .bgLight{
    background-color: #ffffff;
  }
  body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f8f9fa !important;
    font-family: "Roboto", sans-serif;
  }
  /* =========General Styles Start======= */
   .section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align the title to the left */
    margin: 30px 0; /* Spacing above and below the section title */
    position: relative;
    }

    .section-title::after {
        content: "";
        flex-grow: 1; 
        border-top: 2px dashed #ccc; /* Dashed line style */
        margin-left: 10px; 
    }

    .section-title span {
        font-family: 'Poppins',sans-serif;
        font-size: 2.2rem; /* Adjust font size */
        font-weight: bold; /* Make the title bold */
        text-transform: uppercase;
        color: #090134; /* Title color */
        background: transparent; 
        padding: 0 10px; /* Optional padding around the title */
    }
    .text-center{
        text-align: center !important;
    }
    .bold{
        font-weight: bold;
    }

  /* =========General Styles Ends======= */
  .navbar-brand img {
    height: 50px; /* Adjust logo height */
  }
  .offcanvas {
    max-width: 250px; /* Adjust offcanvas width */
  }
  .badge {
    font-size: 0.75rem;
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 0.25rem 0.5rem;
  }
  .nav-icon {
    position: relative;
    display: inline-block;
  }
  .navbar-nav {
    margin: 0 auto; /* Center navigation links */
  }
  .navbar-collapse {
    justify-content: center; /* Center navigation links */
  }
  .navbar-toggler {
    order: -1; /* Move toggle button to the left */
  }
  .navbar-brand {
    margin-right: auto; /* Push logo to the left */
  }
  .navbar {
    padding: 0.5rem 1rem; /* Adjust navbar padding */
  }
  .nav-link {
    font-weight: 600; /* Make links slightly bold */
    margin: 0 0.75rem; /* Add spacing between links */
  }
  .nav-link:hover {
    color: #c03b32 !important; /* Add hover effect */
  }

  .banner {
    height: 70vh;
    background: url('../img/background.jpg') no-repeat center center/cover;
    position: relative;
    color: white;
    text-align: left;
    overflow: hidden;
    padding-top: 40px;
    margin-top: 60px;
  }
  .iphone-mockup {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 500px;
    height: 590px;
    background: url('../img/iphone01.png') no-repeat center center/contain;
    opacity: 0.4;
    z-index: 0; /* Set a low z-index */
  }
  .hero-detailsWrapper{
    position: relative; 
    z-index: 10; 
    text-align: center;
    padding: 20px 0px;
    margin-top: 30px;
  }
  .hero-title{
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
    z-index: 1;
  }
  .hero-text{
    font-size: 1.5rem;
    
  }
  .exploreBtn {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #c03b32;
    text-align: center;
    padding: 3px ;
    margin-top: 20px;
    width: 250px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: rgba(77, 77, 77, 0.24) 0px 3px 8px;
    display: inline-block;
  }
  .exploreBtn:hover{
    color: #ccc;
    opacity: 0.9;
  }
  /* Media Queries */
  @media only screen and (min-width: 300px) and (max-width: 599px) {
    .banner {
      padding-top: 30px;
        height: 50vh;
    }
    .iphone-mockup {
        width: 400px;
        height: 500px;
    }
    .navigations-items .nav{
      display: none;
    }
    .hero-detailsWrapper{
      padding: 0px 0px;
      margin-top: 50px;
    }
    .hero-title{
      font-size: 1.6rem;
      z-index: 1;
      /* background-color: #090134; */
    }
    .hero-text{
      font-size: 1.4rem;
    }
    .exploreBtn {
      display: none;
    }
    .section-title span {
      font-size: 1.8rem; /* Adjust font size */
  }
    .product-card {
        height: 300px !important;
    }
  }
  
  /*====== Categories Start =======*/
  #Categories-Slider .cat-item .flex-fill{
    padding-left: 15px;
  }
  #Categories-Slider .cat-item {
    /* border: 2px solid #090134; */
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: #FFFFFF;
    transition: .5s;
  }
  #Categories-Slider .overflow-hidden{
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  #Categories-Slider .cat-item:hover {
    background: #c03b32;
  }
  
  #Categories-Slider .cat-item img {
    width: 90%; 
    height: 90%;  
    object-fit: cover;  
    transition: .5s;
  }
  
  #Categories-Slider .cat-item:hover img {
    transform: scale(1.2) rotate(5deg);
  }

/* =========Latest  Products ===========*/
.product-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.product-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-top: 10px;
}

.product-img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-img img:hover {
  transform: scale(1.3);
}
/* .product-card:hover .product-img img {
  transform: scale(1.3);
} */

.product-info {
  padding: 15px;
  text-align: center;
}

.product-info .product-name {
  color: #090134;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.product-info .product-name:hover {
  color: #c03b32;
}

.product-info .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.price-cart .product-price {
  font-size: 1rem;
}

.price-cart .bi {
  background-color: #090134;
  padding: 3px 15px;
  border-radius: 5px;
  color: #fff;
}

/* Favorite icon styling */
.favorite-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7); /* Optional: Background color for visibility */
  padding:5px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.favorite-icon a {
  color: #090134;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}

.favorite-icon:hover {
  transform: scale(1.2); 
  background-color: rgba(255, 255, 255, 0.9); 
}

.favorite-icon a:hover {
  color: #c03b32; /* Change color on hover */
}
.product-slider {
  margin: 0 -25px; /* Adjust spacing between cards */
}

.product-slider .slick-slide {
  padding: 0 10px; /* Add padding between cards */
}

/* Custom styles for Slick Slider arrows */
.product-slider .slick-prev,
.product-slider .slick-next {
    width: 40px; 
    height: 40px; 
    z-index: 2; 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 5%; 
    transition: background-color 0.3s ease;
}

.product-slider .slick-prev:hover,
.product-slider .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8); 
}

/* Position the arrows */
.product-slider .slick-prev {
    left: 10px; 
}

.product-slider .slick-next {
    right: 10px; 
}

/* Increase the size of the arrow icons */
.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    font-size: 28px; /* Increase icon size */
    color: white; 
    opacity: 1; 
}


  /* ==========Combo Packages Section======== */
    #combo-section{
    background: linear-gradient(135deg, #007bff, #c03b32, #090134);
    margin-bottom: 100px;
    padding: 20px;
    border-radius: 10px;
  }
  .combo-content-text{
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
  }
  .combo-content-text h2{
    font-weight: bold;
    font-size: 4rem;
  }
  .combo_carousel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-family: 'Poppins',sans-serif;
  }
  .combo_carousel .carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 90%;
    height: 230px;
    justify-content: center;
    perspective: 230px;
  }
  .combo_carousel .carousel__item {
    color: #fff;
    padding: 5px;
    width: 200px;
    height: 250px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    transition: all 0.3s ease-in;
    text-align: center;
  }
  .combo-image{
    height: 120px !important;
    position: relative;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    background-color: #adb5bd;
  }
  .combo-image img{
    width: 90%;
  }
  .combo-title{
    margin-top: 10px;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 16px;
    
  }
  .combo-cart a{
    padding: 8px;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .combo-cart a:hover{
    background-color: #fff;
    color: #090134;
    transform: scale(1.1); /* Slightly enlarge the button */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .combo_carousel .carousel__item:nth-child(1) {
    background: linear-gradient(45deg, #2d35eb 0%, #904ed4 100%);
  }
  .combo_carousel .carousel__item:nth-child(2) {
    background: linear-gradient(45deg, #2d35eb 0%, #fdbb2d 100%);
  }
  .combo_carousel .carousel__item:nth-child(3) {
    background: linear-gradient(45deg, #2d35eb 0%, #22c1c3 100%);
  }
  .combo_carousel .carousel__item:nth-child(4) {
    background: linear-gradient(45deg, #fdbb2d 0%, #904ed4 100%);
  }
  .combo_carousel .carousel__item:nth-child(5) {
    background: linear-gradient(45deg, #22c1c3 0%, #904ed4 100%);
  }
  .combo_carousel .carousel__item[data-pos="0"] {
    z-index: 5;
  }
  .combo_carousel .carousel__item[data-pos="-1"], .carousel__item[data-pos="1"] {
    opacity: 0.7;
    filter: blur(1px) grayscale(10%);
  }
  .combo_carousel .carousel__item[data-pos="-1"] {
    transform: translateX(-40%) scale(0.9);
    z-index: 4;
  }
  .combo_carousel .carousel__item[data-pos="1"] {
    transform: translateX(40%) scale(0.9);
    z-index: 4;
  }
  .combo_carousel .carousel__item[data-pos="-2"], .carousel__item[data-pos="2"] {
    opacity: 0.4;
    filter: blur(3px) grayscale(20%);
  }
  .combo_carousel .carousel__item[data-pos="-2"] {
    transform: translateX(-70%) scale(0.8);
    z-index: 3;
  }
  .combo_carousel .carousel__item[data-pos="2"] {
    transform: translateX(70%) scale(0.8);
    z-index: 3;
  }
  @media only screen and (min-width: 300px) and (max-width: 599px) {
    .combo-content-text{
      font-size: 1.1rem;
    }
    .combo-content-text h2{
      font-size: 2.5rem;
    }
  }
  /* =========Who We Are======== */
  .who-we-are-section {
    /* margin-top: 50px !important; */
    margin-bottom: 100px;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .who-we-are-text {
    font-size: 1.3rem;
    color: #000;
    line-height: 1.5;
  }

  .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }

  .image-container:hover img {
    transform: scale(1.1);
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .animated-section {
    animation: fadeIn 1s ease-in-out;
  }

  /* ===========why-shop-with-us========= */
  .why-shop-with-us{
    margin-top: 100px;
  }
  .why-shop-with-us .custom-card {
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 0 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-shop-with-us .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  }

  .why-shop-with-us .icon-container {
    font-size: 3rem;
    color: #c03b32;
    margin-right: 10px;
  }

  .why-shop-with-us .card-text {
    font-size: 1.5rem;
    color: #090134;
    margin: 0;
    font-weight: bold;
  }

  /* =========Discount Section========== */
  .discount-banner {
    display: flex;
    align-items: center;
    padding: 30px;
    background: linear-gradient(135deg, #007bff, #090134, #c03b32);
    border-radius: 10px;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .discount-banner:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  }
  .text-content {
    display: flex;
    justify-content: center; /* Horizontal alignment */
    align-items: center;    /* Vertical alignment */
    text-align: center;
    height: 100%; 
  }

  .discount-text {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
  }

  .discount-description {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .product-gallery {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }

  .product-gallery img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    transition: transform 0.3s ease;
  }

  .product-gallery img:hover {
    transform: scale(1.1);
  }

  .content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .text-content {
    flex: 1;
    /* max-width: 50%; */
  }

  .gallery-content {
    flex: 1;
    /* max-width: 50%; */
  }
  .discount-purchaseBtn {
    margin-top: 20px;
    width: 50%;
    border: 2px solid #f39c12;
    color: #f39c12;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 30px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease; /* Smooth transition for text color */
}

.discount-purchaseBtn::before {
    content: 'Purchase';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    background-color: #fff;
    /* color: #f39c12; */
    transition: left 0.4s ease; /* Smooth transition for background sliding */
}

.discount-purchaseBtn:hover {
    color: #f39c12;  /* Text color changes to white on hover */
}

.discount-purchaseBtn:hover::before {
    left: 0;
}


/* ============Comment Section============= */
.people-say{
    margin-top: 60px;
}
.comment-banner {
    height: 50vh;
    background: url('../img/sam-bg.jpg') no-repeat center center/cover;
    position: relative;
    color: white;
    text-align: left;
    overflow: hidden;
    padding-top: 20px;
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
    .comment-banner {
        height: 45vh;
        padding: 20px;
    }
}
.comment-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 1, 54, 0.541); 
    z-index: 1;
}

.comment-wrapper {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}

.people-say .testimonial-carousel {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
}

.people-say .testimonial-slide {
    display: none; /* Hide all slides by default */
    text-align: center;
    padding: 0px 20px;
}

.people-say .customer-image {
    margin-bottom: 15px;
}

.people-say .customer-image img {
    width: 80px; /* Adjust size as needed */
    height: 80px; /* Adjust size as needed */
    border-radius: 50%; /* Make the image round */
    border: 2px solid #007bff; 
}

.people-say .testimonial-content {
    font-style: italic;
    margin-bottom: 10px;
    color: #000;
}

.people-say .dashed-line {
    border-bottom: 2px dashed #c03b32; /* Dashed line style */
    width: 50%;
    margin: 10px auto;
}

.people-say h4 {
    margin: 5px 0;
    font-weight: bold;
}

.people-say .testimonial-content span {
    color: orange;
    font-size: 1em;
}

.people-say button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2em;
    color: #c03b32;
    cursor: pointer;
    z-index: 10;
}

.people-say .prev {
    left: 10px;
}

.people-say .next {
    right: 10px;
}

/* ===========Contact Us Section========= */
.contact-us-section {
    margin-top: 80px;
    padding: 30px 0;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
}
.contact-content{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-content p {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
#contact-form .btn-primary {
    background-color: #090134;
    border-color: #090134;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
} 
#contact-form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
/* ===========Footer Section=========== */
.footer-section {
    background-color: #000000;
    color: #f8f9fa;
    padding: 40px 0;
  }
  .footer-section a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .footer-section a:hover {
    color: #c03b32;
  }
  .social-links a {
    color: #adb5bd;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s ease;
  }
  .social-links a:hover {
    color: #c03b32;
  }
  .footer-section h4 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #343a40;
    padding-top: 15px;
  }
   /* Footer Navbar for Small Devices */
   .footer-nav {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    padding: 0.5rem 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }

  .footer-nav .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
  }
  .footer-nav .nav-link {
    color: #333;
    font-size: 1.2rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-nav .nav-link:hover {
    color: #c03b32 !important;
    transform: translateY(-5px); 
  }
  .footer-nav .nav-link span {
    font-size: 0.75rem; 
  }

  /* Responsive adjustments for small screens */
  @media only screen and (min-width: 300px) and (max-width: 599px) {
    .footer-nav a {
      font-size: 14px;
      padding: 10px 15px;
    }
    .footer-nav {
      display: block !important;
    }
  
  }