.container-01{
    width: 100%;
    margin: 0%;
    padding: 0%;
}

.accent-button a {
    
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #2F0549;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0px 25px;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

.accent-button a:hover {
    background-color: #fff;
    color: #2F0549;
    border: #2F0549;
}


button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

.mr {
    padding-right: 10px;
}

.masonry {
    column-count: 3;
    /* Number of columns */
    column-gap: 1rem;
    /* Gap between columns */
}

.masonry .item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.masonry img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .masonry {
        column-count: 1;
    }
}

p {
    color: #7a7a7a;
    line-height: 24px;
}

.page-content {
    width: 100%;
    float: left;
    background-color: #fff;
}

.content-section {
    padding-top: 80px;
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-heading {
    text-align: left;
    position: relative;
    margin-bottom: 60px;
}



.white-button a {
    
    font-weight: 600;
    color: #2F0549;
    text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0px 25px;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

.white-button a:hover {
    background-color: #2F0549;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.header-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: width 0.3s ease;
}


/* Slider Style */

.slider .content-section {
    padding-top: 0px;
    min-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

video {
    width: auto;
    height: auto;
    object-fit: cover;
}

.slider p a {
    color: #FFF;
}

.slider p a:hover {
    color: #2F0549;
    text-decoration: none;
}

.info {
    text-align: left;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}


.p2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.x {
    justify-self: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.bg2 {
    background-color: #e7e7e7;
}

.info1 .white-button {
    margin-top: 30px;
}

.info h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    
    color: #fff;
    font-weight: 700;
}

.info p {
    
    color: #fff;
}

.info .white-button {
    margin-top: 30px;
}

.info .white-button a:focus {
    outline: none;
}

.main-content {
    flex-grow: 1;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}


/* About Style */

#about {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

#about .section-heading {
    padding-right: 20%;
}

#about .content-section {
    display: inline-block;
    position: relative;
}
#about .item {
    text-align: left;
    position: relative;
    z-index: 10;
}

#about .item .image {
    position: relative;
}

#about .item .image img {
    width: 100%;
    overflow: hidden;
}

#about .item .text-content {
    padding-top: 20px;
    /* background-color: #fff; */
    position: relative;
    z-index: 10;
}

#about .item .text-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    
    font-weight: 600;
    color: #232323;
    letter-spacing: 0.5px;
}

#about .item .text-content span {
    display: inline-block;
   
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 12.5px;
}

/* Featured Style */

#featured {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#featured .section-heading {
    padding-right: 20%;
}

#featured .content-section {
    display: inline-block;
    position: relative;
}

#featured .item {
    text-align: left;
    position: relative;
    z-index: 10;
}

#featured .item .image {
    position: relative;
}

#featured .item .image img {
    width: 100%;
    overflow: hidden;
}

#featured .item .text-content {
    padding-top: 20px;
    /* background-color: #fff; */
    position: relative;
    z-index: 10;
}

#featured .item .text-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    
    font-weight: 600;
    color: #232323;
    letter-spacing: 0.5px;
}

#featured .item .text-content span {
    display: inline-block;
    
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 12.5px;
}

.bg1 {
    background-color: rgb(255, 255, 255);
    ;
}

.pt {
    padding-top: 15px;
}

.pb {
    padding-bottom: 15px;
}

.pl {
    padding-left: 15px;
}

.pr {
    padding-right: 5px;
}

/* Responsive Style */
@media (max-width: 1024px) {
    .page-content {
        width: 100%;
    }

    .info {
        text-align: center;
        right: 0px;
        padding: 0px 30px;
    }
}

@media (max-width: 992px) {
    .page-content {
        width: 100%;
    }

    .info {
        text-align: center;
        right: 0px;
        padding: 0px 30px;
    }

}

@media (max-width: 767px) {
    .page-content {
        width: 100%;
    }

    .info {
        text-align: center;
        right: 0px;
        padding: 0px 30px;
    }



}

@media (max-width: 690px) {
    .section-heading p {
        position: relative;
    }

    #featured {
        padding-left: 15px;
        padding-right: 15px;
    }

}
.s {
    text-align: center;
    align-items: center;
}

.w {
    width: 306px;
    height: 350px;
}

.e {
    height: 200px;
    width: 300px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .header {
        height: 100%;
        /* Adjust the height for tablets */
    }
}

