/* Post Listing */

.collab-blog-main {
    font-family: inter, sans-serif;
}

.blog-section {
    padding: 96px 0;
    max-width: 1280px;
    margin: auto;
}

/* .blog-section.category-section {
    padding: 80px 0;
    z-index: 1;
} */

.common-hero-banner {
    padding: 100px 0;
}

#collab-subscribe-form .gjs-row {
    margin: 0;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    flex-direction: column;
    gap: 24px;
}

.recent-blogs {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.blog-header h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #111827;
}

.view-all {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 12px 16px;
    border-radius: 12px;
    transition: 0.3s;
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.view-all:hover {
    background-color: #f0f0f0;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blog-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.blog-content {
    padding: 16px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-content .blog-title {
    margin: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-content .blog-title a {
    border: none !important;
    color: #111827;
}

.blog-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;


    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #6B7280;
    margin-bottom: 0px;

}

.blog-meta {

    display: flex;
    gap: 10px;


    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #6B7280;

}

.blog-meta a {
    color: #111111a3 ! important;
    text-decoration: none;
}

/* Main Category menus */

.collab-blog-main .page-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* .single-post.ehf-header #masthead .section-navbar,
.archive.category.ehf-header #masthead .section-navbar,
.ehf-header.archive.author #masthead .section-navbar,
.ehf-header.search.search-results #masthead .section-navbar {
    background: #0A0915 !important;
} */

.nav-wrapper {
    padding: 160px 0px 96px 0px;
}

.collab-blog-main .nav-container {
    max-width: 1280px;
    width: 100%;
    /* margin: 0 auto; */
    align-items: center;
    /* padding: 160px 0 0 0; */
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.nav-container .nav-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFFFFF;
    /* padding: 80px 0; */
}

.nav-container .nav-menus-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-container .nav-text .nav-title {
    text-align: center;
    color: #111827;
    margin: 0px;
    font-family: var( --e-global-typography-5ea70d6-font-family ), Sans-serif;
    font-size: var( --e-global-typography-5ea70d6-font-size );
    font-weight: var( --e-global-typography-5ea70d6-font-weight );
    line-height: var( --e-global-typography-5ea70d6-line-height );
    letter-spacing: var( --e-global-typography-5ea70d6-letter-spacing );

}

/* .nav-container .nav-text .nav-title span{
  font-weight: 600;
} */

.nav-container .nav-text .nav-subtitle {

    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6B7280;
}


.other-page-nav .nav-wrapper {
    padding: 160px 0px 0px 0px;
    width: 100%;
    max-width: 1280px;
}



/* Hide dropdown by default, show links on desktop */
.nav-dropdown {
    display: none;
}

.collab-blog-main .nav-left {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.collab-blog-main .page-nav.main-banner .nav-link {
    border: 1px solid #E5E7EB;
    padding: 4px 16px;
    background: #FFFFFF;
    color: #111827;
    border-radius: 9999px;
    font-family: var( --e-global-typography-558f807-font-family ), Sans-serif;
    font-size: var( --e-global-typography-558f807-font-size );
    font-weight: var( --e-global-typography-558f807-font-weight );
    line-height: var( --e-global-typography-558f807-line-height );
    letter-spacing: var( --e-global-typography-558f807-letter-spacing );
}

.collab-blog-main .nav-right {
    display: flex;
    align-items: center;
}

.collab-blog-main .search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.collab-blog-main .search-box form {
    display: flex;
    align-items: center;
}

.collab-blog-main .search-box input {
    width: 200px;
    padding: 4px 12px 4px 45px;
    outline: none;
    font-size: 14px;
    border-radius: 9999px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    border: 1px solid #E5E7EB;

}

.collab-blog-main .search-box input::placeholder {
    color: #111827;
    opacity: 0.7;

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;

}

#hero-section .article-section a .article-title,
#hero-section .related-article a .related-article-title {
    color: #111827;
    opacity: 1;
    /* background: linear-gradient(180deg, #28234E 0%, rgba(40, 35, 78, 0) 100%); */
}


#hero-section .article-section a .article-title {
    padding: 41px 32px;
    margin: 0px;
    color: #111827;
    font-family: var( --e-global-typography-b8df287-font-family ), Sans-serif;
    font-size: var( --e-global-typography-b8df287-font-size );
    font-weight: var( --e-global-typography-b8df287-font-weight );
    line-height: var( --e-global-typography-b8df287-line-height );
    letter-spacing: var( --e-global-typography-b8df287-letter-spacing );

}

