/***** ========== Blog Listing Page ========== *****/

.gform_confirmation_message {
    font-size: 20px;
    text-align: center;
    color: #4BB543;
}

.minfo_ {
    position:relative;
}

/* .minfo_ .loader {
    border: 6px solid rgba(0,0,0,0.7);
    border-top: 6px solid var(--e-global-color-accent);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 20px;
    left: 50%; 
    margin-left: -20px;
} */

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.blog-post-listing-inner > div.load-more {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog-post-listing-inner > div.load-more button {
    text-transform: capitalize;
    font-size: 18px;
}

.elementor-default .blog-pg-title { 
    font-size: 61px; 
    font-weight: 900;
    margin-top: 0;
}

.blog-banner-section {
    padding: 90px 0;
    background: #F6FAFF;
}

.blog-banner-inner {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.blog-search input[type="search"] {
    border: 0;
    outline: none;
    border-radius: 76px;
    background: #FFF;
    box-shadow: 0px 10px 22.3px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 13px 16px;
    background-image: url('../svg/search-icon.svg');
    background-position: left 16px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 16px; 
    font-weight: 400;
    color: #000;
}

.blog-search input[type="search"]:focus {
    border: 0;
    outline: none;
}

.blog-search input[type="search"]:focus::placeholder {
    opacity: 0;
}

.blog-search input[type="search"]:focus::-moz-placeholder { 
    opacity: 0;
}


.blog-search input[type="search"]::-webkit-search-cancel-button{
    filter: grayscale(100%);  
    display: none;
}




.blog-post-listing-wrapper {
    display: flex; 
    flex-wrap: wrap;
    margin: 0 -12px;
}

.blog-post-listing-wrapper .sidebar {
    width: 25%;
    padding: 68px 12px 0;
}

.sidebar-inner {
    border-top: 1px solid #ccc;
    padding-top: 16px;
}

.my-clear {
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
    padding-bottom: 20px;
    display: none;
}

.elementor-default .selected-category a {
    display: inline-flex;
    height: 10px;
    width: 10px;
}

.sidebar-active-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sidebar-active-items .category-list {
    display: flex;
    flex-wrap: wrap; 
}

.my-clear .clear_all {
    color: var(--e-global-color-secondary);
    font-size: 15px;
    display: flex;
    text-decoration: none;
    gap: 6px;
    font-weight: 600;
    align-items: center;
}

.my-clear .clear_all svg {
    width: 10px;
    height: 10px;
}
 

span.selected-category {
    display: inline-flex;
    background: var(--e-global-color-accent);
    border-radius: 50px;
    padding: 6px 12px;
    color: #fff;
    column-gap: 6px;
    align-items: center;
    text-decoration: none;
    line-height: 20px;
    font-size: 15px;
}

.elementor-default a.selected-category svg {
    width: 10px;
}

.blog-post-listing-wrapper .blog-post-listing {
    width: 75%;
    padding: 0 12px;
}

.blog-post-listing-inner {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.blog-post-listing-inner > div { 
    width: 33.33%;
}

.blog-post-listing-inner > div.no-data {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize; 
    color: var(--e-global-color-secondary);
}

.blog-post-listing-inner .blog-post {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}

.blog-post-inner {
    box-shadow: 0px 8px 20px 0px rgba(95, 109, 137, 0.25);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column; 
}
.blog-post-inner:hover {
    box-shadow: 0 30px 90px -17px rgba(0,0,0,.27); 
}

.blog-post-listing-inner .post-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px; 
    font-weight: 500;
}

.blog-post-listing-inner .post-content h4 a {
    color: #000; 
    text-decoration: none;
}

.blog-post-listing-inner .post-content h4 a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.post-content .category-list {
    margin-bottom: 10px;
}



.category-list .category {
    text-decoration: none;
    color: #306AF6; 
    font-size: 16px; 
    line-height: 20px;
    font-weight: 600;
    display: flex;
    margin-bottom: 14px;
    
}

.blog-post-listing-inner .category-list .category {
    display: inline-block;
    margin: 0;
}

.blog-post-listing-inner .category-list .category:not(:last-child):after {
    content: ',';
    margin-right: 3px;
}


.category-list .category:last-child {
    margin-bottom: 0;
}

.blog-post-listing-inner .post-content .date {
    color: #000; 
    opacity: 0.6;
    font-size: 16px; 
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.author-detail {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}

.author-detail .author-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.author-detail .author-img img {
    height: 100%;
    width: 100%;
}

.post-detail-list {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.elementor-default .detail-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    column-gap: 8px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 75px;
    padding: 7px 17px;
    color: rgba(0, 0, 0, 0.6);
}

.elementor-default .detail-btn:hover {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}

.detail-btn span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
}

.post-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.post-content .post-content-top {
    display: flex;
    flex-direction: column; 
    height: 100%;
}

.blog-post-listing-main {
    padding: 64px 0;
}

.category-list ul {
    padding: 0;
    margin: 0;
}





.custom_check {
    display: block;
    position: relative;
    padding-left: 26px; 
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}
   
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
   
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;  
    border: 1px solid #C2CADB;
}

.checkmark:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: var(--e-global-color-accent);
    opacity: 0;
} 

