body{
    overflow-x: hidden;
}
/* Custom CSS with parent class names */
.theme-header {
    background-color: var(--primary);
    color: white;
    padding: 0px 0px;
}

.theme-header .contact-info {
    font-size: 14px;
}

.theme-header .contact-info a {
    color: white;
    text-decoration: none;
}

.theme-navbar {
    background-color: #fff;
}

.theme-navbar .navbar-brand img {
    height: 70px;
}

.theme-navbar .navbar-nav .nav-link {
    color: #1a1a1a;
    font-weight: 500;
    padding: 10px 15px;
}

.theme-navbar .navbar-nav .nav-link:hover {
    background-color: var(--primary);
    color: white;
}

.theme-hero {
    background-color: #f5f5f5;
    padding: 0;
}

.theme-hero h1 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.theme-hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.theme-features {
    padding: 60px 0;
    background-color: var(--secondary);
}

.theme-features .feature-box {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.theme-features .feature-box img {
    width: 70px;
    /* font-size: 40px; */
    /* color: var(--white); */
    /* margin-bottom: 15px; */
}

.theme-features .feature-box h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.theme-products {
    background-color: #fff;
    padding: 60px 0;
}

.theme-products .section-title {
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
}
.theme-products .section-title.color{
    margin-bottom: 15px;
    font-size: 40px;
    color: rgb(41, 196, 196);
}
.big-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1E284B;
    color: white;
    padding: 15px 0;    
}
.big-title span{
    color: white;
    font-size: 30px;
}
.big-title i{
    color: white;
    background-color: rgb(41, 196, 196);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.theme-products .product-card .img{
    margin: 0 auto 10px auto;
    width: 150px;
    height: 150px;
}
.theme-products .product-card .img img{
    width: 100%;
    height: 100%;
}
.theme-products .product-card {
    background-color: #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 25px 20px;
    margin-bottom: 0px;
    height: 100%;
    transition: transform 0.3s;
}

.theme-products .product-card:hover {
    transform: translateY(-5px);
}

.theme-products .product-card h5 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.theme-products .product-card .product-code {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.theme-products .btn-see-products {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
}

.theme-products .btn-see-products:hover {
    background-color: var(--primary);
}

.theme-products .btn-see-products.green {
    background-color: transparent;
    border: 1px solid #127F17;
    color: #127F17;
    margin-left: 7px;
}

.theme-products .btn-see-products.green:hover {
    background-color: #127F17;
    color: #fff;
}

.theme-services {
    padding: 60px 0;
}

.theme-services .service-item {
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.theme-services .service-item h4 {
    color: var(--primary);
    margin-top: 15px;
    margin-bottom: 10px;
}

.theme-services .service-item p {
    color: #666;
}
.theme-services .left-side h2 {
    font-size: 40px;
    font-weight: bold;
}
.theme-services .left-side p {
    margin: 10px 0 20px 0;
    font-size: 16px;
    opacity: 0.9;
}
.theme-services .left-side button {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 25px;
}
.theme-services .right-side .service-item.one{
    background-color: #74A8A4;
}
.theme-services .right-side .service-item.two{
    background-color: #A25A5A;
}
.theme-services .right-side .service-item.three{
    background-color: #7F543D;
}
.theme-services .right-side .service-item.four{
    background-color: #235750;
}
.theme-services .right-side .service-item i{
    color: white;
}
.theme-services .right-side .service-item h4 {
    font-size: 20px;
    color: white;
}
.theme-footer {
    background-color: var(--primary);
    color: white;
    padding: 60px 0 30px;
}

.theme-footer h5 {
    color: var(--white);
    margin-bottom: 20px;
    font-weight: 600;
}

.theme-footer ul {
    list-style: none;
    padding-left: 0;
}

.theme-footer ul li {
    margin-bottom: 8px;
}

.theme-footer ul li a {
    color: #ccc;
    text-decoration: none;
}

.theme-footer ul li a:hover {
    color: white;
}

.theme-footer .contact-info {
    color: #ccc;
    margin-bottom: 20px;
}

.theme-footer .copyright {
    border-top: 1px solid var(--primary);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

.theme-bulk-search {
    background-color: var(--primary);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.theme-bulk-search h3 {
    margin-bottom: 20px;
}

.theme-bulk-search .btn-bulk-search {
    background-color: white;
    color: var(--primary);
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
}

.theme-bulk-search .btn-bulk-search:hover {
    background-color: #f5f5f5;
}
/*--------------- CART SIDEBAR CSS END ---------------*/
.cart-sidebar.offcanvas {
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    border-left: none;
}

.cart-sidebar .offcanvas-header {
    background: var(--primary);
    color: white;
    padding: 1.5rem;
}

.cart-sidebar .offcanvas-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.cart-sidebar .cart-item {
    display: flex;
    padding: 5px 0px 10px 5px;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
    background: white;
    margin-top: 10px;
    border-radius: 4px;
}

.cart-sidebar .cart-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.cart-sidebar .cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: fill;
    border-radius: 8px;
    margin-right: 1rem;
}

.cart-sidebar .cart-item-details {
    flex: 1;
}

.cart-sidebar .cart-item-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.cart-sidebar .cart-item-price {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cart-sidebar .quantity-controls {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.cart-sidebar .quantity-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cart-sidebar .quantity-btn:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.cart-sidebar .quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    margin: 0 0.5rem;
    font-weight: 600;
}

.cart-sidebar .remove-btn {
    color: var(--gray-color);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 0.25rem;
}

.cart-sidebar .remove-btn:hover {
    color: var(--accent-color);
}

.cart-sidebar .cart-summary {
    padding: 0 10px 10px 10px;
    border-top: 1px solid var(--border-color);
}

.cart-sidebar .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.cart-sidebar .summary-total {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--dark-color);
    border-top: 1px solid var(--border-color);
    padding-top: 0.75rem;
}

.cart-sidebar .checkout-btn {
    width: 100%;
    padding: 0.75rem;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.cart-sidebar .checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}

.cart-sidebar .empty-cart {
    text-align: center;
    padding: 2rem 0;
    color: var(--gray-color);
}

.cart-sidebar .empty-cart i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--border-color);
}

.cart-sidebar .continue-shopping {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.cart-sidebar .continue-shopping:hover {
    text-decoration: underline;
}

.cart-sidebar .discount-badge {
    background-color: var(--accent-color);
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
}

.cart-sidebar .promo-code {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--border-color);
}

.cart-sidebar .promo-input {
    display: flex;
    margin-top: 0.5rem;
}

.cart-sidebar .promo-input input {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 4px 0 0 4px;
    padding: 0.5rem;
}

.cart-sidebar .promo-input button {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0 1rem;
    cursor: pointer;
}

.cart-sidebar .cart-count {
    background-color: var(--accent-color);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    position: absolute;
    top: -5px;
    right: -5px;
}

.cart-sidebar .cart-icon {
    position: relative;
    display: inline-block;
}

.cart-sidebar .shipping-progress {
    margin: 1rem 0;
}

.cart-sidebar .progress-bar {
    height: 6px;
    background-color: var(--border-color);
    border-radius: 3px;
    overflow: hidden;
}

.cart-sidebar .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--success-color), var(--primary));
    width: 65%;
    border-radius: 3px;
}