.article-title,
.related-article-title {
    font-weight: 400;
}

.blog-section#hero-section {
    padding-top: 64px;
    padding-bottom: 0;
}

.collab-blog-main .search-box .icon {
    position: absolute;
    left: 10px;
    top: auto;
    bottom: auto;
    color: #fff;
    pointer-events: none;
    font-size: 25px;
}

/* main 3 articales */

.article-section {
    display: grid;
    grid-template-columns: 1fr 414px;
    gap: 24px;
    position: relative;
}


.main-article {
    flex: 3;
    border-radius: 8px;
}

.article-content {
    font-size: 1em;
    margin-bottom: 15px;
}

.author-info {
    font-size: 0.9em;
    color: #555;
}

.author-link {
    margin-left: 10px;
    color: #007BFF;
    text-decoration: none;
}

.related-articles {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.related-article a {
    display: flex;
    flex-direction: column;
}

.article-section .main-article img {
    width: 100%;
    display: block;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

/* .article-section .main-article img,
.related-articles .related-article img {

    border-image: linear-gradient(180deg, #BCB7ED 0%, rgba(188, 183, 237, 0) 100%);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background: linear-gradient(180deg, #BCB7ED 0%, rgba(188, 183, 237, 0) 100%);
    padding: 1px;
    border-radius: 20px 20px 0 0;
} */

.related-articles .related-article img {
    border-radius: 16px 16px 0 0;
    /* height: 280px; */
    object-fit: cover;
}

#hero-section .related-article a .related-article-title {
    margin: 0;
    padding: 16px 24px;
    vertical-align: middle;
    font-family: var( --e-global-typography-d41670d-font-family ), Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    /* font-size: var( --e-global-typography-d41670d-font-size );
    font-weight: var( --e-global-typography-d41670d-font-weight );
    line-height: var( --e-global-typography-d41670d-line-height );
    letter-spacing: var( --e-global-typography-d41670d-letter-spacing ); */
}



.email-input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 70%;
    margin-right: 10px;
}

.subscribe-button {
    background-color: #FFA500;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

/* Form Desing */
.collab-subscribe-form {
    position: relative;
    align-items: center
}

.collab-subscribe-form .subscribe-form .collab-logo {
    display: flex;
    align-items: end;
    padding-top: 50px;
    width: calc(100% - 655px);
    flex: 0 0 auto;
}

.collab-subscribe-form .subscribe-form .collab-logo img {
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 0;
}

#collab-subscribe-form input[type="submit"] {
    width: 150px;
    height: 60px;
    border-radius: 12px;
    margin-left: 16px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(180deg, #FFB81C 0%, #EF692B 100%);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#collab-subscribe-form input[type="submit"]:hover,
.blog-load-more:hover,
.future-proof-box .cta-button:hover {
    transform: translateY(-2px);
    text-transform: capitalize;
}

#collab-subscribe-form input[type="submit"] {
    width: 120px;
}

.collab-post-sidebar .collab-toc-title {
    font-size: 24px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 30px !important;
    display: inline-block;
    font-weight: 500;
}

#collab-subscribe-form input[type="email"] {
    width: 100%;
    height: 60px;
    padding: 20px 45px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    margin-right: 16px;
}

#collab-subscribe-form input[type="email"]::placeholder {
    color: #616161;
    font-size: 14px;
    font-weight: 500;
}

.article-section a {
    display: flex;
    flex-direction: column;
}

