/*
 Theme Name: Hello Elementor Child
 Theme URI: http://example.com/
 Description: Hello Elementor Child Theme
 Author: Your Name
 Author URI: http://example.com/
 Template: hello-elementor
 Version: 1.0.0
 */

/* Import the parent theme's stylesheet */
@import url("../hello-elementor/style.css");

html.elementor-html * {
    border-radius: 0 !important;
}

/* Your custom CSS goes here */
.main-navigation .elementor-nav-menu li a.elementor-item:after {
  width: 0;
  left: 0;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
  transition-delay: 0s;
}
.main-navigation .elementor-nav-menu li.current_page_item a.elementor-item:after,
.main-navigation .elementor-nav-menu li a.elementor-item:hover:after {
   width: 100%; 
}

.main-navigation .elementor-nav-menu li.current_page_item a.elementor-item:after,
.main-navigation .elementor-nav-menu li a.elementor-item:hover:after {
    background: linear-gradient(93.65deg, #002849 0%, #F26641 100%);
}
.main-navigation {
    background: #fff;
}

.main-navigation {
    background: rgb(255 255 255 / 80%) !important;
}

.main-menu .elementor-nav-menu .sub-arrow svg {
    visibility: hidden !important;
 }
 .main-menu .elementor-nav-menu .sub-arrow {
     background: url('assets/images/ic_menu_arrow.svg') center center no-repeat;
 }
 .main-menu .elementor-nav-menu .menu-item:hover .sub-arrow {
     background: url('assets/images/ic_menu_arrow_hover.svg') center center no-repeat;
 }
 
 @media (min-width: 1025px) {
    .main-navigation .elementor-nav-menu--main .elementor-item {
        height: 74px;
    }
 }
@media (max-width: 1024px) {
    .main-menu .elementor-nav-menu .menu-item .sub-arrow,
    .main-menu .elementor-nav-menu .menu-item:hover .sub-arrow {
        background: url('assets/images/ic_menu_arrow_mobi.svg') center center no-repeat !important;
    }
    .main-menu .elementor-nav-menu .sub-arrow {
        margin-block-end: -16px;
    }
    .main-navigation .elementor-nav-menu--dropdown a.elementor-item-active {
        color: rgba(255, 255, 255, 1 ) !important;
    }
}
.elementor-widget-text-editor > .elementor-widget-container > p:last-child,
.plast-no-mgb p:last-child {
    margin-bottom: 0px !important;
}

/*hide page title*/
header.page-header {
    display: none;
}

/*Text color*/
.text-green-gradient a,
.text-green-gradient span.elementor-heading-title {
    color: transparent !important;
    background: rgb(43, 154, 67);
    background: linear-gradient(0deg, rgba(43, 154, 67, 1) 0%, rgba(0, 132, 174, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*home page*/
body.elementor-page-8 main#content {
    overflow-x: hidden;
}


  
  @media (max-width: 1024px) {
    .main-menu .elementor-nav-menu .elementor-item {
        display: flex;
        justify-content: flex-end;
    }
}
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  @media (max-width: 1024px) {
    .main-navigation .elementor-menu-toggle {
        background: linear-gradient(136deg, #002849 37.3%, #F26641 142.24%);
        height: 46px;
    }
    .main-navigation .elementor-nav-menu--dropdown a.elementor-item-active, 
    .main-navigation .elementor-nav-menu--dropdown a.highlighted {
        background-color: transparent !important;
    }
    .main-navigation.menu-active:before {
        content: '';
        position: absolute;
        top: 0px;
        width: 100%;
        background: linear-gradient(162deg, #002849 40.06%, #F26641 125.86%);
        z-index: 1;
        height: 100vh;
    }
    .elementor-nav-menu__container li.menu-item.current_page_item,
    .elementor-nav-menu__container li.menu-item.current_page_item > a {
        color: rgba(255, 255, 255);
        background: transparent;
        font-weight: 800 !important;
        -webkit-text-fill-color: unset !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff;
    }
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff !important;
        height: 1.2em !important;
        width: 1.2em !important;
    }
    .main-navigation .transparent-logo {
        display: none;
    }
    .main-navigation.menu-active {
        background: linear-gradient(162deg, #002849 40.06%, #F26641 125.86%);
        z-index: 9999;
    }
    .main-navigation.menu-active .elementor-nav-menu__container {
        background: transparent;
        padding-top: 50px;
    }
    .main-navigation.menu-active .elementor-element-5531fd1 {
        display: none;
    }
    .main-navigation.menu-active  .elementor-element-4b1ba57 {
        display: block;
    }
    .main-navigation.menu-active .elementor-menu-toggle.elementor-active {
        border: 1px solid #fff;
        background: transparent;
    }
    .elementor-nav-menu__container li.menu-item, 
    .elementor-nav-menu__container li.menu-item a {
        text-align: right;
        color: rgba(255, 255, 255, 0.80);
        display: block;
    }
    
    .elementor-nav-menu__container li.menu-item a.elementor-item.elementor-item-active {
        background: transparent;
    }
    .elementor-nav-menu__container li.menu-item a.elementor-item:hover {
        color: #fff;
        -webkit-text-fill-color: unset !important;
    }
    .main-navigation.menu-active ul#menu-2-60e40fd {
        text-align: right;
        float: right;
    }
   
    .main-navigation .elementor-element-678fd0c .elementor-menu-toggle {
        margin-left: auto !important;
        width: 46px !important;
        text-align: right;
        margin-right: 0px !important;
    }
    
    .main-navigation.menu-active > * {
        z-index: 999;
    }
    
    
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  @media (max-width: 767px) {
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -20px !important;
    }
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff;
    }
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff !important;
        height: 1em !important;
        width: 1em !important;
    }
    .main-navigation .transparent-logo {
        display: none;
    }
    .main-navigation.menu-active {
        background: linear-gradient(111deg, rgba(43,154,67,1) 0%, rgba(0,132,174,1) 70%);
        z-index: 9999;
    }
    .main-navigation.menu-active .elementor-nav-menu__container {
        background: transparent;
        padding-top: 50px;
    }
    .main-navigation.menu-active .elementor-element-5531fd1 {
        display: none;
    }
    .main-navigation.menu-active  .elementor-element-4b1ba57 {
        display: block;
    }
    .main-navigation.menu-active .elementor-menu-toggle.elementor-active {
        border: 1px solid #fff;
        background: transparent;
    }
    .elementor-nav-menu__container li.menu-item, 
    .elementor-nav-menu__container li.menu-item a {
        text-align: right;
        color: rgba(255, 255, 255, 0.80);
        display: block;
    }
    
    .elementor-nav-menu__container li.menu-item a.elementor-item.elementor-item-active {
        background: transparent;
    }
    .elementor-nav-menu__container li.menu-item a.elementor-item:hover {
        color: #fff;
        -webkit-text-fill-color: unset !important;
    }
    .main-navigation.menu-active ul#menu-2-60e40fd {
        text-align: right;
        float: right;
    }
    
    .main-navigation .elementor-element-678fd0c .elementor-menu-toggle {
        margin-left: auto !important;
        width: 48px !important;
        height: 48px;
        text-align: right;
        margin-right: 0px !important;
    }
    /*.main-navigation.menu-active:before {
        content: '';
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: var(--Gradient, linear-gradient(94deg, #8FC8D9 0%, #1E90B3 100%));
        z-index: 1;
    }*/
    
    .main-navigation.menu-active > * {
        z-index: 999;
    }
    
    

    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff;
    }
    .main-navigation .elementor-menu-toggle svg {
        fill: #fff !important;
        height: 1em !important;
        width: 1em !important;
    }
    .main-navigation .transparent-logo {
        display: none;
    }
    .main-navigation.menu-active {
        z-index: 9999;
    }
    .main-navigation.menu-active .elementor-nav-menu__container {
        background: transparent;
        padding-top: 50px;
    }
    .main-navigation.menu-active .elementor-element-5531fd1 {
        display: none;
    }
    .main-navigation.menu-active  .elementor-element-4b1ba57 {
        display: block;
    }
    .main-navigation.menu-active .elementor-menu-toggle.elementor-active {
        border: 1px solid #fff;
        background: transparent;
    }
    
    .elementor-nav-menu__container li.menu-item a.elementor-item.elementor-item-active {
        background: transparent;
    }
    .elementor-nav-menu__container li.menu-item a.elementor-item:hover {
        color: #fff;
        -webkit-text-fill-color: unset !important;
    }
    .elementor-nav-menu__container li.menu-item, 
    .elementor-nav-menu__container li.menu-item a {
        text-align: right;
        color: rgba(255, 255, 255, 0.80);
        display: block;
    }
    .main-navigation.menu-active ul#menu-2-60e40fd {
        text-align: right;
        float: right;
    }
    .main-navigation {
        padding-top: 5px;
    }
    .main-navigation .elementor-element-678fd0c .elementor-menu-toggle {
        margin-left: auto !important;
        width: 46px !important;
        text-align: right;
        margin-right: 0px !important;
    }
   
    
    .main-navigation.menu-active > * {
        z-index: 999;
    }
    
    

  }
  

