/**
 * Theme Name:     CanTicketV2
 * Author:         Candid Marketing
 * Template:       hello-elementor
 * Text Domain:    canticketv2
 * Description:    Candid Marketing
 * Theme URI:      https://can-ticket.com/
 * Author URI:     https://can-ticket.com/
 * Version:        2.0
 * License URI:    https://can-ticket.com/
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

.trp-ls-shortcode-current-language a, .trp-ls-shortcode-language a{
    color: #000 !important
}

.elementor-post__thumbnail img.attachment-large {
    height: 352px;
    object-fit: cover;
}

header #content, header h1, header h2, header h3, header h4, header h5, header h6, header a, header p, header span, header li, header div,
main #content, main h1, main h2, main h3, main h4, main h5, main h6, main a, main p, main span, main li, main div,
footer #content, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer a, footer p, footer span, footer li, footer div {
    font-family: 'Inter' !important
}

body {
    background: #fff !important
}

a {
    color: #4cc900
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important
}

h1 {
    font-weight: 700 !important;
}

h2 {
    font-weight: 700 !important;
    line-height: 1.1 !important
}

h3 {
    font-weight: 600 !important
}

h1.entry-title {
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 767px) {
    .banner-image-main {
        margin-top: -100px
    }
} 

/* Colors */
.color-blue {
    color: #151D48;
}

.color-green {
    color: #4CC900;
}

.color-green a {
    color: #4CC900;
}

.color-green a:hover {
    color: #151D48;
}

.blue-0048c0{
    color: #06B8B7;
}

b, strong {
    font-weight: 600;
}

/*
.site-navigation ul.menu li.contact-link a {
      background: #E9F2FF;
    color: #06B8B7 !important;
    border-radius: 5px;
    margin-right: 5px;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.site-navigation ul.menu li.contact-link a:hover {
      background: #55cc0d;
    color: #fff !important;
}
.comments-area a, 
.page-content a {
    text-decoration: auto !important
}
*/

header.site-header {
    background: #fff;
    box-shadow: -1px 2px 5px 1px rgba(222,222,222,0.39);
-webkit-box-shadow: -1px 2px 5px 1px rgba(222,222,222,0.39);
-moz-box-shadow: -1px 2px 5px 1px rgba(222,222,222,0.39);

}

header .custom-logo {
    width: 210px !important;
    height: auto !important;
}

header.site-header a {
    color: #737791
}

header.site-header a:hover, header.site-header .current_page_item>a {
    color: #151D48
}

.login-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.login-wrap input[type="submit"]{
    background: #4cc900;
    color: #fff;
    border: none;
}

.login-wrap input[type="submit"]:hover{
    background: #001359
}

#focus-goal .icon-box {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: rgba(109,98,253,0.05);
    color: #4cc900 !important
}

#focus-goal  svg {
    margin-left: 8px !important;
    margin-top: 8px !important;
}

#focus-goal .rounded-circle {
    border-radius: 50%!important;
}

#focus-goal .sw-1 {
    stroke-width: 1px;
}

#focus-goal .icon-lg {
    height: 45px;
    width: 45px;
}

#focus-goal .d-inline-block {
    display: inline-block!important;
}

.eicon-menu-bar {
    color: #fff;
}

/* Features */
.services {
    border: 1px dashed #4cc900 !important;
    border-radius: 20px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 3px;
    margin-right: 3px;
    
    position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.services .elementor-widget-wrap {
    position: relative;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 6px 5px 25px rgb(0 0 0 / 8%);
    transition: .35s;
    top: 0;
    color: #fff;
    
    background: #001359;
    padding: 10px;
}

.services:hover {
  top: -15px;
}

.services .services-single-item .cat-balloon-img {
    margin-top: 35px;
    margin-bottom: 10px;
    color: #4cc900;
}

.services .elementor-widget-wrap h2, .services .elementor-widget-wrap h2:hover {
    color: #4cc900;
    font-size: 20px !important;
}

.services .elementor-widget-wrap p {
    text-align: center!important;
    padding: 10px 10px 0px 10px;
    color: #fff;
}

.services .cat-balloon-img  {
    margin-top: 65px;
    color: #4cc900;
    text-align: center;
}

.services .cat-icon-img .elementor-widget-container {
    background: rgba(255,255,255,.05);
    border-radius: 100px;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 0;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

.services .cat-icon-img .elementor-widget-container img {
    border-radius: 100px;
    width: 135px;
    height: 135px;
    object-fit: cover;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

div#elementor-tab-title-7762 {
    background: #0d6efd;
    border-radius: 5px;
    margin-left: 1em;
}

div#elementor-tab-title-7761 {
    background: #4cc900;
    border-radius: 5px;
    margin-right: 1em;
}

/* Pricing */
ul {
    list-style-type: none;
}
#pricing_yearly, #pricing_monthly {
    width: 100%;
    color: #fff;
    cursor: pointer;
}