.article-section a {
    color: #111111;
    border: 1px solid var(--Base-Colors-Border-Subtle, #E5E7EB);
    border-radius: 16px;
    background-color: #FFFFFF;
}

.blog-section#hero-section::before {
    position: absolute;
    top: 20%;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

.blog-load-more-container {
    display: flex;
    justify-content: center;
}

.recent-blogs .blog-load-more-container {
    margin-bottom: 0;
}

button.blog-load-more {
    /* background: linear-gradient(180deg, #6094FB 0%, #1048BA 100%); */
    margin: 30px 0 0px;
    background: var(--Base-Colors-Text-Emphasis, #111827);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 10px 16px;
    border-radius: 8px;
    color: #FFFFFF;
    border-color: #111827;
}

.collab-subscribe-form {
    background: #E5E7EB;
    padding: 100px 0;
}

.collab.single-related-posts {
    background: transparent;
    border-top: 1px solid #E5E7EB;
}

#collab-subscribe-form {
    display: flex;
}

.blog-grid.recent-grid {
    margin-bottom: 0;
}

.blog-section.single-related-posts {
    padding: 0;
}

.blog-section.single-related-posts .collab-recent-posts {
    padding: 60px 0;
}

.blog-section.single-related-posts .collab-recent-posts .related-blogs-label {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.collab-subscribe-form .subscribe-form {
    display: flex;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #0C0813, #3F3585), url(../img/Vector.png);
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}

.collab-subscribe-form .subscribe-form .subscribe-text {
    width: 486px;
}

.collab-subscribe-form .subscribe-text .subscribe-label {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.collab-subscribe-form .subscribe-text p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px !important;
}

.post-featured-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.post-featured-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.post-featured-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.2s;
    border-radius: 34px;
}

.post-featured-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.2s;
    border-radius: 50%;
}

.post-featured-switch input:checked+.slider {
    background-color: #2271b1;
}

.post-featured-switch input:checked+.slider:before {
    transform: translateX(20px);
}



.collab-subscribe-form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/Vector.png') no-repeat center center;
    background-size: cover;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

#collab-subscribe-form .gjs-row:nth-child(2) {
    position: relative;
}

#collab-subscribe-form .gjs-row:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/letter-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
    margin-top: 0px;
}

.collab-category-header {
    background: linear-gradient(to bottom, #0E0A18, #2E2859, #685BC7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /* max-height: 300px; Fixed height */
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collab-category-header .category-section .title-text {
    background: #f9b233;
    font-size: 28px;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 99em;
    margin-bottom: 20px;
}

.collab-category-header .blog-section.category-section .page-type-line,
.collab-category-header .blog-section.category-section .category-page-main-title,
.collab-category-header .blog-section.category-section .category-page-author-desc {
    color: #ffffff;
}

.collab-category-header .blog-section.category-section .category-page-main-title {
    font-weight: 600;
}

.collab-category-header .blog-section.category-section .category-page-author-desc {
    font-weight: 400;
    font-size: 20px;
}


.collab-subscribe-form .nav-container {
    position: relative;
    padding: 0 ! important;
}

.collab-subscribe-form .subscribe-form .content-wrap {
    display: flex;
    align-items: center;
    padding-left: 60px;
}


.collab-subscribe-form .nav-container .subscribe-form {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to bottom right, #0C0813, #3F3585);
    border-radius: 20px;
}

.collab-subscribe-form .nav-container .subscribe-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/Vector.png) no-repeat top center;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
}

.collab-blog-main.subscribe-form-collab .collab-subscribe-form::after {
    display: none;
}

.es_subscription_message.success {
    color: #fcaa37 !important;
}

.page-nav.other-page {
    background-color: #685BC7;
    padding: 12px 0;
}