.elementor-message.elementor-message-success {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    background: linear-gradient(90deg, rgba(43, 154, 67, 0.1) 0%, rgba(0, 132, 174, 0.1) 100%);
    padding: 10px 10px;
}

.elementor-message.elementor-message-success::before {
    background: rgba(43, 154, 67, 1);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
}
.elementor-widget-container p {
    margin-block-end: 20px;
}

/*Buttons*/
.btn-border-black .elementor-button-icon svg {
    width: 20px;
    top: 1px;
    position: relative;
}
.btn-arrow-animate .elementor-button-icon svg {
    width: 20px;
    position:relative;
    top:3px;
}
.btn-arrow-animate .elementor-button .elementor-button-icon {
    transition: margin-left .5s ease-in-out;
}
.btn-arrow-animate .elementor-button:hover .elementor-button-icon {
    margin-left: 10px;
}
.btn-arrow-animate.default-black .elementor-button svg path {
    stroke: #000;
}
.btn-border-black.hover-blue .elementor-button:hover svg path,
.btn-arrow-animate.hover-blue .elementor-button:hover svg path,
.btn-arrow-animate.default-blue .elementor-button svg path {
    stroke: #1E90B3;
}

.btn-arrow-animate.hover-orange .elementor-button:hover svg path,
.btn-arrow-animate.default-orange .elementor-button svg path {
    stroke: #F26641;
}
.btn-arrow-animate.rel_left_animate .elementor-button-icon svg {
    top: -3px;
}
.btn-arrow-animate.rel_left_animate .elementor-button .elementor-button-icon {
    position:relative;
    left: 0;
    transition: left .5s ease-in-out;
}
.btn-arrow-animate.rel_left_animate .elementor-button:hover .elementor-button-icon {
    margin-left: 0px;
    left: 10px;
}

