/* Footer Design Start */

.cl_footer_subscriber input#form-field-email {
    min-height: 52px;
    padding-right: 140px;
}
.cl_footer_subscriber .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cl_footer_subscriber .elementor-field-type-submit{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    justify-content: end !important;
    width: auto !important;
}
.cl_footer_subscriber .elementor-field-group .elementor-button{
    margin-right: 5px;
    min-height: 42px !important;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cl_footer_subscriber .elementor-message{
    position: absolute;
}
.footer-without-form .cl_footer_gap > .e-con-inner {
    padding-top: 100px !important;
}

/* Footer Design End */





/* Homepage Blog Widget Design Start */

.cl_home_blog_section .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.cl_home_blog_section .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.cl_home_blog_section .blog_featured_image {
    position: relative;
}
.cl_home_blog_section .blog_featured_image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.31%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none;
}
.cl_home_blog_section .image-box:hover .blog_featured_image:after{
    opacity: 0 !important;
}
.cl_home_blog_section .blog_left_clm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cl_home_blog_section .blog_left_clm .image-box img{
    height: 300px;
    object-fit: cover;
}
.cl_home_blog_section .blog_center_clm .image-box img{
    height: 600px;
    object-fit: cover;
}
.cl_home_blog_section .blog_right_clm .image-box img{
    height: 300px;
    object-fit: cover;
}
.cl_home_blog_section .blog_right_clm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cl_home_blog_section .cl_blog_widget_row {
    display: grid;
    grid-template-columns: repeat(3, 1FR);
    gap: 30px;
    align-items: center;
}

.cl_home_blog_section .cl_blog_widget_row img {
    width: 100%;
    max-width: 100%;
}

.cl_home_blog_section .image-box img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.cl_home_blog_section .image-box .content {
    position: absolute;
    bottom: -80px; /* Hide the content initially, only show the title */
    left: 0;
    width: 100%;
    color: white;
    transition: bottom 0.3s ease;
    z-index: 1;
}
.image-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(7.5px) !important;
    -webkit-backdrop-filter: blur(7.5px) !important;
    background: #00000080;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
.cl_home_blog_section .image-box:hover:after {
    opacity: 1;
}
.cl_home_blog_section .content_box_inner{
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 20px 30px 20px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.31%, rgba(0, 0, 0, 0.80) 100%); */
}
.cl_home_blog_section a.blog_link {
    background-color: #FFF;
    width: max-content;
    font-family: "Helvetica";
    padding: 12px 24px;
    border-radius: 15px;
    color: #231F20;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
}
.cl_home_blog_section a.blog_link:hover{
    background-color: #FDBA12;
}
.cl_home_blog_section .content_box_inner h2.title {
    color: #fff;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 30px 0;
}
.cl_home_blog_section .image-box .blog_category {
    margin-bottom: 10px; /* Space between tagline and title */
    opacity: 0; /* Hide tagline initially */
    transform: translateY(-20px); /* Move tagline up initially */
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.cl_home_blog_section .blog_category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.cl_home_blog_section span.category_name {
    color: #FDBA12;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.cl_home_blog_section span.publish_date_name{
    color: #FDBA12;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.cl_home_blog_section .image-box .description {
    opacity: 0; /* Hide description initially */
    transition: opacity 0.3s ease;
}

.cl_home_blog_section .image-box button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0; /* Hide button initially */
    transition: opacity 0.3s ease;
}

.cl_home_blog_section .image-box:hover .content {
    bottom: 0; /* Swipe up the entire content section */
}
.cl_home_blog_section .image-box:hover h2.title {
    margin: 0 0 20px 0;
}

.cl_home_blog_section .image-box:hover .description,
.cl_home_blog_section .image-box:hover button {
    opacity: 1; /* Show description and button on hover */
}

.cl_home_blog_section .image-box:hover .blog_category {
    opacity: 1; /* Show tagline on hover */
    transform: translateY(0); /* Move tagline to its original position */
}

/* .cl_home_blog_section .image-box:hover img {
    transform: scale(1.1); /
} */
.cl_home_blog_section .blog_left_clm .image-box, .cl_home_blog_section .blog_right_clm .image-box{
    max-height: 300px;
}

/* Homepage Blog Widget Design End */





/* Homepage 3 columns slider design start */


.homepage_fix_slider{
    position: relative;
}

.homepage_fix_slider .single_slide{
    height: 600px;
    padding: 50px 75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}