.page-nav.other-page .other-page-collab .nav-left .nav-link {
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.collab-blog-main .nav-link.active,
.collab-blog-main .nav-link:hover {
    background-color: #111827 !important;
    color: #FFFFFF !important;
    border-color: #111827 !important;
}

.nav-left .nav-link,
.collab-post-sidebar .future-proof-box .cta-button {
    transition: all.3s;
}

.nav-container.other-page-collab {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.other-page-nav .nav-container .nav-text {
    align-items: center;
}

.other-page-nav .author-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.other-page-nav .author-header .author-avatar-img img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}


.other-page-nav h1.category-page-title-badge,
.other-page-nav h1.author-page-title-badge {
    background-color: #f9b233;
    color: #111827;
    border-color: #f9b233;
    padding: 8px 10px;
    border-radius: 200px;
    font-size: 12px;
    display: block;
    width: fit-content;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}
/* blog subscribe CTA (start)  */
.subscribe-cta-main {
    position: relative;
    padding: 96px 0;
    background: #F9FAFB;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscribe-cta-icon {
    width: 100%;
    background-image: url(../images/cta-logo-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}

.subscribe-cta-icon img {
    width: 90px;
    height: auto;
}

.subscribe-cta {
    background: #685BC7;
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 48px 0;
    border-radius: 16px;
}

.subscribe-cta-main .subscribe-cta .subscribe-title {

    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

.subscribe-form .es_subscription_form {
    background-color: #ffffff00 !important;
    padding: 0px !important;
    border-radius: 0px !important;
    /* display: flex; */
    gap: 16px;
    align-items: center;
}

.subscribe-form .es-field-wrap {
    margin: 0 !important;
}

.subscribe-form .es-field-wrap .es-field-label {
    font-size: 0px;
}





/* INPUT ICON STYLE */
.subscribe-form [id^="es_form_f1-"] .ig-es-form-input {
    width: 400px !important;
    height: 40px;
    border-radius: 8px !important;
    padding-left: 42px !important;
    padding-right: 20px;
    border: none !important;
    font-size: 14px;
    background-color: #ffffff !important;
    background-image: url(../images/lette-opened.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 12px center;
}



form[data-form-id="1"] .es-subscribe-btn {
    border: 1px solid #D1D5DB !important;
    box-shadow: 0px 1px 2px 0px #0000000D !important;
    background: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    color: #111827 !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    margin-top: 0em !important;
    display: flex;
}

/* BUTTON MATCH DESIGN */

.subscribe-form .es-subscribe-btn {
    height: 40px;
    border-radius: 50px !important;
    padding: 0 28px !important;
    margin-top: 0 !important;
    background: #ffffff !important;
    color: #685BC7 !important;
    font-weight: 600;
    transition: 0.2s ease;
    margin-top: 0em !important;
}

.subscribe-form .es-subscribe-btn:hover {
    transform: translateY(-1px);
    background: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
}

/* FORM ALIGNMENT */
.subscribe-form .es_subscription_form {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* blog subscribe CTA (End)  */
.crm-card {
    width: 100%;
    max-width: 380px;
    background: #F9FAFB;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    font-family: "Inter", sans-serif;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-image: url(../images/gradient-yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
/* gradient-yellow.png */

/* Header with soft gradient */
.crm-card-header {
    /* background: linear-gradient(180deg, #fff2cc 0%, #ffffff 100%); */
    padding: 20px 24px;
}

/* Logo row */
.crm-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #1f2933;
}

.crm-logo img {
    width: 30px;
    height: auto;
}

/* Body */
.crm-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.crm-card-body .crm-card-content {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.crm-card-body .crm-card-content .crm-card-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #111827;
    margin: 0px;
}
.crm-card-body .crm-card-content .crm-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #6B7280;
}

/* Button */
.crm-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 1px 2px 0px #0000000D;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
}

.crm-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-1px);
}



/* end cta section  */

.cta-container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 64px 20px 0px;
    border: 1px solid var(--Base-Colors-Border-Subtle, #E5E7EB);
    border-radius: 16px;
    background: linear-gradient(180deg, #6f6ad8 0%, #b8b6f4 50%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cta-container .cta-container-inner  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.cta-container .cta-container-inner .cta-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/* Logo */
.cta-logo img {
  width: 97px;
  margin: 0px;
}

/* Heading */
.cta-container h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--Base-Colors-White, #FFFFFF);
    margin: 0px;
}

.cta-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--Base-Colors-White, #FFFFFF);


}


/* Preview Images */
.cta-preview {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.cta-dashboard {
  width: 100%;
}


/* Responsive */
@media (max-width: 1366px) {
    .nav-wrapper {
        padding: 128px 48px 75px;
    }   
    .other-page-nav .nav-wrapper {
        padding: 128px 48px 0px;
    }

    .subscribe-cta-main {
        padding: 75px 48px;
    }

    .blog-section { 
        padding: 75px 0px;
    }
    .cta-section {
        padding: 0px 48px;
    }

    .article-section { 
        grid-template-columns: 1fr 32%;
    }
    
    #hero-section .article-section a .article-title {
        padding: 41px 32px;
        margin: 0px;
        color: #111827;
        font-family: var(--e-global-typography-b8df287-font-family), Sans-serif;
        font-size: 30px;
        font-weight: var(--e-global-typography-b8df287-font-weight);
        line-height: 40px;
        letter-spacing: var(--e-global-typography-b8df287-letter-spacing);
    }
    .subscribe-cta-icon img {
        width: 80px;
        height: auto;
    }
    .recent-blogs {
        padding: 0 48px;
    }

    .article-section a {
        height: 100%;
    }
    .article-section .main-article img {
        height: 100%;
    }
    
}
@media (max-width: 1024px) {

    .nav-container .nav-text .nav-title {
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;

    }

    .other-page-nav .nav-container .nav-text .nav-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }

    /* .other-page-nav  .nav-container .nav-text .nav-subtitle {
        text-align: left;
    } */

    /* .other-page-nav .nav-container .nav-text {
        align-items: self-start;
    } */


    .nav-container .nav-text .nav-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
 
    .nav-container .nav-menus-search {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column-reverse;
        gap: 24px;
        align-items: flex-start;
    }
    .collab-blog-main .nav-container {
        gap: 32px;
    }
    .blog-section#hero-section {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .collab-blog-main .search-box input {
        width: 100%;
        max-width: 100%;
    }

    .article-section { 
        grid-template-columns: 1fr 292px;
        gap: 16px;
    }
    .related-articles {
        gap:16px;
    }

    #hero-section .article-section a .article-title {
        padding: 32px;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.02em;

    }

    .collab-blog-main .search-box form,
    .collab-blog-main .search-box,
    .collab-blog-main .nav-right {
        width: 100%;
    }

    .blog-section#hero-section::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 0;
        width: 100%;
        height: 80%;
        background-image: url(../images/blog-bg.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
    }

    .nav-wrapper {
        padding: 128px 48px 64px;
    }   
    .other-page-nav .nav-wrapper {
        padding: 128px 48px 0px;
    }    
    .subscribe-cta-main {
        padding: 64px 48px;
    }

    .blog-section {
        padding: 64px 0px;
    }

    .recent-blogs {
        padding: 0px 48px;
        gap: 32px;
    }

    .recent-blogs {
        gap: 32px;
        padding: 0 48px;
    }

    .blog-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .subscribe-cta-icon img {
        width: 70px;
        height: auto;
    }


}