#pricing_yearly {
    border: 4px solid #4cc900
}

#pricing_monthly {
    border: 4px solid #fff
}

#plan_monthly {
    /*display: none;*/
}

/* Footer */
footer .add-menu {
    display: none
}

/* Recover Password */
@media screen and (min-width: 767px) {
    form.pmpro_form, .pmpro_lost_password_wrap .pmpro_lost_password-instructions {
        margin-left: auto;
        margin-right: auto;
    }

    .pmpro_lost_password_wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .consulation-form {
        margin-top: 10px !important; 
    }
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password]{
    height: 40px !important;
    box-shadow: none !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin-top: 5px;
}

form.pmpro_form hr {
    display: none;
}

#loginform input[type="submit"], #lostpasswordform input[type="submit"]{
    background: #001359;
    color: #fff;
    border-radius: 0;
    width:100%;
    border: none;
}

#loginform input[type="submit"]:hover {
    background: #4cc900;
}

.pmpro_lost_password_wrap .pmpro_actions_nav, .pmpro_lost_password_wrap hr, .pmpro_lost_password_wrap h2 {
    display: none
}

/* Responsive Menu */
@media (min-width: 576px) and (max-width: 992px){
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Old CSS */
/* Buttons */
.pmpro_btn {
    background: #001359;
    color: #fff;
    border: none;
}

.pmpro_btn:hover {
    background: #082286
}

#wpsc_sign_in_btn {
    background-color: #001359 !important
}

#wpsc_login_continue_as_guest {
    background-color: #4cc900 !important
}

form input:focus, 
form input:hover, 
form input:active {
    outline: none !important;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password]{
    height: 40px !important;
    box-shadow: none !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin-top: 5px;
}

#loginform input[type="submit"], #lostpasswordform input[type="submit"]{
    background: #001359;
    color: #fff;
    border-radius: 0;
    width:100%;
    border: none;
}

#loginform input[type="submit"]:hover {
    background: #4cc900;
}

.signup-form a:hover {
    color: #001359
}

.navbar-toggle-icon {
    color: #fff !important;
}

/*#pmpro_user_fields .pmpro_checkout-fields, #pmpro_checkout_box-checkout_boxes .pmpro_checkout-fields{
    column-count: 2
}*/

.pmpro_asterisk {
    display: none
}

.pmprorh_checkbox_label {
    margin-top: -30px !important;
}

/* Sign Up Menu */
.button-green {
    background: #4cc900;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.button-blue {
    background: #0449c0;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.button-green:hover, .button-blue:hover {
    filter: brightness(110%);
}

.blue {
    color: #0449c0;
}

.button-green a:hover, .button-blue a:hover {
    color: #fff !important;
}

.button-green a, .button-blue a {
    color: #fff !important;
}

.circle-green i {
    color: #fff;
    font-size: 20px;
}

.circle-green i:hover {
    color: #4cc900;
}

@media (min-width: 992px) {
    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 98% !important;
    }
}

/* Contact Form */
#responsive-form{
    margin:0 auto;
    width:100%;
    text-align: left;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 5px 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.column-button input[type="submit"] {
    background: #4cc900;
    color: #fff; 
    border: none;
}

