/* 

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme-child/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 2.0.0

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

*/



/* Add your custom styles here */
.main_wrap_layer{
        max-width: 1140px;
        margin: 0 auto;  
    }
.mbn_pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .mbn_pagination .page-numbers{
   display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 36px;
    min-width: 36px;
    background-color: #1A8FCC;
    border-radius: 50px;
    margin: 0 ;
    font-size: 16px;
    transition: background-color 0.21s cubic-bezier(0.23, 1, 0.320, 1);
    text-decoration: none;
    padding-inline: 6px;
  }
  a.next.page-numbers, a.prev.page-numbers{
    border-radius: 3px;
    background-color: #67BF6B;
    width: max-content;
    padding: 3px 20px;
    text-decoration: none;
    border-radius: 50px;
  }
  span.page-numbers.current {
    background-color: #67BF6B;
  }

  .loader {
    background-color: #ffffff73;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    align-content: center;
}
 .description {
   
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 15px;
    transition: height 0.4s ease-in-out;
}
.description.unexpended{
    height: 263px;
}
.description.unexpended:before {
    content: '';
    width: 100%;
    height: 66%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    
    position: absolute;
}
#fi_1607083 {
    display: none;
}
.expender {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
margin-block-end: 15px;
padding-bottom: 15px;
}
#fi_709373{
    position: relative;
    z-index: 1;
}
.expender h4 {
    text-align: center;
    font-size: 1rem;
    margin-block: 0px;
}
.expendinner {
    border: 2px solid #6BBC4F;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: max-content;
    padding: 1px 20px;
    cursor: pointer;
     transition: all 0.4s ease-in-out;
}
.expendinner:hover {
    background-color:#6BBC4F ;
    color: #fff;
}
#mb_fade_div {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.73);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background: rgba(255, 255, 255, 0.73);
        z-index: 998;
    }
    .mb_shortlist_popup {
        display: none;
        position: fixed;
        left: 0%;
        right:0%;
        margin:auto;
        top: 50%;
        transform: translate(0%, -50%);
        width: 90%;
        max-width:750px;
        
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        z-index: 999;
        border-radius: 10px;
    }
    .mb_popup_close_wrapper {
        
        background-color: #6EBF32;
        border-radius: 10px 10px 0 0;
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 3px 10px 0px;
        color: #fff;
        text-transform: capitalize;
    }
    
    .row.modal-shortlistname label {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .reset_password {
        color: #000 !important;
        font-weight: 600;
    }
    .row.modal-shortlistname input,.row.modal-shortlistname textarea {
        margin-bottom: 15px;
    }
    .mb_close_popup_btn {
        padding: 8px;
        height: 30px;
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        position: absolute;
        right: -6px;
        top: -6px;
        background-color: #fff !important;
        color: #6EBF32;
        font-family: 'Roboto';
        border-color: #fff !important;
        cursor: pointer;
    }
    .mb_close_popup_btn:hover {
        color: #6EBF32;
    }
    .mb_shortlist_sumbit_btn {
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #1A8FCC !important;
        border: 0px;
        color: #ffffff !important;
        padding: 8px 16px;
        font-size: 15px;
        line-height: 1em;
        border-radius: 3px;
        margin-bottom: 0px !important;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        align-content: center;
        width: max-content;
    }
    .mb_shortlist_sumbit_btn span {
        display: block;
        padding-top: 7px;
    }
   .mb_shortlist_popup form {
        padding: 20px !important;
    }
    .dividor {
        height: 150px;
    }
    .table-container a {
        color: #000;
        list-style: none;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mt-40 {
        margin-top: 40px;
    }
    .breadcrumbs,.breadcrumb {
        font-size: 14px;
        color: #333;
        text-align: left;
        padding: 25px 3px 0;
    }
    .breadcrumbs a, .breadcrumb a {
        color: #333;
        text-decoration: none;
    }
    .breadcrumbs a:hover, .breadcrumb a:hover {
        text-decoration: underline;
    }
    .breadcrumbs span, .breadcrumb span {
        color: #666;
        font-weight: 700;
    }

    .table-container {
        width: 100%;
        margin: 15px auto auto;
        border: 12px solid #fff;
        border-radius: 10px;
        overflow-x: auto;
        background-color: #fff;
    }
    .table-container table {
        width: 100%;
        border-collapse: collapse;
        margin: 0px !important;
    }
    .table-container thead th {
        background-color: #6BBC4F;
        color: white;
        text-align: left;
        padding: 15px;
        border-right: 1px solid #3c3c3c5c;
	text-transform: uppercase;
    }
    .table-container thead th:last-child{
        border-right: none;
    }
    .table-container tbody td {
        border-left: none;
        padding: 15px;
        border-bottom: 2px solid #fff;
        border-right: 1px solid #3c3c3c1f;
    }
    .table-container tbody tr td:last-child{
        border-right: none ;
    }
    .table-container tbody tr:nth-child(even) {
        background-color: #f3e8d0;
    }
    .table-container tbody tr:nth-child(odd) {
        background-color: #FCF7ED;
    }
    .error_msg{
        text-align: center;
    }
    .shortlist-btn {
        background-color: #1A8FCC;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .shortlist-btn:hover, .shortlist-btn:focus {
        background-color: #1A8FCC;
    }
    .table-container::-webkit-scrollbar 
    {
        width: 5px;
        height: 5px;
    }
    .table-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .table-container::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #0D0D87;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    .table-container::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }
    .alphabet-container {
        text-align: center;
        margin-top: 10px;
    }
    .alphabet-list {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 11px 15px ;
        margin: 0 0 10px 0;
        background-color: #F6F0E4;
        border-radius: 8px;
        flex-wrap: wrap; 
    }
    .alphabet-list li {
        margin: 0 4px;
    }
    .alphabet-list li a{
        padding: 4px 11px;
        display: block;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        color: #333; 
        text-decoration: none;
    }
    .alphabet-list li a.active {
        background-color: #83c06b;
        color: #fff;
    }
    .alphabet-list li a:hover {
        background-color: #83c06b;
        color: #fff;
    }
    .entry-title {
        text-align: center;
        font-size: 2rem;
        margin-top: 30px;
    }
    p.logged-in-as a {
        color: #69c156;
        font-weight: 600;
    }
    .form-submit .submit {
        border: 1px solid #1A8FCC;
        background-color: #1A8FCC;
        color: #fff !important;
        border-radius: 5px;
        
        
    }
    .dgird {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
    .img-container {
        width: 100%;
        height: 100%;
        background-image: url('https://mybaby.net.au/wp-content/uploads/2024/08/mybaby.jpg');
        background-position: right;
        background-size: cover;
        border-radius: 10px 0 0 10px;
        min-height: 400px;
    }
    .img-container2 {
        width: 100%;
        height: 100%;
        background-image: url('https://mybaby.net.au/wp-content/uploads/2024/08/mybaby-login.jpg');
        background-position: right;
        background-size: cover;
        min-height: 400px;
        border-radius: 10px 0 0 10px;
    }
     .main_faq_shoertcode {
    max-width: 1140px;
    margin: 0 auto;
    
    border-radius: 8px;
    }
    .faq-section{
        padding-top: 60px;
     }
    
    
    .faq-section h2 {
        text-align: center;
        color: #83c441;
        font-size: 2em;
        margin-block-start: 40px;
        margin-block-end: 10px; 
    }
     .faq {
        margin-bottom: 15px;
    }  
     .question {
        padding: 15px 10px 15px 32px;
        cursor: pointer;
        font-weight: 600;
        position: relative;
        border-radius: 8px;
        transition: background-color 0.3s ease;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        font-size: 19px;
        color: #056292;

    }
    .question:before{
        content: 'Q.';
        font-size: 19px;
        color: #056292;
        position: absolute;
        left: 10px;
    }
    .answer {
        padding: 0px 0px  15px;
        display: none;
       
    }
    .toggle-icon {
        color: #83c441;
        font-size: 1.5em;
        
    }
    .toggle-icon {
        color: #ffffff;
        font-size: 1.2em;
        background-color: #83c441;
        width: 24px;
        height: 22px;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        border-radius: 4px;
        line-height: 1rem;
        padding: 0;
    }

    .et_header_style_left .logo_container {
        height: auto !important;
    }
    .filter-wrap-layer{
        background-color: #fff;
        padding: 18px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    }
    .filter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f8f1e5;
        padding: 10px;
        border-radius: 5px;
        flex-wrap: wrap;
        gap: 15px;
        
    }
    .filter-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .search-container {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }
    .filter-wrap-layer .btn {
        background-color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 15px;
        cursor: pointer;
        font-weight: normal;
        color: #000;
        font-size: 14px;
        transition: background-color 0.3s, box-shadow 0.3s;
    }
    .filter-wrap-layer select.onewidth {
        display:none; 
    }
    .filter-wrap-layer select {
        background-color: #fff;
        border-radius: 5px;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-weight: normal; 
        color: #000;
        font-size: 14px;
    }
    .onewidth{
            width: 150px;
    }
    .filter-wrap-layer .btn:hover {
        background-color: #7ed26d;
        color: #fff;
    }
    .filter-wrap-layer .active {
        background-color: #7ed26d;
        color: #fff;
    }
    .filter-wrap-layer .search-btn {
        background-color: #7ed26d;
        color: #fff;
        letter-spacing: 2px;
    }
    .advanced-search-btn {
        background-color: #1A8FCC !important;
        color: #fff  !important;
        letter-spacing: 2px;
    }
    .advanced-search-btn:hover {
        background-color: #1A8FCC;
    }
    .filter-wrap-layer .input-field {
            padding: 0px 10px !important;
        border: 1px solid #fff !important;
        border-radius: 5px;
        
        color: #000 !important;
        
    }
    .filter-wrap-layer .input-field::placeholder {
        color: #b3b3b3;
        opacity: 1; /* Firefox */
    }
    .filter-wrap-layer .input-field::-ms-input-placeholder { /* Edge 12 -18 */
    color: #b3b3b3;
    }
    .filter-wrap-layer .input-field:focus {
        box-shadow: inset 0 0 0 2px #7ed26d;
        outline: none;
    }
    

        .options_value {
        list-style-type:none;
        margin: 0;
        padding:0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .options_value li {
        float:left;
        
        width:70px;
        height:40px;
        position:relative;
    }
    .options_value label{
        display:block;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        height: 41px;
    }
    .options_value input[type="radio"] {
        opacity:0.011;
        z-index:100;
    }
    .options_value input[type="radio"]:checked + label {
        background:#7ed26d;
        color: #fff;
    }
    .options_value label {
        background-color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 15px;
        cursor: pointer;
        font-weight: normal;
        color: #000;
        font-size: 14px;
        transition: background-color 0.3s, box-shadow 0.3s;
        cursor:pointer;
        
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }
    .options_value label:hover {
        background:#7ed26d;
        color: #fff;
    }
    .mega_menu_list ul li a:hover {
        background-color: #ad6f0b;
        color: #fff;
        border-radius: 20px;
        text-align: left;
        padding: 5px 10px;
    }
    .mega_menu_list ul li a {
        color: #000;
        display: block;
        border-radius: 10px;
        text-align: left;
        padding: 5px 10px;
        transition: all .3s ease-in-out;
    }
    .advanced_search_containers #search_name_by_origin:focus,.advanced_search_containers #search_with_this_letter:focus{
    box-shadow: inset 0 0 0 2px #7ed26d;
        outline: none;
    
    }
    .advanced_search_containers #search_name_by_origin,.advanced_search_containers #search_with_this_letter{
    	width:50%;
    	padding: 12px 10px !important;
        border: 1px solid #fff !important;
        border-radius: 5px;
        color: #000 !important;
    }
    .advanced_search_containers {
        display: flex
    ;
        width: 100%;
        gap: 10px;
    }
    button.btn.clear_filter-btn:hover a {
        color: #fff;
    }
    @media (max-width: 1160px) {
           
           
            .main_faq_shoertcode .faq-section h2 {
                font-size: 1.5rem;
            }
        }
    @media (max-width: 768px) {
            .main_wrap_layer, .mb_shortlist_popup {
            width: 97%;
            }
            .dividor{
            height: 30px;
            }
            .dgird {

            grid-template-columns: repeat(1, 1fr);

            }
            .img-container2, .img-container  {
            display: none;
            }
            .table-container tbody tr td:nth-child(2){
            min-width: 300px;

            }
            .first-h h1, .main-h h1{
            font-size: 1.6rem;
            }
            .options_value {
            display: none;
            }
            .filter-wrap-layer select.onewidth {
            display: block;
            }
            .search-container{
            justify-content: start;
            flex-wrap: wrap;
            } 
            .filter-wrap-layer .onewidth {

            width: calc(33.33% - 10px);


            }
            .filter-container {
            flex-wrap: wrap;
            }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
         .main_wrap_layer {
            width: 97%;
        }
        .table-container tbody tr td:nth-child(2){
            min-width: 300px;

        }
        .first-h h1, .main-h h1 {
            font-size: 1.8rem;
        }
         .options_value{
            flex-wrap: wrap;
        }
    }
/* ── Mega menu dropdown constraints ── */
.e-n-menu-content {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.e-n-menu-content ul {
    column-count: 4;
    column-gap: 10px;
}

.e-n-menu-content ul li {
    break-inside: avoid;
    padding: 3px 0;
    font-size: 13px;
}

/* ── Mega menu dropdown fix v2 ── */
.e-n-menu-content {
    max-height: 70vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: auto !important;
    max-width: 100vw !important;
}

.e-n-menu-content ul li a {
    font-size: 13px !important;
    padding: 2px 0 !important;
    white-space: nowrap;
}