.cart-sidebar .shipping-text {
    font-size: 0.8rem;
    color: var(--gray-color);
    margin-top: 0.25rem;
}

.cart-sidebar .free-shipping {
    color: var(--success-color);
    font-weight: 600;
}

.cart-sidebar .cart-item-options {
    font-size: 0.8rem;
    color: var(--gray-color);
    margin-top: 0.25rem;
}

.cart-sidebar .cart-item-option {
    margin-right: 0.75rem;
}

.cart-sidebar .cart-item-option i {
    margin-right: 0.25rem;
}

.cart-sidebar .animate-add {
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.cart-sidebar .btn-close {
    filter: invert(1);
}

/*--------------- CART SIDEBAR CSS END ---------------*/
.auto-complete-div {
    margin-top: 2px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    width: calc(100% - 50px);
    display: none;
    margin-left: 0;
    z-index: 99;
}
.auto-complete-list {
    min-height: 20px;
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 0;
    padding: 5px;
}
.scroll-bar {
    scrollbar-width: thin;
}
.auto-complete-item {
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}
.auto-complete-item .prod-image {
    width: 50px;
    height: 46px;
    padding: 5px;
}
.auto-complete-item .prod-image img {
    width: 100%;
    height: 100%;
}
.auto-complete-item a {
    width: 100%;
    padding: 5px;
    color: #000 !important;
}
.auto-complete-item .price-sku {
    padding-left: 5px;
}
.auto-complete-item .price {
    margin-right: 0;
    color: var(--primary);
}
.auto-complete-item .space {
    margin: 0 10px;
    color: var(--primary);
}
.auto-complete-item .sku {
    color: var(--primary);
}
.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    opacity: 0;
    padding-top: 40px;
    transition: opacity 0.3s ease;
  }
  
  .search-popup-overlay.active {
    display: flex;
    opacity: 1;
  }
  
  .search-popup {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
  }
  
  .search-popup-overlay.active .search-popup {
    transform: translateY(0);
  }
  
  .search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
  }
  
  .search-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .search-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
  }
  
  .search-close-btn:hover {
    color: #333;
  }
  
  .search-body {
    padding: 25px;
  }
  
  .search-input-group {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .search-input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 1rem;
    outline: none;
  }
  
  .search-submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  
  .search-submit-btn:hover {
    background-color: #0056b3;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .search-popup {
      width: 95%;
    }
    
    .search-header {
      padding: 15px 20px;
    }
    
    .search-body {
      padding: 20px;
    }
  }
  .bluk-product .product-card{
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  .bluk-product .product-card .info {
      text-align: left;
      width: 65%;
  }
  body .bluk-product .product-card {    
    margin-bottom: 0px;
    padding: 15px 10px 10px 10px;
}
body .bluk-product .product-card .img {
    margin: 0 auto 0px auto;
    width: 35%;
}
.bluk-product.theme-products .btn-see-products{
    font-size: 12px;
}

/* Modal Overlay */
.login-register-popup__modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-register-popup__modal-overlay.active {
    opacity: 1;
    display: flex;
}

/* Modal Container */
.login-register-popup__modal-container {
    width: 900px;
    max-width: 95%;
    height: 95vh;
    background-color: var(--body);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    transform: translateY(30px);
    transition: transform 0.5s ease;
}

.login-register-popup__modal-overlay.active .login-register-popup__modal-container {
    transform: translateY(0);
}

/* Close Button */
.login-register-popup__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--white);
    color: var(--dark);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.login-register-popup__close-button:hover {
    background-color: var(--danger);
    color: var(--white);
}