.column-button input[type="submit"]:hover {
    background: #001359;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}

footer {
    border-radius: 0 !important;
}

footer a{
    color: #fff !important;
}

footer a:hover {
    color: #4cc900 !important
}

.green {
    color: #4cc900;
}

/* NEW HOMEPAGE DESIGN */
/* FIGMA */
.consulation-form {
    padding: 30px 20px 0px 20px;
    background: #fff;
    /*margin-top: -120px;*/
    
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.consulation-form form input[type="text"], .consulation-form form input[type="email"], .consulation-form form textarea {
    background: #FCFDFF !important;
    border: 1px solid #E8E8ED !important;
    resize: none;
    box-sizing: border-box;
    border-radius: 4px;
}

.consulation-form form input[type="text"]:focus {
    border: 1px solid #151D48 !important;
}

.color-blue-secondary {
    color: #06B8B7 !important
}

.pricing-table h4 b{
    font-weight: 800 !important;
}

.pricing-table strong {
    font-weight: 800 !important;
    font-size: 25px
}

.heading-especial span {
    background: #F1FFF9;
    border: 1px dashed #4CC900;
    box-sizing: border-box;
    padding: 0px 10px;
    
}

.heading-especial {
    background-image: url('/wp-content/uploads/2022/03/sytyle.png') !important;
    background-position: center;
    background-size: 100% 100%;
    padding: 7px;
    line-height: 1.5;
}

.site-navigation-toggle {
    background: #06b8b7 !important
}

@media screen and (max-width: 991px) {
    #menu-main-menu li a {
        padding: 10px 25px;
        background: #001359;
        color: #fff
    } 
}


.home-heading h2 {
    line-height: 1.15 !important
}


#home strong {
    display: contents
}

.link-green a {
    color: #4CC900 !important
}

.calendly-inline-widget  {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 600px !important;
    min-width: 100% !important;
}

.calendly-book-now a {
    background: #151D48;
    padding: 20px 10px;
    color: #fff !important;
    font-size: 18px;
    display: block;
    text-align: center !important;
}

.circle-container{
    position: relative !important;
}

.circle-red {
    position: absolute;
    left: 0px;
    top: -25px;
    width: auto !important;
}

.circle-green {
    position: absolute;
    right: 0px;
    bottom: -50px;
    width: auto !important;
}

.full-width, .full-width a{
    width:100% !important;
}

/* COMPARISON TABLE */
.comparison-table table {
    overflow: hidden !important;
}

.comparison-table .table-header th {
    background: #fff !important;
    border: none !important;
    text-align: center !important;
}

.comparison-table .table-header th:not(:first-child) {
    background: #e9f2ff !important;
    padding: 15px 10px 10px 10px !important;
    border: 10px solid #fff !important;
}

.comparison-table .table-header th:not(:first-child) img{
    width: 60% !important;
}

.comparison-table tbody tr td img {
    width: 45px !important;
    height: auto !important;
    top: 2px !important;
    position: relative;
    vertical-align: middle !important;
    color: #4cc900 !important;
}

.comparison-table tbody tr {
    padding: 5px !important;
}

.comparison-table tbody tr td {
    color: #000 !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 2px 10px;
    height: 60px;
    font-size: 13px;
    border-left: 1px solid #049C9A ;
    border-bottom: 1px solid #049C9A ;
}

.comparison-table tbody tr td:first-child {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.comparison-table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}

/* Per Row Setup */
.comparison-table {
    padding: 10px;
}
.comparison-table tbody tr td:first-child {
    width: 16%;
    text-align: center;
    vertical-align: middle;
}

.comparison-table tbody tr td {
    width: 21%;
    text-align: center !important;
    font-family: 'Open Sans' !important;
    color: #095169 !important
}

.comparison-table tbody tr:hover td:not(:first-child) {
    cursor: pointer;
    background: #8fb5f3 !important;
    transition: 0.3s;
    color: #fff !important;
}

.comparison-table .table-header {
    position: relative !important;
}

