/* ........................Get Started Page........................... */
.lead-form-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://propertyfinder.ae/partnerhub/wp-content/uploads/2024/06/select_dropdown_arrow.svg');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

#myForm .iti__country.iti__standard .iti__country-name {
    color: #333333 !important;

}

#myForm .iti__country.iti__standard .iti__dial-code {
    color: #999 !important;

}

.lead-form-container .iti__selected-flag {
    display: flex;
    flex-direction: row;
}

.lead-form-container .iti__selected-flag .iti__selected-dial-code {
    order: 2;
}

.lead-form-container .iti__selected-flag .iti__arrow {
    order: 1;
}

/* For Firefox browsers */
.lead-form-container select::-ms-expand {
    display: none;/
}


.lead-form-container .form-group {
    margin-bottom: 0px;
}

.lead-form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.lead-form-container .form-group input[type="text"],
.lead-form-container .form-group input[type="email"],
.lead-form-container .form-group input[type="tel"],
.lead-form-container .form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    height: 50px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
}

.lead-form-container .iti {
    width: 100%;
}

/* .lead-form-container .form-group input[type="text"]:hover, */
.lead-form-container .form-group input[type="text"]:active,
.lead-form-container .form-group input[type="text"]:focus,
.lead-form-container .form-group input[type="text"]:focus-visible,
/* .lead-form-container .form-group input[type="email"]:hover, */
.lead-form-container .form-group input[type="email"]:active,
.lead-form-container .form-group input[type="email"]:focus,
.lead-form-container .form-group input[type="email"]:focus-visible,
/* .lead-form-container .form-group input[type="tel"]:hover, */
.lead-form-container .form-group input[type="tel"]:active,
.lead-form-container .form-group input[type="tel"]:focus,
.lead-form-container .form-group input[type="tel"]:focus-visible,
/* .lead-form-container .form-group select:hover, */
.lead-form-container .form-group select:active,
.lead-form-container .form-group select:focus,
.lead-form-container .form-group select:focus-visible {
    border: 2px solid #6459B2;
    transition: 0s;
}

.lead-form-container .iti__selected-flag {
    background-color: #fff;
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 98%;
}

.lead-form-container .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff;
}

.lead-form-container .submit-btn:hover {
    background-color: #3A307F !important;
}

.lead-form-container .alert {
    margin-top: 20px;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
}

.lead-form-container .alert.error {
    background-color: #EA3934;
}

.lead-form-container .lead-form-row {
    display: flex;
    gap: 38px;
}

.lead-form-container .form-group {
    width: 100%;
}

.lead-form-container .form-group.consent-field {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

/* Hide the default checkbox */
.lead-form-container .consent-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Custom checkbox container */
.lead-form-container .consent-field label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0;
}

/* Custom tick mark icon */
.lead-form-container .consent-field label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

/* Checked state */
.lead-form-container .consent-field input[type="checkbox"]:checked+label::before {
    background-color: #3A307F;
    border-color: #3A307F;
}

/* Tick mark icon shape */
.lead-form-container .consent-field label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

/* Show the checkmark when checked */
.lead-form-container .consent-field input[type="checkbox"]:checked+label::after {
    display: block;
}

.lead-form-container .form-group.consent-field label {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
}

.g-recaptcha {
    padding: 15px 0px;
}


/* ========================================
   HOMEPAGE TESTIMONIAL SLIDER
   Inside partner_hub_sec section start
   ======================================== */

.partner_hub_sec .home_testi_review_slider {
    margin-top: 40px;
    margin-bottom: 48px;
    position: relative;
    overflow: visible;
}

.partner_hub_sec .home_testi_slider {
    display: flex;
    gap: 20px;
    /* Designer will add Slick slider or custom slider behavior */
}

.partner_hub_sec .home_testi_review_box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E3E3E3;
    padding: 16px 16px 8px 16px;
}

.partner_hub_sec .home_testi_review_video {
    position: relative;
    width: 100%;
    padding-bottom: 403px;
    overflow: hidden;
    border-radius: 8px;
}

.partner_hub_sec .home_testi_video_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_hub_sec .home_testi_video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_hub_sec .home_testi_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.partner_hub_sec .home_testi_play_button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.partner_hub_sec .home_testi_play_button img {
    display: block;
    width: 47px;
    height: 47px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.partner_hub_sec .home_testi_review_info {
    padding-top: 18px;
    text-align: center;
}

.partner_hub_sec .home_testi_customer_name {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: #333;
}

.partner_hub_sec .home_testi_customer_position {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 24px;
}

.partner_hub_sec .home_testi_customer_position .designation,
.partner_hub_sec .home_testi_customer_position .company {
    display: inline;
}

.partner_hub_sec .home_testi_customer_position .separator {
    display: inline;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .partner_hub_sec .home_testi_review_slider {
        margin-top: 30px;
    }

    .partner_hub_sec .home_testi_slider {
        flex-direction: column;
    }
}

/* ========================================
   SLICK SLIDER CUSTOMIZATION
   ======================================== */

.partner_hub_sec .home_testi_review_slider {
    position: relative;
    padding-top: 60px;
}

.partner_hub_sec .home_testi_slider.slick-initialized {
    display: block;
}

.partner_hub_sec .home_testi_slider .slick-slide {
    margin: 0 12px;
    transition: all 0.3s ease;
    opacity: 1;
}

.partner_hub_sec .home_testi_slider .slick-list {
    overflow: hidden;
    margin: 0 0;
}

.partner_hub_sec .home_testi_slider .slick-track {
    display: flex;
}

/* Arrows at top right */
.partner_hub_sec .home_testi_slick_prev,
.partner_hub_sec .home_testi_slick_next {
    position: absolute;
    top: -48px;
    right: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0px;
    padding: 0px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_hub_sec .home_testi_slick_prev {
    right: 50px;
}

.partner_hub_sec .home_testi_slick_next {
    right: 0;
}

.partner_hub_sec .home_testi_slick_prev svg,
.partner_hub_sec .home_testi_slick_next svg {
    color: #333;
}

.partner_hub_sec .home_testi_slick_prev svg path,
.partner_hub_sec .home_testi_slick_next svg path {
    stroke-width: 1;
}

.partner_hub_sec .home_testi_slick_prev:hover,
.partner_hub_sec .home_testi_slick_next:hover {
    background: #EA3934;
    border-color: #EA3934;
}

.partner_hub_sec .home_testi_slick_prev:hover svg,
.partner_hub_sec .home_testi_slick_next:hover svg {
    color: #fff;
}

@media (max-width: 768px) {
    .partner_hub_sec .home_testi_review_slider {
        padding-top: 50px;
    }

    .partner_hub_sec .home_testi_slider .slick-center .home_testi_review_box {
        transform: scale(1);
    }

    .partner_hub_sec .home_testi_slick_prev {
        right: 45px;
    }

    .partner_hub_sec .home_testi_slick_prev,
    .partner_hub_sec .home_testi_slick_next {
        width: 35px;
        height: 35px;
    }
}

/* ========================================
   HOMEPAGE TESTIMONIAL SLIDER
   Inside partner_hub_sec section end
   ======================================== */
/* ========================================
   HOMEPAGE TRAINING COURSES SECTION start
   ======================================== */

.home_training_courses_sec {
    padding: 60px 0;
}

.home_training_heading {
    text-align: center;
    margin-bottom: 40px;
}

.home_training_heading h2 {
    font-size: 36px;
    color: #333;
}

.home_training_heading p {
    font-size: 16px;
    color: #333333;
    max-width: 700px;
    margin: 0 auto;
}

.home_training_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home_training_box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home_training_video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    /* background: #000; */
}

.home_training_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_training_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.home_training_play_btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.home_training_play_btn img {
    display: block;
    width: 47px;
    height: 47px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.home_training_info {
    padding: 20px;
}

.home_training_info h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #333;
}

.home_training_info p {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.home_training_btn {
    display: inline-block;
    padding: 10px 20px;
    background: #6B46C1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.home_training_btn:hover {
    background: #5a3aa3;
}

.new_partner_hub_sec_heading {
    padding: 0 20px;
}

/* Responsive */
@media (max-width: 1024px) {
    .home_training_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .home_training_courses_sec {
        padding: 40px 0;
    }

    .home_training_heading h2 {
        font-size: 28px;
    }

    .home_training_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .new_partner_hub_sec_heading {
        padding: 0;
    }
}

/* ========================================
   HOMEPAGE TRAINING COURSES SECTION end
   ======================================== */

/* ========================================
   EVENTS PAGE GRID SECTION START
   ======================================== */

.events_page_grid_sec {
    padding: 60px 0;
}

.events_page_grid_heading {
    text-align: center;
    margin-bottom: 60px;
}

.events_page_grid_heading h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #333;
}

.events_page_grid_heading p {
    font-size: 16px;
    margin: 0 auto;
    line-height: 28px;
}

.events_page_grid_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.events_page_grid_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events_page_grid_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

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

.events_page_grid_content {
    padding: 20px;
}

.events_page_grid_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: #333;
}


/* Responsive */
@media (max-width: 1024px) {
    .events_page_grid_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .events_page_grid_sec {
        padding: 40px 0;
    }

    .events_page_grid_heading h2 {
        font-size: 28px;
    }

    .events_page_grid_wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .events_page_grid_image {
        height: 200px;
    }
}

/* ========================================
   EVENTS PAGE GRID SECTION end
   ======================================== */

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

    .upcoming_event_sec .web_white_btn {
        margin-top: 0px;
    }

    .client_logo_sec .web_white_btn {
        margin-top: 0px;
    }

    .lead-form-container .lead-form-row {
        flex-direction: column;
        gap: 20px !important;
    }

    .lead-form-container .form-group.consent-field {
        margin-top: 30px;
    }

    .lead-form-container .form-group.consent-field label {
        font-weight: 400;
        font-size: 10px;
        padding-bottom: 10px;
    }

    .lead-form-container .lead-form-row.two-col-mobile {
        gap: 20px !important;
    }

    .g-recaptcha {
        margin-bottom: 15px;
    }

    .lead-form-container .form-group input[type="text"],
    .lead-form-container .form-group input[type="email"],
    .lead-form-container .form-group input[type="tel"],
    .lead-form-container .form-group select {
        font-size: 14px !important;
        line-height: 22px;
    }

    .lead-form-container .consent-field label {
        padding-left: 25px;
    }

    .lead-form-container .consent-field label::before {
        width: 15px;
        height: 15px;
        top: 5px;
    }

    .lead-form-container .consent-field label::after {
        left: 5px;
        top: 6px;
        width: 5px;
        height: 9px;
    }

    .lead-form-container .form-group.consent-field label {
        font-size: 16px;
        line-height: 22px;
    }

    .lead-form-container .form-group input[type="text"],
    .lead-form-container .form-group input[type="email"],
    .lead-form-container .form-group input[type="tel"],
    .lead-form-container .form-group select {
        height: 48px;
    }

    .customer_position .separator {
        display: none !important;
    }

    .customer_position .company {
        display: block;
    }
}

/* .....................Old css................ */

* {
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
}


/* ...........Common css............ */
a {
    text-decoration: none;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0px;
    padding: 0px;
}

.white_txt {
    color: #fff;
}

.blck_txt {
    color: #333333;
}

.purple_txt {
    color: #3A307F;
}

.gray_txt {
    color: #4F4F4F;
}

.red_bg {
    background-color: #EA3934;
}

.purple_bg {
    background-color: #2C255E;
}



h1 {
    font-size: 48px;
    line-height: 62px;
    color: #fff;
}

h2 {
    font-size: 38px;
    line-height: 56px;
    font-weight: 700;
    color: #333333;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #333333;
}

.mb_24 {
    margin-bottom: 24px;
}

/* ..................Header................... */
.main_header {
    padding: 0px 20px;
}

.main_header .header_menu_part>a {
    display: inline-block;
}

.main_header .main_logo {
    max-width: 261px;
    width: 100%;
}

.main_header .header_menu_part {
    display: flex;
    gap: 24px;
    align-items: center;
}

.main_header .header_menu_part .hedaer_menu a {
    display: inline-block;
    padding: 20.5px 12px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    line-height: 24px;
}

.main_header .header_menu_part .hedaer_menu a:hover {
    background-color: #F7F7FC;
    color: #3A307F;
    border-bottom: 2px solid #F7F7FC;
}

.main_header .header_menu_part .hedaer_menu a.active {
    color: #3A307F;
    font-weight: 600;
    border-bottom: 2px solid #3A307F;
}

.main_header .header_part {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.web_red_btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.main_header .header_btn {
    padding: 6px 12.1px;
    border-radius: 8px;
    max-width: 125px;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
}

.web_red_btn:hover {
    background-color: #ce322e;
}

a.header.new-red-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 6px 31px;
    border-radius: 8px;
    display: inline-block;
    background-color: #EA3934;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}


/* ...................Banner.................. */
.home_baner_sec {
    padding: 100px 20px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_baner_sec>.container {
    width: 100%;
}

.home_baner_sec .search-form {
    display: flex;
    justify-content: center;
}

.home_baner_sec .search-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 628px;
    height: 48px;
    width: 100%;
}

.home_baner_sec .search-container .search-icon {
    padding: 0px 0px 0px 12px;
    display: flex;
    align-items: center;
}

.home_baner_sec .search-container input[type="text"] {
    flex: 1;
    border: none;
    padding-left: 8px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 23px;
    outline: none;
}

.home_baner_sec .search-container button {
    background: #e84134;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 0 40px 40px 0;
    cursor: pointer;
    transition: background 0.2s ease;
    height: 48px;
    width: 123px;
}

.home_baner_sec .search-container button:hover {
    background: #d12e25;
}

/* ...............Partner hub................. */
.partner_hub_sec,
.tab_article_sec {
    padding: 96px 20px;
}

.signup_stay_sec {
    padding-bottom: 110px;
    padding-top: 60px;
}

.partner_hub_sec .foter_email form {
    margin-bottom: 0 !important;
}

.latest_articles_sec,
.ready_get_sec {
    padding: 96px 20px;
    background-color: #F7F7FC;
}

.article_box {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px) !important;
}