@media (max-width: 768px) {
    .cta-container h2 {
        font-size: 24px;
    }

    .nav-wrapper {
        padding: 96px 20px 32px;
    }

    .other-page-nav .nav-wrapper {
        padding: 96px 20px 0px;
    }

    .collab-blog-main .nav-container {
        gap: 24px;
    }
    .blog-section#hero-section {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .article-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #hero-section .related-article a .related-article-title,
    #hero-section .article-section a .article-title {
    
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        padding: 16px;

    }
    .subscribe-cta-main {
        padding: 32px 20px;
    }

    .subscribe-cta-main .subscribe-cta .subscribe-title {
    
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: center;
    }


    .subscribe-cta {
        padding: 16px 0;
        gap: 16px;
    }

    .subscribe-form .es_subscription_form {
        gap: 16px;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .subscribe-form [id^="es_form_f1-"] .ig-es-form-input {
        width: 100% !important;
    }

    .subscribe-cta-main .subscribe-form {
        width: 100%;
    }
    .subscribe-form .es-field-wrap .es-field-label ,
    .subscribe-form .es-field-wrap {
        width: 100% !important;
        justify-content: space-around;
    }
    .subscribe-cta-icon img {
        width: 33px;
        height: auto;
    }
    .blog-section {
        padding: 32px 0px;
    }
    .recent-blogs {
        gap: 16px;
        padding: 0 20px;
    }
    .blog-header {
        gap: 16px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .crm-card {
        max-width: 100%;
    }
    .cta-section {
        padding: 0px;
    }
    .cta-subscribe-section {
        width: 100%;
    }

    .cta-preview {
        display: none;
    }
    .cta-container {
        padding: 32px 20px;
    }
    .cta-container .cta-container-inner {
        gap: 24px;
    }
    .cta-logo img {
        width: 75px;
        margin: 0px;
    }
    .cta-subscribe-section .es-field-wrap .es-custom-button {
        width: 100%;
    }

    button.blog-load-more {
        margin: 16px 0 0px;
    }

}


.cta-subscribe-section form[data-form-id="1"] .es-subscribe-btn {
        background: #111827 !important;
        color: #ffffff !important;
        border-color: #111827 !important;
}