.comparison-table .table-header th:not(:first-child)::before {
    position: absolute;
    content: "";
    bottom: -25px;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(100%);
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 18px solid #e9f2ff;
    border-bottom: 18px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

@media screen and (max-width: 576px){
    .comparison-table tbody tr td:first-child{ 
        min-width: 50px !important;
    }
    .comparison-table tbody tr td{
        min-width: 180px !important;
    }
}

.compare-container{
    position: relative !important;
}

.compare-container h3 {
    font-size: 16px !important;
    text-align: center;
}

.see-more-button a {
    position: relative;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;

    background: #6113b1;
    background: -moz-linear-gradient(left, #6113b1 0%, #389af2 100%);
    background: -webkit-linear-gradient(left, #6113b1 0%,#389af2 100%);
    background: linear-gradient(to right, #6113b1 0%,#389af2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6113b1', endColorstr='#389af2',GradientType=1 );
}

.see-more-button a:hover {
    background: #8fb5f3;
    transition: 0.3sec;
}

.see-more-button .elementor-button-text {
    position: absolute;
    font-size: 90px;
    left:12.5px;
    top: -15px;
    font-family: 'Calibri' !important;
    font-weight: 300;
}

/*
@media screen and (min-width: 767px){
    .see-more-button a {
        position: absolute;
        right: -70px;
        bottom: 90px;
    }
    .compare-container h3 {
        position: absolute;
        right: -75px;
        bottom: 80px;
    }
}*/

/* Blog Comaprison */
.blog-comparison h2 a {
    font-size: 20px;
    font-weight: 800 !important;
    padding-bottom: 10px;
}

.blog-comparison h2 {
    margin-bottom: 10px !important;
}

.blog-comparison .elementor-post__read-more {
    background: #0449C0 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    margin-top: 10px;
    display: inline-block;
}

.blog-comparison .elementor-post__read-more:hover {
    background: #4dc901 !important
}

.compare-container {
    position: relative !important;
    overflow: hidden;
}

.compare-container .wave-right-bottom {
    position: absolute !important;
    bottom: -150px;
    right: -100px;
    width: 250% !important;
    z-index: -1;
}

.compare-container .wave-left-top {
    position: absolute !important;
    top: -150px;
    left: -200px;
    width: 350% !important;
    z-index: -1;
}

.login-form  .nsl-container-buttons {
    display: block !important
}

#login-form .nsl-container-buttons:before {
    content: 'Choose other option';
    text-align: center;
    display: block;
}

#login-form .pmpro_actions_nav, #login-form hr{
    display: none !important;
}

#lostpasswordform {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .product-hunt img {
        text-align: center !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* PMPro Checkout */
main.pmpro-has-access .pmpro_confirmation_wrap .pmpro_actions_nav {
    display: none;
}

main.pmpro-has-access .btn-success {
    background: #4cc900;
    border: none;
    color: #fff;
}

.pmpro_checkout .pmpro_checkout-h3-msg {
    display: none;
}

.other-tool .data-table-header-text {
    display: block;
    margin: auto 0 !important;
    margin-top: -10px !important;
}


/** homepage comparison table ***/

@media screen and (max-width: 576px) {
    .td-content-wrapper {
      justify-content: center !important;
    }

}

.elementor-video-iframe {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid red;
}

/*
@media (min-width: 767px) {
    .pricing-container {
        position: relative !important;
    }

    .flush-bottom-top {
        position: absolute !important;
        bottom: 50px !important;
        left: 0;
    }

    .flush-bottom {
        position: absolute !important;
        bottom: 20px !important;
        left: 0;
    }
}*/

.visual-background {
    background-size: contain;
    background-position: top !im;
    background-repeat: no-repeat;
    background: 100%;
}

.visual-background:before {
    content: '';
    background-image: url(https://canticketapp.com/wp-content/uploads/2022/06/inner-background-top.png);
    height: 90px;
    width: 100% !important;
    background-position: top center;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    top: 8px;
}

.visual-background:after {
    content: '';
    background-image: url(https://canticketapp.com/wp-content/uploads/2022/06/inner-background-bottom.png);
    height: 90px;
    width: 100% !important;
    background-position: top center;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) { 
    .visual-background:before, .visual-background:after, footer:before {
    content: '';
        height: 35px !important;
    }
    
    /*
    .incubators:first-child {
        height: 100px !important;
        text-align: center;
        vertical-align: middle !important;
        padding: 70px 10px;
    }
    
    .incubators img {
        width: 100%;
        height: auto !important;
    }
    */

}

footer {
    overflow: hidden
}

.incubators {
    height: 200px;
    text-align: center;
    padding: 20px;
}

.comparison-table-new .fa-times-circle {
    font-size: 20px;
    color: #ff0b50 !important;
}

.pmpro-login #wpadminbar {
    display: none !important;
}


@media (min-width: 993px) and (max-width: 1100px) {
    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 80% !important
    }
}

#appsumo_form .elementor-field-option{
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}

#appsumo_form .elementor-field-option input[type="checkbox"] {
    cursor: pointer
}