/* Left Slider Section */
.login-register-popup__left-section {
    width: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--teritory) 100%);
    position: relative;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-register-popup__slider-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.login-register-popup__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.login-register-popup__slide.active {
    opacity: 1;
}

.login-register-popup__slide-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.login-register-popup__slide-image i {
    font-size: 80px;
    color: var(--white);
}

.login-register-popup__slide-title {
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.login-register-popup__slide-text {
    color: var(--chalk);
    font-size: 16px;
    line-height: var(--lineheight);
    max-width: 300px;
}

.login-register-popup__slider-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.login-register-popup__slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.login-register-popup__slider-dot.active {
    background-color: var(--white);
    transform: scale(1.2);
}

/* Right Form Section */
.login-register-popup__right-section {
    width: 50%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-register-popup__form-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.login-register-popup__form-header {
    text-align: center;
    margin-bottom: 10px;
}

.login-register-popup__form-title {
    color: var(--heading);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-register-popup__form-subtitle {
    color: var(--sub-heading);
    font-size: 16px;
}

.login-register-popup__tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.login-register-popup__tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--gray);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.login-register-popup__tab.active {
    color: var(--primary);
}

.login-register-popup__tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--primary), var(--primary));
    border-radius: 3px 3px 0 0;
}

/* Form Styles */
.login-register-popup__form {
    display: none;
}