.article_box .article_feature_img img {
    width: 100%;
    height: 238px;
    /* border-radius: 8px 8px 0px 0px; */
    object-fit: cover;
}

.article_box .article_info {
    padding: 32px 16px;
}

.article_box .article_info h3 a {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.article_box .article_info h3 a:hover {
    color: #eb3a34;
}

.article_box .article_info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333333;
    line-height: 28px;
}

.latest_article_slider {
    overflow: hidden;
}

.latest_article_slider .article_slider .slick-track {
    display: flex;
}

.latest_article_slider .article_slider .slick-track::after,
.latest_article_slider .article_slider .slick-track::before {
    display: none;
}

.latest_article_slider .article_slider .slick-prev::before,
.latest_article_slider .article_slider .slick-next::before {
    display: none;
}

.latest_article_slider .article_slider .slick-prev::after,
.latest_article_slider .article_slider .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/slider_pre_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.latest_article_slider .article_slider .slick-next::after {
    background-image: url("../images/slider_next_arrow.svg");
}

.latest_article_slider .article_slider .slick-prev {
    left: unset;
    right: 36px;
    top: -40px;
    transform: unset;
}

.latest_article_slider .article_slider .slick-next {
    right: 0;
    top: -40px;
    transform: unset;
}

.latest_article_slider {
    padding-top: 44px;
    padding-bottom: 48px;
}

.latest_article_slider .article_slider .slick-list.draggable {
    margin-left: -12px;
    margin-right: -12px;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.web_white_btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding: 9px 32px;
    border: 1px solid #8C84CC;
    border-radius: 8px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    min-width: 150px;
}

.web_white_btn:hover {
    background-color: #E7E5F4;
}

/* Tabs */
.tab_article_sec .tabs {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    overflow-x: auto;
    gap: 0px;
    overflow-y: hidden;
    justify-content: space-between;
}

.tab_article_sec .tabs::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.tab_article_sec .tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #F5F5F5;
}

.tab_article_sec .tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C7C7C7;
}

.tab_article_sec .tab {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.tab_article_sec .tab.active {
    color: #3A307F !important;
    border-bottom: 3px solid #3A307F !important;
}

.tab_article_sec .tab:hover,
.product_sec .product_tab .tab:hover {
    border-bottom: 3px solid #E7E5F4 !important;
}

.tab_article_sec .tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3A307F !important;
}

.tab_article_sec .tab-content {
    display: none;
    padding-top: 48px;
    transition: 0.3s;
}

.tab_article_sec .tab-content.active {
    display: block;
    transition: 0.3s;
}

.tab-section .tabs button {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 22px 11px;
    font-family: "Open Sans", sans-serif;
}

.tab-section .tabs button:focus,
.tab-section .tabs button:focus-within {
    outline: unset;
}

.tab-content .article_box .article_feature_img img {
    height: 300px;
}

.ready_info .web_red_btn {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
}

.ready_info p {
    padding-bottom: 23px;
}

.ready_get_sec {
    padding: 88px 20px;
}

.ready_info h2 {
    padding-bottom: 16px;
}

.ready_get_part {
    display: flex;
    gap: 64px;
}

.ready_get_part .ready_img {
    width: 342px;
    height: 342px;
    margin-top: -143px;
}

.ready_get_part .ready_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 16px 320px;
}

.ready_get_part .ready_info {
    width: calc(100% - 406px);
}

.latest_articles_sec .latest_article_slider .article_box .article_info,
.tab_article_sec .latest_article_slider .article_box .article_info {
    border-left: 1px solid #D1CFED !important;
    border-right: 1px solid #D1CFED !important;
    border-bottom: 1px solid #D1CFED !important;
}

.max_1100 {
    max-width: 1100px;
    display: flex;
    gap: 26px;
    align-items: center;
}

.red_label_sec {
    padding: 24px 20px;
}

.red_label_sec p.white_txt {
    line-height: 130%;
}

.white_red_label_btn {
    padding: 6.5px 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
}

.white_red_label_btn:hover {
    background-color: #ce322e;
    color: #fff;
}

.footer_sec {
    padding: 64px 20px 32px;
}

.footer_sec .footer_info a {
    display: flex;
    max-width: 270px;
    width: 100%;
    margin-bottom: 12px;
}

.footer_sec .footer_info a img {
    width: 100% !important;
}

.footer_sec .footer_info p {
    font-size: 12px;
    line-height: 20px;
}

.foter_email p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 24px;
}

.footer_detail_part {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.footer_detail_part .footer_info {
    max-width: 568px;
    width: 100%;
}

.footer_detail_part .foter_email {
    max-width: 470px;
    width: 100%;
}

.floating-label-group {
    position: relative;
}

.floating-label-group input,
#forminator-module-3966 input {
    width: 100% !important;
    padding: 18px 12px 5px !important;
    font-size: 16px !important;
    border: 1px solid #B0B0B0 !important;
    border-radius: 8px !important;
    height: 48px !important;
    outline: none !important;
    color: #333333 !important;
    line-height: 28px !important;
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400 !important;
    background-color: #fff !important;
}

#forminator-module-3966 input {
    padding: 12px !important;
}

/* #forminator-module-3966 input:hover, */
#forminator-module-3966 input:focus,
.floating-label-group input:focus {
    border: 2px solid #6459B2 !important;
}

#forminator-module-3966 {
    margin-top: 0px;
}

.floating-label-group label {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    pointer-events: none;
    transition: all 0.2s ease-out;
    padding: 0 4px;
}

/* When input is focused or not empty */
.floating-label-group input:focus+label,
.floating-label-group input:not(:placeholder-shown)+label {
    top: -2px;
    font-size: 12px;
    color: #707070;
}

.footer_form {
    display: flex;
    gap: 24px;
}

.ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
.footer_form .email_field,
#forminator-module-3966 .forminator-row:nth-child(2) {
    width: calc(100% - 151px) !important;
}

.ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
#forminator-module-3966 .forminator-row:nth-child(2) {
    margin-right: 24px !important;
}

.page-template-page-community-php #forminator-module-3966,
.page-template-page-new-discover #forminator-module-3966 {
    display: flex;
}

#forminator-module-3966 .forminator-row-last .forminator-col {
    padding: 0px;
}

.footer_form .submit_btn {
    max-width: 127px;
    width: 100%;
    height: 48px;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 input,
.page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    border: 1px solid #fff !important;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 {
    max-width: 556px;
    margin-bottom: 0px;
    margin-left: auto;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 .forminator-row {
    margin-left: 0;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 .forminator-row .forminator-col {
    padding: 0;
}

.footer_form .submit_btn button,
#forminator-module-3966 .forminator-button-submit {
    width: 100%;
    padding: 10px 20px;
    background-color: #EA3934 !important;
    color: #fff;
    border: 0px;
    font-size: 16px !important;
    line-height: 28px;
    border-radius: 8px;
    cursor: pointer;
}

.forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    font-weight: 600 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#forminator-module-3966 .forminator-button-submit {
    width: 100% !important;
    max-width: 127px;
}

.footer_form .submit_btn button:hover,
#forminator-module-3966 .forminator-button-submit:hover {
    background-color: #ce322e !important;
    color: #fff !important;
    box-shadow: none;
}

#forminator-module-3966 .forminator-row {
    margin-bottom: 0px;
}


.footer_detail_part {
    margin-bottom: 32px;
}

.footer_bottom .footer_social a {
    background-color: #2C255E;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.footer_bottom .footer_social a:hover {
    background-color: #2C255E;
}

.footer_bottom .footer_social a img {
    width: 18px;
    height: 18px;
}

.footer_social {
    display: flex;
    gap: 16px;
}

.footer_bottom .footer_nav .footer_menu a {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.footer_bottom .footer_nav .footer_menu {
    display: flex;
    gap: 24px;
}

.footer_bottom .footer_nav .footer_menu a:hover {
    color: #EA3934;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    padding-top: 32px;
}

.social-media-link {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}

.social-media-link a {
    margin-bottom: 0 !important;
    width: auto !important;
}

.social-media-link a img {
    width: 100%;
    max-width: 120px;
}

.mobile_overlay_menu {
    display: none;
}

.sub_banner_sec {
    padding: 56px 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    min-height: 600px;
    position: relative;
}

.sub_banner_sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 35.02%, rgba(0, 0, 0, 0.4) 92.6%);
    z-index: 1;
    top: 0;
    left: 0;
}

.sub_banner_sec.community_banner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 36.02%, rgba(0, 0, 0, 0.5) 92.6%);
}

.sub_banner_sec.knowledge_banner::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.22%, rgba(0, 0, 0, 0.4) 80.39%)
}

.max_1220 {
    max-width: 1290px;
    width: 100%;
    z-index: 10;
    position: relative;
}

.sub_banner_sec .container {
    width: 100%;
    z-index: 10;
    position: relative;
}

.sub_banner_sec h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    padding-bottom: 24px;
    max-width: 530px;
}

.sub_banner_sec p {
    line-height: 24px;
    font-weight: 400;
    max-width: 505px;
}

.get_touch_sec {
    background-color: #F7F7F7;
    padding: 96px 20px;
}

.get_touch_sec h2 {
    max-width: 505px;
    padding-bottom: 44px;
}

.get_touch_form .form-container,
.get_touch_form .lead-form-container {
    background: white;
    border-radius: 16px;
    padding: 32px;
    margin: auto;
    border: 1px solid #D1CFED;
}

.get_touch_form .form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.get_touch_form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.get_touch_form .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 600;
}

.get_touch_form .form-group label a {
    font-weight: 600;
}

.get_touch_form .form-group span {
    color: red;
    margin-left: 2px;
}

.get_touch_form input[type="text"],
.get_touch_form input[type="email"],
.get_touch_form select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    height: 48px;
    color: #333333;

}

.get_touch_form .phone-wrapper {
    display: flex;
    gap: 8px;
    position: relative;
}

.get_touch_form .phone-wrapper select {
    width: 60px;
    padding: 10px;
    border: 0px;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 44px;
}

.get_touch_form .phone-wrapper input {
    flex: 1;
    padding-left: 70px;
}

.get_touch_form .checkbox-row {
    font-size: 16px;
    margin-bottom: 48px;
}

.get_touch_form .checkbox-row input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

.get_touch_form .checkbox-row a,
.form-group.consent-field a {
    color: #3A307F;
    text-decoration: underline;
}

.form-group.consent-field a:hover {
    color: #EA3934;
}

.get_touch_form .submit-row {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.get_touch_form button,
.lead-form-container .submit-btn {
    background: #EA3934;
    color: white;
    padding: 10px 36.4px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    margin: 0px auto;
    display: block;
    font-family: "Open Sans", sans-serif;
}

.get_touch_form input,
.get_touch_form textarea,
.get_touch_form input[type="text"]:focus,
.get_touch_form input[type="email"]:focus,
.get_touch_form select:focus {
    border: 2px solid #6459B2;
    outline: none;
}

.get_touch_form .custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper::after {
    content: " ";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
    background-image: url("../images/select_arrow.svg");
    width: 24px;
    height: 24px;
}

.get_touch_form .checkbox-row a {
    color: #3A307F;
    font-weight: 600;
}

.get_touch_form button:hover,
.lead-form-container .submit-btn:hover {
    background-color: #ce322e !important;
}

.big_height {
    padding: 72px 20px;
}

.signup_stay_sec .foter_email {
    margin-top: 32px;
    max-width: 574px;
}

.community_reday_get {
    background-color: #F7F7F7;
}

.community_reday_get .extra_shape {
    width: 342px;
    height: 342px;
}

.community_reday_get .extra_shape img {
    border-radius: 16px 16px 16px 320px;
}

.community_reday_get .ready_get_part {
    padding-left: 0;
    margin-left: 0px;
}

.knowledge_banner p {
    line-height: 28px;
}

#slider {
    user-select: none;
    cursor: grab;
}

#slider.dragging {
    cursor: grabbing;
}

.product_sec .product_tab .slick-slide {
    padding-right: 20px;
}

.knowledge_banner .container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.knowledge_right_part {
    width: 100%;
}

.knowledge_left_part {
    max-width: 505px;
    width: 100%;
}

.knowledge_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.knowledge_info p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.knowledge_info a {
    display: block;
    background-color: #fff;
    color: #EA3934;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    height: 36px;
    padding: 6px 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.knowledge_info a:hover {
    background-color: #ce322e;
    color: #fff;
    border: 1px solid #fff;
}

/* Knowledge cetner new slider start */
.kbc_hero_slider_wrap * {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.kbc_hero_slider_wrap {
    margin: 0;
    padding: 0;
    max-width: 537px;
    border-radius: 16px;
    overflow: hidden;
    height: 197px;
    max-height: 100%;
    width: 100%;
}

.kcb_hero.scrollbox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #282A2A 0%, #15110B 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px #FFFFFF4D inset;
}

.kcb_hero .scrollgroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.kcb_hero .scrollitem {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease-out, opacity 0.3s ease-out;
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    padding: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: grab;
}

.kcb_hero .media-section {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: default;
}

.kcb_hero .media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.kcb_hero .media-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 8px;
}