/*Calculator*/ 
.calculator {
    max-width: 600px;
    text-align: center;
    padding: 40px;
    box-shadow: 0px 4px 18px 0px #0000001A;
    background: #fff;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#result {
    margin-top: 10px;
}
.calculator .input-wrapper button {
    padding: 10px 24px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: default;
    color: #000;
    border: none;
    border: 1px solid #000;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    transition: all .3s;
    cursor:pointer;
    background: #fff;
}
.calculator .input-wrapper button:hover {
    border: 1px solid #1E90B3;
    color: #FFFFFF;
    background: #1E90B3;
}
.calculator .input-wrapper button span {
    background:  url("assets/images/ic_arrow_right_primary.svg") 100% 3px no-repeat;
    background-size: 20px;
    padding-right:30px;
}
.calculator .input-wrapper button:hover span {
    background: url("assets/images/ic_arrow_right_white.svg") 100% 3px no-repeat;
   
}
.result-element {
    text-align: left;
}
.result-element > div {
    padding: 9.5px 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.result-element > div.last {
    border-bottom: none;
}
.calculator .input-wrapper {
    display: flex;
    gap: 10px;
}
.calculator .input-wrapper input {
    border:0;
    border-bottom: 1px solid var(--primary-black-20, #CCC);
    background: #F6F6F6;
    padding: 15px 10px;
    height: 48px;
    outline: 0;
	border-radius: 0;
}

@media (max-width: 1300px) {
    .input-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 1200px) {
    .calculator {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .calculator {
        padding: 20px;
    }
}

/*CTA Heading*/
@media (max-width: 375px) {
    .cta-faq-wrapper h2 {
        font-size: 34px !important;
        word-break: break-all;
    }
}
@media (max-width: 360px) {
    .cta-faq-wrapper h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 320px) {
    .cta-faq-wrapper h2 {
        font-size: 28px !important;
    }
}

/*Calendar*/
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 24px !important;
    background: #F6F6F6;
    position: relative;
    padding: 0;
    min-height: 82px;
}

.fc-toolbar.fc-header-toolbar .fc-button:not(.fc-button-active) {
    color: #000 !important;
    background-color: transparent !important;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}

.fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    position: absolute;
    top: -80px;
}
.fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group {
    border-right: 1px solid #ccc;
}
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
    padding: 6.5px 20px;
}