.custom_check input:checked ~ .checkmark {
    border-color: var(--e-global-color-accent);
}

.custom_check input:checked ~ .checkmark:before { 
    opacity: 1;
}
   
.custom_check:after {
    content: "";
    position: absolute;
    display: none;
}
   
.custom_check input:checked ~ .checkmark:after {
    display: block;
}
   
.custom_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-title {
    font-family: "Maven Pro";
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin-bottom: 18px;
}

.post-image {
    height: 220px;
}

.post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-image a {
    height: 100%;
    width: 100%;
    display: inline-block;
}


.rspv-toggle {
    display: none; 
}

.rspv-toggle svg {
    height: 15px;
}

.rspv-toggle span {
    display: inline-block;
}

.rspv-toggle a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 6px;
    border: 1px solid #E1E7F4;
    padding: 8px 19px !important;
    border-radius: 50px;
}

.rspv-toggle a:hover {
    color: #000;
    border-color: #000;
}

.blog-post-listing .sorting {
    display: flex;
    justify-content: flex-end; 
}

.blog-post-listing .sorting span {
    font-weight: 600;
}

.blog-post-listing .sorting select {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 5px 6px 7px; 
}

.blog-post-listing-header {
    display: flex; 
    justify-content: flex-end;
    margin-bottom: 30px;
    align-items: center;
}

.sidebar-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity ease-in 0.25s;  
}

.sidebar .close_icon {
    display: none;
    position: absolute;
    left: -30px;
    top: 10px;
}

span.noimg {
    display: flex;
    line-height: 12px;
    font-size: 14px;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    background: #e5e5e5;
    font-weight: 600;
}

.wp-container-core-columns-layout-1 > div {
    width: 50%;
}



@media screen and (max-width: 1279px) {
    
    .blog .container {
        width: auto;
        max-width: 100%;
    }

    .blog-post-listing-inner .post-content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px; 
    }

    .elementor-default .detail-btn {
        padding: 4px 10px;
    }

    .detail-btn span { 
        font-size: 16px; 
    }

    .post-detail-list {
        column-gap: 10px;
    }

    .blog-post-listing-inner,
    .blog-post-listing-wrapper {
        margin: 0 -8px;
    }

    .blog-post-listing-inner .blog-post,
    .blog-post-listing-wrapper .blog-post-listing,
    .blog-post-listing-wrapper .sidebar {
        padding: 0 8px;
    }

}