.kcb_hero .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(79, 79, 79, 0.7);
    border: none;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.kcb_hero .play-button:hover {
    background: rgba(79, 79, 79, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kcb_hero .content-section {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: relative;
}

.kcb_hero .content-title {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
}

.kcb_hero .content-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    padding: 0;
}

.kcb_hero .action-button {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    height: 36px;
    padding: 6px 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}

.kcb_hero .navigation-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.kcb_hero .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.kcb_hero .dot.active {
    background: #fff;
    transform: scale(1.2);
}

.kcb_hero .video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    display: none;
    align-items: center;
    gap: 10px;
}

.kcb_hero .video-controls.visible {
    display: flex;
}

.kcb_hero .control-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kcb_hero .progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.kcb_hero .progress-fill {
    height: 100%;
    background: #ff4444;
    width: 0%;
    transition: width 0.1s ease;
}

/* Hide navigation dots if only one slide */
.kcb_hero .navigation-dots {
    display: none;
}

/* Knowledge cetner new slider end */

.top_menu_sec {
    background-color: #fff;
    border-bottom: 1px solid #E3E3E3;
    position: sticky;
    top: 0;
    z-index: 2222;
}

.top_menu_sec .top_nav a {
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 19.5px 24px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.top_menu_sec .top_nav a:hover {
    color: #3A307F;
    border-bottom: 2px solid #F7F7FC;
    background-color: #F7F7FC;
}

.top_menu_sec .top_nav {
    display: flex;
    justify-content: center;
}

.product_sec {
    background-color: #F7F7FC;
}

.product_sec h2 {
    padding-bottom: 44px;
    max-width: 810px;
}

.product_sec .product_tab .tab {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #333333;
}

.product_sec .product_tab .tab.active {
    color: #3A307F;
}

.product_tab {
    justify-content: space-between;
}

.product_tab .tab {
    width: 100%;
}

.product_business {
    display: flex;
    gap: 44px;
    align-items: center;
}

.product_business .product_img img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.product_business .product_img,
.product_business .product_info {
    width: 50%;
}

.product_business .product_info h4 {
    color: #333333;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    padding-bottom: 16px;
}

.product_business .product_info p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.product_business .product_info p:last-child {
    margin-bottom: 0;
}

.product_business .product_info a {
    display: inline-block;
    background-color: #EA3934;
    color: #fff;
    padding: 10px 32px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
}

.product_business .product_info a:hover {
    background-color: #ce322e;
}

.upcoming_event_sec {
    padding: 96px 20px 0px;
}


.upcoming_events_list {
    padding-left: calc(50% - 12px);
    position: relative;
    min-height: 556px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    margin-bottom: 0px;
}

.event_box {
    display: flex;
    gap: 24px;
    padding-left: 24px;
}

.event_box .event_img {
    width: 236px;
}

.event_box .event_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.event_box .event_info {
    flex: 1;
}

.event_box .event_info .event_title {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.event_box .event_info .event_des {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.upcoming_event_sec h2 {
    padding-bottom: 24px;
}

.event_box {
    margin-bottom: 32px;
}

.upcoming_events_list .event_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    width: calc(50% - 12px);
    background-color: #F7F7FC;
    border-radius: 12px;
    padding: 24px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0px;
    height: 100%;
}

.event_box:nth-child(1) .event_img {
    width: 100%;
}

.event_box:nth-child(1) .event_img img {
    width: 100%;
    height: 336px;
}

.event_box:nth-child(1) .event_title {
    font-size: 24px;
    line-height: 32px;
}

.event_box:last-child {
    margin-bottom: 0px;
}

.purple_btn {
    background-color: #F7F7FC;
    border-color: #F7F7FC;
}

.purple_btn:hover {
    background-color: #E7E5F4;
    border-color: #E7E5F4;
}

.client_logo_sec h2 {
    margin-bottom: 48px;
    max-width: 523px;
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollMarquee 30s linear infinite;
    gap: 45px;
    align-items: center;
}

.marquee-logo {
    flex: 0 0 auto;
    width: calc(100% / 6 - 40px);
    max-width: 150px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.marquee-logo:hover {
    opacity: 1;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client_logo_sec .marquee-track .marquee-logo {
    height: 38px;
    object-fit: contain;
}

.customer_review_slider .customer_slider_swiper {
    padding-top: 110px;
    padding-bottom: 0px;
}

.review_box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.latest_article_slider.customer_review_slider .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}

.customer_name {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}

.customer_position {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.customer_position .separator,
#lightbox-position .separator {
    display: inline;
}

.review_video {
    position: relative;
    width: 100%;
    padding-top: 262px;
    overflow: hidden;
    border-radius: 12px;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumb,
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.video-player {
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_info {
    padding-top: 16px;
}

.client_logo_sec {
    padding: 96px 20px 96px;
}

.faq_sec {
    padding: 96px 20px;
    background-color: #F7F7FC;
}

.faq_left {
    width: 30%;
    padding-right: 54px;
    padding-top: 24px;
}

.faq_left h2 {
    line-height: 130%;
}

.faq_right {
    width: 70%;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 16px 0 16px;
    cursor: pointer;
}

.faq-item:last-child {
    border-bottom: 0px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0 8px;
}

.faq-answer {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding-bottom: 0;
}

.faq-item.active .faq-answer {
    transition: max-height 0.5s ease;
    max-height: 500px;
}

.faq-item .plus {
    font-size: 0px;
    transition: transform 0.5s;
    width: 18px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
}

.faq-item .plus::before {
    content: '';
    position: absolute;
    top: 50%;
    transition: transform 0.5s;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #333333;
}

.faq-item .plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #333333;
    transition: transform 0.5s;
}

.faq-item.active .plus::after {
    transition: transform 0.5s;
    display: none;
}

.faq-item.active .plus::before {
    transition: transform 0.5s;
    transform: translate(-50%, -50%) rotate(-180deg);
}


.faq_sec .faq_part {
    display: flex;
}

.faq_right .faq-item .faq-question {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    gap: 20px;
}

.hamburger {
    display: none;
}

.event_box .event_info .event_title:hover {
    color: #eb3a34;
}

.new_search_bar .search_mobile_ic {
    display: none;
}

.new_search_bar .custom-search-container {
    display: flex;
    align-items: center;
    max-width: 628px;
    width: 100%;
    position: relative;
}

.new_search_bar .custom-search-container input {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 628px;
    height: 48px;
    width: 100%;
    outline: none;
    border: 0px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 44px;
    padding-right: 138px;
    border: unset !important;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.new_search_bar .custom-search-container input::placeholder {
    color: #707070;
    font-weight: 400;
}

.lead-form-container .form-group input:-webkit-autofill,
.new_search_bar .custom-search-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #333333 !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #333333 !important;
}

.new_search_bar .custom-search-container #search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 48px;
    background-color: #EA3934;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_search_bar .custom-search-container #search-icon:hover {
    background-color: #d12e25;
}

.new_search_bar .custom-search-container #search-icon span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.main_header .header_btn {
    line-height: 24px;
}

.new_search_bar .custom-search-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/search_icon.svg");
}

#live-search-results-new1 {
    position: absolute;
    top: calc(100% + 8px);
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 225px;
    overflow: auto;
    width: 81%;
}

.search-results-visible::-webkit-scrollbar {
    display: none;
}

#live-search-results-new1 a {
    font-size: 14px;
    line-height: 39px;
    font-weight: 600;
    color: #333;
    font-family: "Open Sans", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom: 1px solid #33333338;
}

#live-search-results-new1 .no-results,
#live-search-results-new1 .min-chars-message,
#live-search-results-new1 .loading {
    font-size: 14px;
    color: #333;
}

#live-search-results-new1 a:hover {
    color: #EA3934;
}

.discover_content {
    display: flex;
    gap: 24px;
    position: relative;
    min-height: 484px;
}

.discover_box {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.discover_box .discover_info a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 9px;
    color: #333333;
}

.discover_box .discover_info a:hover {
    color: #EA3934;
}

.discover_box .discover_info p {
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.discover_box .discover_feature img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    min-height: 135px;
    max-height: 135px;
    display: flex;
}

.discover_box .discover_info {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
}

.discover_box .discover_feature {
    width: 148px;
    display: flex;
}

.discover_divider {
    display: block;
    padding: 1px;
    background-color: #E3E3E3;
    margin: 19px 0px;
}

.discover_content .discover_left_part {
    width: calc(100% - 416px);
    background-color: lightcyan;
}

.discover_content .discover_right_part {
    width: 392px;
}

.discover_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 416px);
    flex-direction: column-reverse;
    gap: 0px;
    height: 100%;
}

.discover_box:nth-child(1)+.discover_divider {
    display: none;
}

.discover_box:nth-child(1) .discover_feature {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.discover_box:nth-child(1) .discover_info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 335px;
    padding: 24px;
    background-color: #fff;
    border-radius: 0px 8px 0px 8px;
    min-height: 268px;
}

.discover_box:nth-child(1) .discover_feature img {
    min-height: 484px;
    border-radius: 0px;
    border-radius: 12px;
}

.discover_box:nth-child(1) .discover_info h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 16px;
}

.discover_box:nth-child(1) .discover_info p {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.discover_box:nth-child(1) .discover_info a {
    font-size: 20px;
    line-height: 26px;
}

.discover_tab .tab-content {
    padding-top: 24px;
}

.insight_panel {
    display: flex;
    gap: 20px;
    align-items: center;
}

.insight_panel .get_touch_form {
    flex: 1;
}

.insight_panel .get_touch_form .footer_form {
    max-width: 556px;
    margin-left: auto;
}

.insight_panel .get_touch_form .footer_form button {
    border: 1px solid #fff;
}

.discover_list_panel {
    display: flex;
    gap: 24px;
}

.discover_main_box {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    max-height: 235px;
}

.discover_list_panel .discover_sidebar {
    width: 392px;
    position: relative;
}

.discover_list_panel .discover_sidebar .sticky_box {
    position: sticky;
    top: 25px;
}

.discover_list_panel .discover_list_part {
    width: calc(100% - 416px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.discover_main_box .discover_main_feature {
    width: calc(100% - 391px);
    max-height: 187px;
}

.discover_main_box .discover_main_feature img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.discover_main_box .discover_main_info {
    flex: 1;
    width: 368px;
    display: flex;
    flex-direction: column;
}

.discover_main_box .discover_main_info a {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.discover_main_box .discover_main_info a:hover {
    color: #EA3934;
}

.discover_main_box .discover_main_info p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 8px;
    letter-spacing: -0.1px;
}

.discover_main_box .discover_main_info .discover_like_part {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.discover_like_part .event_list_time {
    display: flex;
    gap: 8px;
    align-items: center;
}

.discover_like_part .event_list_time p {
    color: #EA3934;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.discover_like_part img {
    width: 24px;
    height: 24px;
}

.discover_like_part a {
    padding-bottom: 0px !important;
    line-height: 24px !important;
}

.cat_list {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.cat_list h3 {
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cat_list .listings a {
    display: block;
    padding: 16px 0px;
    border-bottom: 1px solid #E3E3E3;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

/* .cat_list .listings a:hover, */
.cat_list .listings a span {
    color: #EA3934;
}

.cat_list .listings a span {
    padding-left: 12px;
    font-weight: 600;
}

.cat_list .listings a:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.discover_related_list {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
}

.discover_related_box {
    padding: 16px 0px;
    border-bottom: 1px solid #E3E3E3;
}

.discover_related_box:first-child {
    padding-top: 0px;
}

.discover_related_box:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.discover_related_box .related_link {
    display: flex;
    gap: 15px;
    align-items: center;
}

.discover_related_box .related_link .related_feature {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.discover_related_box .related_link .related_title {
    color: #333;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.discover_related_box .related_link:hover .related_title {
    color: #EA3934;
}

.discover_sec {
    margin-bottom: 50px;
}


.discover_search {
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

.mobile_discover_search {
    position: relative;
    width: 100%;
    height: 48px;
    font-family: sans-serif;
}

.mobile_discover_search input {
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    outline: none;
}

.mobile_discover_search input:focus {
    border: 2px solid #6459B2;
}

.mobile_discover_search input::placeholder {
    color: transparent;
}

.mobile_discover_search label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
}

.mobile_discover_search input:focus+label,
.mobile_discover_search input:not(:placeholder-shown)+label {
    display: none;
}

.mobile_discover_search .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
}

#live-search-results-new1 br {
    display: none;
}

#live-search-results-new1 a {
    border-bottom: unset !important;
}

.header_part.ctm_header_sec.sticky {
    background-color: transparent !important;
}

.web_red_btn:hover {
    color: #fff;
}

.lead-form-container .lead-form-row {
    gap: 24px;
    margin-bottom: 44px;
}

.page-template-page-new-get-started .ready_get_sec.community_reday_get {
    background-color: #fff;
}

.main_posts_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.slick-list.draggable .slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: space-between;
    flex: 1;
}

.article_box {
    flex-direction: column;
}

.slick-list.draggable .slick-track .slick-slide>div {
    width: 100%;
}

.slick-list.draggable .slick-track .slick-slide .article_box {
    height: 100% !important;
    padding: 0;
    border: 0;
}

.slick-list.draggable .slick-track .slick-slide .article_box .review_info * {
    text-align: left;
}

.header_menu_part>a {
    display: flex !important;
}

.header_menu_part>a img {
    height: 100% !important;
}

.article_feature_img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

.page-template-page-new-home .community_reday_get .extra_shape img {
    object-position: 15% 100%;
}

.ready_info p {
    color: #4F4F4F;
}

.page-template-page-new-home .red_label_sec {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    font-weight: 600 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.forminator-ui#forminator-module-3966.forminator-design--default .forminator-response-message.forminator-success {
    display: none !important;
}

#load-more-main-posts {
    padding: 9px 20px;
    font-size: 16px;
    line-height: 24px;
}

#load-more-main-posts span {
    font-weight: 600 !important;

}

.review_video .play-button {
    background-color: transparent;
}

.faq-item.active .faq-answer {
    padding-top: 12px;
}

.custom-search-container input::-webkit-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input:-ms-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

.tab_article_sec .tab {
    border-radius: 0px !important;
}

.know_product_tab_sec .tabs.product_tab {
    overflow: visible;
}

.know_product_tab_sec .tabs.product_tab {
    border-bottom: 0;
}

.know_product_tab_sec .wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

.know_product_tab_sec .wrapper .slider {
    width: 85%;
}

.know_product_tab_sec .wrapper .arrows {
    width: 15%;
    justify-content: flex-end;
    display: flex;
}

.know_page_slider_tab .slick-arrow {
    font-size: 0px !important;
    padding: 10px !important;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
}

.know_page_slider_tab .slick-arrow.slick-prev::before,
.know_page_slider_tab .slick-arrow.slick-next::before {
    display: none;
}

.know_page_slider_tab .slick-arrow.slick-prev::after,
.know_page_slider_tab .slick-arrow.slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/slider_pre_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.know_page_slider_tab .slick-arrow.slick-next::after {
    background-image: url(../images/slider_next_arrow.svg);
}

.know_page_slider_tab .slick-arrow.slick-next {
    right: 0;
}

.know_page_slider_tab .slick-arrow.slick-prev {
    left: unset;
    right: 38px;
}


.video-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-lightbox-content {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1138px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
}

.video-lightbox-content h4 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.video-lightbox-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333;
}

.video-lightbox .video-wrapper {
    position: relative;
    top: unset;
    left: unset;
}

.video-lightbox .video-wrapper iframe,
.video-lightbox .video-wrapper video {
    width: 100%;
    height: fit-content;
    display: block;
}

.video-lightbox .video-lightbox-close {
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 28px;
    font-weight: 300;
    color: #333;
    cursor: pointer;
}

.video_txt_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 4px 0;
}