.homepage_fix_slider .single_slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}
.homepage_fix_slider .fix_slider {
    border-radius: 20px;
}
.homepage_fix_slider .slide-content {
    max-width: 940px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.homepage_fix_slider a.explore-button {
    color: #231F20;
    text-align: center;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.homepage_fix_slider .slider_progress {
    display: grid;
    grid-template-columns: repeat(3, 1FR);
    gap: 30px;
}

.homepage_fix_slider .progress_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.homepage_fix_slider .progress_no {
    color: #FFF;
    transition: color 0.3s ease;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.homepage_fix_slider .progress_title {
    transition: color 0.3s ease;
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.homepage_fix_slider .progress_bar {
    width: 100%;
    height: 5px;
    background: #FFF;
    border-radius: 10px;
    transition: background 0.3s ease;
}
.homepage_fix_slider .slider_progress{
    position: absolute;
    top: 50px;
    left: 75px;
    z-index: 2;
    max-width: 100%;
    width: calc(100% - 150px);
}
.homepage_fix_slider .slide-title h2 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; 
    margin: 0;
}
.homepage_fix_slider .slide-description{
    margin-bottom: 10px;
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.homepage_fix_slider .slide-description p {
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.homepage_fix_slider .slide_button{
    display: flex !important;
}
.homepage_fix_slider .slide_button a {
    background: #FFF;
    padding: 12px 24px;
    border-radius: 15px;
    max-width: max-content;
    cursor: pointer;
}
.homepage_fix_slider .slide_button a:hover {
    background: #FDBA12;
}



/* Active styles */
.homepage_fix_slider .progress_item.active .progress_no,
.homepage_fix_slider .progress_item.active .progress_title {
    color: #fff;
}

.homepage_fix_slider .progress_item.active .progress_bar {
    background: #FDBA12;
}
.homepage_fix_slider .progress_item.active .progress_title {
    color: #FDBA12;
}
.homepage_fix_slider .progress_item.active .progress_no {
    color: #FDBA12;
}

.homepage_fix_slider {
    position: relative;
}
/* Slider Arrows Design Start */

.fix_slider-navigation {
    position: absolute;
    bottom: 65px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    pointer-events: none; /* Prevents blocking other interactions */
}

.fix_slider-navigation .swiper-button-prev{
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #FDBA12;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    pointer-events: all; /* Enable clicking */
    left: unset;
    right: 121px !important;
    position: absolute;
}
.fix_slider-navigation .swiper-button-next {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #FDBA12;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    pointer-events: all; /* Enable clicking */
    right: 75px;
}

.fix_slider-navigation .swiper-button-prev:hover,
.fix_slider-navigation .swiper-button-next:hover {
    background: #FDBA12;
}

.fix_slider-navigation .swiper-button-prev::after,
.fix_slider-navigation .swiper-button-next::after {
    font-size: 20px;
    color: #FFF;
    display: none !important;
}
.fix_slider-navigation .swiper-button-prev:hover svg path, .fix_slider-navigation .swiper-button-next:hover svg path {
    stroke: #FFF;
}

/* Slider Arrows Design End */



/* Homepage 3 columns slider design End */



/* Homepage Hoverbox Design Start */

.cl_main_hover_box{
    overflow: hidden !important;
    border-radius: 20px !important;
    max-height: 494px;
}
.cl_main_hover_box .cl_image_box .elementor-widget-image{
    position: relative;
}
.cl_main_hover_box .cl_image_box .elementor-widget-image:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.31%, rgba(0, 0, 0, 0.80) 100%);

}
.cl_main_hover_box.more_height{
    max-height: 524px;
}
.cl_content_box {
    position: absolute !important;
    bottom: -320px;
    left: 0 !important;
    width: 100% !important;
    color: white;
    transition: bottom 0.3s ease !important;
    z-index: 1 !important;
}
.cl_content_box.two_column{
    bottom: -400px;
}
.cl_main_hover_box:hover .cl_content_box{
    bottom: 0 !important;
}
.cl_main_hover_box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(7.5px) !important;
    -webkit-backdrop-filter: blur(7.5px) !important;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
.cl_main_hover_box:hover:after {
    opacity: 1;
}
.sl_title_change_to_large h2{
    transition: all 0.3s ease !important;
}
.sl_des_change_to_small p{
    transition: all 0.3s ease !important;
}
.cl_main_hover_box:hover .sl_title_change_to_large h2{
    font-family: "Helvetica" !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    letter-spacing: 0% !important;    
}
.cl_main_hover_box:hover .sl_des_change_to_small p{
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.cl_main_hover_box:hover .sl_des_change_to_small.too_small p{
    font-size: 16px;
    line-height: 26px; 
}
.sl_des_change_to_small {
    height: 300px;
    transition: all 0.1s ease !important;
}
.cl_main_hover_box:hover .sl_des_change_to_small {
    height: 100%;
}

/* Homepage Hoverbox Design End */




/* Homepage Product Slider Design Start */

.cl_product_hover_box {
    overflow: hidden !important;
    border-radius: 20px !important;
    max-height: 396px;
}
.cl_product_content_box {
    position: absolute !important;
    top: 50%;
    left: 50% !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    transform: translate(-50%,-50%) !important;
    opacity: 0;
    transition: all 0.3s ease !important;
    padding: 10px 10px !important;
    align-items: center !important;
    justify-content: center !important;
}
.cl_product_hover_box:hover .cl_product_content_box{
    opacity: 1;
}
/* .cl_product_hover_box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(7.5px);
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
.cl_product_hover_box:hover:after {
    opacity: 1;
    
} */
/* .cl_product_title h2{
    transition: all 0.3s ease !important;
}
.cl_product_category_box{
    transition: all 0.3s ease !important;
} */
/* .cl_product_hover_box:hover .cl_product_title h2{
    font-family: "Helvetica" !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    letter-spacing: 0% !important;    
} */
/* .cl_product_hover_box:hover .cl_product_hover_box p{
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
} */
.cl_product_category_box {
    transition: all 0.1s ease !important;
}
.cl_product_hover_box:hover .cl_product_category_box {
    height: auto;
}
.cl_product_section .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}

.cl_product_section .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.cl_product_section{
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}
.cl_product_slider{
    padding-left: calc((100% - 1280px) / 2) !important;
}
.cl_product_slider{
    cursor: grab !important;
}
.cl_product_section .slick-track{
    margin-left: -25.1%;
    height: 100%;
}


/* Slider Pagination Dots Start */

.cl_product_slider .slick-dots, .cl_product_slider_2 .slick-dots{
    display: flex;
    justify-content: center;
}
.cl_product_slider .slick-dots li.slick-active button:before, .cl_product_slider_2 .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #FDBA12;
    font-size: 8px;
    border: 1px solid #FDBA12;
    border-radius: 100px;
}
.cl_product_slider .slick-dots li button{
    background-color: transparent !important;
}
.slick-dots li button:before{
    opacity: 1;
    font-size: 8px;
    color: #231F20;
}

/* Slider Pagination Dots End */


/* Homepage Product Slider Design End */


/* Two Columns Box Design Start */

.cl_yellow_text{
    color: #FDBA12;
}

/* Two Columns Box Desgin End */



/* 3 Columns Box Design Start */


.cl_client_logo_slider{
    position: relative;
}
.cl_client_logo_slider:before{
    content: '' !important;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 84.24%);
    width: 268px !important;
    height: 100px !important;
    position: absolute !important;
    border-radius: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
}
.cl_client_logo_slider:after{
    content: '' !important;
    background: linear-gradient(270deg, #FFF 15.76%, rgba(255, 255, 255, 0.00) 100%);
    width: 268px !important;
    height: 100px !important;
    position: absolute !important;
    border-radius: 0 !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
}

/* Homepage Banner CSS */

.cl_banner_tagline p{
    position: relative;
    max-width: fit-content;
    padding: 0 20px;
}
.cl_banner_tagline p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2025/02/Vector-1.svg);
    width: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}
.cl_banner_tagline p:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2025/02/Vector-2.svg);
    width: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.cl_banner_inner{
    position: relative;
    border-radius: 20px;
}
.cl_column_line{
    position: relative;
}
.cl_column_line:before {
    content: "" !important;
    position: absolute !important;
    left: -30px !important;
    background: rgba(255, 255, 255, 0.50);
    z-index: 0;
    right: -30px;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
}
.cl_column_line:after {
    content: "" !important;
    position: absolute !important;
    left: unset !important;
    background: rgba(255, 255, 255, 0.50);
    z-index: 0;
    right: -30px !important;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
}
.cl_unique_btn .elementor-button-icon{
    line-height: 34px !important;
}
.cl_unique_btn .elementor-button-icon svg{
    width: 20px;
    height: 24px;
}
.cl_unique_btn a:hover svg path{
    stroke: #FDBA12;
    fill: transparent;
}
.cl_unique_btn.cl_header svg path{
    stroke: #FDBA12;
    fill: transparent;
}
.cl_unique_btn.cl_header:hover svg path{
    stroke: #FFF;
    fill: transparent;
}
.cl_banner_inner > .e-con-inner{
    position: relative;
    z-index: 11;
}
.cl_banner_inner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 10;
    height: 100%;
    border-radius: 20px;
}


/* Product Slider Demo 2 */

.cl_product_single_slide{
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: 100% !important;
}
.cl_product_image_box .full_width_image{
    width: 100%;
}



/* Product Grid Design Start */

.cl_product_single_grid{
    height: 100% !important;
}

/* Product Grid Design End */


/* Header Design Start */

.cl_header_menu_icon .elementor-icon-wrapper{
    height: 50px;
}
.cl_header_main_menu ul li a{
    padding: 0 !important;
}
.cl_header_main_menu ul.sub-menu{
    background-color: #FFF !important;
    padding: 20px !important;
    width: max-content !important;
}
.cl_header_main_menu ul.sub-menu li a{
    padding: 10px 0 10px 0 !important;
    border-inline-start: 0 !important;
}
.cl_header_main_menu ul.sub-menu li:last-child a{
    padding-bottom: 0 !important;
}
.cl_header_main_menu ul.elementor-nav-menu{
    flex-wrap: nowrap;
}
/* body.dialog-lightbox-body .dialog-lightbox-message{
    backdrop-filter: blur(4px) brightness(100%) !important;
    -webkit-backdrop-filter: blur(4px) brightness(100%) !important;
} */



/* Header Design End */


/* Form Design Start */

