* {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
  
  #app {
    min-height: calc(100vh - 266px);
    display: flex;
    flex-direction: column;
  }
  
  body {
    font-family: 'Open Sans', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
  }
  
  .modal-body {
    min-height: 85vh;
  }
  
  .modal-body object {
    width: 100%;
    height: 100%;
  }
  
  
  .layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .layout_padding_bottom {
    padding-bottom: 90px;
  }
  
  .layout_padding2 {
    padding: 45px 0;
  }
  
  .layout_padding2-top {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 45px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  .heading_container {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding-left: 20px;
  }
  
  .heading_container h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    position: relative;
    padding-bottom: 10px; /* Space for underline */
  }
  
  /* Subtle full-width underline */
  .heading_container h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
   
  }
  
  /* Accent underline */
  .heading_container h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #24d278;
    transition: width 0.3s ease;
  }
  
  .heading_container h2:hover::after {
    width: 100px;
  }
  
  .heading_container h3 {
    font-size: 1.5rem;
    color: #666;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .heading_container span {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #24d278;
    transition: transform 0.3s ease;
  }
  
  .heading_container span:hover {
    transform: translateX(5px);
  }
  
  @media (max-width: 768px) {
    .heading_container {
        padding-left: 15px;
    }
    
    .heading_container span {
        border-width: 6px 0 6px 9px;
        margin-left: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .heading_container {
        padding-left: 10px;
    }
    
    .heading_container span {
        border-width: 5px 0 5px 8px;
        margin-left: 8px;
    }
  }
  
  @keyframes rotateSeparator {
    0% {
      transform: rotate(0deg);
      filter: hue-rotate(0deg);
    }
    50% {
      filter: hue-rotate(30deg);
    }
    100% {
      transform: rotate(180deg);
      filter: hue-rotate(0deg);
    }
  }
  

  .slider_section .carousel-indicators {
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -150px;
  }
  
  .slider_section .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #24d278;
    opacity: 1;
    border: none;
    background-clip: unset;
  }
  
  .slider_section .carousel-indicators li.active {
    background-color: #252525;
  }
  
  .slider_section ol.carousel-indicators.indicator-2 {
    position: unset;
  }
  
  .slider_section ol.carousel-indicators.indicator-2 li {
    width: 25px;
    height: 25px;
    text-indent: 0px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
    background-color: transparent;
    opacity: 1;
    border: none;
    display: none;
  }
  
  .slider_section ol.carousel-indicators.indicator-2 li.active {
    display: block;
  }
  
  .about_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .about_section .detail-box p {
    margin-top: 20px;
  }
  
  .about_section .detail-box a {
    display: inline-block;
    padding: 7px 25px;
    background-color: #252525;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 35px;
  }
  
  .about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #252525;
    color: #252525;
  }
  
  .about_section .product-img-box {
    text-align: center;
  } 
  
  .about_section .product-img-box img {
    width: 50%;
  }
  
  .trending_section {
    background-color: #f4f5f7;
  }
  
  .trending_section .tab_container .t-link-box {
    margin: 65px 0;
    color: #24d278;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .trending_section .tab_container .t-link-box h5 {
    margin: 0;
  }
  
  .trending_section .tab_container .t-link-box hr {
    background-color: #24d278;
    width: 60px;
    height: 1.5px;
    border: none;
    margin: 0 65px 0 5px;
  }
  
  .trending_section .tab_container .t-link-box .t-name {
    color: #252525;
  }
  
  .trending_section .tab_container .t-link-box:hover {
    cursor: pointer;
  }
  
  .trending_section .tab_container .t-link-box[aria-expanded="true"] .t-name {
    color: #24d278;
  }
  
  .trending_section .img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .trending_section .img_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .trending_section .img_container .box .product-img-box {
    margin: 15px;
  }
  
  .trending_section .img_container .box .product-img-box img {
    width: 100%;
  }
  
  .trending_section .img_container .box.b-1 {
    padding-top: 35px;
  }
  
  .discount_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .discount_section .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .discount_section .detail-box h2 {
    padding-left: 45px;
  }
  
  .discount_section .detail-box h2.main_heading {
    font-size: 3rem;
    padding: 0;
    color: #24d278;
    text-transform: uppercase;
  }
  
  .discount_section .detail-box a {
    display: inline-block;
    padding: 6px 30px;
    background-color: #252525;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 25px;
  }
  
  .discount_section .detail-box a:hover {
    background-color: transparent;
    border-color: #252525;
    color: #252525;
  }
  
  .discount_section .product-img-box img {
    width: 100%;
  }
  
  .brand_section .list-selection {
  padding: 0.75rem 1.25rem 0 1.25rem;
  margin-bottom: -20px;
  }
  
  .brand_section .list-selection .brand-btn {
    background-color: transparent;
    border-color: #252525;
    color: #252525;
    margin-left: 10px;
    margin-top: 10px;
  }
  
  .brand_section .list-selection .brand-btn.active {
    /* background-color: #24d278; */
    /* border-color: transparent; */
    background-color: #252525;
    color: #ffffff;
  }
  
  .brand_section .list-selection .brand-btn:focus {
    outline: 1px auto transparent;
  }
  
  .brand_section .brand_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -50px;

  }
  
  
  .brand_section .brand_container .box .product-img-box {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
}