.eael-event-calendar-wrapper .fc-event {
    padding: 6px 20px !important;
    border-radius: 999px 0px 0px 999px !important;
    background: linear-gradient(94deg, #8FC8D9 0%, #1E90B3 100%) !important;
}

.fc .fc-daygrid-day-top {
    padding-top: 15px;
}

.eael-event-calendar-wrapper table caption+thead tr:first-child td, 
.eael-event-calendar-wrapper table caption+thead tr:first-child th, 
.eael-event-calendar-wrapper table colgroup+thead tr:first-child td, 
.eael-event-calendar-wrapper table colgroup+thead tr:first-child th, 
.eael-event-calendar-wrapper table thead:first-child tr:first-child td, 
.eael-event-calendar-wrapper table thead:first-child tr:first-child th {
    border-block-start: 0px solid hsla(0, 0%, 50.2%, .5019607843) !important;
}

.fc-button-group .fc-icon-chevron-left:before,
.fc-button-group .fc-icon-chevron-right:before {
    content:"" !important;
    display: none !important;
}
.fc-button-group .fc-prev-button,
.fc-button-group .fc-next-button {
    width: 82px !important;
    height: 82px !important;
}
.fc-button-group .fc-prev-button {
    background: url("assets/images/ic_calendar_prev.svg") center center no-repeat !important;
}
.fc-button-group .fc-next-button {
    margin-right: -1px;
    background: url("assets/images/ic_calendar_next.svg") center center no-repeat !important;
}

.fc-toolbar.fc-header-toolbar .fc-button-group button:not(:first-child) {
    margin-left: 0 !important;
}

.fc-toolbar.fc-header-toolbar .fc-today-button {
    font-weight: 500 !important;
    padding: 0 20px !important;
}

.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
    padding: 6.5px 20px !important;
}
.eael-event-calendar-wrapper .eaelec-modal-content {
    border: 0 !important;
    max-width: 900px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background-color: #fff !important;
    border-radius: 0 !important;
}
.eael-event-calendar-wrapper .eaelec-modal-header {
   border-left: 0 !important;
}
.eael-event-calendar-wrapper .eaelec-modal-content {
    padding: 40px !important;
}
.eael-event-calendar-wrapper .eaelec-modal-footer {
    border-top: 1px solid #000 !important;
    padding: 10px 0 !important;
}
.eael-event-calendar-wrapper .eaelec-modal-header {
    padding: 0 !important;
}
.eael-event-calendar-wrapper .eaelec-modal-body {
    padding: 30px 0 0 !important;
}
.eaelec-event-details-link {
    position: relative !important;
}
.eael-event-calendar-wrapper .eaelec-modal-header {
    margin-top: 0 !important;
}
.eael-event-calendar-wrapper a {
    color: #000 !important;
}
.eaelec-event-details-link:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    width: 20px;
    height: 20px;
    background: url("assets/images/ic_arrow_right_black.svg") 100% center no-repeat !important;
    top: 4px;
    transition: right .5s ease-in-out;
}
.eaelec-modal-footer .eaelec-event-details-link {
    display: block;
    max-width: max-content;
    padding-right: 30px;
}
.eaelec-event-details-link:hover {
    color: #1E90B3 !important;
}
.eaelec-event-details-link:hover:after {
    right: -10px !important;
    background: url("assets/images/ic_arrow_right_primary.svg") 100% center no-repeat !important;
}

.eael-event-calendar-wrapper .eaelec-modal-close {
    right: 20px !important;
    top: 20px !important;
    box-shadow: none !important;
    background: url("assets/images/material-symbols-light_close.svg") center center no-repeat !important;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.eael-event-calendar-wrapper .eaelec-modal-close .fas {
    display: none !important;
}
.eael-event-calendar-wrapper .eaelec-modal-header h2 {
    margin-bottom: 5px !important;
}

.eael-event-calendar-wrapper .eaelec-modal-body {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.abacus-event-calendar table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9 !important;
}
.abacus-event-calendar table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th {
    background-color: #fff !important;
}
.fc .fc-timegrid-slot-label-cushion {
    padding: 8px 24px !important;
    min-width: 150px !important;
    text-align: center;
}
.fc .fc-timegrid-axis-cushion {
    max-width: 100% !important;
}
.fc .fc-button-primary:focus, 
.fc .fc-button-primary:not(:disabled).fc-button-active:focus, 
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: unset !important;
}
.abacus-event-calendar .fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}
.abacus-event-calendar .fc-timegrid-axis.fc-scrollgrid-shrink {
    vertical-align: middle !important;  
}
.fc-theme-standard .fc-list, .fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
    border-bottom: 1px solid #ccc !important;
}