/* Style the wrapper */
.cl_homepage_form .hs-fieldtype-select .input {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Style the select field */
.cl_homepage_form .hs-fieldtype-select select {
    width: 100%;
    appearance: none; /* Hide default dropdown */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px; /* Prevent text overlap with custom arrow */
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* Custom dropdown arrow */
.cl_homepage_form .hs-fieldtype-select .input::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/cl_dropdown.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px; /* Adjust as needed */
    top: 40%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent interaction issues */
}


.cl_homepage_form input, .cl_homepage_form select, .cl_homepage_form textarea{
    background-color: #FFF !important;
    border: 1px solid #0000001A !important;
    border-radius: 8px !important;
    min-height: 50px !important;
    margin-bottom: 20px !important;
    color: #67686B !important;
    -webkit-appearance: none;
    appearance: none;
}
.cl_homepage_form label span{
    color: #231F20;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.cl_homepage_form label{
    margin-bottom: 5px;
}
.cl_homepage_form .form-columns-2{
    display: flex !important;
    gap: 30px !important;
}
.cl_homepage_form .form-columns-1 .legal-consent-container p{
    font-size: 14px;
    line-height: 24px;
}
.cl_homepage_form .hs-error-msgs{
    list-style-type: none;
    padding-left: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: red;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.cl_homepage_form input.hs-button.primary.large {
    margin-top: 20px;
    background-color: #231F20 !important;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF !important;
    border-radius: 15px !important;
    padding: 12px 24px !important;
    margin-bottom: 0 !important;
}
.cl_homepage_form input.hs-button.primary.large:hover{
    background-color: #FDBA12 !important;
    color: #231F20 !important;
    border: 1px solid #FDBA12 !important;
}
.cl_homepage_form .actions{
    text-align: center;
}
.cl_homepage_form textarea{
    min-height: 100px !important;
}
.cl_homepage_form .form-columns-2 .input, .cl_homepage_form .form-columns-1 .input {
    margin-right: 0 !important;
}
.cl_homepage_form .form-columns-1 .legal-consent-container{
    margin-bottom: 20px !important;
}
/* Form Design End */





/* Blog Listing Page Design Start */

.cl_blogs_list_section .cl_blog_widget_row .image-box{
    max-height: 300px;
    min-height: 300px;
}
.cl_blogs_list_section .cl_blog_widget_row .image-box .blog_featured_image{
    height: 100% !important;
}
.cl_blogs_list_section .cl_blog_widget_row .image-box .blog_featured_image img{
    height: 300px;
    object-fit: cover;
}
.cl_blogs_list_section .blog-pagination{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}
.cl_blogs_list_section .blog-pagination span, .cl_blog_listing .blog-pagination a{
    color: #231F20;
}
.cl_blogs_list_section .blog-pagination a:hover{
    color: #FDBA12;
}
/* Blog Listing Page Design End */


/* Blog Detail Page Design Start */

.cl_blog_detail_content .cl_blog_detail_info .elementor-icon-list-text{
    padding-inline-start: 10px !important;
}
.cl_blog_detail_info ul li a:hover, .cl_blog_detail_info ul li a:hover span{
    color: #FDBA12 !important;
}
.cl_blog_detail_content .elementor-image-box-img{
    margin-bottom: 0 !important;
}
.cl_blog_detail_sidebar .cl_table_content ul.elementor-toc__list-wrapper li{
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 9.5px 0;
}
.cl_blog_detail_sidebar .cl_table_content .elementor-toc__body{
    padding: 0 20px 20px 20px !important;
}
.cl_blog_detail_sidebar .cl_table_content ul.elementor-toc__list-wrapper li:first-child{
    padding-top: 0 !important;
}
.cl_blog_detail_sidebar .cl_table_content ul.elementor-toc__list-wrapper li:last-child{
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.cl_blog_detail_sidebar .elementor-toc__toggle-button{
    display: none;
}
.cl_blog_detail_sidebar .cl_table_content h2.elementor-toc__header-title {
    position: relative;
    padding-left: 30px;
}
.cl_blog_detail_sidebar .cl_table_content h2.elementor-toc__header-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--Yellow, #FDBA12);
    width: 20px;
    height: 1px;
}
.cl_related_blogs_wrap .cl_blog_widget_row .image-box{
    max-height: 300px;
    min-height: 300px;
}
.cl_related_blogs_wrap .blog_featured_image, .cl_related_blogs_wrap .blog_featured_image img{
    height: 300px;
    object-fit: cover;
}

.cl_social_share .elementor-share-btn{
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
}
.cl_blog_author_info_social_share .elementor-image-box-img{
    max-width: 50px;
    width: 100%;
    height: 50px;
    object-fit: cover;
}
.cl_blog_author_info_social_share .elementor-image-box-content h4.elementor-image-box-title{
    margin: 0;
}
.cl_blog_detail_content .cl_sc_icon a svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cl_blog_the_content a span{
    text-decoration: none !important;
}
.cl_blog_the_content .elementor-blockquote{
    border-color: #e6e9ec !important;
}
.cl-author-info h4{
    margin-top: 0 !important;
}



/* Blog Detail Page Design End */


/* About Us Page Design Start */

.cl_round_circle_text {
    border-radius: 500px !important;
    background: var(--Yellow, #FDBA12);
    max-width: 198px;
    max-height: 198px;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    bottom: -60px;
    left: -70px;
}
.cl_round_circle_text:before {
    content: '' !important;
    background-image: url('/wp-content/uploads/2025/03/round_line.svg') !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    bottom: -33px !important;
    top: unset !important;
    width: 100px !important;
    height: 100px !important;
    right: 20px !important;
    left: unset !important;
}
.cl_round_circle_text:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/round_border.svg');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    top: unset;
    width: 100px;
    height: 100px;
    right: -50px;
    left: unset;
}

.cl_breadcrumb li:not(:last-child){
    font-weight: 400 !important;
}
.cl_border_image > .elementor-widget-container{
    padding: 8px;
    background-color: #FFF;
    border-radius: 8px;
}
.cl_icon_box h3{
    padding: 0 20px;
}
.cl_icon_box.no_space h3{
    padding: 0 0 !important;
}

/* About Us Page Design End */


/* Contact Us Page Design Start */

.cl_clm_icon_box .elementor-icon-wrapper{
    height: 50px !important;
}
.cl_cnt_icon_list .elementor-icon-list-icon{
    background-color: #FDBA12;
    padding: 10px;
    border-radius: 100px;
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.cl_cnt_icon_list .elementor-icon-list-icon svg{
    margin: 0 !important;
}
.cl_cnt_icon_list .elementor-icon-list-item a{
    gap: 20px;
}
.cl_cnt_icon_list .elementor-icon-list-text{
    padding-inline-start: 0 !important; 
}
.cl_cnt_icon_list .elementor-icon-list-text{
    width: 100%;
}
.cl_cnt_icon_list .inline{
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
}
.cl_cnt_icon_list .inline .inside_usa a, .cl_cnt_icon_list .inline .outside_usa a{
    width: auto;
    color: #67686B;
}

.cl_cnt_icon_list .inline .inside_usa, .cl_cnt_icon_list .inline .outside_usa {
    display: flex;
    flex-wrap: nowrap;
}
.cl_cnt_icon_list a:hover span{
    color: #FDBA12 !important;
}
.cl_cnt_icon_list .inside_usa:hover a, .cl_cnt_icon_list .outside_usa:hover a{
    color: #FDBA12 !important;
}
.cl_cnt_icon_list .cl_icon_left{
    padding-left: 20px !important;
}
/* Contact Us Page Design End */


/* Products Page Design Start */

.cl_pdf_download_icon svg{
    height: 16px !important;
}
.cl_pdf_download_icon .elementor-button-content-wrapper{
    align-items: center;
}
.cl_pdf_download_icon .elementor-button-icon{
    height: 20px;
}
.cl_data_tables .dataTable thead{
    display: none !important;
}
.cl_data_tables .dataTable .ekit_table_body_container p{
    margin-bottom: 0 !important;
}
.cl_data_tables tbody tr td:first-child{
    border-width: 0 !important;
    border-radius: 5px 0 0 5px !important;
}
.cl_data_tables tbody tr td:last-child{
    border-width: 0 !important;
    border-radius: 0 5px 5px 0 !important;
}
.cl_data_tables table{
    border-spacing: 0 5px !important;
}
.cl_data_tables .ekit_table .dataTables_wrapper table{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cl_video_play_icon .elementor-custom-embed-play svg{
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    padding: 4px;
}
.cl_video_play_icon .elementor-wrapper, .cl_video_play_icon .elementor-video{
    --video-aspect-ratio: 1.22 !important;
}
.cl_video_play_btn .elementor-custom-embed-play svg{
    opacity: 1 !important;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    padding: 8px;
}
.cl_video_play_btn .elementor-wrapper, .cl_video_play_btn .elementor-video{
    --video-aspect-ratio: 2.5 !important;
}
/* Products Page Design End */



/* MegaDrive Page Start */

/* Hide all tab content initially */



.cl_tab_slider .e-n-tabs-heading {
    padding: 20px 36px;
    border-radius: 42.5px;
    background: #F2F1F1;
    max-width: fit-content;
    margin: 0 auto;
}
.cl_arrow_icon_size  a.elementor-button:hover svg, .cl_pdf_download_icon a.elementor-button:hover svg{
    fill: transparent !important;
}
.cl_pdf_download_icon a.elementor-button:hover svg path{
    stroke: #FDBA12 !important;
}
.cl_tab_slider tbody tr td{
    width: 50%;
    text-align: center;
}

/* MegaDrive Page End */


/* Section Page Design Start */

.cl_section_slider .elementor-swiper-button{
    background-color: #FDBA12 !important;
}
.cl_section_slider .elementor-swiper-button svg path{
    fill: #231F20 !important;
}
.cl_section_slider .elementor-swiper-button svg{
    width: 16px !important;
    height: 16px !important;
}
.cl_section_slider .swiper-button-disabled{
    opacity: 1 !important;
    background-color: transparent !important;
}

.cl_section_slider .swiper-button-disabled svg path{
    fill: #FDBA12 !important;
}
.cl_single_line_icons .elementor-icon-list-items{
    display: grid !important;
    grid-template-columns: repeat(4, 1FR);
    gap: 30px;
    padding-left: 18px !important;
}
.cl_single_line_icons .elementor-icon-list-icon{
    background-color: #231F20;
    padding: 13px;
    border-radius: 50px;
}
.cl_single_line_icons svg{
    margin: 0 !important;
}
.cl_single_line_icons .elementor-icon-list-item{
    margin: 0 !important;
    gap: 18px !important;
}
.cl_single_line_icons .elementor-icon-list-item span.elementor-icon-list-text{
    padding-left: 0 !important;
}
.cl_main_hover_box.two_clm:hover .cl_image_box .elementor-widget-image:after{
    opacity: 0;
}
.cl_main_hover_box.two_clm:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(0px) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -14.39%, rgba(0, 0, 0, 0.70) 11.03%);
    opacity: 0.4;
    transition: all 0.3s;
    z-index: 0;
}
.cl_main_hover_box.two_clm:hover:after {
    opacity: 1;
}
.cl_video_icon .elementor-custom-embed-play svg{
    opacity: 1 !important;
}
.cl_video_icon .elementor-wrapper{
    --video-aspect-ratio: 1.694 !important
}
.cl_youtube_icon .elementor-video, .cl_youtube_icon .elementor-wrapper{
    --video-aspect-ratio: 1.1959 !important;
}
.cl_youtube_icon .elementor-custom-embed-play svg{
    opacity: 1 !important;
}
.cl_button_border svg{
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.cl_grid_faqs .e-n-accordion-item-title[aria-expanded="true"]{
    border-radius: 8px 8px 0 0 !important;
}
.cl_grid_faqs .e-n-accordion-item-title[aria-expanded="false"]{
    border-radius: 8px 8px 8px 8px !important;
}




/* Case Study Elementor CSS Start */

.cl_case_study_hover_box .cl_case_study_image_box .elementor-widget-image{
    position: relative;
}
.cl_case_study_hover_box {
    overflow: hidden !important;
    border-radius: 20px !important;
    max-height: 400px;
}
.cl_case_study_hover_box:hover .cl_case_study_image_box .elementor-widget-image:after{
    opacity: 0;
}
.cl_case_study_hover_box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(0px) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -14.39%, rgba(0, 0, 0, 0.70) 11.03%);
    opacity: 0.4;
    transition: all 0.3s;
    z-index: 0;
}
.cl_case_study_hover_box:hover:after {
    opacity: 1;
}
.cl_case_study_content_box {
    position: absolute !important;
    bottom: -80px;
    left: 0 !important;
    width: 100% !important;
    color: white;
    transition: bottom 0.5s ease !important;
    z-index: 1 !important;
}
.cl_case_study_content_box.only_two {
    position: absolute !important;
    bottom: -20px;
    left: 0 !important;
    width: 100% !important;
    color: white;
    transition: bottom 0.5s ease !important;
    z-index: 1 !important;
    min-height: 162px !important;
}
.cl_case_study_hover_box:hover .cl_case_study_content_box{
    bottom: 0 !important;
}
.cl_case_study_hover_box:hover:after {
    opacity: 1;
}
.sl_title_change_to_large h2{
    transition: all 0.5s ease !important;
}
.sl_des_change_to_small p{
    transition: all 0.5s ease !important;
}
.cl_case_study_hover_box:hover .sl_title_change_to_large h2{
    font-family: "Helvetica" !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    letter-spacing: 0% !important;    
}
.cl_case_study_image_box {
    position: relative !important;
    top: auto !important;
    margin-top: 0px !important;
}
.cl_case_study_hover_box {
    display: flex !important;
    align-items: flex-start !important;
    overflow: hidden !important;
}

/* Case Study Elementor CSS END */







/* Case Study Elementor Widget CSS START */



.cl_case_study_hover_box_elementor .cl_case_study_image_box .elementor-widget-image{
    position: relative;
}
.cl_case_study_hover_box_elementor {
    overflow: hidden !important;
    border-radius: 20px !important;
    max-height: 300px;
}
.cl_case_study_hover_box_elementor.middle {
    overflow: hidden !important;
    border-radius: 20px !important;
    max-height: 600px;
}
.cl_case_study_hover_box_elementor:hover .cl_case_study_image_box .elementor-widget-image:after{
    opacity: 0;
}
.cl_case_study_hover_box_elementor .elementor-widget-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.31%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none;
}
.cl_case_study_hover_box_elementor:hover .elementor-widget-image:after {
    opacity: 0 !important;
}
.cl_case_study_hover_box_elementor:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(7.5px) !important;
    -webkit-backdrop-filter: blur(7.5px) !important;
    background: #00000080;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
