.elementor-1139 .elementor-element.elementor-element-e8beac2 > .elementor-container{max-width:1380px;min-height:650px;}.elementor-1139 .elementor-element.elementor-element-e8beac2:not(.elementor-motion-effects-element-type-background), .elementor-1139 .elementor-element.elementor-element-e8beac2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../../2024/04/Banner-min.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1139 .elementor-element.elementor-element-e8beac2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-98px;margin-bottom:0px;padding:80px 0px 80px 0px;}.elementor-1139 .elementor-element.elementor-element-e8beac2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1139 .elementor-element.elementor-element-5d9dad2 .elementor-heading-title{color:var( --e-global-color-ad4befa );font-family:"Work Sans", Sans-serif;font-size:60px;font-weight:600;line-height:70px;}.elementor-1139 .elementor-element.elementor-element-2201c4b{color:var( --e-global-color-ad4befa );font-family:"Work Sans", Sans-serif;font-size:20px;font-weight:400;}.elementor-1139 .elementor-element.elementor-element-47be576 > .elementor-container{max-width:1380px;}.elementor-1139 .elementor-element.elementor-element-47be576{padding:80px 0px 20px 0px;}.elementor-1139 .elementor-element.elementor-element-521ed3d .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:42px;font-weight:500;line-height:46px;}.elementor-1139 .elementor-element.elementor-element-521ed3d{width:var( --container-widget-width, 101.943% );max-width:101.943%;--container-widget-width:101.943%;--container-widget-flex-grow:0;}.elementor-1139 .elementor-element.elementor-element-8cfebc6 > .elementor-container{max-width:1380px;}.elementor-1139 .elementor-element.elementor-element-8cfebc6{padding:30px 0px 70px 0px;}.elementor-1139 .elementor-element.elementor-element-9a52c16{width:var( --container-widget-width, 100.514% );max-width:100.514%;--container-widget-width:100.514%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1139 .elementor-element.elementor-element-1b2d21c{width:60.144%;}.elementor-1139 .elementor-element.elementor-element-da17188{width:39.784%;}.elementor-1139 .elementor-element.elementor-element-9e29bef{width:100%;}}@media(max-width:767px){.elementor-1139 .elementor-element.elementor-element-e8beac2 > .elementor-container{min-height:450px;}.elementor-1139 .elementor-element.elementor-element-24237cb > .elementor-element-populated{padding:60px 0px 0px 0px;}.elementor-1139 .elementor-element.elementor-element-5d9dad2 .elementor-heading-title{font-size:40px;line-height:50px;}.elementor-1139 .elementor-element.elementor-element-5d9dad2 > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-1139 .elementor-element.elementor-element-2201c4b{font-size:16px;}.elementor-1139 .elementor-element.elementor-element-2201c4b > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-1139 .elementor-element.elementor-element-521ed3d .elementor-heading-title{font-size:36px;}}@media(min-width:1025px){.elementor-1139 .elementor-element.elementor-element-e8beac2:not(.elementor-motion-effects-element-type-background), .elementor-1139 .elementor-element.elementor-element-e8beac2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-9a52c16 *//* new code */
.expand-card {
    display: flex;
    position: relative;
}

.panel .content{
    width: 100%;
    display: flex;
   justify-content: space-between;
    align-items: center;
}

@media(max-width:426px){
    .panel .content{
        gap:1rem;
    }
    .expand-card .panel .cstm-we-icon{
      top:46% !important;
    }
    
    .expand-card .panel.active h3 {
        bottom:10%;
    }
    
    .expand-card .panel.active .content p{
        margin-bottom:-10px;
    }
}

@media(max-width:375px){
     .panel .content{
        gap:1rem;
    }
    .expand-card .panel .cstm-we-icon{
      top:46% !important;
    }
    
    .expand-card .panel.active h3 {
        bottom:10%;
    }
     
    .expand-card .panel.active .content p{
        margin-bottom:-10px;
    }
}

@media(max-width:320px){
     .panel .content{
        gap:1rem;
    }
    .expand-card .panel .cstm-we-icon{
      top:46% !important;
    }
    
    .expand-card .panel.active h3 {
        bottom:10%;
    }
     
    .expand-card .panel.active .content p{
        margin-bottom:-10px;
    }
}

@media (max-width: 768px) {
    .expand-card {
        flex-direction: column;
        gap: 1rem;
        height: 100vh;
    }
}

.expand-card .panel {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-right: 0.2rem;
    position: relative;
    transition: all 700ms ease-in;
}

@media (max-width: 768px) {
    .expand-card .panel {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .expand-card .panel {
        height: 60vh;
    }
}

.expand-card .panel:last-child {
    margin-right: 0;
}

.expand-card .panel::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.expand-card h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    position: absolute;
    z-index: 22;
    bottom: 20%;
    left: 0;
    width: 100%;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.2s ease-in 0.3s;
    transform: rotate(-90deg);
}

.expand-card .panel .cstm-we-icon{
    position: absolute;
    top:55%;
    opacity: 0;
    margin-left: 1rem;
    width: 64px;
    height: 64px;
    overflow: hidden;
    z-index: 22;
     transition: opacity 0.3s ease-in 0.4s;
    
}
@media (max-width: 768px) {
    .expand-card h3 {
        font-size: 1.5rem;
        transform: rotate(0);
        margin-left:1rem;
        text-align:left;
    }
}

@media (max-width: 550px) {
    .expand-card h3 {
       /*margin-bottom:2rem;*/

    }
}

.expand-card .content {
    position: absolute;
    bottom: 10%;
    font: normal normal normal 16px/20px "Work Sans", sans-serif;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 768px) {
    .expand-card .content {
        font: normal normal normal 12px/20px "Work Sans", sans-serif;
    }
}

@media (max-width: 475px) {
    .expand-card .content {
        line-height: 1.2;
    }
}

.expand-card .panel.active {
    flex: 6;
}

.expand-card .panel.active h3 {
    z-index: 22;
    opacity: 1;
    bottom: 20%;
    margin-left: 1rem;
    transform: rotate(0deg);
}
.expand-card .panel.active .cstm-we-icon{
    opacity: 1;
     z-index: 22;
}

@media (max-width: 1040px) {
    .expand-card .panel.active h3 {
        bottom: 25%;
    }
}

@media (max-width: 768px) {
    .expand-card .panel.active h3 {
        bottom: 20%;
        /*margin-left: 0;*/
    }
}

@media (max-width: 550px) {
    
    .expand-card .panel.active h3 {
        /*bottom: 45%;*/
    }
    
    .content img{
        height:30px!important;
    }
}

.expand-card .panel.active .content {
    z-index: 22;
    margin-left:1rem;
    max-width: 90%;
    opacity: 1;
}

.elementor img{
    height:40px;
}
/*popupcss*/

/*.refining{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*}*/

/*.container-wrapper {*/
    /* max-width: 1380px; */
/*    margin: 0 auto;*/
    /* height: 100vh; */
/*    width: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.75);*/
/*    padding: 100px 180px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
 
/*    display: none;*/
/*}*/

/*.content-text-wrapper {*/
/*    max-width: 1000px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*   overflow: hidden;*/
/*    gap: 30px;*/
/*    border-radius: 20px;*/
/*    background-color: #fff;*/
/*}*/

/*.image-face {*/
/*    width: 400px;*/
/*    height: 576px !important;*/
/*}*/

/*.image-face img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
    
   
/*}*/

/*.text-content-item {*/
/*    padding: 30px 30px 30px 0px;*/
/*    width: 540px;*/
/*}*/

/*.main-heading {*/
/*    columns: #000;*/
/*    font-size: 25px;*/
/*    font-weight: 600;*/
/*    line-height: 35px;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.para-text {*/
/*    font-size: 15px;*/
/*    line-height: 22px;*/
/*    padding-bottom: 20px;*/
/*    font-weight: 400;*/
/*}*/

/*@media (max-width:1180px) {*/
/*    .container-wrapper {*/
/*        padding: 10px 10px 10px 10px!important;*/
/*    }*/
/*    .content-text-wrapper {*/
/*        flex-direction: column;*/
/*    }*/
/*    .image-face {*/
/*        width: 100%;*/
/*        height: 250px;*/
/*    }*/
/*    .image-face img {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*    .text-content-item {*/
/*        width: auto;*/
/*        padding: 0px 20px;*/
/*    }*/
/*}*/

/*@media (max-width:768px) {*/
/*    .container-wrapper {*/
/*        padding: 10px 10px 10px 10px!important;*/
/*    }*/
/*     .content-text-wrapper {*/
/*        flex-direction: column;*/
/*    } */
/*    .image-face {*/
/*        width: 100%;*/
/*        height: 250px;*/
/*    }*/
/*    .image-face img {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*    .text-content-item {*/
/*        width: auto;*/
/*        padding: 0px 20px;*/
/*    }*/
/*    .context {*/
/*        display: none;*/
/*    }*/
/*}*//* End custom CSS */