.video_txt_info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-lightbox-content h4 {
    position: relative;
}

.video-lightbox-content h4::after {
    content: ',';
}

#testi-page-webinars-lightbox .video-lightbox-content h4::after {
    content: none;
}

.customer_review_slider .swiper-button-prev,
.customer_review_slider .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 84px;
    background: transparent;
}

.customer_review_slider .swiper-button-prev {
    left: auto;
    right: 36px;
}

.customer_review_slider .swiper-button-next {
    right: 0;
}

.customer_review_slider .swiper-button-prev::after,
.customer_review_slider .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.customer_review_slider .swiper-button-prev::after {
    background-image: url("../images/slider_pre_arrow.svg");
}

.customer_review_slider .swiper-button-next::after {
    background-image: url("../images/slider_next_arrow.svg");
}

.customer_review_slider .swiper-button-prev:hover,
.customer_review_slider .swiper-button-next:hover {
    opacity: 1;
}

/* Mobile arrows */
@media (max-width: 991px) {

    .customer_review_slider .swiper-button-prev,
    .customer_review_slider .swiper-button-next {
        display: none !important;
    }
}

.know_product_tab_sec .tab-nav-bar {
    position: relative;
    margin: 30px 0 0 0;
}

.know_product_tab_sec .tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #e3e3e3;
}

.know_product_tab_sec .know_page_tab_menu {
    list-style: none;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
    display: flex;
    gap: 20px;
    margin: 0;
    cursor: grab;
}

.know_product_tab_sec .know_page_tab_menu li.tab-btn:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent !important;
}

.know_product_tab_sec .know_page_tab_menu li.tab-btn.active:after {
    background: #3A307F !important;
}

.know_product_tab_sec .know_page_tab_menu li.tab-btn:hover:after {
    background: #E7E5F4 !important;
}

.know_product_tab_sec .know_page_tab_menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar {
    display: none;
}

.know_product_tab_sec .know_page_tab_menu.dragging .tab-btn {
    pointer-events: none;
}

.know_product_tab_sec .tab-arrows {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.know_product_tab_sec .left-btn,
.know_product_tab_sec .right-btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: block;
    width: 20px;
    height: 20px;
}

.know_product_tab_sec .left-btn.disabled,
.know_product_tab_sec .right-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.know_product_tab_sec .know_page_tab_menu li.tab-btn {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #707070;
    text-align: center;
    padding: 14px 25px 16px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    cursor: pointer;
}

.know_product_tab_sec .know_page_tab_menu li.tab-btn:hover,
.know_product_tab_sec .know_page_tab_menu li.tab-btn.active {
    color: #3A307F;
}

/*Contact Page*/
.location_cards_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    justify-content: space-between;
}

.location_cards_wrapper .location_card {
    width: calc(50% - 30px);
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    overflow: hidden;
    padding: 23px;
}

.location_cards_wrapper .location_card .location_name {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

.location_cards_wrapper .location_card .location_address {
    margin-top: 20px;
}

.location_cards_wrapper .location_card .contact_item {
    margin-top: 20px;
    display: flex;
}

.location_cards_wrapper .location_card .contact_item a,
.location_cards_wrapper .location_card .location_address a,
.location_cards_wrapper .location_card .location_address p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    display: inline-flex;
    align-items: flex-start;
    transition: all 0.2s ease;
}

.location_cards_wrapper .location_card .contact_item a svg,
.location_cards_wrapper .location_card .location_address a svg,
.location_cards_wrapper .location_card .location_address p svg {
    transform: translateY(2px);
}

.location_cards_wrapper .location_card .contact_item a span,
.location_cards_wrapper .location_card .location_address a span,
.location_cards_wrapper .location_card .location_address p span {
    padding-left: 6px;
    width: calc(100% - 24px);
}

.location_cards_wrapper .location_card .contact_item a:hover,
.location_cards_wrapper .location_card .location_address a:hover {
    color: #f33639;
}

