.button-primary{
    display:inline-block; 
    background-color: #1e2d61 !important;
    border: 1px solid #1e2d61;
    color:#fff !important; 
    width: fit-content;
    text-decoration:none !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 15px 30px 15px 30px !important;
    text-decoration: none;
}

.button-primary:hover,
.button-primary:focus{
    background-color: #1C66AD !important;
    border: 1px solid #1C66AD;
}

.pmpro_section #loginform .login-submit .button{
    background-color: #1e2d61;
    border: 1px solid #1e2d61;
    color:#fff !important; 
    text-decoration:none !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 15px 30px 15px 30px !important;
}

.pmpro_section #loginform .login-submit .button:hover,
.pmpro_section #loginform .login-submit .button:focus{
    background-color: #1C66AD !important;
    border: 1px solid #1C66AD !important;
}

.verified_badge,
.bestmatch_badge,
.recommended_badge {
    /* display: flex;
    padding: 6px 12px;
    border-radius: 30px;
    gap: 5px;
    width: fit-content;
    flex-direction: row;
    align-items: center; */
    cursor: pointer;
}

.image-preview{
    text-align: center;
}

.v_icon svg {
    display: block;
}

.badge_text {
    font-size: 14px;
    font-weight: 600;
    color: #1E2E61 !important; /* Dark green text */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dashboard-container{
    display:flex;
    min-height:80vh;
    background:#f9f9f9;
}

.dashboard-content{
    flex:1;
    padding:30px;
    width: 85%;
}