.cl_case_study_hover_box_elementor:hover:after {
    opacity: 1;
}
.cl_case_study_hover_box_elementor:hover .cl_case_study_content_box{
    bottom: 0 !important;
}
.cl_case_study_hover_box_elementor:hover:after {
    opacity: 1;
}
.sl_title_change_to_large h2{
    transition: all 0.3s ease !important;
}
.sl_des_change_to_small p{
    transition: all 0.3s ease !important;
}
.cl_case_study_hover_box_elementor:hover .sl_title_change_to_large h2{
    font-family: "Helvetica" !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    letter-spacing: 0% !important;    
}
.cl_case_study_image_box {
    position: relative !important;
    top: auto !important;
    margin-top: 0px !important;
}
.cl_case_study_hover_box_elementor {
    display: flex !important;
    align-items: flex-start !important;
    overflow: hidden !important;
}
.cl_case_study_hover_box_elementor .cl_case_study_lable_elementor{
    opacity: 0;
}
.cl_case_study_hover_box_elementor:hover .cl_case_study_lable_elementor{
    opacity: 1 !important;
}


/* Case Study Elementor CSS END */




.cl_two_columns_faq .e-n-accordion-item{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}


/* .cl_grid_faqs .e-n-accordion{ display: block; column-count: 2; }
.cl_grid_faqs .e-n-accordion-item{ break-inside: avoid;} */