@media (max-width: 480px) {
    .header {
        height: 100%;
        /* Adjust the height for mobile phones */
    }
}

/* Accordion Styles */
.accordion {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(230, 0, 0, 0.5);
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: linear-gradient(to right, #2F0549, #7b548c);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-header i {
    font-size: 1.2rem;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    padding-left: 20px;
}

.accordion-content p {
    font-size: 1rem;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.accordion-content:last-child p {
    border-bottom: none;
}

.open .accordion-content {
    max-height: 500px;
    transition: max-height 0.5s ease;
}

.open .accordion-header {
    background-color: #8b0000;
}

.open .accordion-header i {
    transform: rotate(180deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .accordion-header {
        padding: 15px;
    }

    .accordion-content p {
        font-size: 0.9rem;
    }
}

.container-80 {
    width: 80%;
    margin: 0 auto;
    /* Center horizontally */
}

.left-section {
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
}

.middle-section {
    padding: 20px;
}

.middle-section ul li {
    margin-bottom: 8px;
}

.middle-section ul i {
    color: #007bff;
    padding-right: 8px;
}

.right-section {
    position: relative;

}

.carousel-inner img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.advanced-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px #2F0549;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.advanced-card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.left-section1 {
    padding: 20px;

}

.left-section1 ul li {
    margin-bottom: 8px;
}

.left-section1 ul i {
    color: #007bff;
    padding-right: 8px;
}

.right-section1 {
    position: relative;

}

.image-container {
    position: relative;
    width: 100%;
    /* Set the width of the image */
    height: 100%;
}

.image-container img {
    width: 100%;
    display: block;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74);
    /* Adjust the color and opacity here */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.overlay h2 {
    color: #ffffff;
    margin: 5px 0;
    /* Adjust the spacing between lines */
    font-weight: bold;
}

.overlay p {
    color: white;
    margin: 5px 0;
    /* Adjust the spacing between lines */
    font-weight: bold;
}



.section-title {
    font-size: 3rem;
    color: #001f3f;
    margin-bottom: 15px;
    left: 0;
  }
  
  .section-subtitle {
    font-size: 1.25rem;
    color: #001f3f;
    margin-bottom: 40px;
    left: 0;
  }
  
  .content-title {
    font-size: 1.75rem;
    color: #ecf0f1  !important;
    margin-bottom: 15px;
    left: 0;
  }
  
  .content-text {
    font-size: 1rem;
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  
  /* Card/Block Styling */
  .content-block {
  background: linear-gradient(to left, #2F0549, #7b548c);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(255, 2, 128, 0.5);
  margin-bottom: 30px;
  }
  
  /* List Styling */
  .content-list {
    list-style-type: none;
    padding: 0;
  }
  
  .content-list li {
    padding: 10px 0;
    color: #ecf0f1;
    position: relative;
    padding-right: 25px;
  }
  
  .content-list li:before {
    content: '\2713';
    /* Checkmark */
    position: absolute;
    right: 0;
    color: #eb1414;
    font-size: 1.5rem;
    line-height: 1;
  }
  
  /* Image Styling */
  .image-block img {
    border-radius: 15px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .image-block img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  }
  
  
  
  /* Responsiveness */
  @media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
  
    .content-title {
        font-size: 1.5rem;
    }
  }


  
  .qqq {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  
 
  
  /* ======================================swiper
  Product Card Swipers (Stores & Products)
  ====================================== */
  .swiper-products,
  .swiper-stores {
    height: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    margin: 50px 0;
  }
  
  .swiper-productsswiper,
  .swiper-stores {
    background: #062456;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .swiper-products:hover,
  .swiper-stores:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .swiper-products img,
  .swiper-stores img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  /* Product Pricing Details */
  .swiper-products .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
  }
  
  /* Navigation & Pagination Consistency */
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    transition: opacity 0.3s ease;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .product-slider {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  
  .product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .product-card img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
  }
  
  .product-card h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  
  .product-card p {
    color: #ff6600;
    font-weight: bold;
  }
  
  .fav-btn {
    background: white;
    border: none;
    transition: 0.3s;
  }
  
  .fav-btn:hover {
    color: red;
  }

  /* Show mobile video on small screens and hide desktop video */