.login-register-popup__form.active {
    display: block;
    animation: login-register-popup__fadeIn 0.5s ease;
}

@keyframes login-register-popup__fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-register-popup__input-group {
    margin-bottom: 20px;
    position: relative;
}

.login-register-popup__input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
    font-size: 18px;
}

.login-register-popup__input {
    width: 100%;
    padding: 12px 15px 12px 50px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--font);
    transition: var(--transition);
    box-sizing: border-box;
}

.login-register-popup__input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.1);
}

.login-register-popup__options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.login-register-popup__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray);
}

.login-register-popup__checkbox input {
    accent-color: var(--primary);
}

.login-register-popup__forgot-password {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

.login-register-popup__forgot-password:hover {
    color: var(--purple);
    text-decoration: underline;
}

.login-register-popup__submit-button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 25px;
}

.login-register-popup__submit-button:hover {
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
}

.login-register-popup__divider {
    text-align: center;
    position: relative;
    margin: 25px 0;
    color: var(--gray);
    font-size: 14px;
}

.login-register-popup__divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: var(--border);
}

.login-register-popup__divider::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: var(--border);
}

.login-register-popup__social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.login-register-popup__social-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.login-register-popup__social-button.facebook {
    background-color: var(--facebook);
}

.login-register-popup__social-button.google {
    background-color: var(--google);
}

.login-register-popup__social-button.twitter {
    background-color: var(--twitter);
}

.login-register-popup__social-button:hover {
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-register-popup__modal-container {
        flex-direction: column;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }

    .login-register-popup__left-section {
        width: 100%;
        height: 250px;
        padding: 20px;
    }

    .login-register-popup__right-section {
        width: 100%;
        padding: 30px 20px;
    }

    .login-register-popup__slide-image {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }

    .login-register-popup__slide-image i {
        font-size: 50px;
    }

    .login-register-popup__slide-title {
        font-size: 22px;
    }

    .login-register-popup__slide-text {
        font-size: 14px;
    }

    .login-register-popup__form-title {
        font-size: 26px;
    }
}
.cart-group {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 0px;
}
.cart-group .group-name{
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.cart-group .group-name::after{
    content: "";
    position: absolute;
    bottom: 0;    
    left: 0;   
    width: 100%;
    height: 2px;
    background: var(--black); 
}
.offcanvas-body .cart-items{
    height: calc(100vh - 150px);
    overflow-y: auto;
    scrollbar-width: thin;
}
.refresh-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.refresh-cart.show {
    display: flex;
}
.bill-details {
    border: 1px solid #e2e9e1;
    padding: 20px;
    border-radius: 10px;
}
.form-group input {
    background: #fff;
    border: 1px solid #e2e9e1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 13px;
    color: #1a1a1a;
    width: 100%;
}
textarea {
    border: 1px solid #e2e9e1;
    border-radius: 4px;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    color: #161c27;
    width: 100%;
    min-height: 200px;
}
label {
    margin-bottom: 5px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.order_review {
    border: 1px solid #e2e9e1;
    padding: 30px;
    border-radius: 10px;
}
.bill-details {
    border: 1px solid #e2e9e1;
    padding: 20px;
    border-radius: 10px;
}
.theme6 .btn,
.theme6 .button {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: white;
}
.payment_method{
    margin-bottom: 40px;
}
#checkoutTable tr th,
#checkoutTable tr td{
    border-color: transparent !important;
}
.normal-item th,
.normal-item td{
    border-bottom-color: #e8e8e8 !important;
}
.checkout-product-name{
    font-size: 16px;
}
.terms-policy a{
    color: var(--primary);
}
.d-details .accordion_block {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
}
.d-details .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: .625em 0 .625em 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border: none !important;
}
.d-details .accordion-title:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 12px;
    border: 2px solid #332e2e;
    border-radius: 100%;
}
.d-details .accordion_block.open .accordion-title::after {
    transform: rotate(-45deg);
    top: 40%;
}
.d-details .accordion-title:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 36%;
    transition: all .2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #332e2e;
    border-right: solid 2px #332e2e;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.d-details .accordion-content {
    display: none;
}
.d-details .accordion_block .card-body {
    border: none;
}
.scroll-filter {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.wrapper.filter-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.filter-wrap .filter-price {
    /* width: 220px; */
    border: 0;
    padding: 0;
    margin: 0;
}

.filter-wrap .price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.filter-wrap .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    padding-top: 15px;
    padding-left: 0;
    border-radius: 3px;
}