/* Section Page Design End */

/* Video Popup Design Start */

#video-popup {
    background: rgb(255 255 255) !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 
                0 -2px 5px rgba(0, 0, 0, 0.1), 
                -2px 0 5px rgba(0, 0, 0, 0.1), 
                2px 0 5px rgba(0, 0, 0, 0.1);
}
#video-popup button.close-popup {
    width: fit-content;
    align-self: end;
    border: 0 !important;
    padding: 0;
    margin: -8px -10px 8px 0;
    background-color: transparent;
}
#video-popup button.close-popup img{
    width: 20px;
    height: 20px;
}
#video-popup iframe{
    border-radius: 10px;
}

/* Video Popup Design End */

/* WP Form Design Start */


.cl_wp_form{
    width: 100%;
}


/* WP Form Design End */

.cl_anchor_color a{
 color: #FDBA12 !important;
}



/* Press Page Design Start */


.clw-press-release-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.clw-press-release-grid .clw-press-release-grid-content {
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.clw-press-release-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    height: 100%;
}
.clw-press-release-content a.press_title, .clw-press-release-content h4 {
    color: #231F20;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
}
.clw-press-release-text{
    height: 100%;
}
.read-more-cta {
    margin-top: auto;
}
.clw-press-release-content a.press_title:hover {
    color: #FDBA12;
}
.clw-press-release-grid p.press_des{
    color: #231F20;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 10px !important;
}
.cl_hide_press_description .clw-press-release-grid p.press_des{
    display: none;
}
/* .clw-press-release-grid .press-release-date{
    margin-top: auto;
} */
.clw-press-release-grid .read-more-cta span{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #231F20;
}
.clw-press-release-grid .read-more-cta span:hover, .clw-press-release-grid .read-more-cta span:hover svg path{
    color: #FDBA12;
    stroke: #FDBA12;
}
.clw-press-release-grid .press-release-date{
    padding: 10px 0;
    border-top: 1px solid #c5b8b8;
}
.clw-press-release-grid .press_featured_image{
    width: 100%;
    border-radius: 10px !important;
}
.clw-press-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    gap: 20px;
}
.clw-press-pagination span, .clw-press-pagination a{
    color: #231F20;
}
.clw-press-pagination a:hover svg path{
    color: #FDBA12;
    fill: #FDBA12;
}
/* Press Page Design End */


/* Ebook Listing Page Design Start */

.clw-ebooks-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.clw-ebooks-grid > *:only-child {
    grid-column: 2;
}


.clw-ebooks-grid-content {
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.clw-ebooks-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.clw-ebooks-content h4{
    color: #231F20;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
}
.clw-ebooks .ebook_featured_image{
    width: 100%;
    border-radius: 10px !important;
}
.clw-ebooks-content p{
    color: #231F20;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 10px !important;
}
.clw-ebooks-grid .ebook-date{
    margin-top: auto;
}
.clw-ebooks-grid .read-more-cta span{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #231F20;
    text-transform: uppercase;
    font-weight: 700;
}
.clw-ebooks-grid .read-more-cta span:hover, .clw-ebooks-grid .read-more-cta span:hover svg path{
    color: #FDBA12;
    stroke: #FDBA12;
}
.clw-ebooks-grid .ebook-date{
    padding: 10px 0;
    border-top: 1px solid #c5b8b8;
}
.clw-ebooks-grid .press_featured_image{
    width: 100%;
    border-radius: 10px !important;
}

/* Ebook Listing Page Design End */


/* WP Form Design Start */

.cl_wp_form .wpforms-field-label {
    color: #231F20 !important;
    font-family: Helvetica;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 6px !important;
}

.cl_wp_form input, .cl_wp_form textarea, .cl_wp_form select {
    background-color: #FFF !important;
    border: 1px solid #0000001A !important;
    border-radius: 8px !important;
    min-height: 50px !important;
    margin-bottom: 0px !important;
    color: #67686B !important;
    -webkit-appearance: none;
    appearance: none;
}
.cl_wp_form .wpforms-submit{
    background-color: #231F20 !important;
    font-family: Helvetica !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: center;
    color: #FFFFFF !important;
    border-radius: 15px !important;
    padding: 12px 24px !important;
    margin-bottom: 0 !important;
    display: flex;
    height: 50px !important;
    align-items: center;
}
.cl_wp_form .wpforms-submit:hover{
    background-color: #FDBA12 !important;
    color: #231F20 !important;
}
.cl_wp_form .wpforms-submit:focus{
    border: 0 !important;
}
.cl_wp_form .wpforms-submit:focus:after{
    content: unset !important;
}
/* WP Form Design End */

.cl_data_table_header_hide thead{
    display: none !important;
}
.cl_data_table_header_hide tr td{
    border-radius: 8px !important;
}

.cl_reviews_slider .jdgm-carousel-item {
    /* background-color: #FFF; */
    border-radius: 10px;
}
.cl_reviews_slider .jdgm-carousel-item {
    position: relative;
}
.cl_reviews_slider .jdgm-carousel-item:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}
  .cl_reviews_slider .jdgm-carousel-item>div {
    padding-inline: 16px;
}
.cl_reviews_slider .jdgm-carousel-item__review{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}
.cl_reviews_slider .jdgm-carousel-item__review-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cl_reviews_slider .jdgm-carousel-item__reviewer-name-wrapper{
    margin: 20px 0;
}
.cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel-item__review {
    height: calc(69% - 1.4em);
}
.cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: 530px;
}
.cl_reviews_slider .jdgm-carousel-item__product {
    height: 20%;
}
.jdgm-carousel-item__review-title{
    color: #231F20 !important;
}
.cl_reviews_slider .jdgm-carousel-item__reviewer-name{
    color: #FDBA12 !important;
    font-weight: 700;
    opacity: 1;
}
.cl_reviews_slider .jdgm-carousel-wrapper{
    padding: 0 !important;
}
.cl_reviews_slider .jdgm-carousel__right-arrow{
    border: 0 !important;
    transform: unset !important;
}
.cl_reviews_slider .jdgm-carousel__left-arrow{
    border: 0 !important;
    transform: rotate(180deg) !important;
}
/* .cl_reviews_slider .jdgm-carousel__right-arrow{
    border: 2px none #231F20 !important;
    border-style: none solid solid none !important;
}
.cl_reviews_slider .jdgm-carousel__left-arrow{
    border: 2px none #231F20 !important;
    border-style: solid none none solid !important;
} */
.cl_reviews_slider a.jdgm-all-reviews-rating-wrapper{
    color: #FDBA12 !important;
}
.cl_reviews_slider .jdgm-carousel__right-arrow, .cl_reviews_slider .jdgm-carousel__left-arrow {
    position: relative;
}
.cl_reviews_slider .jdgm-carousel__right-arrow:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/arrow-right1.svg);
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
}
.cl_reviews_slider .jdgm-carousel__left-arrow:after{
    content: '';
    background-image: url(/wp-content/uploads/2025/03/arrow-right1.svg);
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
}



