 @media (min-width: 1281px) {
  
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 40.333% !important;
    }
  
}
@media (min-width: 1280px) and (max-width: 1025px) {
  
     .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 40.333%;
    }
  
}
ul.menu li a {
    text-decoration: none !important;
}
ul.menu li:hover {
    background: #ee2c3c;
    border-radius: 5px;
}
ul.menu li a {
    color:#fff;
}
.custom-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    
}
a.category-item:focus {
    outline: none !important;
}
.custom-login-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.custom-login-box h2 {
    margin-bottom: 20px;
    font-size: 26px;
    color: #333;
}

.custom-login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s;
}
.custom-login-form select {
    width: 100%;
    padding: 8px !important;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s;
}

.custom-login-form input:focus {
    border-color: #0073aa;
    outline: none;
}

.custom-login-form button {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    border: none;
    color: white;
    border-radius: 6px;
    margin-top: 12px!important;
    cursor: pointer;
    font-size: 16px;
}

.custom-login-form button:hover {
    background-color: #005177;
}

.or-divider {
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.or-divider span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    color: #888;
}

.or-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    z-index: 0;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4285F4;
    color: white;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.3s;
}

.google-login-btn:hover {
    background-color: #357ae8;
}

.google-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login-links {
    margin-top: 15px;
}

.login-links a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

.login-links a:hover {
    text-decoration: underline;
}

.custom-login-box h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}



 
.account-sidebar h3 {
    border-bottom: 3px solid #eae3e333;
    padding-bottom: 10px;
}
         .my-account-container {
            display: flex;
            max-width: 1200px;
            margin: 40px auto;
            background: #f9fafb;
            border-radius: 12px;
            overflow: hidden;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        /* Sidebar */
        .account-sidebar {
            width: 260px;
            background-color: #0f172a;
            color: #fff;
            padding: 30px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .account-sidebar .profile-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
           
            margin-bottom: 15px;
            border: 3px solid #334155;
        }

        .account-sidebar .profile-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .account-sidebar .profile-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            color: #fff;
        }
         .account-sidebar .profile-title {
           padding-bottom: 20px;
               font-size: 12px;
        }
        

        .account-sidebar .menu-heading {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #cbd5e1;
            border-bottom: 1px solid #334155;
            width: 100%;
            padding-bottom: 8px;
            text-align: left;
        }

        .account-sidebar .menu {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
        }

        .account-sidebar .menu li {
            margin-bottom: 10px;
        }

        .account-sidebar .menu li a {
            text-decoration: none;
            color: #cbd5e1;
            padding: 10px 15px;
            display: block;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .account-sidebar .menu li a:hover,
        .account-sidebar .menu li a.active {
            background-color: #334155;
            color: #fff;
        }

        /* Content */
        .account-content {
            flex: 1;
            
            background-color: #f8fafc;
        }

        .account-content h2 {
            margin-top: 0;
            margin-bottom: 25px;
            font-size: 26px;
            color: #0f172a;
        }

        .user-info-card {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .user-info-card p {
            margin: 12px 0;
            font-size: 16px;
            color: #475569;
        }

        .user-info-card p strong {
            color: #0f172a;
            min-width: 120px;
            display: inline-block;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .my-account-container {
                flex-direction: column;
            }

            .account-sidebar {
                width: 100%;
                padding: 15px;
                overflow-x: auto;
                text-align: center;
            }

            /*.account-sidebar .menu-heading {*/
            /*    display: none;*/
            /*}*/

            /*.account-sidebar .menu {*/
            /*    display: flex;*/
            /*    flex-direction: row;*/
            /*    gap: 15px;*/
            /*    width: auto;*/
            /*}*/

            
        }
        
       .add-new-listing {
    background-color: rgb(0, 115, 170);
    color: rgb(255, 255, 255);
    padding: 5px 5px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    transition: background-color 0.3s;
}





/* Add New Listing Button */
.add-listing-button {
    background-color: #0073aa;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
    display: inline-block;
}

.add-listing-button:hover {
    background-color: #005177;
}

/* Popup Overlay */
.add-listing-button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
}

.listing-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.listing-popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    width: 600px;
    max-width: 90%;
    text-align: center;
    position: relative;
}