#appsumo_form a {
    color: #4cc900
}

/** July 25 **/
.site-header .site-navigation ul.menu li a {
    color: #001359;
    font-size: 20px;
}

.eael-data-table-th-img {
    display: inline-block;
    margin: 0 0px 0 0;
    line-height: 1;
}
.blue {
    color: #06B8B7 !important;
}
.button-blue {
    background: #095169 !important;
}
@media screen and (max-width: 991px) {
#menu-main-menu li a {
    padding: 10px 25px;
    background: #095169;
    color: #fff;
}
    .site-navigation-toggle {
    background: #095169 !important;
}
}

/* Latest Colors */
.v4-teal {
    color: #00bbb9;
}
.v4-teal-dark {
    color: #1b656c;
}
.v4-green {
    color: #00df00;
}
.v4-grey {
    color: #555555;
}

.listing ul li {
    background: url("/wp-content/uploads/2022/08/favicon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    padding-left: 30px !important;
    background-position-y: 4px !important;
}

.listing-landing ul li {
    background: url("/wp-content/uploads/2022/08/favicon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
    padding-left: 30px !important;
    background-position-y: 4px !important;
}

.listing-landing-white ul li {
    background: url("/wp-content/uploads/2021/12/CAN-TICKET-LOGO-ICON-WHITE.png") !important;
    background-repeat: no-repeat !important;
    background-size: 32px 23px !important;
    padding-left: 35px !important;
    margin-left: -8px !important;
}

/* COMPARISON TABLE */
#gradient_bg{
    background: #fff;
    border-radius: 15px;
}

#gradient_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #00bbb9, #4ac907 );
}

.comparison-table-new .table-header th:not(:first-child)::before {
    content: none !important;
}

/*
border-image: linear-gradient(#00bbb9, #4ac907) 30;
border-width: 4px;
border-style: solid;
*/

.comparison-table-new {
    padding: 0 !important;
    border-radius: 15px;
    box-shadow: 3px 3px 9px 0px rgba(179,179,179,0.75);
-webkit-box-shadow: 3px 3px 9px 0px rgba(179,179,179,0.75);
-moz-box-shadow: 3px 3px 9px 0px rgba(179,179,179,0.75);
}

.comparison-table-new table {
    overflow: hidden !important;
    border-radius: 15px;
}

.comparison-table-new .table-header th {
    background: #edf3f3 !important;
    border: none !important;
    text-align: center !important;
    border-bottom: 4px solid #fff !important
}

.comparison-table-new .table-header th:not(:first-child) {
    padding: 35px 10px 35px 10px !important;
    border-left: 1px solid #cbcbcb !important;
}



.comparison-table-new tbody tr td span {
    margin-left: auto;
    margin-right: auto;
}

.comparison-table-new tbody tr td img {
    width: 45px !important;
    height: auto !important;
    top: 2px !important;
    position: relative;
    vertical-align: middle !important;
    color: #4cc900 !important;
}

.comparison-table-new tbody tr {
    padding: 5px !important;
}

.comparison-table-new tbody tr td {
    color: #000 !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 2px 10px;
    height: 70px;
    font-size: 13px;
    border-left: 1px solid #cbcbcb;
    background: #e2e2ed !important;
    border-bottom: 4px solid #fff;
}

.comparison-table-new thead tr th {
    color: #000 !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 2px 10px;
    height: 70px;
    font-size: 13px;
    border-left: 1px solid #cbcbcb;
    background: #e2e2ed !important;
    border-bottom: 4px solid #fff;
}

.comparison-table-new tbody tr td:first-child {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.comparison-table-new tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}

/* Per Row Setup */
.comparison-table-new {
    padding: 10px;
}
.comparison-table-new tbody tr td:first-child {
    width: 16%;
    text-align: center;
    vertical-align: middle;
}