.dashboard-logout-btn-container{
    width: 100%; 
    border-radius: 8px; 
    background-color: red; 
    color: white; 
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.dashboard-sidebar a{
    text-decoration: none;
}

.dashboard-tab-link a{
    color: white; 
    padding-bottom: 5px
}

.dashboard-tab-link h2{
    font-size:20px;
    margin-bottom:25px;
}

.dashboard_active_tab{
    background-color: #0073aa;
    padding: 10px 0px 10px 10px;
}

.dashboard-sidebar{
    width:15%; 
    background:#1e1e2d; 
    color:#fff; 
    padding:30px 20px; 
    display:flex; 
    flex-direction:column; 
    justify-content: space-between;
}

/* #socialRepeater{
    height: 1300px;
    overflow: scroll;
}

#socialRepeater::-webkit-scrollbar {
    width: 8px;
}

#socialRepeater::-webkit-scrollbar-thumb {
    background-color: #1e1e2d;
    border-radius: 4px;
}

#socialRepeater::-webkit-scrollbar-track {
    border-radius: 4px;
} */

.service_row td{
    vertical-align: middle;
}

.logout_btn_div a{
    display:block;
    background:#cc0000;
    text-align:center;
    padding:8px 0;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
}

.current-plan{
    margin-top:20px; 
    padding:20px; 
    border:1px solid #ddd; 
    border-radius:8px; 
    background:#fff;
}

.current-plan a{
    display:inline-block;
    margin-top:10px;
    padding:8px 16px;
    background:#0073aa;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
}

.logout_btn_div{
    margin-top:auto;
}

.updated_class{
    margin:20px 0; 
    padding:10px; 
    background:#d4edda; 
    color:#155724; 
    border-radius:6px;
}

.personl_info_input{
    width:100%;
    padding:10px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:6px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.info-row {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 25px;
    max-height: 100%;
    min-height: 50vh;
    gap: 30px;
}

.company_contact_info h3 {
    text-align: left;
}

.company_phone,
.company_email,
.company_address,
.realtor_agent_name,
.vendor_website,
.realtor_license_number,
.headquater_country,
.realtor_headquarters_city,
.vendor_company_size,
.company_zip_code{
    text-align: left;
    padding: 5px;;
    cursor: pointer;
}

.company_phone span,
.company_email span,
.company_address span,
.realtor_agent_name span,
.vendor_website span,
.realtor_license_number span,
.headquater_country span,
.realtor_headquarters_city span,
.vendor_company_size span,
.company_zip_code span{
    font-size: 16px; 
    padding-left: 5px; 
    color: white;
}

.company_phone svg,
.company_email svg,
.company_address svg,
.realtor_agent_name svg,
.vendor_website svg,
.realtor_license_number svg,
.headquater_country svg,
.realtor_headquarters_city svg,
.vendor_company_size svg,
.company_zip_code svg{
    height: var(--e-icon-list-icon-size, 1em); 
    width: var(--e-icon-list-icon-size, 1em);
}

.cta_company_page a{
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 30px 15px 30px;
}

.heading_section{
    color: #1E2E61;
    font-family: "Lato", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.alt_section_1{
    float: left;
    width: 60%;
}

.alt_section_2{
    float: right;
    width: 40%;
}

.alt-section:nth-child(even) .text-col {
    order: 2;
}
.alt-section:nth-child(even) .img-col {
    order: 1;
}

.social-icons a img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.social-icons a:hover img {
    transform: scale(1.1);
}

.social-icons{
    display: flex;
    flex-wrap: wrap;
}

.social-icons h3{
    width: 100%;
    text-align: left;
}

.gallery-thumb {
    width: 462px;
    height: 450px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 20px;
}

.btn-light {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.btn-light:hover {
    background-color: #f0f0f0;
}

.service-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.view_profile_btn {
    /* position: absolute; */
    /* top: 15px; */
    /* right: 15px; */
    /* background-color: #1E2E61; */
    color: #1E2E61;
    /* padding: 8px 14px; */
    /* border-radius: 6px; */
    /* text-decoration: none; */
    font-size: 15px;
    font-weight: bold;
    /* transition: background 0.3s ease; */
}
.view_profile_btn:hover {
    /* background-color: #005f8d; */
}
.service-card h3 {
    margin-top: 0;
    color: #1E2E61;
    font-weight: bold;
}
.service-card p {
    margin: 4px 0;
    color: #1E2E61;
    font-size: 18px;
    font-weight: 400;
}
.service-card ul {
    margin: 8px 0 0;
    padding-left: 20px;
}
.service-card ul li {
    color: #1E2E61;
    margin-bottom: 4px;
}

.removeHeading{
    margin-top: 20px;
}

.social-div{
    width: fit-content;
    padding: 10px;
}

.bg-dark-blue .slick-prev:before,
.bg-dark-blue .slick-next:before{
    font-size: 45px !important;
    color: white !important;
}

.bg-white .slick-prev:before,
.bg-white .slick-next:before{
    font-size: 45px !important;
    color: #1E2E61 !important;
}

.service-page{
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-category-buttons{
    margin-bottom: 20px;
    justify-content: center;
}

.active-category{
    background-color: #0073aa;
    color: white;
}

.services_table th{
    background-color: #0073aa;
    color: white;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.services_table{
    overflow-x: scroll;
    width: 120%;
}

.services_table td{
    background-color: transparent !important;
}

.edit-service-btn,
.delete-service-btn{
    padding: 5px;
}

.edit-service-btn:hover,
.delete-service-btn:hover{
    background-color: transparent;
    cursor: pointer;
}

.remove-service-area{
    color: #0073aa;
    text-decoration: none;
}

.remove-service-area:hover{
    color: red;
}

.company_page_headings{
    font-family: "Lato", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
}

.compny_page_texts{
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.company_page_heading_div{
    width: 100%;
    background-color: #1E2E61;
    color: white;
    margin: 30px 0px 30px 0px;
    border-radius: 20px 20px 20px 20px;
}

.company_page_heading{
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 0px 40px;
}

.company_page_heading_div h1{
    width: 100%;
    margin: 0;
    padding: 0;
}

.background_color.bg-dark-blue {
    background-color: #1E2E61;
    color: white
}

.alt-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0;
    flex-wrap: nowrap;
    gap: 40px;
}

.background_color.bg-white {
    background-color: #ffffff;
    color: #1E2E61;
}

.heading_image img{
    border-radius: 20px 20px 20px 20px;
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.heading_image{
    text-align: center;
    width: 100%;
}

.background_color.bg-dark-blue h3,
.background_color.bg-dark-blue p,
.background_color.bg-dark-blue a {
    color: #ffffff; 
}
.background_color {
    padding: 30px 0;
    margin: 0; 
}

.bg-dark-blue.services{
    background-color: white;
    color: #1E2E61;
}

.bg-white.services{
    color: white;
    background-color: #1E2E61;
}

.alt-section.reverse-layout {
    flex-direction: row-reverse; 
}

.cta_company_page {
    width: 100%;
    margin: 60px 0;
    text-align: center;
}

.no_membership_message{
    padding:20px; 
    border:1px solid #ddd; 
    border-radius:8px; 
    background:#fff; 
    text-align:center;
}

.location_div,
.services_div,
.industry_region_div,
.scope_integration_div{
    display: flex;
    gap: 20px;
    padding: 0px 0px 20px 0px;
}

.services_div .service,
.services_div .subservice{
    width: 50%;
}

.headings{
    font-family: "Lato", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
}

.height_40{
    height: 40px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
}

.paragraphs{
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin: auto;
}

.services{
    border: 1px solid black;
    border-radius: 20px;
    margin: 0px 0px 15px 0px;
    padding: 20px;
}

.service_page_submit_button{
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 30px 15px 30px;
}

.country,
.state,
.region,
.zip_code{
    width: 25%;
}

.industry_region_div .industry,
.industry_region_div .scope_integration,
.industry_region_div .size_category{
    width: 33%;
}

.company_div .company_name{
    width: 100%;
}

.filter_div{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.field_label{
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    padding-bottom: 8px;
    width: 100%;
}

.vendor_select{
    min-height: 47px;
    padding: 6px 16px;
    background-color: #ffffff;
    /* border: 1px solid #D1D5DB; */
    border: 1px solid black !important;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;  /* ← yahan se right padding control */
    background-size: 20px;
    padding-right: 40px; /* arrow ke liye space */
}

.service_page_form{
    background-color: white;
    /* border: 1px solid #D1D5DB; */
    border: 1px solid black;
    border-radius: 20px;
    padding: 50px 50px 50px 50px;
}

.vendor_input{
    font-family: "Open Sans", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border: 1px solid black !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 6px 16px !important;
    width: 100% !important;
}

.checkboxes{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.vendor_checkbox{
    border: 1px solid black;
}

.demo_img_show{
    flex:1; 
    min-width:240px; 
    border:1px dashed #eee; 
    padding:12px; 
    border-radius:6px; 
    background-size: contain !important; 
    min-height: 400px;
}

/* ****************************** Loader on Service find page ****************************** */

.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 6px;
}

/* Spinner Style */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Group container */
.tab-group {
    margin-bottom: 5px;
}

/* Main tab */
.main-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}
.main-tab:hover { background: #29293d; }

/* Arrow */
.main-tab::after {
    content: '▶';
    transition: transform 0.3s;
}
.main-tab.active::after {
    transform: rotate(90deg);
}

/* Sub-tabs */
.sub-tabs {
    display: none;
    border-radius: 8px;
    flex-direction: column;
    /* padding-left: 20px; */
    background: #2a2a3c;
}
.tab-group.open .sub-tabs {
    display: flex; /* stay visible when parent active */
}

/* Sub-tab links */
.sub-tabs a {
    color: #ccc;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all 0.3s;
}
.sub-tabs a:hover {
    background: #34344e;
    color: #fff;
}

/* Active highlights */
.main-tab.active,
.sub-tabs a.active {
    background: #0073aa;
    color: #fff;
}















/* Force Select2 container to display correctly */
.select2-container {
    display: block !important;
    width: 100% !important;
    z-index: 9999 !important; /* Dropdown visibility fix */
}

/* Multiple select height fix */
.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    height: auto !important;
}

/* Fix for parent container overflow */
#state, #zip {
    width: 100% !important;
}

.tabs_selection{
    display: flex;
    flex-direction: column;
}

.tabs_selection a{
    /* text-align: center; */
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

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

.tabs_selection .active{
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}

.dashboard-content .notice{
    width: 100%;
    border-radius: 8px;
    background-color: #86d1b5;
    padding: 10px;
    font-weight: bold;
}

.company_detail_page_logo{
    width: fit-content;
    float: right;
}

.company_detail_page_logo img{
    border-radius: 10px;
}

.no-company-alert{
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
    background: #dc3545;
    color: white;
    border-radius: 8px;
}

.company_logo{
    text-align: center;
}

.no_company_found{
    padding: 20px;
    border: 3px solid #0073aa;
    border-radius: 20px;
    font-weight: 400;
    text-align: center;
}

.company_logo img{
    /* border-radius: 20px 20px 20px 20px; */
    max-height: 300px;
    width: 80%;
    object-fit: contain;
    /* object-fit: cover; */
}

.service_logo img{
    /* border-radius: 20px 20px 20px 20px; */
    max-height: 200px;
    width: 80%;
    object-fit: contain;
    /* object-fit: cover; */
}

.service_logo{
    text-align: center;
}

.company_contact_info,
.comapny_name_logo,
.social-icons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 33%;
}

.service_page_heading{
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 0px 40px;
}
.service_page_heading_div{
    width: 100%;
    background-color: #1E2E61;
    color: white;
    margin: 30px 0px 30px 0px;
    border-radius: 20px 20px 20px 20px;
}
.service_info_row{
    width: 100%;
    align-items: center;
    padding: 25px;
    /* max-height: 100%; */
    /* min-height: 50vh; */
    margin: auto;
}

.service_page_view_company_page{
    background-color: white !important;
    font-family: var(--e-global-typography-f3a65c9-font-family), Sans-serif;
    font-size: var(--e-global-typography-f3a65c9-font-size);
    font-weight: var(--e-global-typography-f3a65c9-font-weight);
    line-height: var(--e-global-typography-f3a65c9-line-height);
    border-radius: 30px 30px 30px 30px;
    color: #1E2E61;
    padding: 15px 30px 15px 30px !important;
    text-decoration: none;
    /* top: 20%;
    position: absolute;
    right: 5%; */
}

.service_page_view_company_page:hover{
    background-color: #1E2E61 !important;
    border: 1px solid white;
    color: white;
}

.service_info_row p{
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 25px;
}

.service_update_success_notice{
    margin-bottom: 20px;
    background: #1e2d61;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}

.services a{
    color: #1E2E61 !important;
}

body.logged-in #menu-item-36 {
    display: none !important;
}

body:not(.logged-in) #menu-item-34 {
    display: none !important;
}
.image-placeholder{
    text-align: center;
}

.active{
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
}

.tab{
    padding: 12px 15px; 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    cursor: pointer; 
    color: white;
    text-decoration: none;
}

.tab:hover,
.tab:focus{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15)
}

.logout_btn{
    background: #ff4757; 
    color: white; 
    border: none; 
    padding: 14px; 
    text-decoration: none;
    border-radius: 12px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    cursor: pointer; 
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3);
    text-align: center
}

.main-site-heading{
    font-weight: 700; 
    font-size: 18px; 
    letter-spacing: 1px; 
    margin-bottom: 50px; 
    padding-left: 10px; 
    border-left: 4px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
}

.main-site-heading:hover{
    color: #ffffff;
}

.main-container{
    height: 100vh;
    display: flex;
    width: 100%;
}

.preview-company-page-btn{
    text-decoration: none; 
    background: rgba(30, 45, 97, 0.05); 
    color: #1e2d61; 
    border: none; 
    padding: 8px 16px; 
    border-radius: 8px; 
    font-weight: 700; 
    font-size: 12px; 
    cursor: pointer;
}
.edit-profile-btn{
    margin-top: 24px; 
    width: 100%; 
    background: #1e2d61; 
    color: white; 
    border: none; 
    padding: 14px; 
    border-radius: 12px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.edit-profile-btn:hover,
.edit-profile-btn:focus{
    color: white;
}

.plan_button{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.company_detail_label{
    font-weight: 700;
}

















/* ================================
BUTTONS
================================ */

.gma-btn,
.gma-btn-primary,
.gma-edit-header-row .gma-btn,
.company_save_code .gma-btn{
    text-decoration: none;
    text-align: center;
    width: 100%;
    border: 2px solid #1e2d61;
    background: transparent;
    color: #1e2d61;
    padding: 12px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
}

.gma-btn:hover,
.gma-btn:focus,
.gma-btn-primary:hover,
.gma-btn-primary:focus,
.gma-edit-header-row .gma-btn:hover,
.gma-edit-header-row .gma-btn:focus,
.company_save_code .gma-btn:hover,
.company_save_code .gma-btn:focus{
    color: #ffffff;
    background-color: #1e2d61;
    border-color: #1e2d61;
}

/* ================================
FORM WRAPPER
================================ */

.gma-form {
    background: #ffffff;
    margin-top: 20px;
}

/* ================================
GRID LAYOUT
================================ */

.gma-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.gma-card {
    flex: 1;
    min-width: 320px;
    background: #ffffff;
    padding: 32px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 20px 25px rgba(0,0,0,0.05);
    border-radius: 24px;
}

/* ================================
TITLES
================================ */

.gma-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e2d61;
}

/* ================================
FIELDS
================================ */

.gma-field {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.gma-field label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 700;
}

.gma-input,
.gma-select,
.gma-field textarea {
    height: 40px;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.2s ease;
}

.gma-select{
    height: 47px;
}

.gma-field textarea {
    height: auto;
    padding: 12px;
    height: 100px;
}

/* Focus */
.gma-input:focus,
.gma-select:focus,
textarea:focus {
    border-color: #1e2d61;
    outline: none;
    box-shadow: 0 0 0 3px rgba(30,45,97,0.1);
}

/* ================================
TABLE
================================ */

.gma-table {
    width: 100%;
    border-collapse: collapse;
}

.gma-table th,
.gma-table td {
    padding: 10px;
    border: 1px solid #e5e7eb;
    text-align: center;
}

/* ================================
GALLERY
================================ */

.gma-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ================================
SPACING UTILITIES
================================ */

.gma-mt {
    margin-top: 24px;
}

.gma-mt-sm {
    margin-top: 12px;
}

.gma-submit {
    text-align: right;
    margin-top: 30px;
}

/* ================================
RESPONSIVE
================================ */

@media (max-width: 768px) {
    .gma-grid {
        flex-direction: column;
    }
}

.content_container{
    width: 1250px;
    max-width: 1250px;
    margin: auto;
}

.remove-logo-image{
    position: relative;
    top: -57px;
    left: -10px;
    cursor: pointer;
}

.removeSocial{
    cursor: pointer;
    float: right;
    position: relative;
    top: -15px;
    width: 100%;
    text-align: right;
    right: -16px;
}

.select2-selection__rendered{
    margin: 0;
}

.gma-review-wrapper {
    /* background: #f8fafc; */
    /* padding: 40px; */
    border-radius: 24px;
    /* border: 1px dashed #e2e8f0; */
}

.gma-review-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.gma-review-viewport {
    overflow: hidden;
}

.gma-review-track {
    display: flex;
    transition: transform 0.4s ease;
}

.gma-review-slide {
    flex: 0 0 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.gma-review-stars {
    font-size: 20px;
    margin-bottom: 20px;
}

.star {
    color: #cbd5e1;
}

.star.filled {
    color: #facc15;
}

.gma-review-text {
    color: #5c6784;
    font-size: 14px;
    line-height: 1;
    max-width: 700px;
    margin: 0;
}

/* Arrows */

.gma-review-prev,
.gma-review-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 22px;
}

.gma-review-prev { 
    left: 3px;  
    z-index: 999
}
.gma-review-next { 
    right: -25px; 
    z-index: 999
}

















.gma-services-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Horizontal slider */
.gma-slider {
    display: flex;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    width: 100%;
}

/* Every slide full width */
.gma-services-list-view,
.gma-service-edit-view {
    min-width: 100%;
    flex-shrink: 0;
    padding: 20px;
    box-sizing: border-box;
}

/* Grid layout */
.gma-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* Service card */
.gma-service-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 18px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service_chips{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
}

.gma-service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.gma-service-thumb {
    width: 60px;
    margin-bottom: 10px;
}

.gma-services-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.gma-slider {
    display: flex;
    width: 100%;
    transition: transform 0.45s cubic-bezier(.77,0,.18,1);
}

.gma-services-list-view,
.gma-service-edit-view {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.gma-edit-header-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service_form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 5px;
}

.gma-review-row,
.gma-location-row{
    gap: 20px;
    display: flex;
    align-items: center;
}

.gma-reviews-wrapper,
.gma-locations-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.service_box{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.service_box h3{
    font-size: 18px
}

.gma-remove-logo{
    cursor: pointer;
    position: relative;
    top: -55px;
    right: 12px;
}

.chip-content{
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.2s ease;
}

.gma-service-add-view {
    flex: 0 0 100%;
    max-width: 100%;
}

.gma-services-top-bar{
    margin-bottom: 20px;
}

.gma-slider {
    display: flex;
    transition: transform 0.45s cubic-bezier(.77,0,.18,1);
}

.gma-services-list-view,
.gma-service-edit-view,
.gma-service-add-view {
    flex: 0 0 100%;
    max-width: 100%;
}

.service_capsules,
.company_capsules {
    gap: 5px;
    width: fit-content;
    display: flex;
    background: linear-gradient(to right, #1e2d61, #4A8FD1);
    padding: 3px;
    color: white;
    border-radius: 100px;
    align-items: center;
    font-size: 10px;
    padding-left: 10px;
}

.socialCapsulesList{
    margin-top: 5px !important;
    list-style: none;
    padding-left: 0 !important;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.social-control-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#addSocialCapsule{
    border-radius: 10px;
    padding: 5px;
}

#socialUrlInput{
    margin: 0;
}

#socialCapsulesList,
.countries-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.remove-state,
.remove-country,
.remove-service-certificate,
.remove-company-certificate,
.remove-service-tag,
.remove-service-area,
.remove-service-zip-code,
.capsule-cross-btn{
    margin-left: 5px;
    padding: 8px;
    background: #ffffff26;
    border-radius: 100px;
    line-height: 0;
    cursor: pointer;
}

.service-row{
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
}

.countries-list,
.states-list{
    margin-top: 5px !important;
    padding-left: 0 !important;
    display: flex;
    gap: 10px;
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.service_page_services{
    display: flex;
    gap: 20px;
}

.service-area{
    font-size: 14px;
    color: rgb(30, 45, 97);
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
}

.reviews-desc textarea{
    height: unset;
}

/* .office_locations,
.service-reviews{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
} */

/* .gma-location-box, */
/* .gma-review-box{
    display: flex;
    gap: 10px;
    flex-direction: column;
    border: 1px solid lightgray;
    border-radius: 24px;
    padding: 20px 10px;
} */

/* .gma-remove-location,
.gma-service-remove-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */













.office_locations,
.service-reviews,
.company-reviews,
.socialRepeater{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

/* Card */
.gma-location-box,
.gma-review-box,
.social_profile_box,
.gma-company-review-box {
    background: #ffffff;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #e6e8ec;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
    position: relative;
}

.social_profile_box{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.gma-location-box:hover,
.gma-review-box:hover,
.social_profile_box:hover,
.gma-company-review-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

/* Header */
.gma-remove-location,
.gma-service-remove-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Title */
.gma-remove-location > span:first-child,
.gma-service-remove-review > span:first-child {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c3e50;
}

/* Fields */
.office_location_country,
.office_location_city,
.office_location_address,
.reviews-desc,
.office_location_state{
    margin-bottom: 16px;
}

.office_location_country span,
.office_location_city span,
.office_location_address span,
.reviews-stars span,
.reviews-desc span{
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #7b8a9a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Input */
.gma-location-box input {
    width: 100%;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1px solid #d9dde4;
    background: #fafbfc;
    font-size: 14px;
    transition: 0.2s ease;
}

.gma-location-box input:focus {
    outline: none;
    border-color: #3f51b5;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.08);
}

.heading_pill{
    background: rgba(30, 45, 97, 0.05);
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 8px 14px;
}

#services_1_list{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px !important;
    padding-left: 0 !important;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

#services_1_list li{
    gap: 5px;
    width: fit-content;
    display: flex;
    background: linear-gradient(to right, #1e2d61, #4A8FD1);
    padding: 3px;
    color: white;
    border-radius: 100px;
    align-items: center;
    font-size: 12px;
    padding-left: 10px;
}

.company_save_code{
    display: flex;
    justify-content: space-between;
}

.company_page_certification_ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.plateform_div{
    background: #ffffff;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #e6e8ec;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gma-company-review-box{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.pmpro-has-access{
    max-width: 1250px;
    margin: auto;
    padding: 60px 80px 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
    /* margin-bottom: 20px; */
    border-radius: 24px;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
}

.my_container .pmpro{
    width: 500px;
    margin: auto;
}

.pmpro_actions_nav a{
    color: #1e2d61;
    text-decoration: none;
    font-weight: 600;
}

#content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.data_saved_message{
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    background: #1e2d61;
    padding: 10px;
    border-radius: 24px;
}

.custom-levels-wrapper {
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.levels-row {
    display: flex;
    align-items: center; /* PERFECT vertical center */
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.levels-header {
    font-weight: 600;
}

.col-level {
    flex: 1;
}

.col-price {
    flex: 1;
}

.col-action {
    flex: 1;
}

.pmpro_level-price {
    margin: 0;
}

/* Optional fixed row height */
.levels-row {
    min-height: 80px;
}

.page-id-73 #pmpro_btn-submit{

}

.page-id-73 #pmpro_btn-submit{
    background-color: #1e2d61;
    color: white;
    padding: 16px 45px;
    border-radius: 100px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    min-height: 47px;
    text-decoration:none;
    text-align: center;
}

.page-id-73 #pmpro_btn-submit:hover,
.page-id-73 #pmpro_btn-submit:focus{
    background-color: #1C66AD;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -5px rgba(30, 45, 97, 0.3);
    color: white;
}

.dashboard_sidebar{
    width: 280px; 
    background-color: #1e2d61; 
    color: #ffffff; 
    display: flex; 
    flex-direction: column; 
    padding: 30px 20px; 
    box-shadow: 4px 0 20px rgba(0,0,0,0.1); 
    z-index: 10; 
    justify-content: space-between
}

@media (max-width: 768px) {

    .back-to-search{
        display: none !important;
    }
}