.filter-wrap .price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.filter-wrap .price-field input[type=range] {
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.filter-wrap .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.filter-wrap .price-field input[type=range]:active,
.filter-wrap .price-field input[type=range]:focus {
    outline: 0;
}

.filter-wrap .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
}

/* Style toddler input range */

.filter-wrap .price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #28282B;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.filter-wrap .price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #28282B;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.filter-wrap .price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #28282B;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.filter-wrap .price-field input[type=range]#lower::-webkit-slider-thumb {
    margin-left: 0px;
}

.feature-filter .sorting-header {
    display: none;
}

.product-view-section .d-details .accordion-container .accordion-title:hover i:before,
.d-details .accordion-container .accordion-title:hover i:active,
.d-details .accordion-container .content-entry.open i {
    color: #161c27;
}

/* Style track input range */

.filter-wrap .price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    /* width: auto; */
    height: 2px;
    cursor: pointer;
    background: #28282B;
    border-radius: 5px;
    margin-left: 0;
}

.filter-wrap .price-field input[type=range]::-moz-range-track {
    /* Firefox */
    /* width: 188px; */
    height: 2px;
    cursor: pointer;
    background: #28282B;
    border-radius: 5px;
}

.filter-wrap .price-field input[type=range]::-ms-track {
    /* IE */
    /* width: 188px; */
    height: 2px;
    cursor: pointer;
    background: #28282B;
    border-radius: 5px;
}

/* Style for input value block */

.filter-wrap .price-wrap {
    display: flex;
    justify-content: space-between;
    color: #28282B;
    font-size: 14px;
    height: 20px;
    font-weight: 400;
    margin-bottom: 7px;
}

.filter-wrap .price-wrap-1,
.filter-wrap .price-wrap-2 {
    display: flex;
    align-items: center;
    line-height: initial;
    justify-content: end;
}

.filter-wrap .price-wrap-1 {
    justify-content: start;
}

.filter-wrap .price-title {
    margin-right: 5px;
    background: #d58e32;
}

.filter-wrap .price-wrap_line {
    margin: 0 10px;
}

.filter-wrap .price-wrap #one,
.filter-wrap .price-wrap #two {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #28282B;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.filter-wrap .price-wrap #one {
    text-align: left !important;
}

.filter-wrap .price-wrap label {
    text-align: right;
}

/* Style for active state input */

.filter-wrap .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #28282B;
    transition-duration: 0.3s;
}

.filter-wrap .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #28282B;
    transition-duration: 0.3s;
}
.product-cart-wrap{
    border: 1px solid #e8e8e8;
    position: relative;
    transition: 400ms;
}
.product-cart-wrap:hover{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.product-content-wrap{
    padding: 15px;
}
.product-content-wrap .product-name{
    height: 55px;
    overflow: hidden;
}
.black{
    color: #28282B;
}
.fs-15{
    font-size: 15px;
}
.product-cart-wrap .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
.product-content-wrap .product-price{
    line-height: initial;
    margin-bottom: 5px;
}
.product-price .old-price{
    font-size: 14px;
    color: gray;
}
.product-price .main-price{
    font-size: 17px;
    color: var(--primary);
    font-weight: bold;
}
.product-action-1 .action-btn{
    margin-top: 5px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    background-color: transparent;
    transition: 400ms;
}
.product-action-1 .action-btn:hover{
    color: var(--white);
    background-color: var(--primary);
}
.product-img-action-wrap .product-img,
.product-img-action-wrap .product-img a{    
    text-align: center;
}
.product-img-action-wrap .product-img a img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-top: 10px;
}
.product-action-1 .action-btn.out-of-stock-btn{
    color: var(--white);
    border-color: #f99d1c;
    background-color: #f99d1c;
}
.empty-state-container {
    padding: 40px;
    background: #fdfdfd;
    border: 2px dashed #e9ecef;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.empty-icon-wrapper i {
    color: #ced4da;
    display: inline-block;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 50%;
    margin-bottom: 20px;
}

