:root{
        margin: 0 !important;
        padding: 0 !important;
    }
body.admin-bar .bar-main-menu{
    padding-top: 0;
}
.hero-section {
    background: #00AEEF;
    padding: 130px 0 80px;
}
.hero-section .elementor-container {
    gap: 30px;
    padding: 0 15px;
}
.hero-section .elementor-column img {
    width: 100%;
}
.hero-section .elementor-column .elementor-widget-wrap {
    align-content: center;
}
.hero-section h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
}
.hero-section .elementor-widget-wrap p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.hero-section .btn {
    background: #fff;
    color: var(--e-global-color-primary);
    margin-top: 30px;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: 700;
}
.hero-section .btn:hover {
    background: #f5f5f5;
}
.page-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 30px;
}
.page-content .left-sidebar {
    width: 30%;
    padding-top: 60px;
}
.page-content .right-content {
    width: 70%;
}
.page-content .left-sidebar ul {
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

ul.accordion-menu > li{
    margin: 5px 0;
}

ul.accordion-menu > li > .accordion-header {
    padding: 15px 30px;
    color: var(--e-global-color-text);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
ul.accordion-menu > li > .accordion-header.open{
    background: var(--e-global-color-primary);
    color: #fff;
}
ul.accordion-menu > li > ul.accordion-content {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}
ul.accordion-menu > li > ul.accordion-content a {
    color: #000;
}

.category-heading-area {
    padding-bottom: 20px;
    margin-bottom: 25px;
    padding-top: 60px;
    border-bottom: 1px solid #f5f5f5;
}
.category-heading-area .category-heading {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0;
}

.category-heading-area .category-description{
    font-size: 16px
}
ul.accordion-menu > li > ul.accordion-content a.active {
    color: #03b1ee !important;
}

.page-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.no-integration {
    background-color: var(--e-global-color-primary);
    border-radius: 20px;
    flex: 1;
    color: var(--e-global-color-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 100px auto 0px;
    padding: 80px 30px;
    background-image: url(/wp-content/uploads/2025/01/line-shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.no-integration__hd {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.integration__para {
    color: #fff;
    font-size: 18px;
}
.no-integration__link {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    border: thin solid #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #00aeef !important;
    background: #fff;
}
.no-integration__link:hover {
    text-decoration: none;
    background: #3d505a;
    color: #fff !important;
    border-color: #3d505a;
}
.logo-reviews {
    display: flex;
    margin-top: 100px;
}
.logo-reviews .left-logo {
    padding: 10px;
    width: 15%;
}
.right-logo {
    padding: 10px;
    border-left: thin solid #e4e4e4;
    display: flex;
    align-items: center;
    width: 85%;
}
.logo-reviews .left-logo a {
    display: block;
    padding-right: 20px;
}
.logo-reviews .left-logo a img {
    width: 125px;
}
.right-logo .logos-left-reviews {
    display: flex;
    align-items: center;
    width: 100%;
}
.logo-review-card {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}
.logo-review-card a {
    display: block;
}
.logo-review-card a img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}
.logo-review-card .stars {
    display: flex;
    gap: 5px;
}
.logo-review-card .stars svg {
    width: 22px;
    height: 21px;
}
.logo-review-card .rating-numbers {
    margin-top: 10px;
}
.get-a-quote-footer {
    display: none;
}
.logo-review-section {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 50px;
}

.live-search-container {
    position: relative;
    margin: 30px 0 0;
    max-width: 100%;
    width: 350px;
}

#live-search-field {
    width: 100%;
    padding: 15px 25px 15px 50px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    background: #FFF url('/wp-content/themes/nuacom-new-template/images/search.svg') no-repeat 20px center / 20px 20px;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 0;
    display: none;
    box-shadow: 0 2px 16px -2px rgb(2 94 172 / 10%) !important;
    border: thin solid #eaebf0;
}

.live-search-results p {
    color: #878787 !important;
    font-size: 14px !important;
    padding: 10px 20px;
}

.live-search-results a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    color: var(--e-global-color-text);
}

.live-search-results a:hover {
    background-color: #f1f1f1;
}

.featured-items {
    background: #f4f7f9;
} 

.featured-items__container{
    padding: 15px 0 30px;
}


.featured-items__hd {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}

.featured-items__hd h3 {
    font-size: 24px;
}

.featured-items__hd img {
    margin-top: 4px;
}

.featured-items__thumbnail {
    padding: 0;
    background: transparent;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.featured-items__thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.featured-items__title {
    font-size: 17px;
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
}

.featured-items__excerpt {
    margin-bottom: 20px;
}

.featured-items__read-more {
    padding: 5px 12px;
    border-radius: 20px;
    border: thin solid #E9F0F8;
    display: flex;
    justify-content: space-between;
    width: 130px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
}

.featured-items__read-more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 7px;
    font-size: 13px;
}

.featured-items__link {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    color: var(--e-global-color-text);
    display: flex;
    align-items: center;
    transition: background 0.2s;
}

.featured-items__link:hover {
    text-decoration: none;
    color: var(--e-global-color-text);
    background: #ebeff1;
}

.featured-items__link:hover .featured-items__read-more {
    color: #fff;
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary) !important;
}

.featured-items__thumbnail {
    flex-shrink: 0;
    margin-left: 15px;
    margin-bottom: 0;
}

.featured-items__read-more {
    border: thin solid var(--e-global-color-text);
}

.slick-slide .featured-items__link{
    margin: 0 10px;
}

.slick-prev:before, .slick-next:before {
    color: var(--e-global-color-text);
}

@media(max-width:1199px){
    .page-content {
        padding: 0 15px;
    }
    .page-content {
        gap: 50px;
    }
    .page-content .left-sidebar {
        width: 35%;
    }
    .page-content .right-content {
        width: 65%;
    }
}
@media(max-width: 1024px){
    .hero-section .elementor-container .elementor-column {
        width: 100%;
    }
    .hero-section .elementor-column .elementor-widget-wrap {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .hero-section .elementor-column img {
        display: none;
    }

    .hero-section{
        padding-bottom: 30px;
    }

    .page-content .left-sidebar ul{
        top: 150px;
    }
    .live-search-container{
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:991px){
    .page-content .right-content {
        width: 60%;
    }
    .page-content .left-sidebar {
        width: 40%;
    }
    .hero-section .elementor-column .elementor-widget-wrap {
        width: 100%;
    }
    .no-integration__hd {
        font-size: 30px;
    }
    .integration__para {
        font-size: 16px;
    }
    .logo-reviews {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }
    .logo-reviews .left-logo {
        width: auto;
        padding-bottom: 35px;
    }
    .right-logo {
        border-left: none;
        display: flex;
        align-items: center;
        width: 100%;
        border-top: thin solid #e4e4e4;
        padding-top: 35px;
    }
    
}
@media(max-width:767px){
    .hero-section {
        padding: 80px 0 20px;
    }
    .page-content {
        padding: 0 15px;
    }
    .page-content .left-sidebar {
        display: none;
    }
    .page-content .right-content {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 40px;
    }
     .right-logo .logos-left-reviews {
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: space-between;
    }
    .logo-review-card {
        width: 45%;
    }
    .no-integration {
        padding: 50px 20px;
        margin: 50px auto 0px;
    }
    .no-integration__hd {
        font-size: 25px;
    }
    .integration__para {
        font-size: 14px;
    }
    .no-integration__link {
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media (max-width: 480px){
    .category-heading-area .category-heading {
        font-size: 32px;
    }

    .category-heading-area {
        padding-top: 40px;
    }
}