.comparison-table-new tbody tr td {
    width: 21%;
    text-align: center !important;
    font-family: 'Open Sans' !important;
    color: #095169 !important
}

.comparison-table-new tr:nth-child(odd) td {
    background: #e2e2ed !important
}

.comparison-table-new tr:nth-child(even) td {
    background: #d6d6e6 !important
}

/*
.comparison-table-new tbody tr:hover td:not(:first-child) {
    cursor: pointer;
    transition: 0.3s;
    color: #fff !important;
    background: #8fb5f3 !important;
}
*/

.comparison-table-new .table-header {
    position: relative !important;
}

.comparison-table-new .table-header th:not(:first-child)::before {
    position: absolute;
    content: "";
    bottom: -25px;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(100%);
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 18px solid #e9f2ff;
    border-bottom: 18px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

@media screen and (max-width: 576px){
    .comparison-table-new tbody tr td:first-child{ 
        min-width: 50px !important;
    }
    .comparison-table-new tbody tr td{
        min-width: 180px !important;
    }
}

.homepage-blog .elementor-post__text {
    padding: 0 20px !important;
    margin: 0 !important
}

.homepage-blog img {
    border-radius: 20px 20px 0px 0px;
}

.homepage-blog .elementor-post__card {
    border-radius: 15px 15px 0px 0px !important;
}
/*
.faq .elementor-toggle .elementor-toggle-item {
    background: red !important;
    border-radius: 20px !important;
    position: relative !important;
    display: block !important;
    z-index: 999 !important;
}
*/

.faq .elementor-toggle .elementor-toggle-item {
    margin-bottom: 10px;
}

.faq .elementor-toggle .elementor-toggle-item div:first-child {
    background: #fff !important;
    border-radius: 20px 20px 0px 0px;
}

.faq .elementor-toggle .elementor-toggle-item div:first-child:not(.elementor-active) {
    background: #fff !important;
    border-radius: 20px;
    transition-delay: 0.35s;
}

.faq .elementor-toggle .elementor-toggle-item div:last-child {
    background: #fff !important;
    border-radius: 0px 0px 20px 20px;
}

.faq i {
    font-size: 15px;
}

#home, .pos-relative {
    overflow: hidden;
    z-index: 998
}

.asset-banner {
    position: absolute !important;
    top: -65%;
    left: -400px;
    width: 650px !important;
}

#asset-banner-landing, .asset-banner-landing {
    position: absolute !important;
    top: -35%;
    left: -500px;
    width: 650px !important;
    z-index: -1;
}

.asset-table {
    position: absolute !important;
    bottom: -35%;
    right: -650px;
    width: 750px !important;
    z-index: -1 !important;
}

.asset-ask {
    position: absolute !important;
    top: -45%;
    right: -550px;
    width: 750px !important;
    z-index: -1 !important;
}

.asset-faq {
    position: absolute !important;
    top: -30%;
    left: -500px;
    width: 700px !important;
    z-index: -1 !important;
}

.asset-right {
    position: absolute !important;
    top: -30%;
    right: -500px;
    width: 700px !important;
    z-index: -1 !important;
}