.location_cards_sec {
    padding-top: 60px;
    padding-bottom: 110px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(min-width: 1440px) {

    .home_baner_sec,
    .sub_banner_sec {
        min-height: 85vh;
    }
}

@media(max-width: 1400px) {

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .client_logo_sec,
    .faq_sec {
        padding: 80px 20px;
    }

    .upcoming_event_sec {
        padding: 80px 20px 0px;
    }

    .tab-section .tabs button {
        font-size: 22px;
        padding: 8px 22px 11px;
    }

    .community_reday_get .ready_get_part {
        margin-left: 0px;
    }

    .customer_review_slider .customer_slider_swiper {
        padding-top: 100px;
    }

    .location_cards_wrapper .location_card {
        width: calc(50% - 20px);
    }

    .location_cards_wrapper {
        row-gap: 40px;
    }
}

@media(max-width: 1200px) {

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .client_logo_sec,
    .faq_sec {
        padding: 60px 20px;
    }

    .signup_stay_sec {
        padding-bottom: 100px;
    }

    .upcoming_event_sec {
        padding: 60px 20px 0px;
    }

    .main_header .main_logo {
        max-width: 220px;
    }

    .main_header .header_menu_part .hedaer_menu a {
        padding: 18px 10px;
        font-size: 15px;
    }

    .main_header .header_menu_part {
        gap: 20px;
    }

    .mb_24 {
        margin-bottom: 15px;
    }

    .latest_articles_sec h2 {
        margin-bottom: 12px;
    }

    .latest_article_slider {
        padding-bottom: 30px;
    }

    .article_box .article_feature_img img {
        height: 230px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 250px;
    }

    .article_box .article_info {
        padding: 24px 16px 26px;
    }

    .ready_get_part {
        padding-left: 0px;
        gap: 60px;
    }

    .ready_info h2,
    .ready_info p {
        padding-bottom: 15px;
    }

    .home_baner_sec {
        min-height: 500px;
    }

    .tab-section .tabs button {
        font-size: 18px;
        padding: 8px 24px 11px;
    }

    .tab_article_sec .tab-content {
        padding-top: 30px;
    }

    .article_box .article_info p {
        line-height: 24px;
    }

    .article_box {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px) !important;
    }

    .latest_article_slider .article_slider .slick-list.draggable {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ready_get_part .ready_img {
        margin-top: -120px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 373px);
    }

    .red_label_sec {
        padding: 24px 20px;
    }

    .get_touch_sec h2 {
        padding-bottom: 30px;
    }

    .get_touch_form .form-row,
    .lead-form-container .lead-form-row {
        gap: 20px;
        margin-bottom: 20px;
    }

    .get_touch_form .form-group label {
        margin-bottom: 4px;
    }

    .get_touch_form .checkbox-row {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .ready_get_part .ready_img {
        margin-top: -90px;
    }

    .knowledge_banner .container {
        gap: 20px;
    }

    .latest_article_slider .article_slider .slick-track {
        align-items: stretch;
    }

    .review_box {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .latest_article_slider.customer_review_slider .slick-list.draggable {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product_business .product_img img {
        height: 450px;
    }

    .event_box {
        padding-left: 20px;
        margin-bottom: 20px;
        gap: 15px;
    }

    .event_box .event_info .event_title {
        font-size: 18px;
        line-height: 26px;
    }

    .event_box .event_info .event_des {
        font-size: 15px;
        line-height: 24px;
    }

    .upcoming_events_list {
        min-height: 534px;
    }

    .faq_right .faq-item .faq-question {
        font-size: 18px;
        line-height: 26px;
    }

    .faq_left {
        padding-top: 15px;
    }

    .discover_divider {
        margin: 14px 0px;
    }

    .discover_box:nth-child(1) .discover_info {
        padding: 20px;
    }

    .insight_panel {
        gap: 40px;
    }

    .get_touch_detail {
        max-width: 400px;
    }

    .discover_list_panel .discover_sidebar {
        width: 320px;
    }

    .discover_list_panel .discover_list_part {
        width: calc(100% - 344px);
        gap: 20px;
    }

    .discover_main_box {
        gap: 20px;
        padding: 20px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 15px;
        line-height: 24px;
    }

    .cat_list .listings a {
        padding: 14px 0px;
    }

    .cat_list {
        margin-bottom: 20px;
    }

    .cat_list,
    .discover_related_list {
        padding: 20px;
    }

    .discover_related_box .related_link .related_title {
        font-size: 15px;
        line-height: 20px;
    }

    .lead-form-container .form-group label {
        line-height: 24px;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        font-size: 19px;
        line-height: 30px;
        padding: 12px 20px 14px;
    }
}

@media(max-width: 1100px) {
    .main_header .header_part {
        gap: 13px;
    }

    .main_header .header_menu_part {
        gap: 15px;
    }

    .main_header .header_menu_part .hedaer_menu a {
        padding: 18px 8px;
        font-size: 14px;
    }

    .main_header .main_logo {
        max-width: 180px;
    }

    .location_cards_wrapper .location_card .location_name {
        font-size: 28px;
        line-height: 42px;
    }

    .location_cards_wrapper .location_card {
        padding: 20px;
        width: calc(50% - 10px);
    }

    .location_cards_wrapper {
        row-gap: 20px;
    }
}

@media(max-width: 1004px) {
    .upcoming_events_list {
        min-height: 555px;
    }
}

@media(max-width: 991px) {
    .product_sec .product_tab .slick-slide {
        padding-right: 10px;
    }

    .know_product_tab_sec .tab-nav-bar {
        margin: 0;
    }

    /* Hamburger Icon */
    .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }

    .hamburger span {
        width: 21px;
        height: 1px;
        background: #333333;
        border-radius: 2px;
    }

    /* Mobile Overlay */
    .mobile_overlay_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #F7F7FC;
        transition: right 0.3s ease-in-out;
        z-index: 999;
    }

    .mobile_overlay_menu nav {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 0px 16px;
    }

    .mobile_overlay_menu nav a {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-decoration: none;
        padding: 20px 0px;
        border-bottom: 1px solid #CCCCCC;
    }

    .mobile_overlay_menu nav a:last-child {
        border-bottom: 0px;
    }

    .mobile_overlay_menu .close_menu {
        font-size: 30px;
        position: absolute;
        top: 20px;
        right: 25px;
        cursor: pointer;
    }

    /* Show menu */
    .mobile_overlay_menu.open {
        right: 0;
    }

    .hedaer_menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile_overlay_menu {
        display: block;
    }

    .main_header {
        padding: 16px 20px 16px 22px;
        height: 66px;
        border-bottom: 1px solid rgba(213, 213, 210, 1);
    }

    .main_header .header_menu_part>a {
        height: 34px;
    }

    .main_header .main_logo,
    .mobile_overlay_logo {
        max-width: 194.6px;
    }

    .mobile_menu_head a {
        display: inline-block;
    }

    .mobile_menu_head {
        padding: 15.5px 37px 15.5px 22px;
        border-bottom: 1px solid #e3e3e3;
        height: 66px;
        background-color: #fff;
    }

    .mobile_overlay_menu .close_menu img {
        width: 24px;
        height: 24px;
    }

    .partner_hub_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .faq_sec {
        padding: 50px 20px;
    }

    .tab_article_sec,
    .upcoming_event_sec {
        padding: 60px 20px 0px;
    }

    .signup_stay_sec {
        padding-bottom: 90px !important;
    }

    .tab_article_sec {
        padding-bottom: 60px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .mb_24 {
        margin-bottom: 10px;
    }

    .latest_article_slider {
        padding-top: 32px;
    }

    .latest_article_slider .article_slider .slick-prev,
    .latest_article_slider .article_slider .slick-next {
        top: -30px;
    }

    .article_box {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(100% - 12px) !important;
    }

    .latest_article_slider .article_slider .slick-list.draggable {
        margin-left: -6px;
        margin-right: -2px;
    }

    .article_box .article_info h3 a {
        margin-bottom: 6px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 230px;
    }

    .ready_get_part .ready_img {
        margin-top: -70px;
    }

    .ready_get_part {
        gap: 40px;
    }

    .ready_get_part .ready_img {
        width: 300px;
        height: 300px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 340px);
    }

    .ready_info p {
        line-height: 26px;
    }

    .footer_detail_part .footer_info {
        max-width: 300px;
    }

    .footer_detail_part {
        gap: 40px;
    }

    .footer_form {
        gap: 15px;
    }

    .footer_form .submit_btn,
    #forminator-module-3966 .forminator-button-submit {
        max-width: 110px !important;
    }

    .footer_form .email_field,
    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        width: calc(100% - 125px) !important;
    }

    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        margin-right: 15px !important;
    }

    .footer_sec .footer_info a {
        max-width: 220px;
    }

    .footer_sec {
        padding: 60px 20px 30px;
    }

    .mobile_overlay_menu nav a:hover {
        color: #EA3934;
    }

    .latest_article_slider .article_slider .slick-track {
        align-items: stretch !important;
    }

    .article_box {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .get_touch_sec h2 {
        max-width: 400px;
    }

    .sub_banner_sec h1 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 16px;
    }

    .marquee-logo {
        width: calc(100% / 3 - 20px);
    }

    .top_menu_sec .top_nav a {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        padding: 12px 14px;
    }

    .event_box .event_img {
        width: 150px;
    }

    .product_sec h2 {
        padding-bottom: 22px;
    }

    .main_header .header_part {
        gap: 20px;
    }

    .discover_list_panel .discover_sidebar {
        width: 240px;
    }

    .discover_list_panel {
        gap: 20px;
    }

    .discover_list_panel .discover_list_part {
        width: calc(100% - 260px);
    }

    .discover_main_box .discover_main_info {
        width: 250px;
    }

    .discover_main_box {
        gap: 15px;
        padding: 15px;
    }

    .discover_main_box .discover_main_feature {
        width: calc(100% - 265px);
    }

    .discover_main_box .discover_main_info a {
        font-size: 18px;
        line-height: 24px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 14px;
        line-height: 22px;
    }

    .discover_related_box .related_link {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .discover_related_box .related_link .related_feature {
        width: 70px;
        height: 70px;
    }

    .discover_content {
        gap: 20px;
    }

    .discover_content .discover_right_part {
        width: 280px;
    }

    .discover_content .discover_left_part,
    .discover_box:nth-child(1) {
        width: calc(100% - 300px);
    }

    .discover_tab {
        padding-bottom: 60px;
    }

    .discover_box {
        gap: 12px;
    }

    .discover_box .discover_feature {
        width: 110px;
    }

    .discover_box .discover_info {
        width: calc(100% - 122px);
    }

    .cat_list,
    .discover_related_list {
        padding: 15px 12px;
        border-radius: 10px;
    }

    .page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .upcoming_events_list {
        min-height: 547px;
    }

    .know_product_tab_sec .tabs.product_tab .slick-list.draggable {
        width: calc(100% - 100px);
    }

    .know_page_slider_tab .tab {
        font-size: 19px !important;
        line-height: 30px !important;
        padding: 8px 22px 11px !important;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        padding: 10px 20px 13px;
        color: #333333;
    }

    /* .know_product_tab_sec .tab-navigation {
        gap: 15px;
    } */
    .know_product_tab_sec .tab-arrows {
        display: none;
    }

    .know_product_tab_sec .tab-navigation {
        gap: 0;
    }

    .know_product_tab_sec .know_page_tab_menu {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar {
        height: 3px;
        display: block;
    }

    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar-track {
        background: #D9D9D9;
        border-radius: 0;
    }

    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar-thumb {
        background: #C7C7C7;
        border-radius: 100px;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn:hover:after {
        background: #3A307F !important;
    }

    .location_cards_wrapper .location_card {
        width: 100%;
    }

    .location_cards_wrapper {
        row-gap: 30px;
    }

    .location_cards_sec {
        padding-bottom: 90px;
    }
}


@media(max-width: 971px) {
    .tab_article_sec .tabs {
        border-bottom: 1px solid #D9D9D9;
        position: relative;
    }

    .event_box .event_info .event_title {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 3px;
    }

    .customer_review_slider .customer_slider_swiper {
        padding-top: 85px;
    }

    .get_touch_detail {
        max-width: 280px;
    }
}

@media(min-width: 768px) {
    .for-mobile {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .know_product_tab_sec .know_page_tab_menu {
        gap: 10px;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        font-size: 19px;
        line-height: 130%;
        padding: 9px 20px 11px;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn:after {
        height: 2px;
    }

    .know_product_tab_sec .know_page_tab_menu li.tab-btn.active:after {
        background: transparent !important;
    }

    .for-desktop {
        display: none !important;
    }

    .home_baner_sec .search-container button {
        font-size: 0px;
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .home_baner_sec .search-container button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background-image: url("../images/white_search_ic.svg");
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9;
    }

    .home_baner_sec .search-container {
        padding-right: 10px;
        padding-left: 12px;
        height: 52px;
    }

    .home_baner_sec .search-container .search-icon {
        display: none;
    }

    .home_baner_sec {
        min-height: 607px;
        background-position: 56% 100%;
    }

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .faq_sec {
        padding: 48px 20px;
    }

    .signup_stay_sec {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .article_box .article_feature_img img {
        height: 237px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 225px;
    }

    .latest_article_slider {
        padding-top: 65px;
        padding-bottom: 44px;
    }

    .latest_article_slider .article_slider .slick-prev,
    .latest_article_slider .article_slider .slick-next {
        top: -40px;
    }

    .article_box .article_info h3 a {
        -webkit-line-clamp: 4;
        min-height: 78px;
    }

    .tab-content .latest_article_slider {
        padding-bottom: 48px;
    }

    .ready_get_part .ready_img img {
        border-radius: 0px;
        object-fit: cover;
        object-position: top;
    }

    .ready_get_part .ready_img {
        margin-top: 0px;
        width: 100%;
        height: 393px;
    }

    .ready_get_part {
        flex-direction: column;
        gap: 24px;
    }

    .ready_get_sec {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 40px);
        left: 20px;
        position: relative;
    }

    .ready_info p {
        padding-bottom: 48px;
    }

    .ready_info .web_red_btn {
        display: block;
        width: fit-content;
        margin: 0px auto;
    }

    .red_label_sec {
        padding: 40px 20px !important;
        text-align: center;
    }

    .red_label_sec .max_1100 {
        gap: 24px;
        max-width: 300px;
    }

    .red_label_sec .max_1100 p b {
        display: block;
        font-weight: 400;
    }

    .max_1100 {
        flex-direction: column;
        gap: 48px;
    }

    .footer_detail_part {
        flex-direction: column;
        gap: 20px;
    }

    .footer_sec {
        padding: 48px 20px;
    }

    .footer_detail_part .footer_info,
    .footer_detail_part .foter_email {
        max-width: 100%;
    }

    .footer_sec .footer_info a {
        max-width: 270px;
        margin-bottom: 20px;
    }

    .foter_email p {
        margin-bottom: 24px;
    }

    .footer_detail_part {
        margin-bottom: 24px;
    }

    .footer_bottom {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
    }

    .footer_bottom .footer_nav .footer_menu {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .home_baner_sec .search-container input[type="text"] {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_form .submit_btn,
    #forminator-module-3966 .forminator-button-submit {
        max-width: 85px !important;
        min-width: 10px !important;
    }

    .footer_form {
        gap: 20px;
    }

    .footer_form .email_field,
    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        width: calc(100% - 105px) !important;
    }

    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        margin-right: 20px !important;
    }

    .floating-label-group input,
    #forminator-module-3966 input {
        height: 36px !important;
        padding: 12px 10px 5px !important;
        font-size: 12px !important;
    }

    #forminator-module-3966 input {
        padding: 10px !important;
        font-size: 16px !important;
    }

    #forminator-module-3966 {
        margin-bottom: 0px;
    }

    .floating-label-group label {
        top: 4px;
        left: 8px;
    }

    .main_posts_container {
        gap: 20px;
    }

    .footer_form .submit_btn button,
    #forminator-module-3966 .forminator-button-submit {
        font-size: 14px !important;
        line-height: 24px;
        padding: 6px 20px !important;
    }

    .floating-label-group input:focus+label,
    .floating-label-group input:not(:placeholder-shown)+label {
        top: -4px;
        left: 8px;
        font-size: 8px;
    }

    .tab_article_sec .tabs::after {
        width: 141%;
    }

    .tab-section .tabs button {
        font-size: 14px;
        line-height: 18px;
    }

    .get_touch_form .form-container,
    .get_touch_form .lead-form-container {
        padding: 24px;
    }

    .sub_banner_sec h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .sub_banner_sec.knowledge_banner h1 {
        line-height: 130%;
    }

    .sub_banner_sec p {
        line-height: 24px;
        padding-right: 10px;
    }

    .get_touch_sec h2 {
        padding-bottom: 24px;
    }

    .get_touch_form .form-row {
        flex-direction: column;
    }

    .get_touch_form button,
    .lead-form-container .submit-btn {
        max-width: 127px;
        margin: 0px auto;
    }

    .get_touch_sec {
        background-color: #fff;
    }

    .get_touch_form .form-container,
    .get_touch_form .lead-form-container {
        padding: 0px;
        border: 0px;
    }

    .get_touch_form .form-group label {
        line-height: 24px;
    }

    .get_touch_form .custom-select-wrapper select,
    .get_touch_form .custom-select-wrapper select option {
        font-size: 15px;
        line-height: 22px;
    }

    .get_touch_form .checkbox-row {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .get_touch_form .submit-row {
        margin-bottom: 0px;
    }

    .get_touch_form button,
    .lead-form-container .submit-btn {
        padding: 4px 36.4px;
    }

    .community_banner {
        background-position: 70% 100% !important;
    }

    .marquee-logo {
        width: calc(100% / 4 - 20px);
    }

    .knowledge_banner .container {
        flex-direction: column;
    }

    .knowledge_left_part,
    .knowledge_right_part {
        max-width: 100%;
    }

    .sub_banner_sec h1 {
        max-width: 100%;
    }

    .sub_banner_sec .knowledge_left_part p {
        display: none;
    }

    .knowledge_banner .container {
        gap: 0px;
    }

    .kcb_hero .play-button {
        background: rgba(79, 79, 79, 0.7);
        width: 32px;
        height: 32px;
    }

    .kbc_hero_slider_wrap {
        height: 141px;
    }

    .kcb_hero .scrollitem {
        padding: 10px;
        border-radius: 12px;
        gap: 10px;
    }

    .kcb_hero .media-section {
        flex: unset;
        min-width: 162px;
        max-width: 162px;
    }

    .kcb_hero .action-button {
        padding: 6px 6px !important;
        height: 28px;
        border-radius: 4px;
    }

    .kcb_hero .content-title {
        font-size: 13px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .kcb_hero .content-description {
        font-size: 12px;
        line-height: 18px;
    }

    .kcb_hero .content-section {
        flex: unset;
        width: 100%;
    }

    .top_menu_sec {
        display: none;

    }

    .faq_left {
        padding-top: 0px;
    }

    .product_sec .product_tab .tab {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 24px;
    }

    .product_business {
        flex-direction: column;
        gap: 30px;
    }

    .product_business .product_img,
    .product_business .product_info {
        width: 100%;
    }

    .product_business .product_img img {
        height: 100%;
    }

    .product_business .product_info h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .product_business .product_info p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .upcoming_events_list {
        min-height: 10px;
        padding-left: 0px;
    }

    .upcoming_event_sec h2 {
        padding-bottom: 20px;
    }

    .upcoming_events_list .event_box,
    .upcoming_events_list .event_box:nth-child(1) {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        background-color: transparent;
        padding: 0px;
        gap: 24px;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .event_box:nth-child(1) .event_img img {
        height: 215px;
    }

    .upcoming_events_list .event_box:last-child {
        margin-bottom: 0;
    }

    .event_box .event_info .event_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .event_box .event_img {
        width: 100%;
        height: 215px;
    }

    .upcoming_events_list {
        margin-bottom: 0px;
    }

    .client_logo_sec .marquee-track .marquee-logo {
        height: 35px;
    }

    .faq_sec .faq_part {
        flex-direction: column;
    }

    .faq_sec .faq_part>div {
        width: 100%;
    }

    .faq_right .faq-item .faq-question {
        font-size: 19px;
        line-height: 32px;
    }

    .new_search_bar .custom-search-container::after {
        display: none;
    }

    .new_search_bar .custom-search-container input {
        padding-left: 20px;
        font-size: 12px;
        line-height: 18px;
        height: 52px;
        padding-right: 60px;
    }

    .new_search_bar .custom-search-container #search-icon .search_mobile_ic {
        display: block;
        filter: brightness(0) invert(1);
    }

    .new_search_bar .custom-search-container #search-icon span {
        display: none;
    }

    .new_search_bar .custom-search-container #search-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .user-profile-link .user-name {
        display: none;
    }

    .discover_content .discover_right_part {
        width: 100%;
    }

    .discover_content {
        flex-direction: column;
        gap: 0px;

        min-height: unset;
    }

    .discover_content .discover_left_part,
    .discover_box:nth-child(1) {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
    }

    .discover_box:nth-child(1) .discover_feature img {
        border-radius: 8px;
    }

    .discover_box:nth-child(1) .discover_info {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 0px;
        max-width: 100%;
    }

    .discover_box:nth-child(1) .discover_feature {
        padding-bottom: 24px;
    }

    .discover_box:nth-child(1) .discover_info a {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .discover_box:nth-child(1) .discover_info p {
        display: block;
    }

    .discover_box:nth-child(1)+.discover_divider {
        display: block;
    }

    .discover_box .discover_info a {
        font-size: 16px;
        line-height: 28px;
    }

    .discover_box .discover_feature {
        width: 132px;
    }

    .discover_box .discover_info {
        width: calc(100% - 144px);
    }

    .discover_divider {
        margin: 16px 0px;
    }

    .insight_panel {
        flex-direction: column;
    }

    .get_touch_detail,
    .insight_panel .get_touch_form {
        width: 100%;
    }

    .insight_panel .get_touch_form .footer_form {
        margin: 0px auto;
    }

    .get_touch_form .footer_form .submit_btn button {
        padding: 5px 20px;
    }

    .get_touch_detail {
        max-width: 100%;
    }

    .insight_panel {
        gap: 48px;
    }

    .discover_list_panel .discover_list_part {
        width: 100%;
    }

    .discover_list_panel .discover_sidebar {
        display: none;
    }

    .discover_main_box .discover_main_info a {
        font-size: 20px;
        line-height: 32px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 16px;
        line-height: 28px;
    }

    .discover_sec {
        margin-bottom: 0px;
    }

    .discover_search {
        display: block;
    }

    .page-template-page-new-discover .get_touch_form #forminator-module-3966 {
        max-width: 100%;
    }

    .upcoming_event_sec {
        padding: 48px 20px 0px;
    }

    .page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .discover_box:nth-child(1) .discover_info {
        min-height: 10px;
    }

    .partner_hub_sec h2 {
        margin-bottom: 20px !important;
    }

    .page-template-page-new-home .community_reday_get .extra_shape {
        width: 100%;
        height: 393px;
    }

    .page-template-page-new-home .community_reday_get .extra_shape img {
        border-radius: 0px;
    }

    .ready_get_sec a.web_red_btn {
        border: 1px solid #8C84CC;
        background-color: #fff;
        color: #3A307F;
        padding: 5px 12px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .ready_get_sec a.web_red_btn:hover {
        background-color: #e7e5f4;
    }

    .web_white_btn {
        padding: 9px 12px;
    }

    .sub_banner_sec {
        position: relative;
        padding: 56px 20px 60px;
        background-position: 46% 100%;
    }

    .sub_banner_sec::after {
        height: 78%;
        top: unset;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.45%, rgba(0, 0, 0, 0.5) 68.66%) !important;
    }

    .sub_banner_sec>div {
        z-index: 3;
    }

    .partner_hub_sec.signup_stay_sec .gray_txt.mb_24 {
        margin-bottom: 24px;
    }

    .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding: 6px 15px !important;
        min-width: 85px !important;
    }

    .ready_info h2 {
        padding-bottom: 20px;
    }

    .discover_box:nth-child(1)+.discover_divider {
        margin: 24px 0px;
    }

    .discover_box .discover_feature img {
        min-height: 120px;
    }

    .discover_box {
        align-items: center;
    }

    .community_reday_get {
        background-color: #F7F7FC;
    }

    .client_logo_sec {
        padding: 48px 20px;
    }

    .client_logo_sec .customer_review_slider.latest_article_slider .article_slider .slick-prev,
    .client_logo_sec .customer_review_slider.latest_article_slider .article_slider .slick-next {
        display: none !important;
    }

    .review_video {
        padding-top: 72%;
    }

    #live-search-results-new1 {
        width: 100%;
    }

    .know_product_tab_sec .tabs.product_tab .slick-list.draggable {
        width: 100%;
    }

    .know_page_slider_tab .slick-arrow.slick-prev,
    .know_page_slider_tab .slick-arrow.slick-next {
        display: none !important;
    }

    .know_page_slider_tab .tab {
        padding: 8px 20px !important;
    }

    .video-lightbox-content {
        padding: 15px;
        border-radius: 8px;
    }

    .video-lightbox-content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .video-lightbox-content h4::after {
        content: unset;
    }

    .video_txt_top {
        margin-bottom: 0;
    }

    .video_txt_info {
        margin-bottom: 12px;
        display: block;
    }

    .video-lightbox-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .video-lightbox .video-lightbox-close {
        top: 16px;
        right: 10px;
        font-size: 26px;
    }

    .social-media-link {
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .social-media-link a {
        display: inline-flex;
    }

    .social-media-link a img {
        max-width: 112px;
    }

    .location_cards_sec {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .location_cards_wrapper .location_card .location_name {
        font-size: 32px;
        line-height: 48px;
    }

    .customer_review_slider .customer_slider_swiper {
        padding-top: 48px;
    }
    .product_business .product_info a{
        padding: 10px 16px;
    }
}

@media(max-width: 650px) {
    .tab_article_sec .tabs::after {
        width: 171%;
    }

    .tab_article_sec .tabs.product_tab::after {
        width: 110%;
    }

    #forminator-module-3966 input {
        font-size: 14px !important;
    }
}