.listing-popup-content h2 {
    margin-bottom: 20px;
}

.popup-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.popup-column {
    flex: 1;
    text-align: left;
}

.popup-column h3 {
    margin-bottom: 10px;
    color: #333;
}

.popup-button {
    display: block;
    padding: 8px 12px;
    margin-bottom: 8px;
    background-color: #0073aa;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.popup-button:hover {
    background-color: #005d87;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}




.sales-agent-form {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.sales-agent-form fieldset {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sales-agent-form legend {
    font-weight: bold;
    margin-bottom: 10px;
}

.sales-agent-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.sales-agent-form input,
.sales-agent-form textarea,
.sales-agent-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sales-agent-form .submit-btn {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.sales-agent-form .submit-btn:hover {
    background-color: #005177;
}
.form-container {
           
            justify-content: center;

        }

       form {
   
    
    background-color: white;
    /* margin: auto; */
}
form input[type=number] {
    max-width: 100%!important;
    padding: 0 0 0 8px;
}
        .choose-opt {
            padding: 1rem;
            border: 1px solid #ccc;
            border-radius: 8px;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .choose-opt h2 {
            margin-bottom: 1rem;
            font-size: 1.25rem;
        }

        .choose-opt label {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
            font-size: 1rem;
            cursor: pointer;
        }

        .choose-opt input[type="radio"] {
            margin: 0;
        }

        @media (min-width: 600px) {
            .choose-opt {
                display: flex;
                flex-direction: column;
            }

            .choose-opt label {
                display: inline-flex;
                margin-right: 1.5rem;
                margin-bottom: 0.5rem;
            }
        }

        .label-itn .lable-body {
            display: flex;
        }

        .label-itn {
            display: grid;
            grid-template-columns: 200px 1fr;
            /* Label: 200px, Input: rest of space */
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .lable-body {
            font-weight: 500;
        }

        .input-body input,
        .input-body textarea,
        .input-body select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 16px;
        }



        .world-wi label {
            font-size: 11px;
        }

        .world-wi input[type="checkbox"] {
            margin-right: 8px;
        }

        /* Grid layout for the world-wide section */
        .world-wide {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            /* 3 columns */
            gap: 20px;
            margin-top: 20px;
        }

        /* Style for each column block */
        .world-wide>div {
            padding: 16px;
        }

        .world-wide div label {
            display: block;

        }

        /* Responsive layout for 2 columns on tablets */
        @media (max-width: 900px) {
            .world-wide {
                grid-template-columns: repeat(2, 1fr);
                /* 2 columns */
            }
        }

        /* Stack into 1 column for smaller screens (mobile) */
        @media (max-width: 600px) {
            .world-wide {
                grid-template-columns: 1fr;
                /* 1 column */
            }
        }


        .across-india {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            /* 3 equal columns */
            gap: 20px;
            margin: 20px 0;
        }

        .across-india>div {
            padding: 16px;
        }

        .across-india strong {
            display: block;
            margin-bottom: 10px;
            font-size: 16px;
        }

        /* Optional: spacing for labels */
        .across-india label {
            display: block;
            font-size: 11px;
        }

        /* Responsive stack: 2 columns on tablets, 1 column on mobile */
        @media (max-width: 900px) {
            .across-india {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .across-india {
                grid-template-columns: 1fr;
            }
        }


        .read-mark {
            margin-top: 20px;
        }

        .read-mark textarea {
            margin-top: 10px;
            width: 100%;
            font-size: 16px;
            padding: 8px;
            height: 100px;
        }

        input[type="submit"] {
            margin-top: 20px;
            padding: 10px 20px;
            font-weight: 600;
            background-color: #4ffa4f;
            color: #fff;
            border-radius: 5px;
            border: 2px solid #fff;
            transition: all .3s;
        }

        input[type="submit"]:hover {
            background-color: #fff;
            color: #4ffa4f;
            border: 2px solid #4ffa4f;
        }
        /* === Base styles remain unchanged === */
.distributor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.distributor-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.distributor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.card-header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    margin-right: 16px;
    background: #f3f4f6;
    padding: 4px;
}

.card-header h3 {
    font-size: 1.1rem;
    margin: 0;
    color: #111827;
}

.card-header .location {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 4px 0 0;
}

.description {
    font-size: 0.95rem;
    color: #374151;
    margin-bottom: 16px;
    line-height: 1.5;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
}

.info-list li {
    margin-bottom: 6px;
}

.dashboard-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.dashboard-card {
    flex: 1;
    min-width: 200px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-align: center;
    border: 1px solid #e5e7eb;
}

.dashboard-card h4 {
    font-size: 1rem;
    color: #6b7280;
    margin: 0 0 8px;
}

.dashboard-card p {
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
    margin: 0;
}

.section-header {
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* === Responsive Styles === */
@media (max-width: 768px) {
    .dashboard-cards {
        flex-direction: column;
        gap: 16px;
    }

    .dashboard-card {
        text-align: left;
        padding: 16px;
    }

    .card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-header img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-header h3 {
        font-size: 1rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .info-list {
        font-size: 0.85rem;
    }

    .dashboard-card p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .distributor-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .distributor-card {
        padding: 16px;
    }

    .dashboard-card h4 {
        font-size: 0.95rem;
    }

    .dashboard-card p {
        font-size: 1.3rem;
    }
}


@media (max-width: 768px) {
  .card-header {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .card-header h3 {
    font-size: 1rem;
  }

  .card-header .location {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .card-header img {
    margin: 0 0 12px 0;
  }

  .card-header h3 {
    font-size: 0.95rem;
  }

  .card-header .location {
    font-size: 0.8rem;
  }
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Grouping container for checkboxes */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

/* Each checkbox + label container */
.checkbox-item {
  width: calc(50% - 12px); /* 2 columns, adjust as needed */
  display: flex;
  align-items: center;
}
.checkbox-item {
  width: calc(33.333% - 12px); /* for 3 columns */
}
.across-india div {
    border: 1px solid #e8e4e4;
}
.world-wide div {
       border: 1px solid #e8e4e4;
    /* color: black; */
}
  input[type=checkbox] {
   
    margin: -3px 0px 0px 10px!important;
  }
   form input[type=radio] {
    display: inline-block;
    width: 5%;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: white;
  padding: 20px;
  width: 500px;
  border-radius: 10px;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 18px;
}
.distributor-inquiries-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

.distributor-inquiries-wrapper table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
}

.distributor-inquiries-wrapper thead {
    background-color: #f4f6f8;
    font-weight: bold;
}

.distributor-inquiries-wrapper th,
.distributor-inquiries-wrapper td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.distributor-inquiries-wrapper tbody tr:hover {
    background-color: #f9f9f9;
}

.distributor-inquiries-wrapper td:last-child {
    text-align: center;
}

.distributor-inquiries-wrapper .view-distributor {
    padding: 6px 14px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.distributor-inquiries-wrapper .view-distributor:hover {
    background-color: #005a87;
}
.custom-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
    .custom-modal-content {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 60%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        position: relative;
        border-radius: 8px;
    }
    .custom-modal-close {
        color: #aaa;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .custom-modal-close:hover {
        color: #000;
    }
    
    button.view-distributor-btn {
    color: white!important;
    padding: 10px 20px 10px 20px;
    font-weight: 700;
    border-radius: 5px;
}

.thumbnail_custom_d {
    height: 100px;
    width: 100px;
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    padding: 2px;
}


.post-status {
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 4px;
        display: inline-block;
        margin-top: 5px;
    }
    .post-status.status-draft {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba;
    }
    .post-status.status-pending {
        background-color: #cce5ff;
        color: #004085;
        border: 1px solid #b8daff;
    }
    .post-status.status-publish {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }
    .post-status.status-other {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }
    
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  gap: 8px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #0073aa;
  background-color: #f1f1f1;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.pagination .current {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.account-sidebar {
  
  top: 0;
  left: -260px;   /* hidden initially */
  width: 250px;
  height: 100%;
  background: #0f0f0f;
  box-shadow: 2px 0 6px rgba(0,0,0,0.3);
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
}

/* When sidebar is open */
.account-sidebar.open {
  left: 0;
}

/* Show open button only on mobile */
#open_menu_account {
    display: none;
    font-size: 6px;
    margin: 0px;
    cursor: pointer;
    /*background: #ee2c3c;*/
    color: #fff;
    border: none;
    padding: 10px 13px;
    border-radius: 5px;
    width: 52px;
}

/* Close button styling */
#close_account_sidebar {
    background: #0f0f0f;
    border: none;
    font-size: 25px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
    color: white;
    right: 0;

}

#close_account_sidebar:hover {
  color: #007bff; /* Change color on hover */
}

@media (max-width: 768px) {
  #close_account_sidebar {
   font-size: 32px;
        top: -10px;
        right: 5px;
  }
}



/* Show toggle button on mobile */
@media (max-width: 768px) {
  #open_menu_account {
    display: inline-block;
  }
}

/* Base styles for the account sidebar */
.account-sidebar {
 
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background-color: #000000;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 999;
  transition: transform 0.3s ease;
}

/* Hide sidebar by default on mobile */
@media (max-width: 768px) {
  .account-sidebar {
    transform: translateX(-100%);
  }

  .account-sidebar.open {
    transform: translateX(0);
  }
}

/* Close button styles */
#close_account_sidebar {
  background: none;
  border: none;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;;
  cursor: pointer;
  position: absolute;
     top: -10px;
    right: 5px;
  display: none; /* Hidden by default */
}

/* Show close button only on mobile */
@media (max-width: 768px) {
  #close_account_sidebar {
    display: block;
  }
  .account-sidebar {
  position: fixed;}
}

.distributor-inquiries-wrapper button

 {
    color: white!important;
    padding: 0px 20px 0px 20px;
    font-weight: 700;
}
.form-container form {
    padding: 20px;
}

/*.business-category-list {*/
/*    justify-content: center;*/
/*    gap: 30px;*/
/*}*/
/*.business-category-list .category-item:hover {*/
/*    transform: scale(1.05);*/
/*    transition: transform 0.3s ease;*/
/*}*/
.category-grid {
    display: grid !important
;
    grid-template-columns: repeat(6, 1fr) !important;
    justify-items: center !important;
    text-align: center !important;
}
.category-grid .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ee2c3c !important;
    margin: 0 auto;
 
    transition: transform 0.3s;
}
.category-grid .circle:hover{
		box-shadow:2px -2px 6px 0px #ee2c3c !important;
}
.category-item {
      text-decoration: none;
      color: #000;
	    font-size:14px;
	line-height:1.2em;
    }
.category-item:hover .circle {
      transform: scale(1.05);
    }
    
  /* Responsive: 6 to 3 to 2 to 1 columns */
    @media (max-width: 1200px) {
      .category-grid {
        grid-template-columns: repeat(4, 1fr) !important;
      }
    }

    @media (max-width: 767px) {
      .category-grid {
        grid-template-columns: repeat(3, 1fr) !important;
      }
    
    }

    @media (max-width: 480px) {
      .category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
      }
    }

    @media (max-width: 360px) {
      .category-grid {
        grid-template-columns: 2fr !important;
      }
    }  
    