@media screen and (max-width: 1024px) {

    .blog-post-listing-wrapper .sidebar,
    .blog-post-listing-wrapper .blog-post-listing {
        width: 100%;
    }

    .blog-post-listing-header { 
        justify-content: space-between; 
    }

    .rspv-toggle {
        display: flex; 
    }

    .blog-post-listing-wrapper .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
        transition: right ease-in 0.25s;  
        max-width: 300px;
        width: 300px;
        background: #fff;
        padding: 16px; 
    }

    .siderbar_active .sidebar-overlay {
        opacity: 1;
        visibility: visible;
    }

    .siderbar_active .sidebar .close_icon {
        display: inline-block; 
    }

    .siderbar_active .blog-post-listing-wrapper .sidebar {
        right: 0; 
    }

    .sidebar-inner {
        border-top: 0;
        padding-top: 0; 
        max-height: 100%;
        overflow-y: auto;
    }

    .blog-post-listing-inner {
        row-gap: 24px;
    }

    .elementor-default .blog-pg-title { 
        font-size: 40px;
        max-width: 620px;
        margin: 0 auto 30px;
    }

    .blog-post-listing .sorting {
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        border-radius: 32px;
        padding: 5px 8px 5px 11px;
    }

    .blog-post-listing .sorting select {
        border: 0;
        outline: none;
        box-shadow: none;
        padding: 5px 16px 5px 0;
        font-size: 14px;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: right top 10px;
    }

}

@media screen and (max-width: 820px) { 

    .blog-post-listing-inner > div {
        width: 50%;
    }

    .blog-banner-section {
        padding: 60px 0;
    }


    .wp-container-core-columns-layout-1 > div {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {  
    .blog-post-listing-main {
        padding: 40px 0;
    }
    
    .blog-search input[type="search"] {
        width: 100%;
        font-size: 14px;
    }
    
    .elementor-default .blog-pg-title {
        font-size: 32px; 
    }


    .blog-post-listing .sorting select {
        padding: 5px 16px 5px 4px;
    }
}

@media screen and (max-width: 567px) { 



    .blog-post-listing-inner > div {
        width: 100%;
    }

    .blog-search input[type="search"] {
        width: 100%;
    }

    .blog-post-listing .sorting span {
        font-size: 14px;
    }

    .sort-inner {
        display: flex;
        align-items: center;
    }

    .elementor-default .detail-btn {
        column-gap: 4px;
    }

}


/***** ========== Blog Detail Page ========== *****/



.progress {  
    position: fixed;
    z-index: 9999; 
    top: 95px;
    left: 0; 
    height: 5px;
    background-color: #0a6cff;
    transition: all linear 0.1s;
    min-width: 0%;
    border-radius: 0;
}

.blog-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    margin: 0 -12px;
}

.blog-detail-wrapper .blog-detail-sidebar {
    padding: 0 12px;
    width: 25%;
}

.blog-detail-wrapper .blog-detail-content {
    padding: 0 12px;
    width: 75%;
}

.elementor-default .blog-detail-pg-title {
    font-weight: 900;
    font-size: 60px; 
    line-height: 72px;
    margin: 0 0 32px;
}

.post_detail_img {
    height: 405px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 768px;
    margin-bottom: 40px;
}

.blog-detail-content-inner {
    max-width: 768px;
}

.post_detail_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.blog-detail-sidebar .author-detail {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 10px;
}

.blog-detail-sidebar .author-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden; 
}

.blog-detail-sidebar .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.blog-detail-sidebar  .bd-sidebar-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.blog-detail-sidebar .category-list {
    padding: 20px 0;
}

.blog-detail-sidebar .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-detail-sidebar .category-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.blog-detail-sidebar .category-list ul li a {
    text-decoration: none;
    color: var( --e-global-color-primary );
}

.blog-detail-sidebar .social-links {
    display: flex;
    column-gap: 16px;
}

.blog-detail-sidebar .category-list.social {
    padding-top: 0;
}

.blog-detail-sidebar .social-links svg {
    height: 20px;
    fill: #d5d5d5;
}

.blog-detail-sidebar .social-links a:hover svg {
    fill: #000;
}