.brand_section .brand_container .box .product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
  
  .brand_section .brand_container .box:focus .product-img-box img,
  .brand_section .brand_container .box:active .product-img-box img,
  .brand_section .brand_container .box:hover .product-img-box img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .brand_section .brand_container > div:not(.modal) {
    margin-top: 30px;
  }
  
  .brand_section .brand_container .box {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    background-color: #e4e5e9;
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 0 auto;
}
  
  .brand_section .brand_container .box h6 {
    color: #252525;
  }
  
  .brand_section .brand_container .box h6.price {
    color: #24d278;
  }
  
  .brand_section .brand_container .detail-box .options {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .brand_section .brand_container .detail-box .option {
    background-color: #ffffff;
    border-radius: 100%;
    border: 1px solid #252525;
    color: #24d278;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
    align-content: center;
    font-size: 12px;
  }
  
  .brand_section .brand_container .detail-box .option.active {
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
  }
  
  .brand_section .brand_container .detail-box .option:last-child {
    margin-right: 0px;
  }
  
 
  
  .brand_section .brand_container .box .new h6 {
    margin: 0;
  }
  
  .brand_section .brand_container .box:hover {
    background-color: #24d278;
  }
  
  .brand_section .brand_container .box:hover h6.price {
    color: #252525;
  }

  .brand_section .box {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 280px;
}

  
  .brand_section .brand-btn {
    display: inline-block;
    padding: 6px 30px;
    background-color: #252525;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 35px;
  }
  
  .brand_section .brand-btn:hover {
    background-color: transparent;
    border-color: #252525;
    color: #252525;
  }
  
  .brand_section .modal {
    text-align: center;
  }
  
  .brand_section .modal .header-container {
    color: #252525;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin: 10px auto;
    max-width: 600px;
  }
  
  .brand_section .modal .header-container .heading::before {
    content: "";
    width: 30%;
    height: 3px;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    background-color: #24d278;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  
  .brand_section .modal .img-container {
    max-width: 500px;
    border: 1px dotted #252525;
    margin: 20px auto;
  }
  
  .brand_section .modal .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  
  .contact_section {
    position: relative;
  }
  
  .contact_section .design-box {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: 0;
    width: 75px;
  }
  
  .contact_section .design-box img {
    width: 100%;
  }
  
  .contact_section h2 {
    margin-bottom: 65px;
  }
  
  .contact_section form {
    padding-right: 35px;
  }
  
  .contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: transparent;
    outline: none;
    color: #101010;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  }
  
  .contact_section input::-webkit-input-placeholder {
    color: #131313;
  }
  
  .contact_section input:-ms-input-placeholder {
    color: #131313;
  }
  
  .contact_section input::-ms-input-placeholder {
    color: #131313;
  }
  
  .contact_section input::placeholder {
    color: #131313;
  }
  
  .contact_section input.message-box {
    height: 120px;
  }
  
  .contact_section button {
    display: inline-block;
    padding: 12px 45px;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 35px;
  }
  
  .contact_section button:hover {
    background-color: transparent;
    border-color: #24d278;
    color: #24d278;
  }
  
  .contact_section .map_container {
    height: 100%;
    padding-bottom: 110px;
  }
  
  .contact_section .map_container .map-responsive {
    height: 100%;
  }
  
  .client_section .custom_heading-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .client_section .client_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .client_section .client_box {
    margin-left: 25px;
    margin-right: 25px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
  }
  
  .client_section .client_box .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .client_section .client_box .client-id .product-img-box img {
    width: 100%;
  }
  
  .client_section .client_box .client-id .name {
    margin-left: 15px;
  }
  
  .client_section .client_box .client-id .name h5 {
    font-weight: bold;
  }
  
  .client_section .client_box .client-id .name p {
    color: #24d278;
    margin: 0;
  }
  
  .client_section .client_box .detail {
    margin-top: 25px;
  }
  
  .client_section .client_box:hover {
    background-color: #f3f3f3;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .client_section .client_box:hover .arrow_img {
    background-image: url(../images/arrow-green.png);
  }
  
  .client_section .client_box .arrow_img {
    width: 50px;
    height: 30px;
    background-image: url(../images/arrow.png);
    background-size: 25px;
    background-repeat: no-repeat;
  }
  
  .info_section {
    background-color: #0f1521;
    color: #ffffff;
  }
  
  .info_section.layout_padding2 {
    padding-bottom: 0px;
  }
  
  .info_section .info_logo {
    width: 80%;
    margin: 0 auto 45px auto;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
  
  .info_section .info_logo h2 {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .info_section h5 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  
  .info_section .info_insta .insta_container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .info_section .info_insta .insta_container img {
    width: 100%;
  }
  
  .info_section .info_insta .insta_container .insta-box {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  
  .info_section .info_contact .product-img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .info_section .info_contact p {
    margin: 0;
  }
  
  .info_section .info_contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
  }
  
  .info_section .info_contact > div img {
    height: auto;
    margin-right: 12px;
  }
  
  .info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
  }
  
  .info_section .info_form form button {
    display: inline-block;
    padding: 8px 30px;
    background-color: #24d278;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
  }
  
  .info_section .info_form form button:hover {
    background-color: transparent;
    border-color: #24d278;
    color: #24d278;
  }
  
  .info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .info_section .info_form .social_box a {
    margin-right: 25px;
  }
  
  /* footer section*/
  .footer_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background-color: #fdfeff; */
    background-color: #0f1521;
  }
  
  .footer_section p {
    /* color: #171717; */
    color: #ffffff;
    margin: 0;
    padding: 25px 0 20px 0;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer_section a {
    /* color: #171717; */
    color: #24d278;
  }
  
  /* end footer section*/
  #navbarSupportedContent {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #navbarSupportedContent.lg_nav-toggle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  
  .custom_menu-btn {
    display: none;
  }
  
  .custom_menu-btn button {
    margin-top: 12px;
    outline: none;
    border: none;
    background-color: transparent;
  }
  
  .custom_menu-btn button span {
    display: block;
    width: 34px;
    height: 3.5px;
    /* background-color: #fff; */
    background-color: #0c0c0c;
    margin: 8.5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_menu-btn .s-2 {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 17px;
    margin-left: auto;
  }
  
  .menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translate(7px, 10px);
            transform: rotate(45deg) translate(7px, 10px);
  }
  
  .menu_btn-style button .s-2 {
    /* -webkit-transform: translateX(100px); */
            /* transform: translateX(100px); */
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  .menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translate(7px, -10px);
            transform: rotate(-45deg) translate(7px, -10px);
  }
  /*# sourceMappingURL=style.css.map */

  /* Variables */
:root {
    --primary-color: #24d278;
    --primary-hover: #1fb768;
    --secondary-color: #0f1521;
    --text-color: #2c3e50;
    --light-gray: #f8f9fa;
    --border-radius: 15px;
    --box-shadow: 0 5px 20px rgba(36, 210, 120, 0.1);
}

/* General Container Styles */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Brand Section */
.brand_section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.layout_padding {
    padding-top: 120px;
}

.layout_padding_bottom {
    padding-bottom: 100px;
}

/* Heading Styles */
.heading_container {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding-left: 0; /* Remove left padding to align with products */
    width: 100%;
}


.heading_container h2 {
    font-size: 2rem;
    color: var(--secondary-color);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 20px;
}

.heading_container h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.heading_container h3 {
    font-size: 1.5rem;
    color: #666;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
}

/* Type Filter Buttons */
.list-selection {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.brand-btn {
    padding: 12px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    background: transparent;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(36, 210, 120, 0.2);
}

.brand-btn.active {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 5px 15px rgba(36, 210, 120, 0.2);
}

/* Product Grid */
.brand_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* Product Box */
.box {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--box-shadow);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(36, 210, 120, 0.15);
}

.product-img-box {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    background: var(--light-gray);
}

.product-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.box:hover .product-img-box img {
    transform: scale(1.1);
}

.detail-box {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.detail-box h6 {
    font-size: 1rem;
    color: var(--secondary-color);
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.4;
}

/* Options */
.options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: auto;
    padding-top: 20px;
}

.option {
    padding: 8px 20px;
    border-radius: 20px;
    background: var(--light-gray);
    color: var(--text-color);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.option:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.option.active {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 3px 10px rgba(36, 210, 120, 0.2);
}

/* Pagination Container */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/* Page Numbers Container */
.page-numbers {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

/* Pagination Buttons */
.pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 8px 16px;
    border: 2px solid #e0e0e0;
    background: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Prev/Next Buttons */
.pagination-btn.prev,
.pagination-btn.next {
    min-width: 80px;
}

.pagination-btn:hover:not(:disabled) {
    border-color: #24d278;
    color: #24d278;
    background: #f0fff7;
}

.pagination-btn.active {
    background: #24d278;
    border-color: #24d278;
    color: #ffffff;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Loading State Styles */
.loading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 400px); /* Adjusted for better vertical centering */
    width: 100%;
    position: relative;
    margin: auto 0;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(36, 210, 120, 0.1);
    border-top: 3px solid #24d278;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 20px;
    color: #666;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Container adjustments to ensure proper centering */
#app {
    min-height: calc(100vh - 266px);
    display: flex;
    flex-direction: column;
}

.container-fluid {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loading-wrapper {
        min-height: calc(100vh - 300px);
    }
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

/* Modal Content */
.modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 95%;
  max-height: 85vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.modal-body {
  max-height: calc(85vh - 60px);
  overflow-y: auto;
  padding-right: 10px;
  margin-top: 20px;
}

.modal-description {
    margin-top: 20px;
}

.description-scroll {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.description-scroll p {
    white-space: pre-line;
    line-height: 1.6;
    margin: 0;
}

/* Scrollbar styling */
.description-scroll::-webkit-scrollbar {
    width: 6px;
}

.description-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.description-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.description-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1;
}

.close-modal:hover {
    color: #24d278;
}

/* Modal Image */
.modal-image {
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.modal-image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

/* Modal Description */
.modal-description {
    padding: 20px 0;
}

.modal-description h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.modal-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .modal-content {
      width: 90%;
      padding: 25px;
      max-height: 90vh;
  }
  
  .modal-body {
      max-height: calc(90vh - 50px);
  }
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 20px;
    max-height: 95vh;
}


    .modal-image {
        max-height: 300px;
    }

    .modal-image img {
        max-height: 300px;
    }

    .modal-description h3 {
        font-size: 1.5rem;
    }

    .modal-description p {
        font-size: 1rem;
    }

    .close-modal {
        top: 10px;
        right: 15px;
        font-size: 24px;
    }
}

@media (max-width: 576px) {
  .modal-content {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
}


    .modal-image {
        max-height: 250px;
    }

    .modal-image img {
        max-height: 250px;
    }

    .modal-description h3 {
        font-size: 1.3rem;
    }
}

/* Mobile Landscape */
@media (max-height: 500px) and (orientation: landscape) {
  .modal-content {
      max-height: 98vh;
      padding: 15px;
  }
  
  .modal-body {
      max-height: calc(98vh - 30px);
  }
}

/* Scrollbar Styling */
.modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Products Grid Container */
.products-grid {
    padding: 20px 30px;
    width: 100%;
    max-width: 1400px; /* Increased to accommodate larger gaps */
    margin: 0 auto;
    margin-bottom: 50px;
}

/* Products Row */
.products-row {
    display: flex;
    flex-wrap: wrap !important;
    gap: 40px;
    padding: 5px;
    margin: 0;
    justify-content: flex-start;
    width: calc(100% + 40px); /* Match the gap size */
    margin-left: -20px; /* Half of the gap */
    margin-right: -20px; /* Half of the gap */
}

/* Product Item - Always 4 per row with 40px gap */
.products-row .col-md-6.col-lg-3.product-item {
    flex: 0 0 calc(25% - 30px) !important; /* 25% minus 3/4 of the gap */
    max-width: calc(25% - 30px) !important;
    width: calc(25% - 30px) !important;
    padding: 0;
    margin: 0;
    float: none !important;
}

/* Product Grid Title Section */
.products-grid-title {
    margin-bottom: 30px;
    padding: 0 5px;
}

.products-grid-title h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e4e5e9;
}

/* Grid Separator */
.products-grid:not(:last-child)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e4e5e9;
    margin-top: 50px;
}

/* Responsive Adjustments - Maintain 4 items per row but adjust container */
@media (max-width: 1200px) {
    .products-grid {
        padding: 15px 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .products-grid {
        padding: 15px 20px;
        margin-bottom: 35px;
        overflow-x: auto;
    }
    
    .products-row {
        flex-wrap: nowrap !important;
        overflow-x: visible;
        padding-bottom: 15px;
        width: auto;
        margin: 0;
    }
    
    .products-row .col-md-6.col-lg-3.product-item {
        flex: 0 0 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
    }
}

@media (max-width: 768px) {
    .products-grid {
        padding: 10px 15px;
    }
    
    .products-row .col-md-6.col-lg-3.product-item {
        flex: 0 0 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;
    }
    
    .products-grid-title h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .products-grid {
        padding: 10px;
    }
    
    .products-row .col-md-6.col-lg-3.product-item {
        flex: 0 0 240px !important;
        min-width: 240px !important;
        max-width: 240px !important;
    }
}