.empty-state-container h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.empty-state-container p {
    font-size: 16px;
    line-height: 1.6;
}
.short-by-feature .filter-select{
    border-radius: 4px;
    padding: 9px 0px 9px 10px !important;
    border: none;
    font-size: 14px;
}
.page-header.breadcrumb-wrap {
    padding: 20px;
    background-color: #f7f8f9;
}
.page-header .breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #6e6e6e;
    font-size: .875rem;
    background: 0 0;
    margin: 0;
    border-radius: 0;
}
.breadcrumb a {
    color: var(--black) !important;
}
.breadcrumb a.active {
    color: var(--primary) !important;
}
.page-header .breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.page-header .breadcrumb span::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 7px;
    vertical-align: middle;
    color: #adb5bd;
}
.short-by-feature .filter-select {
    padding: 9px 20px 8px 10px !important;
    border-radius: 3px;
    margin-top: 0;
    color: white;
    background: var(--primary);
    width: 100%;
}

.category-card .img {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 20px;
    /* Smooth rounded corners */

    /* Border: 4px thickness, no bottom border */
    border: 2px solid transparent;
    border-bottom: 0;

    /* Magic for fading border and inner gradient */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.category-card .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.category-card .cat-name {
    text-decoration: none;
    color: var(--primary); /* Dark blue/Navy from image */
    font-weight: bold;
    font-size: 14px;
    display: block;
}

/* 0 - Orange */
.category-card .img.cat-bg0 { 
    background-image: linear-gradient(#fff9f0, #ffe5be), linear-gradient(to bottom, #f5b042 0%, #f3aa35 40%, transparent 70%); 
}
/* 1 - Pink */
.category-card .img.cat-bg1 { 
    background-image: linear-gradient(#fff0f3, #ffccd5), linear-gradient(to bottom, #f55e91 0%, #f15086 40%, transparent 70%); 
}
/* 2 - Green */
.category-card .img.cat-bg2 { 
    background-image: linear-gradient(#f1faf1, #c9ebc9), linear-gradient(to bottom, #78e4a5 0%, #5cdb91 40%, transparent 70%); 
}
/* 3 - Light Blue */
.category-card .img.cat-bg3 { 
    background-image: linear-gradient(#f0faff, #c2e9fb), linear-gradient(to bottom, #79b3da 0%, #6ab4e6 40%, transparent 70%); 
}
/* 4 - Purple (Matches 'Gear Head' image) */
.category-card .img.cat-bg4 { 
    background-image: linear-gradient(#f4f0f9, #d6c7e8), linear-gradient(to bottom, #b791d1 0%, #9e73bd 40%, transparent 70%); 
}
/* 5 - Mint */
.category-card .img.cat-bg5 { 
    background-image: linear-gradient(#effaf8, #bde7df), linear-gradient(to bottom, #64cfba 0%, #5bd1ba 40%, transparent 70%); 
}
/* 6 - Sky Blue */
.category-card .img.cat-bg6 { 
    background-image: linear-gradient(#f0f8ff, #d1e9ff), linear-gradient(to bottom, #85c3ec 0%, #63b6ec 40%, transparent 70%); 
}
/* 7 - Soft Yellow */
.category-card .img.cat-bg7 { 
    background-image: linear-gradient(#fffdf0, #fff3b0), linear-gradient(to bottom, #f7e7a7 0%, #f7d85f 40%, transparent 70%); 
}
/* 8 - Grey */
.category-card .img.cat-bg8 { 
    background-image: linear-gradient(#f8f9fa, #dee2e6), linear-gradient(to bottom, #d0d9da 0%, #bccbcc 40%, transparent 70%); 
}
/* 9 - Dark Mint */
.category-card .img.cat-bg9 { 
    background-image: linear-gradient(#f0fff9, #c2f5e1), linear-gradient(to bottom, #90e0d0 0%, #78dac6 40%, transparent 70%); 
}
/* 10 - Red */
.category-card .img.cat-bg10 { 
    background-image: linear-gradient(#fff5f5, #ffd6d6), linear-gradient(to bottom, #e6cac7 0%, #ee9a90 40%, transparent 70%); 
}
/* 11 - Deep Navy */
.category-card .img.cat-bg11 { 
    background-image: linear-gradient(#f0f4f8, #d9e2ec), linear-gradient(to bottom, #526577 0%, #4b5d6e 40%, transparent 70%); 
}
/* 12 - Burnt Orange */
.category-card .img.cat-bg12 { 
    background-image: linear-gradient(#fff9f0, #ffe5be), linear-gradient(to bottom, #eba171 0%, #ee9254 40%, transparent 70%); 
}
/* 13 - Lavender */
.category-card .img.cat-bg13 { 
    background-image: linear-gradient(#f8f4ff, #e2d1ff), linear-gradient(to bottom, #c490da 0%, #bb7dd6 40%, transparent 70%); 
}
/* 14 - Rose */
.category-card .img.cat-bg14 { 
    background-image: linear-gradient(#fff0f5, #ffdae9), linear-gradient(to bottom, #e6a8a1 0%, #db796f 40%, transparent 70%); 
}
/* Container styling */
.detail-desc {
    width: 100%;
    margin: 20px 0;
}

/* Table layout and borders */
.detail-desc .detail-desc-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #e0e0e0;
}

/* Row styling */
.detail-desc .detail-desc-table tr {
    border-bottom: 1px solid #e0e0e0;
}

/* General cell styling */
.detail-desc .detail-desc-table td {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

/* Left Column (Labels) */
.detail-desc .detail-desc-label {
    width: 40%;
    font-weight: 500;
    color: #555;
    border-right: 1px solid #e0e0e0;
    background-color: #ffffff;
}

/* Right Column (Values) */
.detail-desc .detail-desc-value {
    background-color: #ffffff;
}

/* Special styling for the 'Download' link row if it appears */
.detail-desc .detail-desc-value a,
.detail-desc .detail-desc-value .attribute-text:contains('Download') {
    color: var(--primary);
    font-weight: bold;
    text-decoration: underline;
}

/* Parent Container Spacing */
.detail-desc-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    align-items: start;
    margin-bottom: 20px;
}

/* Base Button Styles */
.detail-desc-actions button {
    width: 200px;
    padding: 10px 0;
    border: none;
    border-radius: 50px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Blue "Add to Cart" Button */
.detail-desc-actions .btn-cart {
    background: linear-gradient(to bottom, #4a69bd, #1e3799);
}

/* Green "Buy Now" Button */
.detail-desc-actions .btn-buy {
    background: linear-gradient(to bottom, #4cd137, #44bd32);
}

/* Hover Effects */
.detail-desc-actions button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Click Effect */
.detail-desc-actions button:active {
    transform: translateY(1px);
}

/* Container - Centering and spacing */
.card-body .product-quantity.d-flex {
    display: inline-flex !important;
    align-items: center;
}

/* The Wrapper for buttons and input */
.card-body .product-quantity .d-quantity {
    background: white;
    padding: 5px 15px;
    border-radius: 12px;
    /* Pill shape */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

/* The Icons (Buttons) */
.card-body .product-quantity .d-minus,
.card-body .product-quantity .d-plus {
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effects for buttons */
.card-body .product-quantity .d-minus:hover {
    background-color: #fdba00;
    /* Soft red for minus */
    color: white;
}

.card-body .product-quantity .d-plus:hover {
    background-color: #57c237;
    /* Soft green for plus */
    color: white;
}

/* The Input Box */
.card-body .product-quantity .d-input-box {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
    background: transparent;
    pointer-events: none;
    /* User shouldn't type since it is readonly */
    margin: 0 10px;
}

/* Focus removal for mobile/web accessibility */
.card-body .product-quantity .d-input-box:focus {
    outline: none;
}

.custom-video-gallery { width: 100%; padding: 50px 0; background: #ffffff; }
.custom-video-gallery .custom-video-gallery-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 100%; margin: 0 auto; padding: 0 20px; }
.custom-video-gallery .custom-video-gallery-card { background: #fdfdfd; border-radius: 10px; overflow: hidden; transition: 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.custom-video-gallery .custom-video-gallery-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.custom-video-gallery .custom-video-gallery-video-container { position: relative; padding-bottom: 56.25%; height: 0; }
.custom-video-gallery .custom-video-gallery-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.custom-video-gallery .custom-video-gallery-title { padding: 15px; font-size: 16px; font-family: sans-serif; color: #333; margin: 0; text-align: center; }
.custom-video-gallery .custom-video-gallery-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.custom-video-gallery .custom-video-gallery-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    text-align: center;
}

.custom-video-gallery .custom-video-gallery-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}
/* Responsive adjustments */
@media (max-width: 992px) {
    .custom-video-gallery .custom-video-gallery-wrapper { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .custom-video-gallery .custom-video-gallery-wrapper { grid-template-columns: 1fr; }
}

/* Popup overlay - FIXED: Allows body scrolling */
.modal-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.modal-popup-overlay.modal-active {
    display: flex;
    opacity: 1;
    animation: modal-fadeIn 0.3s ease;
}

/* Popup container - FIXED: Main body will scroll, not modal */
.modal-popup-overlay .modal-popup-container {
    background-color: white;
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.4s ease;
    margin: 50px auto;
}

.modal-popup-overlay.modal-active .modal-popup-container {
    transform: scale(1);
}

/* Popup header */
.modal-popup-overlay .modal-popup-container .modal-popup-header {
    background: linear-gradient(to right, #4f46e5, #7c3aed);
    color: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-popup-overlay .modal-popup-container .modal-popup-header h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.modal-popup-overlay .modal-popup-container .modal-popup-header .modal-btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    transition: transform 0.2s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal-popup-overlay .modal-popup-container .modal-popup-header .modal-btn-close:hover {
    transform: rotate(90deg);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Popup body - FIXED: No internal scrolling */
.modal-popup-overlay .modal-popup-container .modal-popup-body {
    padding: 30px;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group {
    flex: 1 0 50%;
    padding: 0 15px;
    margin-bottom: 25px;
    min-width: 250px;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group.modal-full-width {
    flex: 1 0 100%;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group .modal-form-label {
    display: block;
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2d3748;
    font-size: 0.95rem;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group .modal-form-input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group .modal-form-input:focus {
    outline: none;
    border-color: #4f46e5;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group select.modal-form-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    padding-right: 45px;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group textarea.modal-form-input {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Submit button */
.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-btn-submit {
    background: linear-gradient(to right, #10b981, #34d399);
    color: white;
    border: none;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-btn-submit:hover {
    background: linear-gradient(to right, var(--primary), var(--primary));
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(16, 185, 129, 0.3);
}

/* Form footer */
.modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-footer {
    margin-top: 20px;
    color: #718096;
    font-size: 0.9rem;
}

/* Animation */
@keyframes modal-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-popup-overlay {
        padding: 15px;
        align-items: flex-start;
    }

    .modal-popup-overlay .modal-popup-container {
        max-width: 95%;
        margin: 30px auto;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group {
        flex: 1 0 100%;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-header h2 {
        font-size: 1.5rem;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .modal-popup-overlay {
        padding: 10px;
    }

    .modal-popup-overlay .modal-popup-container {
        max-width: 100%;
        margin: 20px auto;
        border-radius: 15px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-header {
        padding: 20px 15px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body {
        padding: 20px 15px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row {
        margin: 0 -10px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body .modal-form-row .modal-form-group .modal-form-input {
        padding: 12px 15px;
    }

    .modal-popup-overlay .modal-popup-container .modal-popup-body .modal-btn-submit {
        padding: 16px 30px;
        font-size: 1rem;
    }
}

@media (max-height: 600px) {
    .modal-popup-overlay .modal-popup-container {
        margin: 10px auto;
    }
}