/*** Content Style ***/

.blog-detail-content-inner h1,
.blog-detail-content-inner h2,
.blog-detail-content-inner h3,
.blog-detail-content-inner h4,
.blog-detail-content-inner h5,
.blog-detail-content-inner h6 {
    line-height: 1.18;
    margin: 0 0 24px;
    font-weight: 700;
}

.blog-detail-content-inner, 
.blog-detail-content-inner p {
    font-size: 20px;
    line-height: 31px;
}

.blog-detail-content-inner .wp-block-heading { 
    font-weight: 900;
    margin-bottom: 16px;
}

.blog-detail-content-inner .wp-block-image {
    margin-bottom: 32px;
    margin-top: 0;
}

.blog-detail-content-inner p,
.blog-detail-content-inner ul,
.blog-detail-content-inner ol {
    margin-bottom: 24px;
}

.blog-detail-content-inner ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 20px;
}

.blog-detail-content-inner h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 64px;
    margin-bottom: 32px;
}

.blog-detail-content-inner h3 {
    font-size: 36px;
    line-height: 42px; 
    margin-top: 30px;
}

.blog-detail-content-inner h4  {
    font-size: 28px;
    line-height: 34px;
}

.blog-detail-content-inner h5 {
    font-size: 22px;
    line-height: 28px; 
}

.blog-detail-content-inner h6 {
    font-size: 20px;
    line-height: 24px; 
}

.blog-detail-content-inner blockquote {
    font-size: 20px;
    line-height: 28px;
    padding: 20px;
    margin: 0 0 32px;
    border: 2px solid #ccc;
    font-weight: 600;
}

.blog-detail-content-inner blockquote p {
    font-size: 20px;
    line-height: 28px;
}

.blog-detail-content-inner .aligncenter {
    text-align: center;
}


.related-articles {
    margin-bottom: 90px;
}

.related-articles .blog-post-listing-inner {
    justify-content: center;
}


.related-article-heading {
    text-align: center;
    margin-bottom: 32px;
}

.related-article-heading h2 {
    font-size: 42px;
    line-height: 48px;
}

.related-articles .post-main {
    display: flex;
    flex-wrap: wrap;
}

.related-articles .blog-post {
    width: 25%;
}

.single-post .custom-header {
    box-shadow: 0 1px 5px 1px rgba(50,52,64,.05);
}

@media screen and (max-width: 1279px) {
    
    .single-post .container {
        max-width: 100%;
    }

    .elementor-default .blog-detail-pg-title {
        font-size: 48px;
        line-height: 58px;
    }

    .blog-detail-content-inner h2 {
        font-size: 36px;
        line-height: 24px; 
        margin-top: 48px;
        margin-bottom: 24px;
    }

    .blog-detail-content-inner h3 {
        font-size: 32px;
        line-height: 36px; 
        margin-top: 24px; 
    }

    .blog-detail-content-inner h4 { 
        font-size: 24px;
        line-height: 30px; 
    }

    .related-articles {
        margin-bottom: 60px;
    }

    .blog-detail-content-inner, 
    .blog-detail-content-inner p {
        font-size: 18px;
        line-height: 26px;
    }

}