@media(max-width: 600px) {

    .tab_article_sec .tabs::after {
        width: 203%;
    }

    .knowledge_info p {
        font-size: 12px;
        line-height: 20px;
    }

    #live-search-results-new1 a {
        font-size: 15px;
    }

    .discover_box:nth-child(1) .discover_feature,
    .discover_box:nth-child(1) .discover_feature img {
        height: 212px;
        object-fit: cover;
        min-height: 10px;
    }

    .discover_box .discover_info p {
        display: none;
    }

    .discover_box .discover_info a {
        display: -webkit-box;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .discover_main_box {
        padding: 16px;
        gap: 24px;
        flex-direction: column;
    }

    .discover_main_box .discover_main_feature,
    .discover_main_box .discover_main_info {
        width: 100%;
    }

    .discover_main_box {
        max-height: unset;
    }

    .discover_box .discover_feature img {
        max-height: 100%;
    }

    .iti__selected-dial-code {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .article_box .article_info h3 a {
        margin-bottom: 16px;
    }
}

@media(max-width: 500px) {
    .tab_article_sec .tabs::after {
        width: 260%;
    }
}

@media(max-width: 400px) {

    .discover_main_box .discover_main_feature,
    .discover_main_box .discover_main_feature img {
        height: 164px;
        object-fit: cover;
    }
}

@media(max-width: 360px) {
    .know_page_slider_tab .slick-track .slick-slide {
        opacity: 1 !important;
    }

    .kcb_hero .action-button {
        font-size: 13px;
    }
}

.know_page_slider_tab .slick-disabled::after {
    opacity: 0.4;
}

.know_page_slider_tab button.tab {
    text-align: center;
    padding: 8px 21px 11px;
}

.know_page_slider_tab .slick-track .slick-slide {
    opacity: 0;
}

.know_page_slider_tab .slick-track .slick-slide.slick-active {
    opacity: 1;
}

.know_page_slider_tab button.tab:hover {
    color: #3A307F !important;
}

.no-scroll {
    overflow: hidden !important;
}

.upcoming_event_sec .web_white_btn {
    margin-top: 48px;
}

.client_logo_sec .web_white_btn {
    margin-top: 48px;
}

/*27/10*/
.single_post_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 120px;
}

.single_post_layout .single_post_main_content {
    width: calc(70% - 42px);
}

.single_post_layout .single_post_sidebar {
    width: calc(30% - 42px);
}

.single_post_layout .single_post_sidebar .single_related_box {
    text-align: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    border: 0 !important;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.single_post_layout .single_post_sidebar .single_related_box .single_related_info {
    padding: 20px;
}

.single_post_layout .single_post_sidebar .single_related_box .single_related_feature {
    display: flex;
    align-items: center;
}

.single_post_layout .single_post_sidebar .single_related_box .single_related_feature img {
    height: 237px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.single_post_layout .single_post_sidebar .single_related_box .single_related_info a {
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #333 !important;
    margin-bottom: 16px;
    display: block;
}

.single_post_layout .single_post_sidebar .single_sidebar_title {
    font-family: "OpenSans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: var(--e-global-color-accent);
    margin-bottom: 25px;
}

.single_post_layout .single_post_main_content .single_post_title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    color: #333333;
}

.single_post_layout .single_post_main_content p {
    margin-bottom: 15px;
}

.single_post_layout .single_post_main_content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}

.single_post_layout .single_post_main_content h3 {
    margin-bottom: 16px;
}

.single_post_layout .single_post_main_content ul {
    padding-left: 40px;
}

.single_post_layout .single_post_main_content .single_post_social_share {
    border-top: 2px solid #7070701A;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single_post_layout .single_post_main_content .single_post_social_share h3 {
    color: #EA3934;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
}

.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3A307F;
    border-radius: 50%;
}

.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons a svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons {
    display: flex;
    gap: 20px;
}

.single_post_layout .single_post_main_content p a {
    color: #EA3934;
}

.single_post_detail_sec .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .single_post_layout .single_post_main_content .single_post_title {
        font-size: 30px;
        line-height: 36px;
    }

    .single_post_layout .single_post_main_content {
        width: calc(70% - 20px);
    }

    .single_post_layout .single_post_sidebar {
        width: calc(30% - 20px);
    }

    .single_post_layout .single_post_main_content h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single_post_layout .single_post_main_content .single_post_title {
        font-size: 30px;
        line-height: 36px;
    }

    .single_post_layout .single_post_main_content {
        width: 100%;
    }

    .single_post_layout .single_post_sidebar {
        width: 100%;
        padding-top: 40px;
    }

    .single_post_layout .single_post_main_content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .single_post_layout .single_post_sidebar .single_sidebar_title {
        font-size: 20px;
        line-height: 30px;
    }

    .single_post_layout .single_post_main_content .single_post_social_share {
        justify-content: center;
    }

    .single_post_layout {
        padding-bottom: 40px;
    }
}


/* ---19-02---- */
.main_header .container {
    position: relative;
}

.right-search.small {
    padding: 6px 12px 6px 8px;
    border-radius: 8px;
    background: #F7F7F7;
    display: flex;
    column-gap: 4px;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    animation: searchOpen 0.3s ease forwards;
}

.right-search.small span {
    color: #4F4F4F;
    font-size: 14px;
    height: 26px;
    margin-bottom: 1px;
    font-weight: 600;
    margin-top: -1px;
}

.right-search.big {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 292px);
    z-index: 2;
    display: none;
    transition: 0.5s;
    animation: searchOpen 0.6s ease forwards;
}

.right-search.big .search-box {
    background: #F7F7F7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: calc(100% - 48px);
    padding: 6px 12px 6px 8px;
}

.right-search.big .search-box input {
    border: unset !important;
    outline: unset !important;
    color: #4F4F4F;
    background: transparent;
    padding: 0;
    font-size: 14px;
    width: 100%;
}

.right-search.big .search-box input::placeholder {
    color: #707070;
}

.right-search.big .close-icon {
    cursor: pointer;
}

.right-search.big.active {
    transition: 0.5s;
    display: flex;
    animation: searchOpen 0.6s ease forwards;
    position: absolute;
}

.right-search.small.active {
    transition: 0.5s;
    display: none;
    animation: searchOpen 0.6s ease forwards;
}

@keyframes searchOpen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.new-hero {
    min-height: 860px;
    align-items: end;
    justify-content: start;
    position: relative;
}

.new-hero .hero-wrapper {
    max-width: 630px;
}

.new-hero .hero-content {
    margin-bottom: 106px;
    color: #fff !important;
    max-width: 545px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.new-hero .hero-content h1 {
    font-weight: 500;
}

.new-hero .new-red-btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 62px;
    border-radius: 8px;
    display: inline-block;
    background-color: #EA3934;
    color: #fff;
}

.new-hero .new-red-btn:hover {
    background-color: #ce322e !important;
}

.new-hero .counter-row {
    display: flex;
    column-gap: 26px;
}

.new-hero .counter-row .counter-box:nth-of-type(1) {
    max-width: 152px;
    width: 100%;
}

.new-hero .counter-row .counter-box:nth-of-type(2) {
    max-width: 220px;
    width: 100%;
}

.new-hero .counter-row .counter-box:nth-of-type(3) {
    max-width: 199px;
    width: 100%;
}

.new-hero .counter-row .counter-box .number {
    font-size: 62px;
    line-height: 72px;
    color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}

.new-hero .counter-row .counter-box p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}

.new_partner_hub_sec {
    padding: 96px 0 60px;
}

.new_partner_hub_sec .home_testi_review_slider {
    margin-top: 60px;
    padding-top: 48px;
}

.new_partner_hub_sec .slick-arrow {
    background: transparent !important;
    outline: unset !important;
    border: unset !important;
}

.new_partner_hub_sec .slick-arrow svg {
    color: #333 !important;
}

.new_partner_hub_sec.partner_hub_sec .home_testi_slick_prev {
    right: 30px;
}

.new-post-sec {
    padding: 64px 20px;
    background-color: #F7F7FC;
}

.new-post-sec .new-post-wrapper {
    margin-top: 60px;
}

.testimonial_page_banner_sec {
    padding: 64px 20px;
    background-color: #F7F7FC;
}

.mobile_banner {
    display: none;
}

.testimonial_page_banner_sec .container {
    display: flex;
    gap: 112px;
    align-items: center;
}

.testimonial_page_banner_sec .testimonial_page_banner_content {
    width: calc(50% - 90px);
}

.testimonial_page_banner_sec .testimonial_page_banner_image {
    display: flex;
}

.testimonial_page_banner_image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.testimonial_page_banner_sec.events-hero-sec h1 {
    padding-right: 46px;
}

.hero_pre_title {
    color: #EA3934;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.testimonial_page_banner_content h1 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #333333;
}

.testi_page_grid_section {
    padding: 96px 20px 60px;
    background-color: #FFFFFF;
}

/* Testimonial Load More Functionality start*/
.testi_page_grid_hidden {
    display: none !important;
}

