/* @font-face {
    font-family: CeraProLight;
    src: url("/assets/fonts/cera-pro/CeraPro-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraPro;
    src: url("/assets/fonts/cera-pro/CeraPro-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraProMed;
    src: url("/assets/fonts/cera-pro/CeraPro-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraProBold;
    src: url("/assets/fonts/cera-pro/CeraPro-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraProBlack;
    src: url("/assets/fonts/cera-pro/CeraPro-Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: "Manrope";
    src: url("/assets/fonts/manrope/Manrope-VariableFont_wght.ttf") format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans/WorkSans-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
    scroll-behavior: smooth;
}

* {
    font-family: "Manrope";
    font-weight: 400;
    /* 	scroll-margin-top: 7.5rem; */
}

::marker {
    font-weight: bold;
}

body {
    margin: 0;
    background-color: #F6FAFE;
}

a {
    text-decoration: none;
}

.m-0 {
    margin: 0%;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-auto {
    margin: auto;
}

.mt-3rem {
    margin-top: 3rem;
}

.width-100 {
    width: 100%;
}

button {
    cursor: pointer;
}

.container,
.elementor.elementor-97 {
    --gutter-x: 1.5rem;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.feature-text {
    font-family: 'Manrope';
}

.feature-text h1 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 32px;
    line-height: 1.3;
}

.feature-text h2 {
    font-size: 28px;
    line-height: 1.3em;
}

.feature-text .sub-head {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.feature-text h3 {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 30px;
}

.feature-text h4 {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.feature-text p,
.feature-text li {
    font-size: 14px;
    line-height: 20px;
    font-family: "Manrope";
    font-weight: 500;
}

.feature-text li {
    margin-bottom: .5rem;
}

.header-zappy {
    background-color: #F6FAFE;
    padding-bottom: 3rem;
}

header nav {
    padding: .75rem 1.5rem;
}

header .nav-content {
    color: #004C98;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-content img {
    width: 10rem;
}

.header .nav-content .nav-menu {
    margin-left: auto;
}

header .nav-content .nav-menu ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

header .nav-content .nav-menu ul li {
    font-family: "Work Sans";

}

header .nav-content .nav-menu ul li .nav-cta {
    font-family: "Work Sans";
    border: 1px solid #004C98;
    padding: 10px 15px;
    border-radius: 6px;
}

/* hero */

.hero-sec {
    background: linear-gradient(167deg, #0a84e0 9%, #86cfab 91%);
    min-height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: ellipse(1950px 13rem at top);
}

.hero-sec .hero-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.295);
    padding: 1rem 0;
    min-width: 20rem;
}

.hero-sec .hero-text h1 {
    color: hsla(0, 0%, 100%, 1);
    font-family: "Work Sans";
    font-size: 45px;
    text-align: center;
    margin: 0;
}


/* search */

.search-module .search-sec {
    position: relative;
    padding: 2.5rem 0;
    margin-bottom: 2rem;
    z-index: 5;
}

.search-module .search-sec .search {
    position: absolute;
    top: -1rem;
    left: 50%;

    width: 100%;
    /* max-width: 300px; */
    transform: translate(-50%, -50%);

    padding: 2.5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #004C980D;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    font-family: 'Work Sans';
}

.search-module .search-sec .search .text-sec {
    color: #004C98;
    font-family: 'Work Sans';
    padding-bottom: 1.5rem;
}

.search-module .search-sec .search .text-sec h3 {
    margin: 0%;
    font-family: 'Work Sans';
    text-align: center;
    max-width: 20rem;
}

.search-module .search-sec .search .search-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.search-module .search-sec .search .search-dropdown .dropdown {
    position: relative;
    display: flex;
    width: 100%;
    background: #F6FAFE 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

.search-module .search-sec .search .search-dropdown .dropdown form {
    width: 100%;
}

.search-module .search-sec .search .search-dropdown .dropdown form input {
    width: 100%;
}

.search-module .search-sec .search .search-dropdown .dropdown .dropdown-icon {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

.search-module .search-sec .search .search-dropdown .dropdown-btn {
    color: #004C98;
    background-color: transparent;
    border-radius: 8px;
    border: none;
    padding: 12px 16px 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 22px;
    height: 55px;
    min-width: 13rem;
    flex-grow: 1;
}

.search-module .search-sec .search .search-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    background: #F6FAFE 0% 0% no-repeat padding-box;
    border-radius: 8px;

    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: -webkit-fill-available;
    overflow: hidden;
}

.search-module .search-sec .search .search-dropdown .dropdown-btn:hover .dropdown-content {
    display: flex;
}

.search-module .search-sec .search .search-dropdown .dropdown-content a {
    font-family: "Manrope";
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.search-module .search-sec .search .search-dropdown .dropdown-content a:hover {
    background: #cee1f3 0% 0% no-repeat padding-box;
    box-shadow: inset 0em 0em 1rem #00000008;
}

.search-module .search-sec .search .search-dropdown .dropdown .dropdown-content.show {
    display: flex;
}

.search-module .search .blog-search form {
    margin: 0;
    position: relative;
}

.search-module .search .blog-search form input {
    color: #004C98;
    background: #F6FAFE 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: none;
    padding: 12px 25px;
    position: relative;
    font-family: 'Work Sans';
}

.search-module .search .blog-search form input::placeholder {
    color: #004C98;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 22px;
}

.search-module .search .blog-search form input:focus-visible {
    outline: none;
}

.search-module .search .blog-search form .search-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background-color: transparent;
}

.search-module .search-sec .search .search-dropdown .dropdown-btn,
.search-module .search .blog-search form input {
    /* width: 13rem; */
    height: 55px;
}

.search-module .search.child .blog-search form input {
    width: 90%;
}

.search-module .search-sec .search .search-dropdown {
    /* max-width: 25rem; */
    width: 100%;
    flex-direction: column  ;
}

/* Section Header */

.section-head {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-head .section-title-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-head .section-title {
    font-family: 'Work Sans';
}

.section-switcher .nav {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.section-head .section-arrows .slick-arrows-top {
    right: auto;
}

.section-switcher .nav button {
    border-radius: 25px;
    padding: 10px 20px;
    font-family: "Work Sans";
}

.section-switcher .nav .primary-cta,
.section-switcher .nav .secondary-cta {
    color: hsl(206, 92%, 46%);
    background-color: #FFFFFF;
    border: 1px solid hsl(206, 92%, 46%);
    box-shadow: 0px 3px 25px hsla(206, 92%, 46%, 0.376);
    transition: background-color 0.3s ease;
}

.section-switcher .nav .primary-cta.active,
.section-switcher .nav .secondary-cta.active {
    color: #FFFFFF;
    background-color: #004C98;
    border: 1px solid hsl(210, 100%, 30%);
    box-shadow: 0px 3px 25px hsla(210, 100%, 30%, 0.376);
    opacity: 1;
}


/* highlights */

.highlights {
    display: flex;
    margin-bottom: 3rem;
}

.highlights .blog-card,
.infi.blog-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px hsla(210, 100%, 30%, 0.1);
    border-radius: 12px 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.parent-featured .infinite-wrapper .post-list-col:last-child .post-list,
.parent-featured .infinite-wrapper .post-list-item:last-child .post-list,
.parent-featured .post-list-col:last-child .post-list,
.parent-featured .post-list-item:last-child .post-list {
    margin-bottom: 30px;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
    font-family: "Manrope";
    font-weight: 600;
    border-radius: 20px;
    color: #004C98;
    background-color: transparent !important;
    border: 1px solid hsla(206, 92%, 46%);
}

.ajax-load-more-wrap.blue .alm-load-more-btn.done,
.ajax-load-more-wrap.blue .alm-load-more-btn.loading,
.ajax-load-more-wrap.blue .alm-load-more-btn:hover {
    color: #004C98
}

.parent-featured .pagination-seperator::before {
    margin: 0 0 30px;
}

.parent-featured .pagination-seperator .btn-simple {
    padding: 0;
    border: none;
    overflow: visible;
    margin: 1rem 0 2rem;
}

.parent-featured .pagination-seperator .btn-simple .btn-text {
    font-family: 'Work Sans';
    color: #004C98;
    border: 1px solid hsla(206, 92%, 46%, 0.4);
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 10px 16px;
}

.parent-featured .pagination-seperator .btn-simple .btn-icon {
    color: #FFFFFF;
    background-color: #0982E0;
    border: 1px solid hsla(206, 92%, 46%);
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding: 9px 20px 10px;
}

.parent-featured .pagination-seperator .btn-simple .btn-icon i {
    margin: 0;
}

.alm-listing.row.parent-featured {
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

/* switcher section */

.tab-content.switcher-section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tab-content.switcher-section .tab-pane {
    display: none;
}

.tab-content.switcher-section .tab-pane {
    display: none;
}

.tab-content.switcher-section .tab-pane.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 25px; */
    flex-grow: inherit;
}

.tab-pane.loading {
    opacity: 1;
}

.switcher-section .blog-card.horizontal {
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px hsla(210, 100%, 30%, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.switcher-section .blog-card.horizontal .card-img .img img {
    min-height: 10.8rem;
}

.switcher-section .card-img {
    margin: auto;
}

.switcher-section .blog-card .wp-post-image {
    /* width: 40%; */
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.switcher-section .blog-card:hover .wp-post-image {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.parent-featured .switcher-section .blog-card .wp-post-image {
    display: none;
}

.parent-featured .switcher-section .blog-card .card-img .wp-post-image {
    display: block;
}


#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active,
.ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: transparent !important;
}

.ez-toc-widget-container ul.ez-toc-list,
.ez-toc-widget-container ul.ez-toc-list ul {
    padding-left: .8rem;
}

.parent-featured .switcher-section .blog-card.horizontal {
    flex-direction: column;
    width: 100%;
}

.parent-featured .switcher-section .card-img,
.parent-featured .switcher-section .card-body {
    width: 100%;
}

.blog-card .card-img {
    overflow: hidden;
}

.blog-card .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-card:hover .card-img img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-card .card-body {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.blog-card .card-body h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.blog-card .card-body .card-title p {
    margin: 0;
}

.blog-card .card-title a,
.blog-card .card-title a strong {
    font-family: 'Work Sans';
    color: #004C98;
	font-weight:600;
}

.blog-card .card-body .card-details p a,
.blog-card .card-body .card-details p {
    color: #004C98;
    font-family: 'Work Sans';
}

.blog-card .card-body .card-details {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.blog-card .card-body .card-details .card-category,
.blog-card .card-body .card-details .card-date,
.blog-card .card-body .card-details .card-time {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card .card-body .card-details .card-category svg,
.blog-card .card-body .card-details .card-date svg,
.blog-card .card-body .card-details .card-time svg {
    color: #0982E0;
}

.category-expanded .category-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
    padding-top: 2rem;
}

.category-expanded .category-items .category-items-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #004C980D;
    border-radius: 12px;
    overflow: hidden;
}

.category-expanded .category-items .category-items-card .card-img {
    display: flex;
    background-color: #0983e031;
    width: 100%;
    height: 20rem;
}

.category-expanded .category-items .category-items-card .card-body {
    padding: 1.25rem;
}

.category-expanded .category-items .category-items-card .card-title {
    font-family: 'Work Sans';
    margin-top: 0;
    margin-bottom: .75rem;
}

.category-expanded .category-items .category-items-card .card-details {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.category-expanded .category-items .category-items-card .card-details .card-category,
.category-expanded .category-items .category-items-card .card-details .card-date,
.category-expanded .category-items .category-items-card .card-details .card-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.category-expanded .category-items .category-items-card .card-details svg {
    color: #0982E0;
}

.category-expanded .category-items .category-items-card .card-details .card-category p,
.category-expanded .category-items .category-items-card .card-details .card-date p,
.category-expanded .category-items .category-items-card .card-details .card-time p {
    font-family: 'Work Sans';
}

.wp-block-search__inside-wrapper {
    border: none;
}

/* share */

.parent-featured .post .post-bottom {
    justify-content: flex-end;
}

.parent-featured .post .post-bottom .social-share {
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
}

.parent-featured .post .post-bottom .social-share .icons {
    display: inline-flex;
    vertical-align: middle;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.parent-featured .post .post-bottom .social-share .icons li:not(:last-child),
.list-inline-item:not(:last-child) {
    margin-right: 0%;
}

/* Single Post */

.post-container .row {
    background-color: #FFFFFF;
    border-radius: 15px;

    padding: 1rem;
}

.post-container .post-header .title,
.post-container .post-header .title strong {
    color: #004C98;
    font-family: "Work Sans";
}

.post-container .wp-block-heading,
.post-container .wp-block-heading strong {
    color: #004C98;
    font-family: "Work Sans";
}

.post-container .post-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-container .post-details .post-date,
.post-container .post-details .post-category,
.post-container .post-details .post-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.post-container .post-details .post-date svg,
.post-container .post-details .post-category svg,
.post-container .post-details .post-time svg {
    color: #0982E0;
}

.post-container .post-details .post-date p,
.post-container .post-details .post-category p,
.post-container .post-details .post-time p,
.post-container article h1,
.post-container article h1 strong,
.post-container article h2,
.post-container article h2 strong,
.post-container article h3,
.post-container article h3 strong,
.post-container article h4,
.post-container article h4 strong,
.post-container article h5,
.post-container article h5 strong {
    font-family: "Work Sans";
    color: #004C98;
}

.post-container article p,
.post-container article li {
    text-align: left;
}

.post-container article a,
.post-container article a strong {
    font-family: "Manrope";
    font-weight: 800;
    color: #0982E0;
    text-decoration: underline !important;
	
}

.post-container article a:visited,
.post-container article a:visited strong {
    color: #004C98;
    text-decoration: underline !important;
}

.post-container article .tags a {
    text-decoration: none !important;
    border-color: #004C98;
    color: #004C98;
}

.post-container article .tags a:hover {
    border-color: #0982E0;
    color: #0982E0;
}

.post-container article ul {
    padding-left: 1.5rem;
}

/* sidebar */

.sidebar .widget-border {
    border: 1px solid #0983e038;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.widget-title {
    margin: 10px 0;
}

.widget-header {
    margin-bottom: 10px;
}

.sidebar .widget-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    /* Adjust the thickness of the border */
    background: linear-gradient(90deg, hsl(150, 43%, 67%) 10%, hsl(206, 92%, 46%) 10%);
    z-index: 1;
}

.sidebar .social.social-icon {
    flex-wrap: wrap;
}

.sidebar .social a {
    color: #0982E0;
}

.nextprev-post-widget {
    display: none;
}

.single-post .nextprev-post-widget {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 1.5rem;
}

.single-post .nextprev-post-widget .nav {
    font-family: "Work Sans";
    border-radius: 13px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.single-post .nextprev-post-widget .prev {
    color: #0982E0;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 25px #3698E540;
}

.single-post .nextprev-post-widget .prev:hover {
    color: #004C98;
    border: 1px solid #004C98;
}

.single-post .nextprev-post-widget .next {
    color: #FFFFFF;
    background-color: #0982E0;
    border: 1px solid #0982E0;
    box-shadow: 0px 3px 25px #3698E540;
}

.single-post .nextprev-post-widget .next:hover {
    background-color: #004C98;
    border: 1px solid #004C98;
}

pre,
.wp-block-quote,
.nextprev-post.prev,
.nextprev-post.next,
.post-container article #ez-toc-container {
    background-color: transparent;
    border: 1px solid #0983e038;
    border-left-color: #0983e038 !important;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding-left: 2rem;
	
	 
	
}

.nextprev-post.prev h5 a,
.nextprev-post.next h5 a {
    font-family: 'Manrope';
    font-weight: 700;
}

pre::after,
.wp-block-quote::after,
.nextprev-post.prev::after,
.post-container article #ez-toc-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, hsl(206, 92%, 46%) 75%, hsl(150, 43%, 67%) 75%);
    z-index: 1;
}

.nextprev-post.next::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, hsl(206, 92%, 46%) 75%, hsl(150, 43%, 67%) 75%);
    z-index: 1;
}

/* TOC body */

.ez-toc-widget-container nav {
    max-height: 15rem;
    overflow: scroll !important;
}

.ez-toc-title-toggle {
    display: flex;
    justify-content: space-between;
}

#ezw_tco-2 .ez-toc-title {
    color: #004C98 !important;
}

.ez-toc-widget-container .widget-title {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: .5rem;
}

.ez-toc-title-container {
    position: relative;
}

.ez-toc-btn-default {
    display: flex;
    align-items: center;
    top: 0.5rem;
    right: .25rem;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
}

.ez-toc-btn-default:active {
    box-shadow: none;
}

.ez-toc-btn-default:hover {
    background-color: transparent;
}

.ez-toc-btn-default span {
    border: 1px solid #C9E3F8;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.ez-toc-btn-default span:hover {
    color: #FFFFFF;
    background-color: #0a84e0;
    border: 1px solid #0a84e0;
}

.ez-toc-btn-default span svg {
    color: #C9E3F8 !important;
    fill: #C9E3F8 !important;
}

.ez-toc-btn-default span:hover svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.ez-toc-widget-container nav::-webkit-scrollbar {
    max-height: 4px;
    max-width: 3px;
}

.ez-toc-widget-container nav::-webkit-scrollbar-thumb {
    background: #C9E3F8;
    border-radius: 10px;
    margin-right: .5rem;
}

.post-container article #ez-toc-container {
    width: 100%;
}

.post-container article #ez-toc-container nav {
    max-height: 30rem;
    overflow: scroll;
}

.post-container article #ez-toc-container nav::-webkit-scrollbar {
    max-height: 4px;
    max-width: 3px;
}

.post-container article #ez-toc-container nav::-webkit-scrollbar-thumb {
    background: #C9E3F8;
    border-radius: 10px;
    margin-right: .5rem;
}

.post-container article #ez-toc-container nav a {
    text-decoration: none !important;
}

.post-container article #ez-toc-container .ez-toc-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-container article #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 25px;
    line-height: 32px;
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label,
.ez-toc-cssicon {
    left: auto;
    height: 2rem;
    border: 1px solid #C9E3F8;
}

#ez-toc-container .ez-toc-js-icon-con span,
#ez-toc-container .ez-toc-toggle label span,
.ez-toc-cssicon span {
    display: contents;
    height: 2rem;
    border: none;
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0rem;
}


.comment-respond {
    border-radius: 15px;
    padding: 2rem;
    background-color: #FFFFFF;
}

#respond.comment-respond {
    --bs-gutter-x: 1.5rem;
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

/* elementor cta custom */

.zappyCTA .row {
    color: #e1eef8;
    background: #004c98 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    margin: auto;
    max-width: 32rem;
    padding: 2rem 1rem;
}

.zappyCTA .row .textSec {
    margin: auto;
    opacity: 0.9;
    text-align: center;
}

.zappyCTA .row .textSec h2 {
    font-family: "Work Sans";
    color: #e1eef8;
}

.zappyCTA .row .textSec p {
    opacity: 0.9;
}

.zappyCTA .row .textSec .btn {
    font-family: "Manrope";
    font-weight: 600;
    color: #1f1f1f;
    background: #ffcf52;
    border: 1px solid #ffcf52;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 20px;
    transition: background-color 0.5s ease;
    border-radius: 10px;
    margin: auto;
}

.zappyCTA .row .textSec .btn:hover {
    color: #e1eef8;
    border: 1px solid #e1eef8;
    background: transparent;
}

.zappyCTA .row .imgSec {
    display: none;
}

.zappyCTA .row .imgSec .img {
    margin: 0 0 0 auto;
    max-width: 20rem;
}

/* Social share */

.zappy-single-post-share p {
    padding: 1rem 0 0.25rem 1rem;
    color: #004C98;
    font-weight: 600;
}

.zappy-single-post-share ul.social-icons {
    padding: 0 1rem 1rem;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.zappy-single-post-share ul.social-icons li {
    padding: 0%;
    margin: 0;
    list-style: none;
}

.zappy-single-post-share ul.social-icons li a {
    font-size: 1.5rem;
    color: #0982E0;
}

.zappy-single-post-share ul.social-icons li a:hover {
    color: #004C98;
}

/* cta banner */

.zappy-cta-container {
    display: none;
    background: rgb(9, 130, 224);
    background: linear-gradient(146deg, rgba(9, 130, 224, 1) 69%, rgba(134, 207, 171, 1) 82%);
    position: relative;
    color: #FFFFFF;
    padding: 2rem 1.5rem !important;
    margin-bottom: 8rem;
    border-radius: 12px;
    height: 36rem;
}

.zappy-cta-container .cta-logo {
    max-width: 10rem;
}

.zappy-cta-container .textSec {
    position: relative;
}

.zappy-cta-container .textSec h2 {
    color: #FFFFFF;
    max-width: 14rem;
    font-size: 30px;
    line-height: 38px;
    font-family: "Work Sans";
}

.zappy-cta-container .textSec .arrow-container {
    position: absolute;
    top: 7rem;
    right: 0;
}

.zappy-cta-container .textSec ul {
    padding-left: 0;
}

.zappy-cta-container .textSec ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-bottom: 1rem;
}

.zappy-cta-container .textSec ul li p {
    margin: auto 0;
    font-size: 15px;
    line-height: 20px;
}

.zappy-cta-container .zappy-cta a {
    position: relative;
    z-index: 1;
    font-family: "Work Sans";
    color: #0982E0;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
}

.zappy-cta-container .zappy-cta a:hover {
    color: #FFFFFF;
    background-color: #004C98;
    transition: background-color 0.3s ease;
}

.zappy-cta-container .zappy-cta-img-container {
    position: absolute;
    right: 0rem;
    bottom: 0;
    max-width: 20rem;
}

.zappy-cta-container .zappy-cta-img-container .zappy-cta-img {
    margin-left: auto;
    display: flex;
}


@media (max-width: 575px) {

    .container,
    .elementor.elementor-97 {
        max-width: 98%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-head {
        flex-wrap: wrap;
    }

    .section-head .section-title-sec,
    .section-switcher .nav {
        padding-bottom: 1rem;
    }

    .search-module .search-sec {
        height: 16rem;
    }

    .search-module .search-sec .search {
        /* max-width: 215px; */
        top: 7.5rem;
    }

}

@media (min-width: 576px) {

    .container,
    .elementor.elementor-97 {
        max-width: 540px;
    }

    .search-module .search-sec .search {
        top: 3rem;
    }

    .hero-sec .hero-text {
        min-width: 30rem;
    }

    .search-module .search-sec {
        height: 14rem;
    }

    .search-module .search-sec .search {
        /* max-width: 215px; */
        top: 7rem;
    }

}

@media (min-width: 768px) {

    .container,
    .elementor.elementor-97 {
        max-width: 720px;
    }

    .hero-sec .hero-text {
        min-width: 35rem;
    }

    .search-module .search-sec {
        height: 10rem;
    }

    .search-module .search-sec .search {
        top: 5rem;
        flex-direction: row;
        padding: 2rem 2.5rem;
    }

    .search-module .search-sec .search .text-sec {
        padding-bottom: 0;
    }

    .search-module .search-sec .search .text-sec h3 {
        text-align: left;
    }

    .search-module .search-sec .search .text-sec,
    .search-module .search-sec .search .search-dropdown {
        width: 50%;
    }

    .category-expanded .category-items .category-items-card {
        width: 48%;
    }

    /* post */
    .switcher-section .blog-card.horizontal {
        flex-direction: row;
    }

    .switcher-section .card-img {
        width: 40%;
    }

    .switcher-section .card-body {
        width: 60%;
    }

    .parent-featured .switcher-section .tab-pane.active {
        flex-direction: row;
    }

    .parent-featured .switcher-section .blog-card.horizontal {
        flex-direction: column;
        width: 50%;
    }

    .parent-featured .switcher-section .card-img,
    .parent-featured .switcher-section .card-body {
        width: 100%;
    }

    /* switcher section */
    .parent-featured .switcher-section .tab-pane.active {
        flex-direction: row;
    }

    .switcher-section .card-body {
        border-top: 8px solid #0982E0;
    }

    .parent-featured .switcher-section .blog-card .card-body {
        border: none;
    }

    .parent-featured .switcher-section .blog-card.horizontal {
        flex-direction: column;
        width: 50%;
    }

    .parent-featured .switcher-section .card-img,
    .parent-featured .switcher-section .card-body {
        width: 100%;
    }

    .row.infinite-wrapper .post-list-item {
        max-width: 50%;
    }

    /* elementor cta custom */

    .zappyCTA .row {
        padding: 2rem;
        max-width: 66rem;
    }

    .zappyCTA .row .textSec {
        width: 60%;
        text-align: left;
    }

    .zappyCTA .row .textSec h2 {
        text-align: left;
    }

    .zappyCTA .row .imgSec {
        width: 40%;
        display: block;
    }

}

@media (min-width: 992px) {
    .feature-text h1 {
        font-size: 45px;
        line-height: 55px;
        padding-top: 0rem;
    }

    .feature-text h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .feature-text .sub-header,
    .feature-text .sub-head {
        font-size: 19px;
        line-height: 25px;
    }

    .feature-text h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .feature-text h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .feature-text p,
    .feature-text li {
        font-size: 17px;
        line-height: 24px;
    }

    .post-container article p,
    .post-container article li {
        font-size: 18px;
        line-height: 27px;
    }

    .container,
    .elementor.elementor-97 {
        max-width: 960px;
    }

    .search-module .search-sec {
        height: 3rem;
    }

    .search-module .search-sec .search .text-sec {
        /* max-width: 24rem; */
        padding-bottom: 0;
    }

    .search-module .search-sec .search .text-sec h3 {
        text-align: left;
        max-width: 100%;
    }

    /* search */
    .search-module .search-sec .search .search-dropdown,
    .search-module .search-sec .search .search-dropdown .dropdown {
        flex-direction: row;
    }

    .search-module .search-sec {
        height: 3rem;
    }

    .search-module .search-sec .search {
        /* max-width: 215px; */
        top: 2rem;
    }

    /* highlights */

    .highlights {
        width: 50%;
        margin-bottom: 0;
    }

    #postsTabContent.switcher-section {
        width: 50%;
    }

    .parent-featured .switcher-section .blog-card.horizontal {
        flex-direction: row;
        width: 100%;
    }

    /* query-result */
    .query-result .body-scroll .scrollable-column {
        overflow-y: visible;
    }

    /* Scroll sidebar */

    .body-scroll .static-column {
        position: sticky;
        top: 7rem;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .body-scroll .static-column::-webkit-scrollbar {
        display: none;
    }

    .body-scroll .sidebar {
        overflow-y: auto;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-right: 1rem;
        height: 111rem;
    }

    .body-scroll .static-column .sidebar {
        height: 100rem;
    }

    .body-scroll .scrollable-column {
        overflow-y: auto;
        height: 100%;
    }

    .body-scroll .scrollable-column::-webkit-scrollbar {
        display: none;
    }

    /* elementor cta custom */

    .zappyCTA .row .textSec .btn {
        font-size: 16px;
        line-height: 14px;
        padding: 15px 20px;
    }

    /* Table of content */
    .post-container article #ez-toc-container,
    .toc-desktop-hide {
        display: none;
    }

    /* cta banner */

    .banner-scroll-fixed {
        position: fixed;
        top: 8rem;
        width: 27%;
        max-width: 24.3rem;
    }

    .zappy-cta-container {
        display: block;
    }

    .zappy-cta-container .zappy-cta-img-container .zappy-cta-img {
        width: 62%;
    }
}

@media (min-width: 1200px) {

    .container,
    .elementor.elementor-97 {
        max-width: 1140px;
    }

    header nav.navbar a img {
        max-width: 12rem;
    }

    /* cta banner */
    .zappy-cta-container {
        padding: 2rem !important;
    }

    .zappy-cta-container .zappy-cta-img-container .zappy-cta-img {
        width: 80%;
    }
}

.line-height30{
	 line-height: 30px !important;
    text-align: left !important;
}



@media (min-width: 1400px) {

    .container,
    .elementor.elementor-97 {
        max-width: 1320px;
    }

    /* .search-module .search-sec .search {
        max-width: 1220px;
    } */

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1320px !important;
    }

    /* cta banner */

    .zappy-cta-container .zappy-cta-img-container .zappy-cta-img {
        width: 90%;
    }
}

.mob-hide{
	 @media (max-width:767px) {
                display: none;
            }
}

