/* ===================================
   General
====================================== */

.elementor-editor-active .elementor-add-section-area-button.elementor-add-gigneo-button {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(123, 75, 253)), color-stop(90%, rgb(58, 66, 225)));
    background: -o-linear-gradient(left, rgb(123, 75, 253) 10%, rgb(58, 66, 225) 90%);
    background: linear-gradient(90deg, rgb(123, 75, 253) 10%, rgb(58, 66, 225) 90%);
}

body:not(.elementor-editor-active) .gn-hidden-by-condition {
    display: none !important;
}

/* ===================================
   Repeater
====================================== */

.gn-repeater-layout-grid {
    display: -ms-grid;
    display: grid;
}

/* ===================================
   Employer Archive
====================================== */

.gn-search-field-none .gn-employer-archive-wrapper .gn-archive-search-wrapper {
    display: none;
}

.gn-search-field-search .gn-archive-search-wrapper .gn-location {
    display: none;
}

.gn-search-field-location .gn-archive-search-wrapper .gn-keyword-search {
    display: none;
}

.gn-search-field-location .gn-archive-search-wrapper .gn-form-fields > .gn-btn {
    display: none;
}

.gn-ele-employer-archive-wrapper .gn-pagination span, .gn-ele-employer-archive-wrapper .gn-pagination a{
    line-height: 140%;
}

.gn-ele-employer-archive-wrapper .gn-pagination .gn-current{
    pointer-events: none;
}

/* ===================================
   Freelancer Archive
====================================== */

.gn-search-field-none .gn-freelancer-archive-wrapper .gn-archive-search-wrapper {
    display: none;
}

.gn-ele-freelancer-archive-wrapper .gn-pagination span, .gn-ele-freelancer-archive-wrapper .gn-pagination a{
    line-height: 140%;
}

.gn-ele-employer-archive-wrapper .gn-pagination .gn-current{
    pointer-events: none;
}

/* ===================================
   Service Archive
====================================== */

.gn-search-field-none .gn-service-archive-wrapper .gn-archive-search-wrapper {
    display: none;
}

.gn-ele-service-archive-wrapper .gn-pagination span, .gn-ele-service-archive-wrapper .gn-pagination a{
    line-height: 140%;
}

.gn-ele-service-archive-wrapper .gn-pagination .gn-current{
    pointer-events: none;
}

/* ===================================
   Job Archive
====================================== */

.gn-search-field-none .gn-job-archive-wrapper .gn-archive-search-wrapper {
    display: none;
}

.gn-ele-job-archive-wrapper .gn-pagination span, .gn-ele-job-archive-wrapper .gn-pagination a{
    line-height: 140%;
}

.gn-ele-job-archive-wrapper .gn-pagination .gn-current{
    pointer-events: none;
}