@media (max-width: 840px ) {
    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column; 
    }
}

@media (min-width: 533px) and (max-width: 840px) {
    .eael-event-calendar-wrapper .fc-toolbar.fc-header-toolbar {
        padding-bottom: 15px;
    }
    .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
       margin-bottom: 15px;
    }
}

@media ( max-width:532px ) {
    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column; 
    }
    .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group {
        display: flex;
        flex-wrap: wrap;
     }
     .eael-event-calendar-wrapper .fc-toolbar {
        margin: 0px !important;
        
    }
    .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
        padding: 6.5px 14px !important;
    }
    .fc-toolbar.fc-header-toolbar {
        grid-row-gap: 0 !important;
    }
}

/*Flags*/
.active-language .elementor-button-icon svg {
    width: 24px;
    height: auto;
}

.active-language .elementor-button {
    position: relative;
    padding-right: 30px;
}
.active-language .elementor-button:after {
    content: "";
    background: url("assets/images/ic_arrow_down.svg") center right no-repeat !important;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.language-dropdown .elementor-icon-list-items {
    width: 222px;
    position: absolute;
    bottom: 41px;
    background: #f6f6f6;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.language-dropdown .elementor-widget.elementor-list-item-link-full_width a {
    width: 100%;
}

.language-dropdown .language-list.open .elementor-icon-list-items {
    height: auto;
    padding:5px 0;
    margin:0;
}


.language-dropdown .language-list.open .elementor-icon-list-items a {
    padding: 5px 15px 5px 20px;
}
.language-dropdown .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: 0 !important;
}
.language-dropdown .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: 0 !important;
}
.language-dropdown .language-list.open .elementor-icon-list-items a:hover {
    background: #C7E3EC;
}

.santapress-post.modal a.close-modal {
  background: url("assets/images/ic_close_modal.svg") center center no-repeat !important;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
}

/*Santapress*/
.santapress-post.modal .santapress-post-inner,
.santapress-post.modal:not(.in) {
    border-radius: 0;
    padding: 0;
}
.santapress-post .santapress-post-inner {
    max-height: 650px;
}