.business-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
	border-radius:10px;
	margin-top: -60px !important;
  margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
    width:100%;
    background: #ee2c3c00;
	margin:0 auto;
}
.elementor-shortcode .business-search-form {
    background: #fff !important;
}
.business-search-form input[type="search"] {
  padding: 15px 10px 15px 10px !important;
  width: 80% !important;
  border: 2px solid #ee2c3c;
  font-size: 16px;
  border: 2px solid #ee2c3c;
  	background:#fff !important;
  border-radius: 4px;
}

.business-search-form button {
  padding: 14px 16px 14px 20px !important;
  font-size: 16px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	margin-left:-140px !important;
	transition: background 0.3s ease;
}

.business-search-form button:hover {
  background-color: #005f8d;
}

/* Mobile-friendly adjustments */
@media (max-width: 480px) {
  .business-search-form {
    flex-direction: column;
    width: 100%;
  }

  .business-search-form input[type="search"],
  .business-search-form button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .business-search-form button {
    width: 100% !important;
    margin-left: 0px !important;
}
.business-search-form {
    display: flex;
    width: 100%;
}
.business-search-form input[type="search"] {
  width: 100% !important;
}
}



a.business-category-item {
    border: 1px solid #ee2c3c !important;
}
.pagination span {
    background: #ee2c3c !important;
    color:#fff !important;
}
.pagination a {
    background: #000000;
    color: #fff;
    text-decoration: none !important;
}
.pagination a:hover {
    background: #ee2c3c;
    color: #fff;
    text-decoration: none !important;
}

    
.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}
/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}
@media (min-width: 1281px) {
  
.business-search-form {
     padding: 20px 20px 20px 20px;
    width: 100%;
}
  
}
.business-search-form {
    background: #fff !important;
}
 .cpt-swiper-gallery {
        margin: 30px auto;
        overflow: hidden;
        position: relative;
    }

    .cpt-swiper-gallery .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 10px;
    }
    .swiper-slide img {
    border-radius: 10px!important;

    width: auto;
}