/* Hubspot iframe Start */

.cl_hubspot_iframe_form label span{
    color: #231F20 !important;
}

/* Hubspot iframe End */

.cl_blog_detail_content a{
    color: #FDBA12 !important;
    border-bottom: 1px solid #FDBA12 !important;
}
.cl_blog_detail_content a:hover{
    color: #231F20 !important;
    border-bottom: 1px solid #231F20 !important;
}
ul.elementor-inline-items li.elementor-icon-list-item a{
    border-bottom: 0 !important;
}
.cl_blog_detail_sidebar .elementor-posts-container a.elementor-post__read-more:hover{
    color: #231F20 !important;
}


/* Load More Button Design Start */

.elementor-widget-blog_listing_loadmore a#load-more-casestudy {
    display: flex;
    background-color: #231F20;
    padding: 12px 24px 12px 24px;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
    /* margin-top: 40px; */
}
.elementor-widget-blog_listing_loadmore a#load-more-casestudy:hover{
    background-color: #FDBA12;
    color: #231F20;
}
.elementor-widget-blog_listing_loadmore .btn__wrapper {
    width: max-content;
    margin: 0px auto;
}
.elementor-widget-press_listing_loadmore a#load-more{
    display: flex;
    background-color: #231F20;
    padding: 12px 24px 12px 24px;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
}
.elementor-widget-press_listing_loadmore a#load-more:hover{
    background-color: #FDBA12;
    color: #231F20;
}
.elementor-widget-press_listing_loadmore .btn__wrapper {
    width: max-content;
    height: 0;
    margin: 0px auto;
}
.cl_blog_inner.pagination-data{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.clw-press-release-main.pagination-data{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.elementor-widget-blog_listing_loadmore .category{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.elementor-widget-blog_listing_loadmore .publish_date{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

/* Load More Button Design End */


/* Blog Detail Page Design Start */


.cl_blog_detail_content .elementor-post-info__terms-list a{
    color: #67686B !important;
    pointer-events: none;
}
.cl_blog_detail_content .elementor-post-info__terms-list a:hover{
    color: #FDBA12;
}

/* Blog Detail Page Design End */

.cl_blog_detail_content .cl_blog_the_content p{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #67686B;
    padding-bottom: 20px !important;
}
.cl_blog_detail_content .cl_blog_the_content h1, 
.cl_blog_detail_content .cl_blog_the_content h2, 
.cl_blog_detail_content .cl_blog_the_content h3, 
.cl_blog_detail_content .cl_blog_the_content h4, 
.cl_blog_detail_content .cl_blog_the_content h5, 
.cl_blog_detail_content .cl_blog_the_content h6{
    margin: 0 !important;
    color: #231F20 !important;
    padding: 20px 0 10px 0 !important;
}
.cl_blog_detail_content .cl_blog_the_content h2{
    font-family: Helvetica;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.blog-pagination a{
    color: #231F20 !important;
}

/* Blog Listing Page Pagination Start */

span.page-numbers.current {
    position: relative;
    width: 20px;
    height: 24px;
    color: #FDBA12 !important;
    text-align: center;
}
span.page-numbers.current:before {
    content: '';
    border: 2px solid #FDBA12;
    padding: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog-pagination a:hover{
    color: #FDBA12 !important;
}
.cl_blog_detail_content .cl_blog_the_content .cl_sc_icon p{
    padding-bottom: 0 !important;
}
.cl_blog_detail_content .cl_blog_the_content .cl_sc_icon{
    padding-bottom: 20px !important;
}
.cl_sc_icon
/* Blog Listing Page Pagination End */



/* Show submenu on hover */
    /* .menu-item-has-children:hover > .sub-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  
  .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  } */
  
.cl_ele_carousel .elementor-swiper-button svg path{
    fill: #FDBA12 !important;
}
.cl_ele_carousel .swiper-slide-image{
    padding: 0 40px;
}

/* Event Detail Page Design Start */

.single-tribe_events .tribe-events-schedule h2{
    font-size: 30px !important;
    line-height: 40px !important;
}
.single-tribe_events .tribe-events-single-event-description h2{
    font-size: 30px !important;
    line-height: 40px !important;
    margin: 30px 0 10px 0;
    color: #231F20 !important;
}
.single-tribe_events .tribe-events-single-event-description h3{
    margin: 30px 0 10px 0;
}
.single-tribe_events .tribe-events-single-event-description p{
    color: #231F20 !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button{
    border: 1px solid #FDBA12 !important;
    color: #FDBA12 !important;
    color: #231F20 !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:hover{
    background-color: #FDBA12 !important;
    color: #231F20 !important;
}
.single-tribe_events  .tribe-events-event-image img{
    border-radius: 10px !important;
}
.single-tribe_events .tribe-events-single-section{
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1FR);
    gap: 20px;
}
.single-tribe_events p.tribe-events-back{
    margin-bottom: 10px !important;
}
.single-tribe_events p.tribe-events-back a:hover{
    color: #FDBA12 !important;
}
.single-tribe_events .tribe-events-meta-group{
    margin-right: 0 !important;
    width: 100% !important;
}
.tribe-events-venue-map{
    width: 100% !important;
}
.single-tribe_events .tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
    max-height: 350px !important;
}
.single-tribe_events .tribe-events-single-event-description a{
    color: #FDBA12 !important;
    border-bottom: 1px solid #FDBA12 !important; 
}
.single-tribe_events .tribe-events-meta-group-details a{
    color: #FDBA12 !important;
    border-bottom: 1px solid #FDBA12 !important; 
}
.single-tribe_events .tribe-events-meta-group-details a:hover{
    color: #231F20 !important;
    border-bottom: 1px solid #231F20 !important; 
}
.single-tribe_events .tribe-events-single-section dl, .single-tribe_events .tribe-events-single-section dd, .single-tribe_events .tribe-events-single-section dt{
    font-weight: 700 !important;
}
.single-tribe_events .tribe-events-single .tribe-events-sub-nav{
    padding-left: 0 !important;
}
.tribe-events-pg-template{
    padding: 20px 30px !important;
}
/* Event Detail Page Design End */

.cl_hide_category .blog_category.date .category{
    display: none;
}
.blog_category.date .category, .blog_category.date .publish_date{
    display: flex;
    align-items: center;
    gap: 5px;
}

a#load-more-casestudy-loadmore {
    display: flex;
    background-color: #231F20;
    padding: 12px 24px 12px 24px;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
    max-width: max-content;
    margin: 0 auto;
}
a#load-more-casestudy-loadmore:hover{
    background-color: #FDBA12;
    color: #231F20;
}
.cl_cnt_link a{
    color: #FDBA12;
    border-bottom: 1px solid #FDBA12;
}
.cl_cnt_link a:hover{
    color: #231F20;
    border-bottom: 1px solid #231F20;
}
.cl_blog_detail_info a{
    pointer-events: none !important;
}
#cl_home_blog__relatedpost.cl_home_blog_section .content_box_inner h3.title{
    color: #fff;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 30px 0;
} 
.cl_ele_carousel .elementor-swiper-button svg path{
    fill: #FDBA12 !important;
}
.cl_ele_carousel .swiper-slide-image{
    padding: 0 40px;
}
.cl_blog_detail_content .cl-author-info .elementor-image-box-content h4.elementor-image-box-title{
    margin: 0 !important;
    padding: 0 !important;
}
.cl_blog_detail_content .cl-author-info .elementor-image-box-content p.elementor-image-box-description{
    margin: 0 !important;
    padding: 0 !important;
}



.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
    background-color: #231F20 !important;
    border-radius: 15px !important;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button:hover{
    background-color: #FDBA12 !important;
    border-radius: 15px !important;
    color: #231F20;
}
.cl_legel_policy_link a{
    color: #FDBA12 !important;
    border-bottom: 1px solid #FDBA12 !important;
}
.cl_legel_policy_link a:hover{
    color: #231F20 !important;
    border-bottom: 1px solid #231F20 !important;
}









/* ---------------------------------------------------- MEDIA QUERY START -------------------------------------------------------------- */


@media(min-width:768px){
    .cl_contact_btn_mobile{
        display: none !important;
    }
}

@media(max-width:1280px){
    .cl_home_blog_section .content_box_inner h2.title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px 0;
    }
    .cl_content_box {
        bottom: -320px;
    }
    .cl_main_hover_box:hover .sl_title_change_to_large h2 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    .cl_main_hover_box:hover .sl_des_change_to_small p {
        font-size: 15px;
        line-height: 22px;
    }
    .cl_content_box.two_column {
        bottom: -390px;
    }
    .cl_case_study_content_box{
        bottom: -80px;
    }
    .cl_case_study_hover_box:hover .sl_title_change_to_large h2{
        font-size: 26px !important;
        line-height: 34px !important; 
    }
    .cl_single_line_icons .elementor-icon-list-items {
        grid-template-columns: repeat(2, 1FR);
        padding-left: 16px !important;
    }
    .cl_home_blog_section .blog_left_clm .image-box img{
        height: 270px;
        object-fit: cover;
    }
    .cl_home_blog_section .blog_center_clm .image-box img{
        height: 540px;
        object-fit: cover;
    }
    .cl_home_blog_section .blog_right_clm .image-box img{
        height: 270px;
        object-fit: cover;
    }
    .cl_case_study_hover_box_elementor:hover .sl_title_change_to_large h2{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    #cl_home_blog__relatedpost.cl_home_blog_section .content_box_inner h3.title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px 0;
    }
    .cl_reviews_slider .jdgm-carousel-item>div {
        padding-inline: 0;
    }
    .cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper{
        height: 600px;
    }
    .cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel-item__review {
        height: calc(69% - 1.4em);
    }
    .cl_reviews_slider .jdgm-carousel-item__review-body{
        -webkit-line-clamp: 12 !important;
        line-clamp: 12 !important;
    }
}


