/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741067102
Updated: 2025-03-04 05:45:02

*/

.customAccordionSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.customAccordionSection .container {
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
}
.customAccordionSection .rowBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.customAccordionSection .fullWidthBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.customAccordionSection .textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.customAccordionSection .textBlock .title {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3.125rem;
}
.accordionMainBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.accordionMainBlock .accordionItem {
    width: 100%;
    display: flex;
    min-height: 15.625rem;
    padding: 2.5rem 0 2.5rem 0;
    border: 1px solid #2BB673;
    background: #FBFBFB;
    border-radius: 10px;
}
.accordionMainBlock .accordionInner {
    width: 100%;
    display: flex;
    padding-right: 80px;
    padding-left: 35%;
    position: relative;
}
.accordionMainBlock .accordionInner .imageBlock {
    left: 40px;
    overflow: hidden;
    position: absolute;
    width: calc(35% - 80px);
    height: calc(100% - 85px);
    transition: height 0.5s ease;
    border-radius: 10px;
}
.accordionMainBlock .accordionItem.showFullSec .imageBlock {
    height: calc(100% - 0px);
}
.accordionMainBlock .accordionItem .textBlock .bottomData {
    margin-top: 0;
}
.accordionMainBlock .accordionItem.showFullSec .textBlock .bottomData {
    margin-top: 40px;
}
.accordionMainBlock .accordionInner .imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}
.customAccordionSection .textBlock .topData {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.customAccordionSection .textBlock .bottomData {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 64px 0 0 0;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.customAccordionSection .accordionItem.showFullSec .textBlock .bottomData {
    max-height: 2500px;
}
.customAccordionSection .topData .headingBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.customAccordionSection .topData .headingBlock .heading {
    margin: 0;
}
.customAccordionSection .topData .accordionToogleBtn {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 2;
    transition: all 0.3s;
    border: 1px solid #151515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.customAccordionSection .accordionItem.showFullSec .topData .accordionToogleBtn {
    transform: rotate(180deg);
    transition: all 0.3s;
}*/
.customAccordionSection .bottomData {
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}
.customAccordionSection .accordionItem.showFullSec .bottomData {
    opacity: 1;
}
.customAccordionSection .textBlock .bottomData ul {
    padding-left: 22px;
}
.customAccordionSection .topData .accordionToogleBtn .line {
    width: 18px;
    display: block;
    height: 2px;
    background: #151515;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    top: 50%;
    transition: transform 0.3s ease;
}
.customAccordionSection .topData .accordionToogleBtn .line.line2 {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.customAccordionSection .accordionItem.showFullSec .topData .accordionToogleBtn .line.line2 {
    transform: rotate(0deg);
}
.homeSliderSection .swiper-slide .e-con-inner>.elementor-element {
    height: 100%;
    justify-content: flex-end;
}
body .blog-sec .elementor-post__title{
    font-size: 22px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
body .blog-sec .elementor-post__card .elementor-post__badge {
    font-size: 16px;
    padding-left: 10px;
}
.elementor-element.animatedBanner {
    overflow: hidden;
}
.blog-sec h5.elementor-post__title a {
    color: #fff !important;
}
.hoverTextWhite:hover .elementor-button.elementor-button-link {
    color: #fff;
}
.elementor-swiper-button.elementor-swiper-button-prev svg path,
.elementor-swiper-button.elementor-swiper-button-next svg path {
    fill: #000;
}

@media (max-width: 1439px) {    
    .animatedText.elementor-widget-animated-headline .elementor-headline {
        font-size: 30px;
    }
    .accordionMainBlock .accordionInner {
        padding-left: 40%;
    }
    .accordionMainBlock .accordionInner .imageBlock {
        width: calc(40% - 80px);
    }
    /*.elementor-widget-heading h2.elementor-heading-title {
        font-size: 36px !important;
    }*/
    .elementor-element.animatedBanner {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .homeSliderSection .swiper-slide .e-con-inner>.elementor-element .elementor-heading-title {
        font-size: 22px;
    }
    .elementor-element.blog-sec {
        flex-direction: column !important;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock,
    .elementor-element.blog-sec .elementor-element.secondBlock {
        width: 100%;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card {
        max-height: 350px;
    }
    body .blog-sec .elementor-post__title,
    body .blog-sec .elementor-post__title a {
        -webkit-line-clamp: 2;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-posts-container {
        grid-template-columns: repeat(1,1fr);
    }
}

@media (max-width: 1024px) {
    .elementor-element.whatNextBlock {
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 30px;
        justify-content: center;
    }
    .elementor-element.whatNextBlock>.elementor-element {
        width: calc(50% - 30px);
    }
    .animatedText.elementor-widget-animated-headline .elementor-headline {
        font-size: 22px;
    }
    header.elementor.elementor-location-header nav.elementor-nav-menu--main .menu-item .elementor-item {
        font-size: 16px;
    }
    /* .cloudsSolutionsSection .elementor-element .elementor-flip-box__front .elementor-flip-box__layer__title,
    .cloudsSolutionsSection .elementor-element .elementor-flip-box__back .elementor-flip-box__layer__title,
    body .elementor-element h3.elementor-icon-box-title {
        font-size: 26px !important;
    } */
    .accordionMainBlock .accordionItem {
        position: relative;
        padding: 30px 0;
    }
    .accordionMainBlock .accordionInner {
        padding-left: 30px;
        padding-right: 90px;
        flex-direction: column;
        row-gap: 30px;
        position: relative;
    }
    .customAccordionSection .topData .accordionToogleBtn {
        right: 30px;
    }
    .accordionMainBlock .accordionInner .imageBlock,
    .accordionMainBlock .accordionItem.showFullSec .imageBlock {
        height: auto;
        width: 100%;
        position: static;
        max-height: 450px;
    }
    .accordionMainBlock .accordionItem .textBlock .bottomData p:last-child {
        display: none;
    }
    .customAccordionSection .topData .headingBlock {
        position: static;
    }
    .customAccordionSection .topData .headingBlock .heading {
        font-size: 22px;
    }
    .customAccordionSection .textBlock .topData .descriptionBlock p {
        font-size: 16px;
    }
    .customAccordionSection .accordionItem.showFullSec .textBlock .bottomData ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .elementor-element.insightsListing .e-con-inner {
        display: flex;
        flex-direction: column !important;
    }
    .elementor-element.insightsListing .e-con-inner .elementor-element.mailBlogListing {
        width: 100%;
        padding-right: 0;
    }
    .elementor-element.recentPostListing,
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing .elementor-post__title,
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing .elementor-post__title a,
    .elementor-element.recentPostListing .elementor-post__title,
    .elementor-element.recentPostListing .elementor-post__title a {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .elementor-element.animatedBanner + .elementor-element {
        padding-left: 0;
        padding-right: 0;
    }
    .elementor-element.animatedBanner + .elementor-element img {
        box-shadow: none;
        border: none;
    }
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing article.elementor-post .elementor-post__thumbnail__link,
    .elementor-element.recentPostListing article.elementor-post .elementor-post__thumbnail__link {
        width: 25%;
    }
    .elementor-element.insightsListing .e-con-inner .elementor-element.mailBlogListing .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing .elementor-post__title,
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing .elementor-post__title a,
    .elementor-element.recentPostListing .elementor-post__title,
    .elementor-element.recentPostListing .elementor-post__title a {
        font-size: 16px !important;
    }
    .elementor-element.recentPostListing .elementor-post__meta-data,
    .elementor-element.insightsListing .e-con-inner .elementor-element.recentPostListing .elementor-post__meta-data {
        font-size: 14px !important;
    }
    .elementor-element.cloudsSolutionsListing {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .elementor-element.cloudsSolutionsListing .elementor-element {
        min-width: 320px;
    }
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .elementor-element.whatNextBlock {
        row-gap: 30px;
        column-gap: 0px;
    }
    .elementor-element.whatNextBlock>.elementor-element {
        width: calc(100% - 0px);
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail__link,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail__link {
        min-height: 350px;
        max-height: 350px;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail {
        padding-bottom: 100%;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail {
        height: 100%;
    }
    .elementor-element.whatNextBlock>.elementor-element .elementor-button.elementor-button-link {
        padding: 10px 20px;
    }
    
    .elementor-element.homeSliderSection .elementor-swiper-button.elementor-swiper-button-prev,
    .elementor-element.partnersBlock .elementor-swiper-button.elementor-swiper-button-prev,
    .elementor-element.user-success-sec .elementor-swiper-button.elementor-swiper-button-prev {
        left: -25px !important;
    }
    .elementor-element.homeSliderSection .elementor-swiper-button.elementor-swiper-button-next,
    .elementor-element.partnersBlock .elementor-swiper-button.elementor-swiper-button-next,
    .elementor-element.user-success-sec .elementor-swiper-button.elementor-swiper-button-next {
        right: -25px !important;
    }
    body .blog-sec .elementor-post__title{
        font-size: 20px !important;
    }
    .accordionMainBlock .accordionInner .imageBlock,
    .accordionMainBlock .accordionItem.showFullSec .imageBlock {
        max-height: 350px;
    }
    .accordionMainBlock .accordionItem {
        padding: 20px 0;
    }
    .accordionMainBlock .accordionInner {
        padding-left: 20px;
        padding-right: 60px;
        flex-direction: column;
        row-gap: 30px;
        position: relative;
    }
    .customAccordionSection .topData .accordionToogleBtn {
        right: 20px;
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
    }
    .customAccordionSection .topData .accordionToogleBtn .line {
        width: 12px;
    }
    .elementor-element.font25 .elementor-heading-title {
        font-size: 25px !important;
    }
    .customAccordionSection .textBlock .topData .descriptionBlock p {
        margin: 0;
    }
    .elementor-element.faqSection .elementor-element.acc-sec {
        width: 100%;
    }
    .elementor-swiper-button.elementor-swiper-button-prev {
        left: 10px !important;
    }
    .elementor-swiper-button.elementor-swiper-button-next {
        right: 10px !important;
    }
}

@media (max-width: 767px) {
    .elementor-element.siteHeader {
        padding: 0 20px;
    }
    .elementor-element.siteHeader .elementor-element .elementor-element.elementor-nav-menu--stretch,
    .elementor.elementor-location-header .e-con-inner .elementor-element.elementor-nav-menu--stretch {
        order: 2;
    }
    .elementor-element.cardOutter {
        min-width: 100%;
    }
    .elementor-element.insightsMainSec,
    .elementor-element.insightsMainSec .e-con.e-flex {
        flex-wrap: unset;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card {
        max-height: 350px;
        min-height: 350px;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail__link,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail__link {
        height: 100%;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
        padding-bottom: 100%;
    }
    .elementor-element.blog-sec .elementor-element.firstBlock .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img,
    .elementor-element.blog-sec .elementor-element.secondBlock .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%;
        right: 0;
        transform: none;
        margin: 0 auto;
    }
    .elementor-element.insightsMainSec>.elementor-element {
        padding-left: 0;
        padding-right: 0;
    }
    .elementor-element.founderSection .elementor-widget-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .elementor-element.founderSection .elementor-element {
        padding-left: 0;
    }
}

@media (max-width: 600px) { 
    .elementor-element.cloudsSolutionsListing .elementor-element {
        min-width: auto;
        width: 100% !important;
    }
    .animatedText.elementor-widget-animated-headline .elementor-headline {
        font-size: 20px;
    }   
    .elementor-element.cloudsSolutionsListing .elementor-element {
        min-width: 280px;
    }
    .customAccordionSection .topData .accordionToogleBtn {
        right: 10px;
    }
    .accordionMainBlock .accordionInner {
        padding-right: 40px;
    }
}