.santapress-post-inner .left-side {
    width: 100%;
    max-width: 300px;
}
.santapress-post-inner > .right-side {
    flex: 1;
    padding: 40px !important;
    text-align: left;
    max-height: 650px;
    overflow: auto;
}
.santapress-post-inner > .right-side h3 {
    margin-top:0 !important;
    margin-bottom: 30px !important; 
}
.santapress-post-inner .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.santapress-post-inner {
    position:relative;
}
.santapress-post-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(assets/images/unsplash_MgvEHXxGrUs.png) top center no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
}
.santapress-post-inner .left-side {
    width: 100%;
    max-width: 260px;
    align-self: flex-end;
    position: relative;
    margin: 20px;
    box-sizing: border-box;
    padding: 24px;
    text-align: left;
    background: rgba(242, 102, 65, 0.9);
    color: #fff;
}
.santapress-post-inner .left-side strong {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
}
.santapress-post.modal, .sp-modal-iframe.modal {
    width: 100%;
}
@media ( min-width: 768px ) {
    .santapress-post .santapress-post-inner {
        flex-direction: row !important;
    }
}
@media (max-width: 767px) {
    .santapress-post-inner .elementor-field-group {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .santapress-post-inner .left-side {
        max-width: 100%;
        margin: 0;
    }
    .santapress-post-inner .elementor {
        flex: 1 1 100% !important;
    }
    .santapress-post-inner:before {
        display: none;
    }
    .santapress-post-inner .elementor {
        padding: 20px !important;
    }
    .santapress-post-inner .elementor-form-fields-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*Price table*/
.elementor-price-list a {
    pointer-events: none;
}

/*Form success message*/
.elementor-message-danger {
    font-size: 16px !important;
}
 .elementor-message {
    margin-top: 40px;
}
.elementor-message.elementor-message-success {
    background: #E9F4F7;
}
 .elementor-message.elementor-message-success::before {
    background: url('assets/images/heroicons_check-circle-16-solid.svg') 0 0 no-repeat !important;
}

 .elementor-message:before {
    margin-inline-end: 10px
}

/*Accordion*/
.e-n-accordion-item-title * {
	color: #000 !important;
}
@media (max-width: 375px) {
    .cta-faq-wrapper h2 {
        word-break: unset !important;
    }
}

@media (max-width: 767px) {
  
    .text-ellipsis h1 {
       white-space: nowrap;
       width: 95vw;
       overflow: hidden;
       text-overflow: ellipsis;
   }
   .text-ellipsis p {
       overflow: hidden;
       text-overflow: ellipsis;
   }
 
} 

.elementor-post-info__item:not(.elementor-post-info__item--type-date) + .reading-time-wrapper {
    display: none;
}

.text-gradient .elementor-widget-container * {
    background: linear-gradient(91.72deg, #002849 50.08%, #F26641 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/*TWO COLUMNS IMAGE - TEXT and TEXT - IMAGE*/
.two-cols-text-image .elementor-widget-image img,
.two-cols-img-text .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width:952px;
}
.two-cols-text-image .col-text > div.elementor-element.elementor-widget,
.two-cols-img-text .col-text > div.elementor-element.elementor-widget  {
        width: 100%;
}
.two-cols-text-image .col-image.map,
.two-cols-img-text .col-image.map {
    display: flex;
}
.two-cols-text-image .col-image.map .elementor-widget-image img,
.two-cols-img-text .col-image.map .elementor-widget-image img {
    max-width: 720px;
}
.two-cols-text-image .col-text ul {
    padding: 0 0 0 30px;
}
.btn-readmore .elementor-button {
    max-width: max-content;
}
@media (min-width: 0px) and (max-width: 767px) {
    .two-cols-img-text .elementor-widget-image img,
    .two-cols-text-image .elementor-widget-image img,
    .two-cols-text-image .col-text > div.elementor-element.elementor-widget,
    .two-cols-img-text .col-text > div.elementor-element.elementor-widget {
		max-width: 100% !important;
	}
    .two-cols-text-image .col-text > div.elementor-element.elementor-widget,
	.two-cols-img-text .col-text > div.elementor-element.elementor-widget  {
            width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .two-cols-text-image .col-text {
        padding-right: 40px !important;
    }
    .two-cols-img-text .col-text   {
        padding-left: 40px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1439px) {
    .two-cols-text-image .col-text {
        padding-right: 90px !important;
    }
    .two-cols-img-text .col-text   {
        padding-left: 90px !important;
    }
}
@media (min-width: 1440px) {
    .two-cols-text-image .col-text > div.elementor-element.elementor-widget,
    .two-cols-img-text .col-text > div.elementor-element.elementor-widget  {
			max-width: 550px!important;
	}
	.two-cols-text-image.e-con-boxed .col-text > div.elementor-element.elementor-widget, 
	.two-cols-img-text.e-con-boxed   .col-text > div.elementor-element.elementor-widget {
        max-width: 100% !important;
    }
    .two-cols-text-image .col-text {
        padding-left: 80px !important;
    }
    .two-cols-img-text .col-text   {
        padding-right: 80px !important;
    }

    .two-cols-text-image.e-con-boxed .col-text {
        padding-left: 0px !important;
    }
    .two-cols-img-text.e-con-boxed .col-text {
        padding-right: 0px !important;
    }
}
@media (min-width: 1512px) {
	 .two-cols-text-image .col-text > div.elementor-element.elementor-widget,
	 .two-cols-img-text .col-text > div.elementor-element.elementor-widget  {
			max-width: 595px!important;
	}
}
@media (min-width: 1921px) {
	.two-cols-img-text .elementor-widget-image img,
	.two-cols-text-image .elementor-widget-image img,
	.two-cols-img-text.not-full .elementor-widget-image img,
	.two-cols-text-image.not-full .elementor-widget-image img {
			max-width: 952px !important;
			max-height: 100% !important;
	}
}
@media (max-width: 1920px) {
    .col-image .elementor-widget-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .two-cols-text-image.e-con-boxed .col-text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .two-cols-img-text.e-con-boxed .col-text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