@media screen and (max-width: 1024px) { 

    .blog-detail-sidebar .author-detail {
        align-items: center;
    }

    .blog-detail-sidebar .social-links {
        justify-content: center;
    }

    .blog-detail-wrapper .blog-detail-sidebar {
        order: 2;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .blog-detail-wrapper .blog-detail-content {
        order: 1;
        width: 100%;
    }

}


@media screen and (max-width: 1023px) {  

    .related-articles .blog-post {
        width: 33.33%;
    }

    .related-articles {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 820px) {  

    .related-articles .blog-post {
        width: 50%;
    }

}



@media screen and (max-width: 767px) { 
    
    .progress {
        top: 68px;
    }

    .blog-detail-content-inner, .blog-detail-content-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-detail-content-inner p, .blog-detail-content-inner ul, .blog-detail-content-inner ol {
        margin-bottom: 12px;
    }

    .post_detail_img {
        margin-bottom: 24px;
        height: 280px;
    }

    .elementor-default .blog-detail-pg-title {
        font-size: 38px;
        line-height: 46px;
    }

    .blog-detail-content-inner h2 {
        font-size: 28px;
        line-height: 34px; 
        margin-top: 30px;
        margin-bottom: 18px;
    }

    .blog-detail-content-inner h3 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 18px; 
    }

    .blog-detail-content-inner .wp-block-columns  {
        flex-wrap: wrap !important;
        justify-content: center;
        row-gap: 16px;
    }

    .blog-detail-content-inner .wp-block-column + .wp-block-column {
       flex-basis: 100% !important;
    }

    .blog-detail-content-inner .wp-block-column .wp-block-image {
        margin: 0;
    }

    .blog-detail-content-inner blockquote {
        padding: 12px;
    }

    .blog-detail-content-inner blockquote p,
    .blog-detail-content-inner blockquote {
        font-size: 18px;
        line-height: 24px;
    }

   
}


@media screen and (max-width: 567px) { 
    
    .related-articles .blog-post {
        width: 100%;
    }
    
}



/**** Search Page Result ****/

/* .search-result .blog-post {
    width: 25%;
} */


.blog-search .search-field {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}

.blog-search #clear-search{
    font-size: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M242.7 256l100.1-100.1c12.3-12.3 12.3-32.2 0-44.5l-22.2-22.2c-12.3-12.3-32.2-12.3-44.5 0L176 189.3 75.9 89.2c-12.3-12.3-32.2-12.3-44.5 0L9.2 111.5c-12.3 12.3-12.3 32.2 0 44.5L109.3 256 9.2 356.1c-12.3 12.3-12.3 32.2 0 44.5l22.2 22.2c12.3 12.3 32.2 12.3 44.5 0L176 322.7l100.1 100.1c12.3 12.3 32.2 12.3 44.5 0l22.2-22.2c12.3-12.3 12.3-32.2 0-44.5L242.7 256z'/%3E%3C/svg%3E");
    padding: 0;
    background-size: 12px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.subscribe_form_main { 
    padding-top: 80px;
}

.subscribe_form {
    padding: 46px 37px;
    background: #FFF;
    box-shadow: 0px 0px 16.8px 0px rgba(0, 0, 0, 0.10);  
    border-radius: 10px;
    max-width: 1140px;
    margin: 0 auto;
}

a.subscribe-button {
    font-family: "Maven Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    margin-top: 20px;
}

a.subscribe-button:hover {
    background-color: #ffcd4ad4;
}

.subscribe_form .gform_footer .gform_button {
    font-family: "Maven Pro", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none;
    font-style: normal;
    line-height: 24px !important;
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-accent) !important;
    border-style: none;
    border-radius:0;
    padding: 18px 53px !important;
    box-shadow: none !important;
    width: 100% !important;
    text-align: center;
}

.subscribe_form form {
    position: relative;
}

.subscribe_form .gform_footer {
    position: absolute;
    margin: 0 !important;
    right: 0;
    top: 0;
    width: 20%;
}


.subscribe_form .gform_heading {
    display: none;
}

.subscribe_form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}

.subscribe_form h2 {
    width: 100%;
    font-size: 32px; 
    line-height: 38px; 
    margin-bottom: 40px;
    text-align: center;
    max-width: 940px;
}

 .subscribe_form .gform_fields .gfield input.large {
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    padding: 30px 18px;
    font-size: 16px;
    line-height: 20px;
}

.subscribe_form .gform_fields .gfield input.large:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    box-shadow: none;
}

.subscribe_form .gform_fields .gfield.custom-field {
    width: 38.5%;
}

.subscribe_form .gform_validation_errors, 
.subscribe_form .validation_message {
    display: none !important;
}
 