.add-logout a, .add-login a {
    background-image: linear-gradient(to right, #00dd00, #00c500);
    color: #fff !important;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.site-header .site-navigation ul.menu li a {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 600;
}

.homepage-subscribe {
    background: #1b656c;
    padding: 40px 30px;
    border-radius: 8px;
}

.homepage-subscribe label {
    color: #fff !important;
    margin-bottom: 25px;
    font-weight: 600 !important;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-subscribe input[type="email"] {
    border: none !important;
    padding: 15px 20px;
    border-radius: 35px;
}

.homepage-subscribe button {
    background-image: linear-gradient(to right, #00dd00, #00c500);
    border: none !important;
    padding: 18px 20px !important;
    border-radius: 35px;
}

.testimonials .elementor-main-swiper {
    padding: 3px 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.20));
}

.testimonials .elementor-testimonial {
    display:flex !important;
    flex-direction: column-reverse  !important;
}

.testimonials .elementor-testimonial .elementor-testimonial__content{
    height: auto;
    margin-top: 20px;
    padding: 0px 15px 40px 10px;
    text-align: justify;
}

.testimonials .elementor-testimonial .elementor-testimonial__text{
    height: auto;
}

.testimonials img {
    border: 1px solid #eee
}

.testimonials .elementor-testimonial__text:after {
    content: url('/wp-content/uploads/2022/09/quote-new-v2.png');
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#testimonials-landing .elementor-testimonial__text:after {
    content: none !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#testimonials-landing img {
    display: none;
}

.testimonials .elementor-testimonial__text {
    text-align: center;
}

.homepage-subscribe-inline {
    width:80% !important;
    margin-left: auto;
    margin-right: auto;
}

.homepage-subscribe-inline label {
    display: none;
}

.homepage-subscribe-inline input[type="email"] {
    border: none !important;
    padding: 15px 20px;
    border-radius: 35px;
}

.homepage-subscribe-inline button {
    background: #1b656c !important;
    border: none !important;
    padding: 18px 70px !important;
    border-radius: 35px;
}

@media screen and (min-width: 576px) {
    .homepage-subscribe-inline button {
        position: absolute;
        right: 3px;
        bottom: 10px;
    }
} 

@media screen and (max-width: 576px) {
    img.product-hunt {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
} 

.homepage-video img {
    display: none !important
}

.homepage-video iframe {
}


.homepage-subscribe .elementor-message {
    color: #fff !important;
}

/* Incubator */
@media screen and (max-width: 367px) {
    .incubator-container .elementor-column {
        width: 100% !important
    }
}

@media screen and (min-width: 367px) and (max-width: 1100px) {
    .incubator-container .elementor-column {
        width: 33% !important;
    }
    .incubator-container .elementor-column div {
        padding: 0 !important;
    }
}

.canticket-logo {
    padding: 0 !important;
}

.canticket-values {
    background: #fff;
    
}

.swiper-pagination {
    position: relative;
    top: -20px !important;
}

.elementor-swiper-button-next {
    margin-right: -15px;
}

.elementor-swiper-button-prev {
    margin-left: -15px;
}

.list-icons li {
    position: relative;
    display: block;
    width: 100%;
}

.list-icons svg {
    width: 40px;
    height: auto;
}

.list-icons .elementor-icon-list-text {
    position: absolute;
    left: 50px;
    top: 10px;
}

.eael-ext-scroll-to-top-button {
    margin-right: 75px;
    margin-bottom: 8px !important;
}

/* Testimonials - Landing */
.testimonials-landing .elementor-main-swiper {
    padding: 3px 0;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.25));
}

.testimonials-landing .elementor-main-swiper .swiper-slide {
    padding: 15px 100px 15px 100px !important;
    overflow: visible;
}

.testimonials-landing .elementor-testimonial {
    display:flex !important;
    flex-direction: column-reverse  !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    
    margin-top: 20px;
    padding: 0px 15px 0px 10px;
    text-align: justify;
    
    background: #fff;
    border-radius: 40px;

    place-content: flex-end;
    height: 100% !important;
}

.testimonials-landing .elementor-testimonial .elementor-testimonial__text{
    height: auto;
    background: transparent !important;
    font-style: normal;
    color: #000 !important;
    font-size: 18px !important;
}

.testimonials-landing .elementor-testimonial .elementor-testimonial__content{
    background: transparent !important;
}

.testimonials-landing .elementor-testimonial__content:after {
    content: none !important
}

.testimonials-landing .elementor-testimonial__cite {
    text-align: left !important;
    font-style: italic !important;
}

.testimonials-landing .elementor-testimonial__name {
    font-weight: 800 !important;
    color: #000 !important;
}

.testimonials-landing .elementor-testimonial__title {
    font-weight: 600 !important;
}

.testimonials-landing .swiper-pagination {
    position: inherit;
    top: 0;
    margin-top: 55px;
}

.testimonials-landing img {
    border: 1px solid #eee
}

.testimonials-landing .elementor-testimonial__text:after {
    content: url('/wp-content/uploads/2022/10/CanTicket-Quotation-Marks.png') !important;
    transform: scale(.15) !important;
    position: absolute;
    top: -330px;
    right: -250px;
    
}