.custom-gallery-image.show_hanu img {
    width: 90%;
    border: 1px solid black;
    margin: 10px;
    border-radius: 15px;
    object-fit: cover;
    height: 80%;
}
.custom-gallery-wrapper {
    display: flex
;
    width: 100%;
}


.gallery-item {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.gallery-item img {
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.remove-image {
position: relative;
    top: -138px;
    right: -104px;
    background-color: red;
    color: white !important;
    border-radius: 50%;
    padding: 1px 4px;
    cursor: pointer;
    border: navajowhite;
    font-weight: bold;
    font-size: 7px;
}
@media only screen and (max-width: 767px) {
  .label-itn {
    display: flow;
}
.form-container form {
    padding: 0px !important;
}
.account-content {
                padding: 0px !important;
            }
}
/*.custom-gallery-wrapper {*/
/*    display: grid;*/
/*    width: 100%;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*}*/



.custom-gallery-wrapper {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
}

.custom-gallery-image {
    position: relative;
    overflow: hidden;
}

.custom-gallery-image img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-gallery-image .remove-image {
    position: absolute;
    top: 15px;
    right: 12px;
    background: rgb(255 255 255);
    color: #e41818 !important;
    border: none;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.business-search-form select {
    height: 60px;
}
@media (max-width: 768px) {
    .custom-gallery-wrapper {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
    }
}


@media (min-width: 600px) and (max-width: 1109px) {
.business-search-form input[type="search"] {
    width: 100% !important;
}
.business-search-form{
    justify-content: flex-start;
}

}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: contents !important;
    flex-wrap: wrap;
}
div#open_menu_account {
    display: none;
}
.logged-in div#open_menu_account {
    display: block;
}

.login-error {
    background-color: red;
    color: white;
}
.intrested_in_type h5 {
    background-color: #eeebe7;
    padding: 10px;
    color: #000000;
}