@media screen and (max-width: 1023px) {
    
    .subscribe_form_main { 
        padding-top: 80px;
    }

    .subscribe_form {
        padding: 24px 20px;
    }

    .subscribe_form .gform_fields {
        flex-direction: column;   
        gap: 24px !important;
    }

    .subscribe_form .gform_fields .gfield.custom-field {
        width: 80%;
        margin: 0 auto;
    }

    .subscribe_form .gform_footer {
        position: static; 
        margin: 40px auto 0 !important;
        text-align: center;
        width: 250px;
    }

    .subscribe_form .gform_fields .gfield input.large {
        padding: 24px 14px;
    }

    .subscribe_form .gform_footer .gform_button {
        padding: 12px 43px !important;
    } 

}

@media screen and (max-width: 1023px) { 

    .subscribe_form .gform_fields .gfield.custom-field {
        width: 100%; 
    }

    .subscribe_form h2 {
        font-size: 24px;
        line-height: 30px; 
        margin-bottom: 26px;
    }

    .subscribe_form .gform_footer { 
        width: 100%;
    }

}



.hero-tabs .elementor-tabs-wrapper {
    margin-bottom: 20px;
}

.hero-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper {
    background: transparent !important;
    min-height: 370px;
}

.hero-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    border-radius: 6px;
    max-width: max-content;
    margin: 0 auto 14px;  
    display: block;
}

.hero-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 16px 24px;
    background: #E7F2FF;
}

.hero-tabs.elementor-widget-tabs .elementor-tab-desktop-title span {
    position: relative;
    z-index: 2;
}

.hero-tabs.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
    position: absolute;
    border-radius: 6px;
    z-index: 1;
    top: 5px;
    bottom: 5px !important;
    left: 5px !important;
    right: 5px;
    background: var( --e-global-color-accent );
    width: auto !important;
    height: auto !important;
}

.hero-tabs.elementor-widget-tabs .elementor-tab-content {
    border-radius: 10px;
    padding: 0;
    background: #E7F2FF;
    overflow: hidden;
    box-shadow: 2px 3px 20px rgb(0 0 0 / 12%);
    
}
.banner-section{overflow: hidden;}
.hero_image{position: relative;}
.hero_image::before {
    content: '';
    width: 37.361vw;
    height: 37.153vw;
    max-width: 538px;
    max-height: 535px;
    background-image: url('../webp/banner_el.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -73px;
    left: auto;
    top: -80px;
}

.hero-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
    display: none !important;
}


@media screen and (max-width: 767px) {
    .hero-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 16px 18px; 
    }

    .hero-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
        margin-bottom: 12px;
    }
    .hero_image::before{
		width: 100%;
    	height: 100%;
		right: -12px;
	    top: -5%;
        display: none;
	}

    .hero-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper {
        min-height: inherit;
    }

}



/** Privacy Policy Popup Style **/
#cookieConsent {
    position: sticky; 
    bottom: 0; left: 0; 
    right: 0; 
    background: #fff; 
    z-index: 99; 
    border-top: 1px solid #ddd; 
    display: none; 
    box-shadow: 0 -1px 3px #eaf0f6; 
}

.footer-cookie { 
    margin: 0 auto;
    max-width: 1240px; 
    padding: 15px;    
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.cookie-text p { 
    margin: 0 0 10px; 
}

.cookie-text { 
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000; 
}
.cookie-text a { 
    color: var( --e-global-color-secondary );  
}  

.cookie-buttons {
    display: flex;
    column-gap: 12px;
}

.cookie-buttons .button {  
    font-size: 18px;
    font-weight: 600; 
    font-family: "Maven Pro", Sans-serif; 
    text-transform: none;
    font-style: normal;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
 }

.cookie-buttons .button:hover { color: #fff; background-color: #FFCD4AC7; }


@media screen and (max-width: 767px) {  

    .footer-cookie {    
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
        padding: 10px 15px;
    } 

}