@media(max-width:1024px){
    .cl_footer_subscriber .elementor-field-group{
      margin-bottom: 40px;
    }
    .cl_home_blog_section .image-box{
        max-height: 340px;
    }
    .cl_home_blog_section .blog_left_clm .image-box, .cl_home_blog_section .blog_right_clm .image-box{
        max-height: 340px;
    }
    .cl_home_blog_section .cl_blog_widget_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .cl_home_blog_section .blog_left_clm{
        order: 1;
        gap: 30px;
    }  
    .cl_home_blog_section .blog_center_clm {
        order: 3;
        grid-column: span 2;
    }
    .cl_home_blog_section .blog_right_clm {
        order: 2;
        gap: 30px;
    }
    .cl_home_blog_section .content_box_inner h2.title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    .homepage_fix_slider .single_slide {
        padding: 50px 30px;
    }
    .homepage_fix_slider .slider_progress {
        left: 30px;
        width: calc(100% - 40px);
    }
    .homepage_fix_slider .single_slide {
        height: 500px;
    }
    .homepage_fix_slider .progress_title{
        font-size: 18px;
        line-height: 24px;
    }
    .homepage_fix_slider .slider_progress{
        gap: 20px;
    }
    .cl_product_section .slick-track {
        margin-left: 0;
    }
    .cl_header_btn_clm{
        margin-left: auto !important;
    }
    .cl_homepage_form .form-columns-2{
        gap: 15px !important;
    }
    /* Header Design Start */

    .cl_header_main_menu .elementor-nav-menu--dropdown{
        padding: 20px 30px !important;
    }
    .cl_header_main_menu .elementor-nav-menu--dropdown ul li{
        margin-top: 10px !important;
    }
    .cl_header_main_menu .elementor-nav-menu__container ul li > a{
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 10px !important;
    }
    .cl_header_main_menu .elementor-nav-menu__container ul li > a:focus{
        background-color: transparent !important;
    }
    .cl_header_main_menu ul.sub-menu li a{
        border-bottom: 0 !important;
    }
    .cl_header_main_menu ul.sub-menu {
        padding: 10px 0 20px 10px !important;
    }
    .cl_header_main_menu ul.sub-menu li a {
        padding: 5px 0 5px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .cl_header_main_menu ul.sub-menu li a:focus{
        background-color: transparent !important;
    }
    .cl_header_main_menu ul.sub-menu li {
       margin-bottom: 0 !important;
    }
    body.toggleOpenMenu{
        overflow: hidden;
    }    
    .cl_header_main_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        height: 100vh;
    }
    .cl_header_main_menu .elementor-nav-menu--dropdown ul.elementor-nav-menu {
        overflow-y: scroll;
        height: 100%;
    }
    /* Header Design End */
    .cl_round_circle_text {
        border-radius: 500px !important;
        max-width: 150px;
        max-height: 150px;
        bottom: -60px;
        left: -40px;
    }
    .cl_round_circle_text:after{
        right: -44px;
    }
    .cl_blog_widget_row{
        grid-template-rows: auto auto;
    }
    .cl_cnt_icon_list .inline .inside_usa, .cl_cnt_icon_list .inline .outside_usa {
        flex-wrap: wrap;
    }
    .footer-without-form .cl_footer_gap > .e-con-inner {
        padding-top: 50px !important;
    }
    .cl_header_main_menu .elementor-menu-toggle svg{
        height: 24px !important;
        width: 30px !important;
    }
    .cl_home_blog_section .content_box_inner h2.title{
        font-size: 20px;
        line-height: 26px;
    }
    .clw-press-release-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .clw-ebooks-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .single-tribe_events .tribe-events-schedule h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    h1.tribe-events-single-event-title{
        font-size: 40px !important;
        line-height: 50px !important;
    }
    #cl_home_blog__relatedpost.cl_home_blog_section .content_box_inner h3.title{
        font-size: 20px;
        line-height: 26px;
    }
    .cl-author-info .elementor-image-box-content{
        text-align: left !important;
    }
  }

  @media(max-width:1024px) and (min-width:768px){
    #related-blogs .cl_blog_widget_row .image-box:nth-child(1), .cl_blog_widget_row .image-box:nth-child(2){
        grid-column: span 1;
    }
    #related-blogs .cl_blog_widget_row .image-box:nth-child(3){
        grid-column: span 2; /* Full width */
    }
    .cl_grid_faqs .e-n-accordion {
        display: block;
        column-count: 1; /* Split into two columns */
        column-gap: 20px; /* Adjust the gap between columns as needed */
    }
    .cl_blogs_list_section .cl_blog_widget_row .image-box.last{
        grid-column: 1 / span 2;
        justify-self: center;
        width: 50%;
    }
    #cl_home_blog__relatedpost .cl_blog_widget_row .image-box:last-child{
        grid-column: 1 / span 2;
        justify-self: center;
        width: 50%;
    }
  }

  @media(max-width:991px){
    .cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel-item__review {
        height: calc(46% - 1.4em);
    }
    .cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
        height: 460px;
    }
  }

  @media(max-width:767px){
    .cl_home_blog_section .cl_blog_widget_row {
        grid-template-columns: repeat(1, 1FR);
    }
    .cl_home_blog_section .blog_center_clm {
        grid-column: auto;
    }
    .cl_home_blog_section .image-box {
        max-height: 300px;
    }
    .cl_home_blog_section a.blog_link {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .cl_home_blog_section .image-box .content {
        bottom: -66px;
    }
    .homepage_fix_slider .single_slide {
        padding: 30px 20px;
    }
    .homepage_fix_slider .slide-title h2{
        font-size: 24px;
        line-height: 30px;
    }
    .homepage_fix_slider .slide-description p {
        line-height: 24px;
    }
    .fix_slider-navigation {
        bottom: 46px;
    }
    .fix_slider-navigation .swiper-button-prev{
        right: 80px !important;
    }
    .fix_slider-navigation .swiper-button-next{
        right: 30px;
    }
    .homepage_fix_slider .slider_progress {
        gap: 20px;
    }
    .homepage_fix_slider .progress_title {
        font-size: 16px;
    }
    .homepage_fix_slider .progress_item{
        gap: 5px;
    }
    .homepage_fix_slider .slider_progress {
        left: 20px;
    }
    .homepage_fix_slider .slider_progress {
        grid-template-columns: repeat(1, 1FR);
        gap: 5px;
    }
    .homepage_fix_slider .single_slide {
        min-height: 640px;
        height: auto;
    }
    .homepage_fix_slider .progress_bar {
        height: 3px;
    }
    .homepage_fix_slider .slide-content {
        padding-top: 250px;
    }
    .cl_home_blog_section .image-box img{
        height: 340px !important;
    }
    .cl_client_logo_slider:before{
        width: 150px !important;
    }
    .cl_client_logo_slider:after{
        width: 150px !important;
    }
    .cl_column_line:before {
        content: "" !important;
        position: absolute !important;
        background: rgba(255, 255, 255, 0.50);
        z-index: 0;
        right: -30px !important;
        top: -20% !important;
        left: 0 !important;
        width: 100% !important;
        height: 2px !important;
    }
    .cl_column_line:after {
        content: "" !important;
        position: absolute !important;
        background: rgba(255, 255, 255, 0.50);
        z-index: 0;
        right: -30px !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        height: 2px !important;
    }
    .cl_homepage_form .form-columns-2{
        flex-wrap: wrap;
    }
    .cl_homepage_form input, .cl_homepage_form select, .cl_homepage_form textarea{
        margin-bottom: 10px;
    }
    .cl_homepage_form .form-columns-2 .input, .cl_homepage_form .form-columns-1 .input{
        margin-right: 0 !important;
    }
    .cl_homepage_form input, .form-columns-2 div{
        width: 100% !important;
    }
    .cl_homepage_form .actions {
        text-align: center;
        max-width: max-content;
        margin: 0 auto;
    }
    .cl_header_menu_icon .elementor-icon-wrapper{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .cl_header_main_menu .elementor-nav-menu--dropdown {
        padding: 20px 20px !important;
    }
    .cl_header_main_menu .elementor-nav-menu--dropdown .cl_contact_btn_mobile a {
        background-color: #231F20 !important;
        font-family: "Helvetica" !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 26px !important;
        border-radius: 15px !important;;
        padding: 12px 24px 12px 24px !important;
        color: #FFF !important;
        width: fit-content !important;
        margin: 20px auto !important;
    }
    .cl_header_main_menu .elementor-nav-menu--dropdown .cl_contact_btn_mobile a:hover{
        background-color: #FDBA12 !important;
        color: #231F20 !important;
    }
    .cl_homepage_form .form-columns-2 {
        gap: 0px !important;
    }
    .cl_homepage_form input, .cl_homepage_form select, .cl_homepage_form textarea{
        margin-bottom: 15px !important;
    }
    .cl_banner_tagline p {
        padding: 0 15px;
    }
    .cl_round_circle_text {
        border-radius: 500px !important;
        max-width: 180px;
        max-height: 180px;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .cl_round_circle_text:after {
        right: -50px;
    }
    .cl_blog_detail_info .elementor-icon-list-item:after{
        display: none !important;
    }
    .cl_blog_detail_info .elementor-inline-items{
        gap: 10px;
    }
    .cl_content_box.two_column {
        bottom: -380px;
    }
    .cl_case_study_content_box{
        bottom: -70px;
    }
    .cl_case_study_hover_box:hover .sl_title_change_to_large h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .cl_single_line_icons .elementor-icon-list-items {
        grid-template-columns: repeat(1, 1FR);
        padding-left: 16px !important;
    }
    body.dialog-lightbox-body .dialog-close-button{
        position: relative !important;
        top: auto !important;
        right: auto !important;
        padding: 10px 20px;
        justify-content: end;
        backdrop-filter: blur(4px) brightness(100%);
    }
    .cl_blog_author_info_social_share .elementor-image-box-wrapper{
        text-align: center !important;
    }
    #video-popup{
        width: 90%;
        padding: 20px;
    }
    #video-popup iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .cl_press_article .elementor-cta__bg{
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    .clw-press-release-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .clw-ebooks-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .cl_reviews_slider .jdgm-carousel-wrapper .jdgm-carousel-item__review {
        height: calc(55% - 1.4em);
    }
    .single-tribe_events .tribe-events-single-section{
        grid-template-columns: repeat(1, 1FR);
    }
    .single-tribe_events .tribe-events-meta-group {
        padding: 0 !important;
    }
    .tribe-events-pg-template{
        padding: 20px !important;
    }
    .cl_counter_aligned .elementor-counter-title{
        text-align: center !important;
    }
    .cl-author-info .elementor-image-box-wrapper{
        text-align: center !important;
    }
    .cl_blog_detail_content .cl_blog_the_content h2{
        font-size: 24px;
        line-height: 30px;    
    }
    .cl_case_study_content_box.only_two {
        bottom: -20px;
        min-height: 132px !important;
    }
  }

  @media(max-width:480px){
    .cl_main_hover_box:hover .sl_des_change_to_small {
        max-height: 180px;
        overflow: scroll;
    }
    .cl_client_logo_slider:before{
        width: 100px !important;
    }
    .cl_client_logo_slider:after{
        width: 100px !important;
    }
    .cl_main_hover_box.two_clm:hover .sl_des_change_to_small {
        max-height: 110px;
        overflow: scroll;
    }
    .cl_home_blog_section .blog_category.date .category, .cl_home_blog_section .blog_category.date .publish_date{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .cl_home_blog_section .blog_category.date .category svg, .cl_home_blog_section .blog_category.date .publish_date svg{
        width: 14px;
        height: 14px;
    }
    .cl_home_blog_section span.category_name, .cl_home_blog_section span.publish_date_name{
        font-size: 14px;
        line-height: 20px;
    }
  }

  @media(max-width:375px){
    .cl_footer_subscriber input#form-field-email{
        font-size: 14px;
        line-height: 16px;
        padding-right: 100px;
    }
    .cl_footer_subscriber .elementor-field-group .elementor-button{
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 8px 16px 8px 16px !important;
    }
    .cl_home_blog_section .blog_category{
        gap: 10px;
    }
    .cl_home_blog_section .blog_category.date .category svg, .cl_home_blog_section .blog_category.date .publish_date svg{
        width: 12px;
        height: 12px;
    }
    .cl_home_blog_section span.category_name, .cl_home_blog_section span.publish_date_name{
        font-size: 12px;
        line-height: 16px;
    }
  }