.testi_page_load_more_wrapper {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.testi_page_load_more_btn {
    background-color: #FFFFFF;
    color: #3A307F;
    border: 1px solid #8C84CC;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    font-family: Open Sans;
}

.testi_page_load_more_btn:hover {
    background-color: #E7E5F4;
}

.testi_page_load_more_btn:active {
    transform: translateY(0);
}

.testi_page_load_more_btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Testimonial Load More Functionality end*/

.testi_page_webinars_sec {
    padding: 96px 20px;
    background-color: #F7F7FC;
}

.testi_page_grid_heading,
.testi_page_webinars_heading {
    padding-bottom: 60px;
}

.testi_page_grid_section .testi_page_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.testi_page_grid_section .testi_page_grid_wrapper .testi_page_grid_item {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    padding: 16px;
}

.testi_page_grid_video .testi_page_grid_thumb {
    width: 100%;
    height: 262px;
    object-fit: cover;
    border-radius: 8px;
    display: flex;
}

.testi_page_grid_video {
    position: relative;
}

.testi_page_play_button,
.testi_page_play_button svg,
.testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_play_btn {
    width: 47px;
    height: 47px;
    cursor: pointer;
}

.testi_page_play_button svg {
    border: 1px solid #fff;
    border-radius: 50%;
}

.testi_page_play_button,
.testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_play_btn {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.testi_page_play_button svg circle {
    fill: #33333333;
    backdrop-filter: blur(2px)
}

.testi_page_play_button svg path {
    fill: #fff;
}

.testi_page_grid_info {
    padding-top: 16px;
    text-align: center;
}

.testi_page_grid_name {
    color: #333;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}

.testi_page_grid_position {
    color: #333333;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.testi_page_webinars_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 32px;
}

.testi_page_webinar_card {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

.testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_thumb {
    width: 100%;
    height: 218px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    display: flex;
}

.testi_page_webinar_card .testi_page_webinar_video,
.testi_page_webinar_time {
    position: relative;
}

.testi_page_webinar_meta {
    padding: 24px 24px 0px;
    margin-bottom: -20px;
}

.testi_page_webinar_meta .testi_page_webinar_lang,
.testi_page_webinar_meta .testi_page_webinar_time {
    color: #EA3934;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.testi_page_webinar_meta .testi_page_webinar_lang {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.testi_page_webinar_meta .testi_page_webinar_lang::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    width: 2px;
    height: 14px;
    background-color: #ea3934;
    transform: translateY(-50%);
}

.testi_page_webinar_info {
    padding: 24px 24px 24px;
}

.testi_page_webinar_info h3 {
    font-size: 20px;
    line-height: 30px;
}

.testi_page_webinar_time {
    padding-left: 26px;
}

.testi_page_webinar_time::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("https://pf.bqdemo.in/partnerhub/wp-content/uploads/2026/02/icon_shape.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


.new-post-grid {
    padding-left: calc(50% + 12px);
    position: relative;
    margin-bottom: 48px;
}

.new-post-grid .article_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    width: calc(50% - 12px) !important;
    display: block;
    margin-bottom: 0 !important;
    min-height: 100%;
}

.new-post-grid .article_box {
    width: 100% !important;
    margin: 0px !important;
}

.new-post-grid .article_box:nth-child(1) .article_info {
    padding: 24px;
}

.new-post-grid .article_box:nth-child(1) .article_info h3 a {
    margin-bottom: 8px;
}

.new-post-grid .article_box:nth-child(1) .article_feature_img img {
    height: 384px;
    object-fit: cover;
    display: flex;
    border-radius: 8px 8px 0px 0px;
}

.new-post-grid .article_box:nth-child(1) .article_info a.read-more {
    display: none;
}

.new-post-grid .article_box .article_info a.read-more {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding: 6px 8px 6px 0;
}

.new-post-grid .article_box .article_info a.read-more span {
    color: #3A307F;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.new-post-grid .article_box .article_info a.read-more:hover span {
    text-decoration: underline;
}

.new-post-grid .article_box {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 30px !important;
    overflow: hidden;
}

.new-post-grid .article_box:last-child {
    margin-bottom: 0px !important;
}

.new-post-grid .article_box .article_feature_img img {
    height: 100%;
}

.new-post-grid .article_box:nth-child(1) .article_feature_img,
.new-post-grid .article_box:nth-child(1) .article_info {
    width: 100%;
}

.new-post-grid .article_box .article_feature_img {
    width: 182px;
}

.new-post-grid .article_box .article_info {
    padding: 24px;
    width: calc(100% - 182px);
}

.new-post-grid .article_box .article_info h3 a {
    margin-bottom: 24px;
}

.new-post-grid .article_box .article_info p {
    display: none;
}

.new-post-grid .article_box:nth-child(1) .article_info p {
    display: -webkit-box;
}

.new_courses_sec {
    padding: 64px 20px;
}

.new_courses_sec .home_training_heading {
    text-align: left;
    margin-bottom: 60px;
}

.new_courses_sec .home_training_heading p {
    max-width: 100%;
}

.new_courses_sec .home_training_box {
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
}

.new_courses_sec .home_training_video {
    padding-bottom: 242px;
}

.new_courses_sec .home_training_info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new_courses_sec .home_training_info h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
}

.new_courses_sec .home_training_info p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.new_courses_sec .home_training_info a.read-more {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding: 6px 8px 6px 0px;
    margin-top: auto;
}

.new_courses_sec .home_training_info a.read-more span {
    color: #3A307F;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.new_courses_sec .home_training_info a.read-more:hover span {
    text-decoration: underline;
}


.events_page_grid_wrapper {
    gap: 48px;
}

.events_page_grid_card {
    border: 1px solid #E3E3E3;
    box-shadow: none;
    border-radius: 8px;
}

.events_page_grid_content {
    padding: 24px;
}

.events_page_grid_image {
    height: 262px;
}

.events_page_grid_content p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.events_page_grid_heading {
    text-align: left;
}

.events_page_grid_heading p {
    max-width: 100%;
}

.events_page_grid_sec {
    padding: 96px 20px;
}

.page-id-6400 .ready_get_sec.community_reday_get,
.page-id-6481 .ready_get_sec.community_reday_get,
.page-id-6400 .red_label_sec,
.page-id-6481 .red_label_sec,
.home .ready_get_sec.community_reday_get,
.single-post .red_label_sec {
    display: none;
}

.testi_page_webinars_heading h2 {
    margin-bottom: 24px;
    padding-bottom: 0;
}

.events_page_grid_heading h2,
.testi_page_grid_heading h2,
.testi_page_webinars_heading h2 {
    padding-bottom: 0;
}

.main_header .header_menu_part .hedaer_menu a[target="_blank"],
.mobile_overlay_menu nav a[target="_blank"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
}

.mobile_overlay_menu nav a[target="_blank"] {
    display: flex;
    justify-content: space-between;
}

.main_header .header_menu_part .hedaer_menu a[target="_blank"]:after,
.mobile_overlay_menu nav a[target="_blank"]:after {
    content: '';
    background-image: url(https://pf.bqdemo.in/partnerhub/wp-content/uploads/2026/02/external_link_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

@media(max-width:1200px) {
    .right-search.big {
        width: calc(100% - 244px);
    }

    .new-hero {
        background-position: 70% 50%;
    }

    .new-hero .counter-row .counter-box .number {
        font-size: 56px;
        line-height: 66px;
    }

    .partner_hub_sec .home_testi_review_slider {
        padding-top: 40px;
    }

    .partner_hub_sec .home_testi_review_video {
        padding-bottom: 350px;
    }

    .partner_hub_sec .home_testi_review_slider {
        margin-bottom: 35px;
    }

    .new-post-grid {
        margin-top: 35px;
    }

    .events_page_grid_wrapper {
        gap: 30px;
    }

    .events_page_grid_sec {
        padding: 60px 20px 70px;
    }

    .new-post-grid {
        min-height: 582px;
    }

    .new-post-grid .article_box .article_info {
        padding: 30px 24px;
    }
}


@media(max-width:1100px) {
    .right-search.big {
        width: calc(100% - 200px);
    }

    .testimonial_page_banner_sec .container {
        gap: 80px;
    }

    .testimonial_page_banner_sec .container>div {
        width: calc(50% - 40px);
    }

    .testi_page_grid_section {
        padding: 70px 20px 60px;
    }

    .testi_page_grid_heading h2,
    .testi_page_webinars_heading h2 {
        padding-bottom: 4px;
    }

    .testi_page_grid_heading,
    .testi_page_webinars_heading {
        padding-bottom: 48px;
    }

    .testi_page_grid_section .testi_page_grid_wrapper,
    .testi_page_webinars_grid {
        gap: 20px;
    }

    .testi_page_grid_section .testi_page_grid_wrapper .testi_page_grid_item {
        border-radius: 12px;
    }

    .testi_page_grid_video .testi_page_grid_thumb,
    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_thumb {
        height: 234px;
    }

    .testi_page_webinars_sec {
        padding: 70px 20px 100px;
    }

    .testi_page_webinar_card {
        border-radius: 14px;
    }

    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_thumb {
        border-radius: 14px 14px 0px 0px;
    }

    .testi_page_play_button {
        top: 120px;
    }

    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_play_btn {
        top: 101px;
    }

    .testi_page_webinar_meta {
        padding: 16px 16px 0px;
        margin-bottom: -15px;
    }

    .testi_page_webinar_info {
        padding: 16px;
    }

    .testi_page_webinar_info h3 {
        font-size: 19px;
        line-height: 32px;
    }

    .testimonial_page_banner_sec.events-hero-sec h1 {
        padding-right: 0;
    }
}

@media(max-width:1024px) {
    .new-post-grid {
        min-height: 566px;
    }

    .new-post-grid .article_box .article_info {
        padding: 27px 24px;
    }
}

@media(max-width:991px) {
    .main_header .header_part {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .main_header a.header.new-red-btn.desktop {
        display: none;
    }

    .mobile_overlay_menu a.header.new-red-btn.mobile {
        margin-left: 12px;
        margin-top: 30px;
    }

    .main_header.home-header .header_part .header_menu_part {
        padding: 16px;
        border-bottom: 1px solid #D5D5D2;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    /* Mobile Search Focused state */
    body.search-focused {
        overflow: hidden !important;
        position: fixed !important;
        width: 100%;
        height: 100vh;
    }

    .main_header.home-header.search-focused {
        height: 100vh;
    }

    .main_header.home-header.search-focused .ctm_header_sec {
        padding-top: 20px;
    }

    .main_header.home-header.search-focused .header_menu_part,
    .main_header.home-header.search-focused .hamburger {
        opacity: 0;
    }

    .main_header.home-header.search-focused .header_menu_part.hidden,
    .main_header.home-header.search-focused .hamburger.hidden {
        display: none;
    }

    .main_header.home-header .right-search.big {
        transition: none;
    }

    .main_header.home-header.search-focused .right-search.big {
        width: calc(100% - 20px);
        transition: none;
        position: relative;
    }

    .main_header.home-header.search-focused .close-icon {
        display: block;
        position: absolute;
        z-index: 999;
        right: 0;
        top: -2px;
        width: 40px;
    }

    .main_header.home-header.search-focused form.search-box>img {
        border-right: 1px solid #B0B0B0;
        padding-right: 5px;
    }

    .mobile_overlay_menu nav a[target="_blank"] {
        justify-content: left;
    }

    .right-search.big {
        display: block !important;
        position: unset;
        transform: unset;
        padding-left: 20px;
        width: calc(100% - 60px);
    }

    .right-search.big .search-box {
        width: 100%;
        border-radius: 40px;
    }

    .right-search.big .close-icon {
        display: none;
    }

    .right-search.small {
        display: none !important;
    }

    .main_header.home-header {
        height: 132px;
        padding: 0;
    }

    .main_header.home-header .hamburger {
        margin-right: 20px;
    }


    .testi_page_grid_section .testi_page_grid_wrapper,
    .testi_page_webinars_grid {
        grid-template-columns: 1fr 1fr;
    }

    .partner_hub_sec .home_testi_review_slider {
        margin-top: 24px;
    }

    .partner_hub_sec .home_testi_slider .slick-slide {
        margin: 0px 8px;
    }

    .partner_hub_sec .home_testi_review_video {
        padding-bottom: 300px;
    }

    .partner_hub_sec .home_testi_review_info {
        padding-top: 14px;
    }

    .partner_hub_sec .home_testi_customer_name {
        margin: 0px;
    }

    .partner_hub_sec .home_testi_review_slider {
        margin-bottom: 30px;
    }

    .new-post-grid .article_box:nth-child(1) .article_info {
        padding: 20px;
    }

    .new-post-grid .article_box:nth-child(1) .article_feature_img img {
        height: 320px;
    }

    .new-post-grid .article_box .article_feature_img {
        width: 150px;
    }

    .new-post-grid .article_box .article_info {
        width: calc(100% - 150px);
        padding: 22px 16px;
    }

    .new-post-grid .article_box .article_info h3 a {
        margin-bottom: 0;
    }

    .new-post-grid .article_box:nth-child(1) .article_info p {
        line-height: 130%;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .new-post-grid {
        margin-bottom: 40px;
    }

    .new_courses_sec .home_training_heading {
        margin-bottom: 30px;
    }

    .new_courses_sec {
        padding: 60px 20px 70px;
    }

    .events_page_grid_wrapper {
        gap: 24px;
    }

    .new_courses_sec .home_training_info p {
        display: none;
    }

    .new-post-grid {
        min-height: 480px;
    }

    .new_courses_sec .home_training_video {
        padding-bottom: 62%;
    }

    .testi_page_grid_video .testi_page_grid_thumb {
        height: 288px;
    }

    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_thumb {
        height: 250px;
    }

    .testi_page_load_more_wrapper {
        display: none !important;
    }

    .testi_page_grid_item.testi_page_grid_hidden {
        display: block !important;
    }
}

@media(max-width:768px) {
    .new-hero {
        background-position: top center;
        padding-bottom: 48px;
        min-height: 950px;
        background-size: cover;
    }

    .new-hero:before {
        content: '';
        height: 80%;
        width: 100%;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 75%);
        position: absolute;
    }

    .new-hero .container {
        position: relative;
    }

    .new-hero .hero-content {
        row-gap: 10px;
        margin-bottom: 48px;
    }

    .new-hero h1 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
    }

    .new-hero p {
        margin-bottom: 14px;
        line-height: 21px;
    }

    .new-hero .new-red-btn {
        padding: 6px 30px;
    }

    .new-hero .counter-row {
        flex-wrap: wrap;
    }

    .new-hero .counter-row .counter-box:nth-of-type(1),
    .new-hero .counter-row .counter-box:nth-of-type(2),
    .new-hero .counter-row .counter-box:nth-of-type(3) {
        max-width: 100%;
    }

    .new-hero .counter-row .counter-box {
        display: flex;
        align-items: center;
        padding-bottom: 12px;
        margin-bottom: 16px;
        border-bottom: 1px solid #fff;
    }

    .new-hero .counter-row .counter-box:nth-of-type(3) {
        padding-bottom: unset;
        margin-bottom: unset;
        border-bottom: unset;
    }

    .new-hero .counter-row .counter-box .number {
        font-size: 48px;
        line-height: 48px;
        padding-bottom: 0px;
        border-bottom: unset;
        margin-bottom: 0;
        width: 115px;
        flex-shrink: 0;
    }

    .new-hero .counter-row .counter-box p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        padding: 10.5px 0;
    }

    .events_page_grid_sec {
        padding: 40px 20px 40px;
    }

    .new_partner_hub_sec {
        padding: 48px 20px;
        background-color: #F7F7FC;
    }

    .new_partner_hub_sec .container>h2 {
        margin-bottom: 12px !important;
    }

    .new_partner_hub_sec .slick-arrow {
        display: none !important;
    }
}


@media(max-width: 767px) {
    .mobile_banner {
        display: block;
    }

    .desktop_banner {
        display: none;
    }

    .testimonial_page_banner_sec .container {
        gap: 30px;
        flex-direction: column;
    }

    .testimonial_page_banner_sec .container>div {
        width: 100%;
        text-align: center;
    }

    .hero_pre_title {
        padding-bottom: 6px;
    }

    .testimonial_page_banner_content h1 {
        font-size: 32px;
    }

    .testimonial_page_banner_sec,
    .testi_page_grid_section,
    .testi_page_webinars_sec {
        padding: 40px 20px;
    }

    .testi_page_grid_section .testi_page_grid_wrapper,
    .testi_page_webinars_grid {
        grid-template-columns: 1fr;
    }

    .testi_page_grid_name {
        padding-bottom: 4px;
    }

    .testi_page_webinar_meta {
        padding: 20px 24px 0px;
        margin-bottom: -24px;
    }

    .testi_page_webinar_info {
        padding: 24px;
    }

    .partner_hub_sec .home_testi_review_slider {
        margin-top: -2px;
    }

    .new-post-grid {
        padding-left: 0px;
    }

    .new-post-grid .article_box:nth-child(1) {
        position: unset;
        width: 100% !important;
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 24px !important;
    }

    .new-post-grid .article_box:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    .new-post-grid .article_box .article_info h3 a {
        min-height: unset;
    }

    .partner_hub_sec .home_testi_slider .slick-slide {
        margin: 0px;
    }

    .partner_hub_sec .home_testi_review_slider {
        margin-bottom: 12px;
        padding-top: 0;
        padding-bottom: 0px;
    }

    .new-post-grid {
        margin-top: 24px;
    }

    .new-post-grid .article_box {
        border: 0px;
        background-color: transparent;
        flex-direction: row-reverse;
        padding-bottom: 16px;
        border-bottom: 1px solid #E3E3E3;
        border-radius: 0px;
        margin-bottom: 16px !important;
        align-items: center;
    }

    .new-post-grid .article_box:nth-child(1) .article_feature_img img {
        height: 210px;
        border-radius: 10px;
    }

    .new-post-grid .article_box:nth-child(1) .article_info {
        padding: 24px 0px 23px;
        border-bottom: 1px solid #E3E3E3;
    }

    .new-post-grid .article_box .article_feature_img {
        width: 130px;
        display: flex;
        height: 100%;
    }

    .new-post-grid .article_box .article_feature_img img {
        min-height: 120px;
    }

    .new-post-grid .article_box .article_info {
        width: calc(100% - 130px);
        padding: 4px 16px 4px 0px;
    }

    .new-post-grid .article_box:nth-child(1) .article_info h3 a {
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .new-post-grid .article_box .article_info h3 a {
        font-size: 16px;
        line-height: 24px;
    }

    .new-post-grid .article_box .article_feature_img img {
        border-radius: 8px;
    }

    .new_courses_sec .home_training_info h3 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 16px;
    }

    .new_courses_sec {
        padding: 40px 20px;
        background-color: #F7F7FC;
    }

    .partner_hub_sec .home_testi_slider .slick-track {
        display: flex;
        flex-wrap: wrap;
        transform: unset !important;
        width: 100% !important;
        flex-direction: column;
        row-gap: 16px;
    }

    .slick-list.draggable .slick-track .slick-slide {
        display: flex;
        height: auto;
        justify-content: space-between;
        flex: 1;
        width: 100% !important;
        float: unset;
        height: 100%;
    }

    .partner_hub_sec .home_testi_review_box {
        height: 100%;
    }

    .slick-list.draggable .slick-track .slick-slide:nth-of-type(4) {
        display: none;
    }

    .new-post-sec {
        padding: 48px 20px;
        background-color: #FFFFFF;
    }

    .new-post-sec .container>h2 {
        margin-bottom: 12px;
    }

    .new-post-sec .new-post-wrapper {
        margin-top: 24px;
    }

    .new-post-grid .article_box .article_info a.read-more {
        display: none;
    }

    .events_page_grid_heading {
        margin-bottom: 40px;
    }

    .events_page_grid_heading h2,
    .testi_page_grid_heading h2,
    .testi_page_webinars_heading h2 {
        margin-bottom: 20px;
    }

    .testi_page_webinars_sec {
        padding: 48px 20px;
    }

    .testi_page_grid_video .testi_page_grid_thumb {
        height: 234px;
    }

    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_thumb {
        height: 100%;
    }

    .testi_page_play_button {
        top: 93px;
    }

    .testi_page_webinar_card .testi_page_webinar_video .testi_page_webinar_play_btn {
        top: 75px;
    }
}

@media(max-width: 600px) {
    .partner_hub_sec .home_testi_review_video {
        padding-bottom: 66%;
    }

    .testimonial_page_banner_image img {
        height: 280px;
    }
}

@media(max-width: 400px) {
    .new_partner_hub_sec h2 {
        padding-right: 49px;
        line-height: 130%;
    }

    .new-hero .counter-row .counter-box:nth-child(1) p {
        padding-right: 75px;
    }

    .new-hero .counter-row .counter-box:nth-child(2) p {
        padding: 0 58px 0 0;
    }

    .new-hero .counter-row .counter-box:nth-child(3) p {
        padding-right: 30px;
    }

    .new-hero {
        background-position: top center;
        background-size: contain;
    }
}

@media(max-width: 345px) {
    .new_partner_hub_sec h2 {
        padding-right: 0;
    }
}


/* Blog-detail page css start */
.blog-container-wrapper {
    padding: 78px 0px 64px;
}

.blog-container-wrapper h1 {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper h6 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 130%;
}

.blog-container-wrapper p strong,
.blog-container-wrapper h2 strong,
.blog-container-wrapper h3 strong {
    font-weight: 600;
}

.blog-container-wrapper img {
    width: 100%;
    height: 480px;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

.blog-container-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.blog-container-wrapper a {
    font-size: 16px;
    font-weight: 400;
    color: #EA3934;
    text-decoration: underline;
}

.content-wrapper img,
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6,
.content-wrapper p,
.content-wrapper img,
.content-wrapper figure,
.content-wrapper ol,
.content-wrapper ul,
.content-wrapper li {
    margin: 0;
    padding: 0;
}

/* heading → first element */
.content-wrapper h1+*,
.content-wrapper h2+*,
.content-wrapper h3+*,
.content-wrapper h4+* {
    margin-top: 12px;
}

.content-wrapper p+p,
.content-wrapper p+ul,
.content-wrapper p+ol,
.content-wrapper ul+p,
.content-wrapper ol+p,
.content-wrapper strong {
    margin-top: 12px;
}

/* element → heading */
.content-wrapper *+h1,
.content-wrapper *+h2,
.content-wrapper *+h3,
.content-wrapper *+h4 {
    margin-top: 32px;
}

.content-wrapper p+* {
    margin-top: 32px;
}

.content-wrapper ol+figure,
.content-wrapper ul+figure,
.content-wrapper p+figure {
    margin-top: 32px;
}

.content-wrapper ul,
.content-wrapper ol {
    margin-top: 12px;
    padding-left: 20px;
}

.content-wrapper li+li {
    margin-top: 6px;
}

.blog-container-wrapper figure.wp-block-image.size-large {
    margin-top: 32px;
    margin-bottom: 32px;
}

/* -------- Ordered List (ol) -------- */

/* Base list styling */
.content-wrapper ol,
.content-wrapper ul {
    margin-left: 15px;
}

/* Level 1 */
.content-wrapper ol {
    list-style-type: decimal;
}

/* Level 2 */
.content-wrapper ol ol {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

/* Level 3 */
.content-wrapper ol ol ol {
    list-style-type: lower-roman;
    margin-left: 20px;
}

/* Level 4 */
.content-wrapper ol ol ol ol {
    list-style-type: upper-alpha;
    margin-left: 20px;
}


/* -------- Unordered List (ul) -------- */

/* Level 1 */
.content-wrapper ul {
    list-style-type: disc;
}

/* Level 2 */
.content-wrapper ul ul {
    list-style-type: circle;
    margin-left: 20px;
}

/* Level 3 */
.content-wrapper ul ul ul {
    list-style-type: square;
    margin-left: 20px;
}

/* Level 4 */
.content-wrapper ul ul ul ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Maintain consistent spacing between elements */
.content-wrapper {
    padding-top: 32px;
}

.post-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* continue reading */
/* Section */
.continue-heading-reading {
    background-color: #F7F7FC;
    padding: 64px 0;
}

.continue-reading-section h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333;
}

/* Cards Wrapper */
.continue-reading-section>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.continue-reading-section>div a {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}

/* Image */
.continue-reading-section>div a img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    display: block;
}

/* Placeholder */
.continue-reading-section>div a>div:first-child {
    width: 100%;
    height: 242px;
    background: #e8e8e8;
}

/* Content */
.continue-reading-section>div a div:last-child {
    padding: 16px;

}

/* Title */
.continue-reading-section>div a h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
    line-height: 36px;
}

/* Excerpt */
.continue-reading-section>div a p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 992px) {
    .continue-reading-section>div {
        grid-template-columns: repeat(2, 1fr);
    }

    .continue-heading-reading,
    .blog-container-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:768px) {
    .blog-container-wrapper h1 {
        font-size: 28px;
        line-height: 130%;
    }

    .blog-container-wrapper h2 {
        font-size: 22px;
        line-height: 130%;
    }

    .blog-container-wrapper h3 {
        font-size: 20px;
        line-height: 130%;
    }

    .blog-container-wrapper h4,
    .blog-container-wrapper h5 .blog-container-wrapper h6 {
        font-size: 18px;
        line-height: 130%;
    }

    .content-wrapper *+h1,
    .content-wrapper *+h2,
    .content-wrapper *+h3,
    .content-wrapper *+h4 {
        margin-top: 30px;
    }

    .content-wrapper h1+*,
    .content-wrapper h2+*,
    .content-wrapper h3+*,
    .content-wrapper h4+* {
        margin-top: 16px;
    }

    .content-wrapper {
        padding-top: 30px;
    }

    .post-title-wrapper {
        gap: 30px;
    }

    .blog-container-wrapper figure.wp-block-image.size-large {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .continue-reading-section>div {
        gap: 20px;
    }

    .blog-container-wrapper {
        padding: 48px 20px;
    }

    .continue-reading-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 130%;
    }

    .continue-reading-section>div {
        grid-template-columns: 1fr;
    }

    .continue-heading-reading {
        padding: 48px 20px;
    }

    .continue-reading-section>div a {
        border-radius: 12px;
        border: 1px solid #D1CFED;
    }

    /* Image */
    .continue-reading-section>div a img,
    .continue-reading-section>div a>div:first-child {
        height: 237px;
    }

    /* Content */
    .continue-reading-section>div a div:last-child {
        padding: 24px 16px;
    }

    .continue-reading-section>div a p:first-child {
        display: none;
    }

    .continue-reading-section>div a h3 {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 16px;
    }

    /* Hide excerpt */
    .continue-reading-section>div a p:last-child {
        display: none;
    }

    .continue-reading-section>div a div:last-child::after {
        content: "Learn more ›";
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #3A307F;
        line-height: 24px;
        padding: 6px 0;
    }

    .content-wrapper p+p,
    .content-wrapper p+ul,
    .content-wrapper p+ol,
    .content-wrapper ul+p,
    .content-wrapper ol+p,
    .content-wrapper strong {
        margin-top: 16px;
    }
}

/* Bloge-detail page css end */