.elementor-602 .elementor-element.elementor-element-f961b68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-ebb49b3 */.accordion-item {
    margin-bottom: 30px;
    border-bottom: 2px solid #E82630;
    padding-bottom: 20px;
}

.accordion-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding-right: 15%;
    height: 250px;
    font-family: "Inter", sans-serif;
}

.accordion-title {
    font-family: "Inter", sans-serif;
    font-size: var(--e-global-typography-f5ea98d-font-size);
        line-height: var(--e-global-typography-f5ea98d-line-height);
        font-weight: var(--e-global-typography-f5ea98d-font-weight);
    
    color: white;
}

.accordion-number {
    font-family: "Inter", sans-serif;
    font-size: 200px;
    font-weight: 700 !important;
    line-height: 304.75px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #E82630;
    position: absolute;
    left: 0;
    top: -16%;
    z-index: -1;
    opacity: 0.1;
}

.accordion-short-description {
    text-align: left;
    font-family: "Inter", sans-serif;
   font-family: var(--e-global-typography-cf101ea-font-family), Sans-serif;
    font-size: var(--e-global-typography-cf101ea-font-size);
    font-weight: var(--e-global-typography-cf101ea-font-weight);
    line-height: var(--e-global-typography-cf101ea-line-height);
    color: var(--e-global-color-985a1b9);
}

.accordion-toggle {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.69px;
    letter-spacing: 0.01em;
    text-align: left;
    color: white;
    background: none;
    border-bottom: 2px solid #E82630;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 40%;
}

.accordion-toggle:hover,
.accordion-toggle:focus {
    background: transparent;
    color: white;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    color: white;
}

.accordion-content.open {
    max-height: max-content;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-content img,
.accordion-content .accordion-full-blog {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.accordion-content.open img,
.accordion-content.open .accordion-full-blog {
    opacity: 1;
}

.accordion-image {
    width: 100%;
    height: 700px !important;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 50px !important;
}

.accordion-full-blog {
   font-family: var(--e-global-typography-cf101ea-font-family), Sans-serif;
    font-size: var(--e-global-typography-cf101ea-font-size);
    font-weight: var(--e-global-typography-cf101ea-font-weight);
    line-height: var(--e-global-typography-cf101ea-line-height);
    color: var(--e-global-color-985a1b9);
}

.accordion-full-blog li {
    margin-bottom: 15px;
}

/* Laptop */
@media only screen and (max-width: 1366px) {
   
    .accordion-number {
        font-size: 200px;
        font-weight: 700;
    }

   

    .accordion-image {
        height: 500px !important;
    }


}

/* Mobile */
@media (max-width: 767px) {
    .blog-page-img-section,
    .blog-page-img-section .e-con-inner {
        height: 300px !important;
        max-height: 300px !important;
    }

    .accordion-header {
        height: auto !important;
        padding: 20px 20px 0 0;
    }

  

    .accordion-number {
        font-size: 100px;
        line-height: 120px;
        top: -30px;
    }

    .accordion-image {
        height: 200px !important;
        border-radius: 10px !important;
    }

    .accordion-short-description {
        margin: 0;
    }

   

    .accordion-content.open {
        padding-top: 0;
    }

    .accordion-toggle {
        top: 95%;
        border-bottom: none;
        font-size: 12px;
    }
}/* End custom CSS */