/* ===================================
   Freelancer Grid
====================================== */
.gn-ele-freelancer-grid-wrapper{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* ===================================
   Service Grid
====================================== */
.gn-ele-service-grid-wrapper{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* ===================================
   Job Grid
====================================== */
.gn-ele-job-grid-wrapper{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/* ===================================
   Employer Grid
====================================== */
.gn-ele-employer-grid-wrapper{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/* ===================================
	    Search Bar Style
====================================== */
.gn-ele-search-bar-wrapper .gn-search-types{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.gn-ele-search-bar-wrapper .gn-search-types .gn-search-type > label{
    gap: 10px;
    display: flex;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    align-items: center;
    position: relative;
    background-color: transparent;
}

.gn-ele-search-bar-wrapper .gn-search-types .gn-search-type > label::before{
    content: "\e905";
    display: inline-block;
    font-family: 'hero-icons';
}

.gn-ele-search-bar-wrapper .gn-search-types .gn-search-type-jobs > label::before{
    content: "\ea05";
}

.gn-ele-search-bar-wrapper .gn-search-types .gn-search-type-freelancers > label::before{
    content: "\ea2e";
}

.gn-ele-search-bar-wrapper .gn-search-types .gn-search-type-employers > label::before{
    content: "\e957";
}

.gn-ele-search-bar-wrapper .gn-search-type input {
    display: none;
}

.gn-ele-search-bar-wrapper .gn-search-type:has(input:checked) > label {
    background-color: rgb(var(--gigneo-primary-color));
    border-color: rgb(var(--gigneo-primary-color));
}

.gn-ele-search-bar-wrapper .gn-search-type:has(input:checked) > label{
    color: #fff;
}

.gn-ele-search-bar-wrapper .gn-search-bar{
    display: flex;
    padding: 5px 5px 5px 0;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-search-bar-wrapper .gn-search-bar:focus,
.gn-ele-search-bar-wrapper .gn-search-bar:has(.gn-search-input:focus){
    border-style: solid;
    border-color: rgb(var(--gigneo-primary-color));
    box-shadow: 0 0 0 3px rgba(var(--gigneo-primary-color), 0.05);
}

.gn-ele-search-bar-wrapper .gn-search-bar > label{
    flex: 1;
    margin: 0;
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input{
    border: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    min-height: 40px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0;
    background-color: transparent;
    line-height: var(--gigneo-line-height);
    font-family: var(--gigneo-primary-font);
    color: rgb(var(--gigneo-secondary-font-color));
    caret-color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input:-webkit-autofill,
.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input:-webkit-autofill:hover,
.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input:-webkit-autofill:focus,
.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    background-color: transparent !important;
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-button{
    border: 0;
    gap: 10px;
    color: #fff;
    display: flex;
    cursor: pointer;
    min-height: 40px;
    padding: 10px 20px;
    align-items: center;
    border-radius: 50px;
    background-color: rgb(var(--gigneo-primary-color));
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-button svg{
    flex: none;
    height: 16px;
    width: 16px;
}

.gn-ele-search-bar-wrapper .gn-search-bar .gn-search-button svg path{
    fill: #fff;
}

/*--- search bar layout 2 ---*/
.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-search-input{
    padding: 0 0 0 15px;
    margin: 0;
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-select2{
    margin: 0;
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar{
    padding: 4px;
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-select2 select,
.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-select2 .select2-selection.select2-selection--single{
    background: transparent;
    border: none;
    box-shadow: none;
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-select2 select{
    text-align: right;
    font-family: var(--gigneo-primary-font);
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-select:before{
    right: 15px;
    margin-top: 1.5px;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-select2-dropdown.select2-container--default .select2-selection--single .select2-selection__rendered{
    min-width: 130px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 20px;
    padding: 11px 40px 11px 16px;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-select2-dropdown.select2-container .gn-search-type-select-dropdown.select2-dropdown .select2-results{
    border-radius: var(--gigneo-border-radius-md);
}

.gn-select2-dropdown.select2-container .gn-search-type-select-dropdown.select2-dropdown{
    width: 130px;
    border-radius: var(--gigneo-border-radius-md);
}

/* ===================================
   Profile Info
====================================== */

.gn-ele-profile-info-wrapper .gn-profile{
    gap: 16px;
    display: flex;
    align-items: center;
}

.gn-ele-profile-info-wrapper .gn-profile .gn-avatar{
    height: 50px;
    width: 50px;
}

.gn-ele-profile-info-wrapper .gn-name-wrapper{
    gap: 5px;
    display: flex;
    align-items: center;
}

.gn-ele-profile-info-wrapper .gn-name-wrapper .gn-name{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: var(--gigneo-line-height);
    text-decoration: none;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-info-wrapper .gn-ratings {
    gap: 4px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 4px 0 0;
    align-items: center;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-info-wrapper .gn-ratings i{
    margin-right: 2px;
    font-size: 16px;
    color: rgb(var(--gigneo-warning-color));
}

.gn-ele-profile-info-wrapper .gn-ratings .gn-count {
    color: rgb(var(--gigneo-primary-font-color));
    font-style: normal;
}

.gn-profile-info-layout-2 .gn-profile{
    flex-direction: column;
    align-items: flex-start;
}

/* ===================================
   Profile stats
====================================== */

.gn-ele-profile-stats-wrapper .gn-stat-cards {
    display: grid;
    gap: 16px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    justify-content: start;
}

.gn-ele-profile-stats-wrapper .gn-stat-cards .gn-stat-card {
    padding: 16px;
    border-radius: var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
    border: 1px solid rgb(var(--gigneo-grey-color));
    display: flex;
    flex-direction: column;
    min-height: 90px;
    justify-content: space-between;
}

.gn-ele-profile-stats-wrapper .gn-stat-cards .gn-stat-card .gn-head {
    gap: 6px;
    display: flex;
    margin: 0 0 4px;
    font-family: var(--gigneo-primary-font);
    align-items: center;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-stats-wrapper .gn-stat-cards .gn-stat-card .gn-head i {
    font-size: 18px;
    margin: 1.5px 0;
    align-self: start;
}

.gn-ele-profile-stats-wrapper .gn-stat-cards .gn-stat-card .gn-head .gn-label {
    font-size: 14px;
}

.gn-ele-profile-stats-wrapper .gn-stat-cards .gn-stat-card .gn-value {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-profile-stats-layout-2 .gn-stat-cards .gn-stat-card .gn-head{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

/* ===================================
   Profile Card
====================================== */

.gn-ele-profile-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: #fff;
    border-radius: var(--gigneo-border-radius-xl);
    border: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-profile-card-wrapper .gn-head {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.gn-ele-profile-card-wrapper .gn-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gn-ele-profile-card-wrapper .gn-profile .gn-avatar {
    width: 46px;
    height: 46px;
    box-shadow: none;
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-name-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-name {
    display: flex;
    font-size: 14px;
    color: rgb(var(--gigneo-secondary-font-color));
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    margin: 0;
    gap: 4px;
    align-items: center;
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-tagline {
    margin: 0;
    font-size: 14px;
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-rating .gn-count {
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-card-wrapper .gn-profile .gn-info .gn-rating i {
    margin-right: 2px;
    color: rgb(var(--gigneo-warning-color));
}

.gn-ele-profile-card-wrapper .gn-actions .gn-btn.gn-btn-outline-grey{
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.gn-ele-profile-card-wrapper .gn-actions .gn-btn.gn-btn-outline-grey.gn-loading i {
    opacity: 0;
}

.gn-ele-profile-card-wrapper .gn-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-direction: column;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-card-wrapper .gn-meta li{
    display: flex;
    justify-content: space-between;
}

.gn-ele-profile-card-wrapper .gn-meta li .gn-value {
    color: rgb(var(--gigneo-secondary-font-color));
    font-weight: 500;
    font-size: 14px;
    font-family: var(--gigneo-secondary-font);
}

.gn-ele-profile-card-wrapper .gn-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    margin: 0 -16px -16px;
    border-top: 1px solid rgb(var(--gigneo-grey-color));
    border-radius: 0 0 var(--gigneo-border-radius-xl) var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
    display: none;
}

.gn-ele-profile-card-wrapper .gn-footer:has(.gn-btn) {
    display: flex;
}

.gn-ele-profile-card-wrapper .gn-footer .gn-btn.gn-btn-primary {
    width: 100%;
}

.gn-ele-profile-card-wrapper .gn-footer .gn-btn.gn-btn-outline-grey {
    flex: auto;
    background: #fff;
}

/*profile card layout 2*/
.gn-profile-card-layout-2{
    gap: 20px;
    width: 100%;
    max-width: 400px;
}

.gn-profile-card-layout-2 .gn-head{
    position: relative;
    justify-content: center;
}

.gn-profile-card-layout-2 .gn-profile{
    flex-direction: column;
}

.gn-profile-card-layout-2 .gn-profile .gn-avatar{
    height: 80px;
    width: 80px;
}

.gn-profile-card-layout-2 .gn-actions{
    top: 0;
    right: 0;
    position: absolute;
}

.gn-profile-card-layout-2 .gn-profile .gn-info .gn-name{
    font-size: 20px;
}

.gn-profile-card-layout-2 .gn-profile .gn-info .gn-rating{
    justify-content: center;
}

.gn-profile-card-layout-2 .gn-avatar.gn-online:before, .gn-profile-card-layout-2 .gn-avatar.gn-offline:before{
    margin-left: 6px;
    margin-top: 6px;
}

/* ===================================
   Profile Reviews
====================================== */

.gn-ele-profile-reviews-wrapper .gn-reviews-list {
    gap: 16px;
    display: flex;
    margin-top: 24px;
    flex-direction: column;
}

.gn-ele-profile-reviews-wrapper .gn-review-card {
    padding: 16px;
    border-radius: var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
    border: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
}

.gn-ele-profile-reviews-wrapper .gn-review-author {
    gap: 8px;
    display: flex;
    align-items: center;
}

.gn-ele-profile-reviews-wrapper .gn-review-author .gn-avatar {
    width: 48px;
    height: 48px;
    box-shadow: none;
    background-color: rgb(var(--gigneo-light-grey-color));
}



.gn-ele-profile-reviews-wrapper .gn-review-author-info .gn-name-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.gn-ele-profile-reviews-wrapper .gn-review-author-info .gn-name {
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-secondary-font-color));
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
}

.gn-ele-profile-reviews-wrapper .gn-review-stars {
    gap: 0;
    gap: 2px;
    display: flex;
    margin-top: 4px;
}

.gn-ele-profile-reviews-wrapper .gn-review-stars i {
    font-size: 16px;
    color: rgb(var(--gigneo-grey-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-stars i.gn-filled {
    color: rgb(var(--gigneo-warning-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-date {
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-content ul,
.gn-ele-profile-reviews-wrapper .gn-review-content ol {
    margin: 0;
}

.gn-ele-profile-reviews-wrapper .gn-review-content ul li,
.gn-ele-profile-reviews-wrapper .gn-review-content ol li{
    margin: 0;
    font-size: 14px;
    line-height: var(--gigneo-line-height);
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-content p {
    margin: 0;
    font-size: 14px;
    line-height: var(--gigneo-line-height);
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-content {
    font-size: 14px;
}

.gn-ele-profile-reviews-wrapper .gn-review-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gn-ele-profile-reviews-wrapper .gn-review-content ol,
.gn-ele-profile-reviews-wrapper .gn-review-content ul {
    padding-left: 18px;
}

.gn-ele-profile-reviews-wrapper .gn-review-content a {
    color: rgb(var(--gigneo-primary-color));
}

.gn-ele-profile-reviews-wrapper .gn-review-content p strong {
    color: rgb(var(--gigneo-secondary-font-color));
}

/* ===================================
   Profile socials
====================================== */

.gn-ele-profile-socials-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.gn-ele-profile-socials-wrapper .gn-social-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 5px 11px 5px 9px;
    border-radius: 24px;
    background-color: rgb(var(--gigneo-light-grey-color));
    border: 1px solid rgba(var(--gigneo-grey-color));
    color: rgb(var(--gigneo-primary-font-color));
    text-decoration: none;
}

.gn-ele-profile-socials-wrapper .gn-social-tag img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    background: transparent;
    box-shadow: none;
}

/* ===================================
   Profile Certification
====================================== */

.gn-ele-profile-certificates-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li .gn-image-box{
    width: 120px;
    flex: none;
    height: 80px;
    border-radius: var(--gigneo-border-radius-lg);
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #000;
    border: 1px solid rgb(var(--gigneo-grey-color));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    color: rgb(var(--gigneo-primary-font-color));
    font-size: 20px;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li .gn-image-box img{
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li .gn-image-box:hover img{
    opacity: 0.8;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li .gn-image-box .gn-btn{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: var(--gigneo-border-radius-md);
    border: 1px solid rgb(var(--gigneo-grey-color));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li .gn-image-box:hover .gn-btn{
    opacity: 1;
    visibility: visible;
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-icon i {
    display: block;
}

/* ===================================
   Profile categories
====================================== */

.gn-ele-profile-categories-wrapper{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.gn-ele-profile-categories-wrapper .gn-status-tag{
    padding: 1px 12px;
    line-height: 20px;
    border-radius: var(--gigneo-border-radius-xl);
    color: rgb(var(--gigneo-primary-font-color));
}

/* ===================================
   Profile Skills
====================================== */

.gn-ele-profile-skills-wrapper{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.gn-ele-profile-skills-wrapper .gn-status-tag{
    padding: 1px 12px;
    line-height: 20px;
    border-radius: var(--gigneo-border-radius-xl);
    color: rgb(var(--gigneo-primary-font-color));
}

/* ===================================
   Profile language
====================================== */

.gn-ele-profile-languages-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.gn-ele-profile-languages-wrapper > .gn-status-tag {
    color: rgb(var(--gigneo-secondary-font-color));
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 5px 11px 5px 9px;
    border-radius: 24px;
    background-color: rgb(var(--gigneo-light-grey-color));
    border: 1px solid rgba(var(--gigneo-grey-color));
}

.gn-ele-profile-languages-wrapper > .gn-status-tag .gn-level {
    margin: 0;
    font-weight: 400;
    color: rgb(var(--gigneo-primary-font-color));
}

/* ===================================
   Profile education
====================================== */

.gn-ele-profile-education-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-education-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-info .gn-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-meta {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    word-break: break-word;
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-info > .gn-link {
    display: inline-flex;
    margin-top: 4px;
    text-decoration: none;
}

.gn-ele-profile-education-wrapper .gn-info-list .gn-info-list-item .gn-icon{
    display: flex;
}

@media (min-width: 441px) {
    .gn-ele-profile-education-wrapper .gn-info-list>li {
        align-items: center;
        flex-direction: row;
    }
}

/* ===================================
   Profile experience
====================================== */

.gn-ele-profile-experience-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-experience-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-info .gn-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-meta {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    word-break: break-word;
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-info > .gn-link {
    display: inline-flex;
    margin-top: 4px;
    text-decoration: none;
}

.gn-ele-profile-experience-wrapper .gn-info-list .gn-info-list-item .gn-icon{
    display: flex;
}

@media (min-width: 441px) {
    .gn-ele-profile-experience-wrapper .gn-info-list>li {
        align-items: center;
        flex-direction: row;
    }
}

/* ===================================
   Profile awards
====================================== */

.gn-ele-profile-awards-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-awards-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-info .gn-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-meta {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    word-break: break-word;
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-info > .gn-link {
    display: inline-flex;
    margin-top: 4px;
    text-decoration: none;
}

.gn-ele-profile-awards-wrapper .gn-info-list .gn-info-list-item .gn-icon{
    display: flex;
}

@media (min-width: 441px) {
    .gn-ele-profile-awards-wrapper .gn-info-list>li {
        align-items: center;
        flex-direction: row;
    }
}

/* ===================================
   Profile licenses
====================================== */

.gn-ele-profile-licenses-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-licenses-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-info .gn-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-meta {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    word-break: break-word;
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-info > .gn-link {
    display: inline-flex;
    margin-top: 4px;
    text-decoration: none;
}

.gn-ele-profile-licenses-wrapper .gn-info-list .gn-info-list-item .gn-icon{
    display: flex;
}

@media (min-width: 441px) {
    .gn-ele-profile-licenses-wrapper .gn-info-list>li {
        align-items: center;
        flex-direction: row;
    }
}

/* ===================================
   Profile certificates
====================================== */

.gn-ele-profile-certificates-wrapper .gn-info-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.gn-ele-profile-certificates-wrapper .gn-info-list>li {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-icon {
    width: 50px;
    height: 50px;
    flex: none;
    display: none;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    font-size: 20px;
    color: rgb(var(--gigneo-primary-font-color));
    border-radius: 50%;
    border: 1px solid rgb(var(--gigneo-grey-color));
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-info .gn-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-meta {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-meta li {
    display: flex;
    gap: 6px;
    align-items: center;
    word-break: break-word;
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-info > .gn-link {
    display: inline-flex;
    margin-top: 4px;
    text-decoration: none;
}

.gn-ele-profile-certificates-wrapper .gn-info-list .gn-info-list-item .gn-icon{
    display: flex;
}

@media (min-width: 441px) {
    .gn-ele-profile-certificates-wrapper .gn-info-list>li {
        align-items: center;
        flex-direction: row;
    }
}

/* ===================================
   Service Info
====================================== */

.elementor-widget-gigneo-service-info .gn-ele-service-info-wrapper .gn-head > .gn-title{
    margin: 0 0 24px;
    font-size: 24px;
    color: rgb(var(--gigneo-secondary-font-color));
    line-height: var(--gigneo-line-height);
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
}

.elementor-widget-gigneo-service-info .gn-head .gn-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px;
    align-items: center;
    justify-content: space-between;
}

.elementor-widget-gigneo-service-info .gn-author-info{
    gap: 8px;
    display: flex;
    align-items: center;
}

.elementor-widget-gigneo-service-info .gn-author-info .gn-avatar {
    width: 48px;
    height: 48px;
    box-shadow: none;
}

.elementor-widget-gigneo-service-info .gn-author-info .gn-author-meta .gn-name {
    margin: 0;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: rgb(var(--gigneo-secondary-font-color));
    font-weight: 500;
    font-family: var(--gigneo-secondary-font);
}

.elementor-widget-gigneo-service-info .gn-author-info .gn-author-meta .gn-ratings{
    gap: 4px;
    display: flex;
    font-size: 12px;
    margin: 3px 0 0;
    align-items: center;
    color: rgb(var(--gigneo-secondary-font-color));
}

.elementor-widget-gigneo-service-info .gn-author-info .gn-author-meta .gn-ratings i {
    font-size: 14px;
    color: rgb(var(--gigneo-warning-color));
}

.elementor-widget-gigneo-service-info .gn-author-meta .gn-ratings .gn-count {
    color: rgb(var(--gigneo-primary-font-color));
}

.elementor-widget-gigneo-service-info .gn-head .gn-actions .gn-save-btn {
    padding: 0;
    width: 36px;
    height: 36px;
    color: rgb(var(--gigneo-primary-font-color));
}

.elementor-widget-gigneo-service-info .gn-head .gn-actions .gn-report-btn {
    padding: 0;
    width: 36px;
    height: 36px;
}

/* ===================================
   Service media
====================================== */

.gn-ele-service-media-wrapper .gn-service-media-slider .gn-service-media{
    margin: 0;
    height: 380px;
    position: relative;
    width: 100%;
    border-radius: var(--gigneo-border-radius-xl);
    box-shadow: none;
    background-color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-service-media-wrapper .gn-service-media-slider .gn-service-media img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    object-fit: cover;
    border-radius: inherit;
}

/* ===================================
   Service comparison Table
====================================== */

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-value,
.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-title {
    font-size: 14px;
    text-transform: inherit;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-title {
    margin: 0;
    font-size: 14px;
    max-width: 350px;
    font-family: var(--gigneo-secondary-font);
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-price {
    font-size: 20px;
    margin: 4px 0 0;
    font-family: var(--gigneo-secondary-font);
    font-weight: 500;
    line-height: var(--gigneo-line-height);
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-table tbody tr>td:not(:last-child),
.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-table thead tr>th:not(:last-child) {
    border-right: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-table thead tr>th:first-child {
    background-color: #fff;
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison th:not(.gn-feature),
.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison td:not(.gn-feature) {
    text-align: center;
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgb(var(--gigneo-grey-color));
    border-radius: var(--gigneo-border-radius-lg);
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison .gn-table {
    min-width: 600px;
    border: 0;
    -webkit-overflow-scrolling: touch;
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison thead th.gn-feature {
    vertical-align: bottom;
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison thead th.gn-feature h6 {
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison tbody tr td i {
    font-size: 20px;
    color: rgb(var(--gigneo-dark-grey-color));
}

.gn-ele-service-comparison-wrapper .gn-body .gn-table-comparison tbody tr td i.hi-check {
    color: rgb(var(--gigneo-primary-color));
}

/* ===================================
   Job Info
====================================== */

.gn-ele-job-info-wrapper .gn-head >.gn-heading-area {
    gap: 8px;
    display: flex;
    margin: 0 0 8px;
    align-items: flex-start;
    justify-content: space-between;
}

.gn-ele-job-info-wrapper .gn-head >.gn-heading-area .gn-title {
    margin: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgb(var(--gigneo-secondary-font-color));
    font-family: var(--gigneo-secondary-font);
    font-weight: 500;
}

.gn-ele-job-info-wrapper .gn-head >.gn-heading-area .gn-actions {
    flex: none;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.gn-ele-job-info-wrapper .gn-head >.gn-heading-area .gn-actions .gn-btn {
    padding: 0;
    width: 36px;
    height: 36px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-job-info-wrapper .gn-head >.gn-heading-area .gn-actions .gn-btn svg {
    width: 16px;
    height: 16px;
}

.gn-ele-job-info-wrapper .gn-head >.gn-posted-date {
    margin-bottom: 24px;
}

.gn-ele-job-info-wrapper .gn-head >.gn-posted-date .gn-date {
    display: block;
    font-size: 14px;
    color: rgb(var(--gigneo-primary-font-color));
}

.gn-ele-job-info-wrapper .gn-info-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

.gn-ele-job-info-wrapper .gn-info-cards .gn-info-card {
    padding: 16px;
    border-radius: var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
    border: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-job-info-wrapper .gn-info-cards .gn-info-card .gn-head {
    gap: 6px;
    display: flex;
    margin: 0 0 8px;
    color: rgb(var(--gigneo-primary-font-color));
    align-items: center;
}

.gn-ele-job-info-wrapper .gn-info-cards .gn-info-card .gn-head .gn-icon {
    font-size: 16px;
}

.gn-ele-job-info-wrapper .gn-info-cards .gn-info-card .gn-head .gn-label {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: rgb(var(--gigneo-primary-font-color));
    line-height: var(--gigneo-line-height);
}

.gn-ele-job-info-wrapper .gn-info-cards .gn-info-card h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: var(--gigneo-line-height);
    color: rgb(var(--gigneo-secondary-font-color));
}

@media (min-width: 1200px) {
    .gn-ele-job-info-wrapper .gn-info-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===================================
   Job Proposal
====================================== */
.gn-ele-job-proposal-wrapper .gn-section{
        padding: 16px;
        background-color: #fff;
        border-radius: var(--gigneo-border-radius-xl);
        border: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-job-proposal-wrapper .gn-section .gn-sub-section + .gn-sub-section {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-job-proposal-wrapper .gn-section .gn-actions {
    padding: 12px 16px;
    margin: 16px -16px -16px;
    border-top: 1px solid rgb(var(--gigneo-grey-color));
    border-radius: 0 0 var(--gigneo-border-radius-xl) var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-job-proposal-wrapper .gn-section .gn-actions .gn-btn {
    width: 100%;
}

/* ===================================
   Job Profile
====================================== */

.gn-ele-job-profile-wrapper .gn-section {
    padding: 16px;
    background-color: #fff;
    border-radius: var(--gigneo-border-radius-xl);
    border: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-job-profile-wrapper .gn-employer-section > .gn-head {
    padding: 16px;
    margin: -16px -16px 16px;
    border-bottom: 1px solid rgb(var(--gigneo-grey-color));
}

.gn-ele-job-profile-wrapper .gn-section .gn-actions {
    padding: 12px 16px;
    margin: 16px -16px -16px;
    border-top: 1px solid rgb(var(--gigneo-grey-color));
    border-radius: 0 0 var(--gigneo-border-radius-xl) var(--gigneo-border-radius-xl);
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-job-profile-wrapper .gn-section .gn-actions .gn-btn {
    width: 100%;
}

/* ===================================
   Horizontal Menu
====================================== */

.gn-ele-horizontal-menu-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-menu,
.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar{
    width: 100%;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav{
    margin: 0;
    gap: 40px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item{
    position: relative;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item > a{
    gap: 8px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    transition: color .3s;
    text-decoration: none;
    font-family: var(--gigneo-primary-font);
    color: rgb(var(--gigneo-secondary-font-color));
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item > a:hover,
.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item > a:hover .gn-submenu-icon i{
    color: rgb(var(--gigneo-primary-color));
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item > a > .gn-submenu-icon{
    display: inline-flex;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item .sub-menu{
    left: 0;
    top: 100%;
    padding: 0;
    display: flex;
    z-index: 9999;
    opacity: 0;
    width: 200px;
    margin: -1px 0 0;
    visibility: hidden;
    list-style: none;
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    border-radius: var(--gigneo-border-radius-lg);
    transform: translateY(10px);
    transition: opacity .3s, visibility .3s, transform .3s;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item .sub-menu > li{
    padding: 4px;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar ul.sub-menu > li > ul.sub-menu{
    top: 0;
    left: 100%;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar ul.sub-menu > li > ul.gn-submenu-edge {
    left: auto;
    right: 100%;
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item .sub-menu > li > a{
    padding: 8px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    border-radius: var(--gigneo-border-radius-md);
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item > .sub-menu > li > a:hover{
    background-color: rgb(var(--gigneo-light-grey-color));
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-responsive-menu-toggle{
    opacity: 0;
    display: none;
    visibility: hidden;
    width: 48px;
    height: 48px;
    border: 0;
    background-color: rgb(var(--gigneo-grey-color));
    border-radius: 12px;
    cursor: pointer;
    justify-content: center;
    gap: 6px;
    padding: 0;
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-responsive-menu-toggle i{
    font-size: 24px;
}

.gn-ele-horizontal-menu-wrapper .menu-close-icon {
    display: none;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .menu-open-icon {
    display: none;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .menu-close-icon {
    display: inline-flex;
}

.gn-horizontal-menu-responsive-desktop .gn-horizontal-responsive-menu-toggle{
    opacity: 1;
    display: block;
    visibility: visible;
}

.gn-horizontal-menu-responsive-desktop:not(.gn-responsive-active) .gn-horizontal-navbar-nav{
    visibility: hidden;
    opacity: 0;
}


.gn-horizontal-menu-responsive-desktop .gn-horizontal-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.gn-horizontal-menu-responsive-desktop .gn-horizontal-navbar-nav{
    height: auto;
    background-color: #fff;
    flex-direction: column;
    align-items: self-start;
    width: 100%;
    padding: 20px;
    border: 1px solid rgb(var(--gigneo-grey-color));
    border-radius: var(--gigneo-border-radius-lg);
}

.gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item.gn-active > a > .gn-submenu-icon > i{
    transform: rotate(-180deg);
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .gn-horizontal-navbar-nav > .menu-item{
    width: 100%;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .gn-horizontal-navbar-nav > .menu-item > a{
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .gn-horizontal-navbar-nav .menu-item-has-children > .sub-menu,
.gn-ele-horizontal-menu-wrapper.gn-responsive-active .gn-horizontal-navbar-nav > .menu-item > .sub-menu{
    position: relative;
    left: 0 !important;
    right: auto !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .menu-item-has-children.gn-active > .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
}

.gn-ele-horizontal-menu-wrapper.gn-responsive-active .gn-horizontal-navbar-nav .menu-item .sub-menu > li{
    gap: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px){


    .gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item .sub-menu > li > a,
    .gn-ele-horizontal-menu-wrapper .gn-horizontal-navbar-nav .menu-item .sub-menu{
        background-color: rgb(var(--gigneo-grey-color));
    }

    .gn-ele-horizontal-menu-wrapper.gn-responsive-active .menu-item-has-children.gn-active > .sub-menu > li{
        padding: 0;
    }

    .gn-horizontal-menu-responsive-tablet .gn-horizontal-responsive-menu-toggle{
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .gn-horizontal-menu-responsive-tablet .gn-horizontal-menu {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .gn-horizontal-menu-responsive-tablet .gn-horizontal-navbar-nav{
        height: auto;
        background-color: #fff;
        flex-direction: column;
        align-items: self-start;
        width: 100%;
        padding: 20px;
        border: 1px solid rgb(var(--gigneo-grey-color));
        border-radius: var(--gigneo-border-radius-lg);
    }

    .gn-horizontal-menu-responsive-tablet:not(.gn-responsive-active) .gn-horizontal-navbar-nav{
        opacity: 0;
        display: none;
        visibility: hidden;
    }

    .gn-horizontal-menu-responsive-tablet.gn-responsive-active .gn-horizontal-navbar-nav{
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767px){
    .gn-horizontal-menu-responsive-mobile .gn-horizontal-responsive-menu-toggle{
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .gn-horizontal-menu-responsive-mobile:not(.gn-responsive-active) .gn-horizontal-navbar-nav {
        opacity: 0;
        display: none;
        visibility: hidden;
    }

    .gn-horizontal-menu-responsive-mobile .gn-horizontal-menu {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .gn-horizontal-menu-responsive-mobile .gn-horizontal-navbar-nav{
        height: auto;
        background-color: #fff;
        flex-direction: column;
        align-items: self-start;
        width: 100%;
        padding: 20px;
        border: 1px solid rgb(var(--gigneo-grey-color));
        border-radius: var(--gigneo-border-radius-lg);
    }
}

@media (max-width: 568px) {
    .gn-ele-search-bar-wrapper .gn-search-bar {
        padding: 0 !important;
        border-radius: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gn-ele-search-bar-wrapper .gn-search-bar > label {
        width: 100%;
    }
    .gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-search-input{
        padding: 10px 15px;
    }

    .gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-select2 .gn-select,
    .gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-search-bar .gn-select2 {
        width: 100%;
    }

    .gn-ele-search-bar-wrapper.gn-search-bar-layout-2 .gn-select2-dropdown.select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
        border-top: 1px solid #eaeaea;
    }

    .gn-ele-search-bar-wrapper .gn-search-bar .gn-search-button {
        width: 100%;
        justify-content: center;
        border-radius: 0 0 12px 12px !important;
    }
}
