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

body {
    margin: 0;
}


p, h1, h2, h3, h4, h5, ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5em;
    font-size: 16px;
    color: black !important;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 2em;
    color: #3a3a3a;
    font-weight: 400;

}


h2 {
    font-size: 1.5em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

h3 {
    font-size: 1.17em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

h4 {
    font-size: 1.1em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

@media screen and (max-width: 1200PX) {
    h1 {
        font-size: 1.5em;
        color: #3a3a3a;
    }


    h2 {
        font-size: 1.3em;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 1em;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 16px;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

.service-wrapper {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.service-item {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item .content {
    width: 48%;
    text-align: left;
}

.service-item .content p {
    text-align: justify;
}

.service-item .content h3 {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 5px;
    display: inline-block;
}

.service-item .image {
    width: 48%;
    border: 1px solid #e9ecf0;
    padding: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.service-item .image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 790px) {
    .service-wrapper {
        width: 95%;
    }

    .service-item {
        flex-flow: column;
        justify-content: center;
    }

    .service-item .content {
        width: 100%;
    }

    .service-item .image {
        width: 90%;
        margin-top: 30px;
    }
}

#index-quote-form {
    width: 100%;
    background-color: #f5efef;
}

.home_free_trial {
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
}

.h_f_c {
    padding: 20px;
}

.big_sample_image {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.big_sample_image img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 95%;
}

.slider-service {
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
    width: 90%;
    max-width: 1200px;
}

.slider-service img {
    border: 2px solid #e9ecf0;
    padding: 10px;
}

.slide_image {
    box-sizing: border-box;
    margin: 0 auto;
    border: 2px solid #e9ecf0;
    padding: 10px;
}


/* == Sample page == */

.sample {
    padding-top: 60px;
}

.sample ul {
    margin: 30px 0 30px 0;
    text-align: center;
}

.sample ul li {
    display: inline-block;
    text-align: center;
    line-height: 2em;
}

.sample ul li {
    border-right: 1px solid #3a3a3a;
}

.sample ul li:nth-last-child(1) {
    border-right: none;
}

@media screen and (max-width: 500px) {
    .sample ul li {
        border-right: none;
        display: block;
    }
}

.sample ul li a {
    color: #3a3a3a;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
}

.sample-wrapper {
    display: flex;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    max-width: 1140px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sample-item {
    display: none;
    margin-top: 30px;
    position: relative;
    width: 28%;
    padding: 15px;
    border: 1px solid #d6d6d6;
}

@media screen and (max-width: 801px) {
    .sample-item {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .sample-item {
        width: 80%;
    }
}

.sample-item-before {
    display: block;
}

.sample-item-after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
}

.sample-item:hover .sample-item-after {
    display: block;
}

/*For header*/
.header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #e3e8fb;
    /*box-shadow: 0px 2px 10px #00ff20;*/
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 10000000000;
}

.inner-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    line-height: 2em;
}

ul.mobile {
    display: none;
}

.navigation ul:first-child {
    border-bottom: 1px solid #0f0e0e;
}

.navigation ul li {
    display: inline-block;
    font-weight: bold;
}

.navigation ul li a {
    color: #0f0e0e;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 20px;
    padding-bottom: 15px;
}

.navigation ul li a:hover {
    /*text-shadow: 0px 0px 1px #0f0e0e;*/
    text-shadow: 0px 0px 10px #3d62ff;
}

.navigation ul ul {
    display: none;
}

.navigation ul.desktop li:hover > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 70px;
    right: 0;
    width: auto;
    width: 600px;
    background: #e3e8fb;
    line-height: 2.4em;
    padding: 15px 0;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.navigation ul.desktop li:hover > ul li {
    margin: 0 15px;
    padding: 8px 5px;
    transition: all 0.3s ease;
}

.navigation ul.desktop li:hover > ul li:hover {
    background: rgba(125, 152, 255, 0.15);
    border-radius: 3px;
}

.navigation ul.desktop li:hover > ul li a {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navigation ul.desktop li:hover > ul li a:hover {
    color: #3d62ff;
    font-weight: 600;
}

.navigation .icon {
    display: none;
}

@media screen and (max-width: 810px) {
    .navigation ul li a {
        font-size: 15px;
    }

    .logo img {
        width: 80%;
    }
}

@media screen and (max-width: 782px) {
    .desktop {
        display: none;
    }

    .navigation .icon {
        display: flex;
    }

    /* .logo img { width: 80%; } */
    .toggle-nav ul.mobile {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        right: 0;
        height: 100vh;
        width: 300px;
        background: #e3e8fb;
    }

    .toggle-nav input[type=checkbox] {
        display: none;
    }

    .toggle-nav label {
        cursor: pointer;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        position: relative;
        top: 0;
        right: 0;
        width: 300px;
        background: #e3e8fb;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul li {
        margin-left: 15px;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul li a {
        text-transform: none;
    }

    .fa {
        font-size: 40px;
        line-height: 1.5em;
        color: #0f0e0e;
    }

    .toggle-nav ul li a {
        font-size: 16px;
    }
}

.all_services_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}

.all_services_box {
    text-align: center;
    margin-top: 20px;
    padding: 35px 10px;
    width: 32%;
    min-width: 300px;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 50%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.all_services_box_image {
    text-align: center
}

.all_services_box_content h2 {
    text-align: center;
    margin: 20px 0 10px 0;
}

.all_services_box_content {
}

.all_services_heading {
    display: inline-block;
    width: 98%;
    max-width: 1200px;
    padding: 15px;
    margin: 30px 0 10px 0;
    border: 3px solid #666666;
}

.about_us_h {
    width: 100%;
    background-image: url('/static/image/about-bg.jpg') !important;
    height: 300px;
}

.about_left_right_section {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.about_left_right_wrapper {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.about_left_content {
    width: 60%;
}

.about_right_image {
    width: 38%;
    min-width: 320px;
}

.our_vission_mission_values_wrapper {
    margin: 0 auto;
    margin-top: 50px;
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media only screen and (max-width: 3000px) {
    .our_vission {
        width: 32%;
        text-align: justify;
    }

    .our_mission {
        width: 32%;
        text-align: justify;
    }

    .our_values {
        width: 32%;
        text-align: justify;
    }
}

.our_team_area {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;;
    text-align: center;
}

.our_team_member_wrapper {
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.our_team_member_box {
    text-align: center;
}

.our_team_member_box h2 {
    margin: 20px 0 0 0;
    font-size: 25px;
}

.our_team_member_box p {
    margin: 0 0 0 0;
}

.our_team_socials {
    margin-top: 20px;
}

.our_team_socials ul li {
    list-style-type: none;
    display: inline;
}


@media only screen and (max-width: 580px) {
    .our_team_member_box {
        width: 90%;
    }

    .our_vission {
        width: 98%;
    }

    .our_mission {
        width: 98%;
    }

    .our_values {
        width: 98%;
    }

    .our_team_area {
        width: 98%;
    }

    .about_left_content {
        width: 98%;
    }
}

.about-cactus {
    background-image: url("/static/image/about-us-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
    padding: 80px 0 400px;
}

.about-cactus-content {
    margin: 0 auto;
    width: 70%;
}

.about-cactus-content h2 {
    margin-bottom: 25px;
}

@media only screen and (max-width: 580px) {
    .about-cactus-content {
        width: 95%;
    }

    .about-cactus {
        padding: 40px 0 150px;
    }
}

.d-error {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.d-success {
    padding: 20px;
    background-color: #00c585;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* User Account Application CSS */

.useraccount-container {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
}

.ua-section-header h2 {
    margin-top: 45px;
    margin-bottom: 0;
}

.ua-table {
    width: 100%;
}

.ua-table:hover {
    box-shadow: none;
    cursor: default;
}

.ua-table .pricing-element:first-child {
    background: #4f577d;
}

.ua-table .pricing-element:first-child p {
    font-weight: bold;
}

.ua-table .pricing-element:not(:first-child) {
    background: none !important;
    border-bottom: 1px solid #e9ecf0;
    height: auto;
    min-height: 50px;
}

.ua-table .pricing-element p {
    width: 900px !important;
}

.ua-table .pricing-element:nth-child(2) p {
    text-transform: none !important;
}

.ua-quote {
    margin-top: 45px;
    box-sizing: border-box;
}

.ua-quote form {
    box-sizing: border-box;
}

.ua-quote input, select, textarea {
    width: 100%;
    padding: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    border-style: solid;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    color: #555;
    border: 1px solid #e9ecf0;
}

.ua-quote label {
    width: 100%;
    display: block;
    margin: 25px 0 5px 0;
    font-size: 16px;
    color: #272727;
    font-weight: bold;
}

.ua-quote select:focus, input:focus, textarea:focus {
    border: 1px solid #659cda;
    color: #000;
}

.readonly_field:focus {
    border: 1px solid #e9ecf0 !important;
    color: #555 !important;
}

.ua-quote select {
    padding: 10px 10px;
}

.ua-quote input[type="radio"] {
    width: auto;
    vertical-align: middle;
    margin-top: -1px;
}

.dropzone {
    border: 2px dashed rgb(196, 196, 196) !important;
}

.row {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.col-md-2 {
    margin: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
}

img.img-thumbnail {
    border-radius: 20px;
    padding: 5px;
    width: 135px !important;
    height: 135px !important;
}

.btn {
    width: 60% !important;
    border: 0;
    padding: 0;
    background: transparent;
    color: #13355b;
}

.btn:hover {
    text-decoration: underline;
}

.register-form {
    margin: 0 auto;
    margin-top: 45px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    border: 1px solid #dadbdc;
}

.submit {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 50% !important;
    background: #7d98ff;
    color: white !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    cursor: pointer;
}

.create_link {
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #335984;
}

a.create_link:hover {
    text-decoration: underline;
}

ul.form-message li {
    line-height: 15px;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

ul.form-message li.error {
    background: #fff3f5;
    color: #ff5a77;
}

ul.form-message li.success {
    background: #e9ffdd;
    color: #009435;
}

.submit-job {
    width: 20% !important;
    min-width: 150px !important;
    padding: 10px;
    font-size: 16px;
}

/* Order detailes */

.order_wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.order_wrapper:not(:nth-last-child(1)) {
    border-bottom: 1px solid #e9ecf0;
}

.order_wrapper:nth-child(2) {
    margin-top: 45px;
}

.order_field {
    width: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
}

.order_content {
    width: 80%;
    font-size: 16px;
}

.order_content input {
    margin-left: 20px;
    padding: 3px;
    font-size: 15px;
    border: 1px solid grey;
}

.order_content input:focus {
    padding: 3px;
    font-size: 15px;
    border: 1px solid grey;
}

@media screen and (max-width: 767px) {
    .order_wrapper {
        flex-flow: column;
    }

    .order_field {
        width: 100%;
    }

    .order_content {
        width: 100%;
    }
}


/* CSS for new clipping path page */

.clipping-box {
    display: flex;
    width: 80%;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #cecece;
    border-radius: 10px;
    justify-content: space-between;
}

.clip-left {
    width: 20%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #eeeeee;
    border-right: 2px solid #cacaca;
}

.clip-left h1 {
    font-size: 150px;
    color: rgb(136, 136, 136);
    text-align: center;
}

.clip-right {
    width: 79%;
    padding: 20px;
}

/*See more button*/
a.see_more {
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    color: white;
    background: #3d5775;
    display: block;
    width: 120px;
}

.home_free_trial {
    background: #e9ecf0;
    margin-top: 50px;
}

.h_f_wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.f_h {
    width: 25%;
}

.h_f_c {
    padding: 20px;
}

.h_f_wrapper input {
    width: 90%;
    padding: 8px 5px;
    font-family: inherit;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    border-style: solid;
    border: 2px solid #e9ecf0;
    outline: none;
}

@media screen and (max-width: 500px) {
    .f_h {
        width: 100%;
    }

    .h_f_wrapper input {
        width: 100%;
    }
}

/* == Pricing Page CSS == */

.basic-pricing {
    margin-top: 90px;
    text-align: center;
}

.basic-pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.basic-p-item {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-wrap: wrap;
    width: 23%;
    min-width: 250px;
    border: 1px solid #e9ecf0;
    padding: 5px;
    cursor: pointer;
}

.basic-p-item img {
    max-width: 297px;
    max-height: 219px;
}

.basic-p-item:hover {
    box-shadow: 0px 2px 10px #000;
}

.basic-p-item h4 {
    padding-top: 10px;
}

.basic-p-item a {
    margin-top: 20px;
    color: #FFFFFF;
    padding: 10px;
    background: #13355B;
    border-radius: 10px;
}

@media screen and (max-width: 650px) {
    .basic-pricing h2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.pricing {
    margin-top: 90px;
    text-align: center;
}

.pricing-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.pricing-item {
    margin-top: 30px;
    padding: 5px;
    width: 100%;
    border: 1px solid #e9ecf0;
}

/*.pricing-item:hover {*/
/*    cursor: pointer;*/
/*    box-shadow: 0px 2px 10px #000;*/
/*}*/
.pricing-element {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.pricing-item h4 {
    color: #FFFFFF;
    margin: 0;
}

.pricing-item P {
    font-weight: 300;
    width: 110px
}

.pricing-item .pricing-element:nth-child(odd) {
    background: #ECECEC;
}

.pricing-item .pricing-element:first-child {
    background: #7d98ff;
}

.pricing-item .pricing-element:nth-child(2) p {
    text-transform: uppercase;
}

.entry-content p {
    margin-bottom: 0 !important;
}

.elementor-icon-list-icon img {
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 500px) {
    .ast-footer-copyright p {
        text-align: center !important;
    }
}


/* left-right video section */

.left-right-video-container {
    width: 100%;
    background: #e3e5ed;
}

.left-right-video {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1200px;
    width: 95%;
}

.left-right-video .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.left-content {
    width: 48%;
}

.left-content p {
    font-size: 18px;
    text-align: justify;
}

.right-video {
    width: 48%;
    padding: 190px 0;
    position: relative;
}

.right-video iframe {
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    width: 100%;
    height: 90%;
}

@media screen and (max-width: 1000px) {
    .left-right-video .container {
        flex-flow: column;
    }

    .left-right-video .left-content {
        width: 100%;
    }

    .right-video {
        width: 80%;
    }
}

@media screen and (max-width: 790px) {
    .right-video {
        width: 85%
    }
}

/*@media screen and (max-width: 597px) {*/
/*    .right-video {*/
/*        display: none;*/
/*    }*/
/*}*/


/* New pricing page */

.pricing_card_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
        background-color: unset;
    }
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services > .row {
    padding-top: 0;
    padding-bottom: 30px
}

.section-pricing-services {
    background-color: unset;
}

.section-pricing-services .row {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .section-pricing-services .row {
        padding-bottom: 84px
    }
}

.section-pricing-services .row > .inner > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-services .row > .inner > h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        margin-bottom: 76px
    }
}

.section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
        box-shadow: 10px 22px 60px #2b1b9a0f;
        margin-bottom: 24px
    }
}

.section-pricing-services .pricing-services .pricing-service .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 20px 20px 15px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .title {
    color: var(--service-color);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content .title {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .text {
    margin-bottom: 16px
}

.section-pricing-services .pricing-services .pricing-service .image {
    -ms-flex-preferred-size: 133px;
    flex-basis: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--service-color);
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 24px;
        padding: 8px;
        -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
        height: 92px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section-pricing-services .pricing-services .pricing-service .price {
    overflow: hidden;
    min-width: 133px;
    min-height: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price {
        margin: 16px;
        min-width: 107px;
        min-height: 100px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service .price * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0
}

.section-pricing-services .pricing-services .pricing-service .price header {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f8f6fa;
    text-align: center;
    color: #8076c2
}

.section-pricing-services .pricing-services .pricing-service .price .amount {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    white-space: nowrap
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price .amount {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .price footer {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px
}

.section-pricing-services .actions {
    text-align: center;
    padding-top: 57px
}

.section-pricing-trial {
    background-color: #f8f6fa
}

.section-pricing-get {
    background-color: unset;
}

.pricing_bulb_container {
    padding-bottom: 70px;
}

#shopify-section-pricing-get {
    margin: 0 auto;
    max-width: 700px;
    width: 95%;
    text-align: center;
}


/* pricing faq */
.pricing-faq-holder {
    margin: 0 auto;
    max-width: 1100px;
    width: 96%;
    background-color: white;
}


/*Pricing details*/
.price-section-container {
    margin-top: 60px;
    background: #dee0ffa6;
    padding: 35px;
}

.price-level-image {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
}

.price-level-image img {
    background: white;
    width: 172px;
    height: 172px;
    box-sizing: content-box;
    padding: 30px;
}

.price-level-content {
    margin-top: 30px;
}

.price-section-holder {
    margin-top: 30px;
}

/*Special offer */
.special-offer-box-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 70px 0;
}

.special-offer-box-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.special-offer-box {
    text-align: center;
    width: 30%;
    max-width: 450px;
    min-width: 300px;
    padding: 40px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.special-offer-box h4 {
    color: #8D7BFF;
}

.shot-container {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    max-width: 1100px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid black;
}

.shot-left {
    width: 55%;
    padding: 30px;
}
.shot-right {
    width: 45%;
    padding: 30px;
}

.shot-right img {
    width: 100%;
}

@media screen and (max-width: 450px) {
    .shot-left { width: 100%; }
    .shot-right { width: 100%; }

}

.shot-container h2 { font-size: 24px !important; }

#shot-link {
    color: #ffffff !important;
    background: #2b2f83;
    padding: 7px 17px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}
#shot-link:hover {
    color: #ffffff !important;
    background-color: #ee5923;
    box-shadow: 0 0 10px #2b2f83;
}

.get-started {
    color: #ffffff !important;
    background: #2b2f83;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.get-started:hover {
    color: #ffffff !important;
    background-color: #ee5923;
    box-shadow: 0 0 10px #2b2f83;
}

.checkout-container {
    padding: 50px;
}

.table-container {
    margin: 60px auto 0 auto;
    border: 1px solid #38387b;
    padding: 40px 10px;
}

.table-paragraph {
    text-align: center;
}

.faqs .faq {
    background-color: #f4f4ff; border-color: #e1e1ff;
}

@media screen and (max-width: 450px) {
    .special-offer-box {
        margin: 0 auto;
        width: 80%;
    }
}

.get-started-index {
    margin-top: 30px;
    text-align: center;
}

.sample-three-button { text-align: center; margin: 40px 0 60px 0; }

.radius { border-radius: 50%; }

.get-quick-image { max-width: 45% !important; }

.special-offer-box p { text-align: center !important; }

@media screen and (max-width: 770px) {
    .special-offer-box { margin-top: 15px; }
    .price-level-image img { margin-top: 15px; }
}

@media screen and (max-width: 435px) {
    .price-level-image img { margin: 0 auto; margin-top: 15px; }
    .price-level-content { text-align: center; }
}

/* New CSS for Pricing Tag */
/* --- Global Styles / Container --- */
.pricing-card-holder {
    padding: 60px 0; /* Add some vertical padding around the whole section */
}

.pricing_card_container {
    max-width: 1200px; /* Limit content width */
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Horizontal padding for smaller screens */
}

/* --- 1. Grid Layout for Cards --- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 30px; /* Space between cards */
}

/* --- 2. Individual Card Styling --- */
.pricing-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Initial subtle shadow */
    overflow: hidden; /* Ensures content stays within rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover */
    display: flex; /* Flexbox for internal alignment of content */
    flex-direction: column;
    min-height: 380px; /* Ensure a consistent minimum height for cards */
    text-align: center;
}

/* Make the entire card area clickable and style its internal content */
.pricing-service-inner {
    display: flex;
    flex-direction: column;
    height: 100%; /* Make sure the link fills the card */
    padding: 25px;
    text-decoration: none; /* Remove default link underline */
    color: inherit; /* Inherit text color from parent */
}

/* --- 3. Hover Effect --- */
.pricing-card:hover {
    transform: translateY(-10px) scale(1.02); /* Lift up and slightly enlarge */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
    z-index: 10; /* Ensures the hovered card is on top of others */
}

/* --- 4. Card Content Styling --- */

/* Image/Icon Area */
.pricing-card .image {
    width: 100%; /* Fixed width for the icon container */
    height: auto; /* Fixed height for the icon container */
    margin-bottom: 20px;
    padding: 10px; /* Padding inside the image container */
    border-radius: 8px; /* Rounded corners for the image background */

    display: flex; /* Use flexbox to center the image inside */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.pricing-card .image img {
    max-width: 90%; /* Ensure image fits within its container */
    /* max-height: 80%; Ensure image fits within its container */
    object-fit: contain; /* Scales image nicely without cropping */
}

/* Content Area (Title and Description) */
.pricing-card .content {
    flex-grow: 1; /* Allows this section to take up available space, pushing price to bottom */
    margin-bottom: 20px; /* Space before the price section */
}

.pricing-card .title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.pricing-card .text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    text-align-last: center;
}

/* Price Section */
.pricing-card .price {
    border-top: 1px solid #eee; /* Separator line above price */
    padding-top: 15px;
    margin-top: auto; /* Ensures price sticks to the bottom */
}

.pricing-card .price header {
    display: block; /* Ensures "Starting at" is on its own line */
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.pricing-card .price .amount {
    font-size: 2.2rem;
    font-weight: 900;
    /* Dynamic color for the price amount text */
    color: var(--service-color, #007bff);
    display: inline-block;
    margin-right: 5px;
}

.pricing-card .price footer {
    font-size: 0.9rem;
    color: #888;
    display: inline-block; /* Keeps "per image" next to the amount */
}


/* --- 5. Responsiveness --- */

/* For screens smaller than 992px (e.g., tablets), switch to 2 columns */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* For screens smaller than 600px (e.g., mobile phones), switch to 1 column */
@media (max-width: 600px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pricing_card_container {
        padding: 0 15px; /* Adjust padding for very small screens */
    }
}


/* How it works new design */

/* --- 1. Layout & Main Container --- */
.hiw-container {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    gap: 60px;
    align-items: flex-start;
}

.hiw-left-panel {
    flex: 1.2;
}

.hiw-right-panel {
    flex: 1;
    position: sticky;
    top: 40px;
}

.hiw-subtitle {
    color: #0056FF;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hiw-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 40px 0;
    color: #111;
}

/* --- 2. The Accordion & Vertical Dashed Line --- */
.hiw-accordion {
    position: relative;
}

/* The vertical dashed line connecting the numbers */
.hiw-accordion::before {
    content: "";
    position: absolute;
    left: 17px; /* Half of the 34px circle */
    top: 25px;
    bottom: 40px;
    border-left: 2px dashed #DDE2E5;
    z-index: 0;
}

/* --- 3. Step Item & Shortened Bottom Border --- */
.hiw-step {
    position: relative;
    z-index: 1;
}

/* The horizontal line between steps, shrunk by 30px from the right */
.hiw-step::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px; /* This shrinks the border by 30px */
    height: 0.5px;
    background-color: #e4e4e4;
}

/* Remove the line from the very last step */
.hiw-step:last-child::after {
    display: none;
}

/* --- 4. Header & Number Circles --- */
.hiw-step-header {
    display: flex;
    align-items: flex-start;
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
}

.hiw-step-number {
    width: 34px;
    height: 34px;
    background-color: white; /* Hides the dashed line behind the number */
    border: 2px solid #DDE2E5; /* Outlined by default */
    color: #888;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 20px;
    z-index: 2;
    transition: all 0.3s ease;
}

/* ACTIVE STATE: SOLID DEEP BLUE CIRCLE */
.hiw-active .hiw-step-number {
    background-color: #2b2f83; 
    border-color: #0a0f67;
    color: white;
}

.hiw-step-title {
    font-size: 18px !important;
    font-weight: 700;
    margin: 0;
    flex-grow: 1;
    color: #111;
}

/* Caret/Arrow Toggle */
.hiw-arrow-icon::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2.5px solid #111;
    border-bottom: 2.5px solid #111;
    transform: rotate(45deg); /* Down arrow */
    transition: transform 0.3s ease;
    margin-right: 10px;
}

.hiw-active .hiw-arrow-icon::after {
    transform: rotate(-135deg); /* Up arrow */
}

/* --- 5. Collapsible Content & Checklist --- */
.hiw-step-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease;
    padding-left: 54px; /* Aligns nested points with the title */
}

.hiw-active .hiw-step-content {
    max-height: 500px; /* Big enough for dynamic Django content */
    padding-bottom: 24px;
}

.hiw-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hiw-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

/* Nested Green Circular Checkmarks */
.hiw-check-icon {
    width: 18px;
    height: 18px;
    background-color: #7e83de; /* Green circle */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* --- 6. Right Side Image & Play Button --- */
.hiw-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hiw-image {
    width: 100%;
    display: block;
    height: auto;
    transition: transform 0.5s ease;
}

.hiw-image-wrapper:hover .hiw-image {
    transform: scale(1.03);
}

.hiw-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0046FF;
    color: white;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(0,70,255,0.3);
}

/* --- 7. Responsive Adjustments --- */
@media (max-width: 900px) {
    .hiw-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .hiw-accordion::before {
        display: none; /* Optional: hide dashed line on small screens */
    }

    .hiw-step::after {
        right: 0; /* Full width border on mobile */
    }

    .hiw-right-panel {
        position: static;
        width: 100%;
    }
}


/* Valueble clients */
.vc-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
  font-family: sans-serif;
  text-align: center;
}

.vc-slider-header h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.vc-highlight {
  border: 2px solid #add8e6;
  border-radius: 50px;
  padding: 0 15px;
  color: #008dba;
}

.vc-slider-viewport {
  overflow: hidden;
  cursor: grab;
  position: relative;
}

.vc-slider-viewport:active {
  cursor: grabbing;
}

.vc-slider-track {
  display: flex;
  align-items: center;
  gap: 50px; 
  width: max-content; /* Critical: allows the track to extend beyond the screen */
  will-change: transform;
  user-select: none;
}

.vc-slide {
  flex: 0 0 auto;
  width: 180px; /* Default width */
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.vc-slide:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.vc-slide img {
  max-width: 100%;
  height: auto;
  pointer-events: none; /* Prevents ghost images during drag */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .vc-slide { width: 120px; }
  .vc-slider-track { gap: 30px; }
}


/* Why choose us new */
/* --- Why Choose Us Section --- */
:root {
    --wcu-page-bg: #ffffff;      /* White background for the section */
    --wcu-card-bg: #f5f5f5;      /* Grey background for the cards */
    --wcu-border: #e0e0e0;       /* Subtle border for definition */
    --wcu-text-main: #333333;
    --wcu-text-sub: #555555;
}

.wcu-section-container {
    max-width: 1200px;           /* Max width as requested */
    margin: 60px auto;           /* Centers the container */
    padding: 0 20px;
    background-color: var(--wcu-page-bg);
}

.wcu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3x3 Grid */
    gap: 20px;                   /* Space between cards */
    grid-auto-rows: 1fr;         /* Makes all cards in a row equal height */
}

.wcu-card {
    background-color: var(--wcu-card-bg);
    border: 1px solid var(--wcu-border);
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

/* Subtle hover effect to make it interactive */
/* The "Move" happens here */
.wcu-card:hover {
    background-color: #eeeeee; /* Keeps your grey shift */
    
    /* Moves the box up by 10 pixels */
    transform: translateY(-10px); 
    
    /* Adds a shadow so it looks like it's floating above the white background */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
}
.wcu-icon-wrapper {
    margin-bottom: 20px;
    width: 100px;               /* Fixed height for icon alignment */
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcu-icon-wrapper img {
    max-height: 100%;           /* Scale image to fit wrapper */
    width: auto;
    display: block;
}

.wcu-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--wcu-text-main);
    margin: 0 0 8px 0;
}

.wcu-description {
    font-size: 1rem;
    color: var(--wcu-text-sub);
    margin: 0;
    line-height: 1.4;
}

/* Responsive: 2 columns on tablets, 1 on mobile */
@media (max-width: 992px) {
    .wcu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wcu-grid {
        grid-template-columns: 1fr;
    }
}



.pm-image {
    width: 150px;
    height: 88px;
}



/* Client Say Slider */
.csc-section {
            background-color: #dee0ffa6;
            padding: 60px 20px;
            overflow: hidden;
        }

        .csc-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .csc-title {
            text-align: center;
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 50px;
            font-weight: 600;
        }

        .csc-carousel-wrapper {
            position: relative;
            overflow: hidden;
            cursor: grab;
            user-select: none;
        }

        .csc-carousel-wrapper:active {
            cursor: grabbing;
        }

        .csc-carousel-track {
            display: flex;
            gap: 30px;
            transition: transform 0.5s ease-in-out;
        }

        .csc-carousel-track.csc-dragging {
            transition: none;
        }

        .csc-testimonial-card {
            flex: 0 0 calc(33.333% - 20px);
            min-width: calc(33.333% - 20px);
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            min-height: 250px;
        }

        .csc-testimonial-content {
            color: #666;
            line-height: 1.6;
            margin-bottom: 25px;
            font-size: 0.95rem;
            flex-grow: 1;
        }

        .csc-client-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .csc-client-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            background-color: #ddd;
        }

        .csc-client-details {
            display: flex;
            flex-direction: column;
        }

        .csc-client-name {
            font-weight: 600;
            color: #333;
            font-size: 1rem;
            margin-bottom: 3px;
        }

        .csc-client-designation {
            color: #888;
            font-size: 0.85rem;
        }

        @media (max-width: 968px) {
            .csc-testimonial-card {
                flex: 0 0 calc(50% - 15px);
                min-width: calc(50% - 15px);
            }
        }

        @media (max-width: 640px) {
            .csc-testimonial-card {
                flex: 0 0 100%;
                min-width: 100%;
            }

            .csc-title {
                font-size: 2rem;
            }
        }



.fa {
    color: white;
    font-size: 20px !important;
    margin-right: 12px;
    background-color: #dee0ffa6 !important;
    padding: 14px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
/*************************************************************************************/
/********************* Color override css | Keep it at the bottom **********************/

/* GLOBAL CSS */
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #7d98ff !important;
}

.header {
    background: #ffffff !important;
    box-shadow: 0px 2px 10px #b2b2b2 !important;
}

a {
    color: #2b2f83 !important;
}

a:hover {
    color: #ee5923 !important;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.button {
  background-color: #2b2f83 !important;
  color: #ffffff !important;
}

/* Hover / focus */
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.btn:hover,
.button:hover{
  background-color: #ee5923 !important;
}

input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #2b2f83 !important;
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #2b2f83 !important;
    color: #ffffff !important;
}

.elementor-element.elementor-button-danger:hover .elementor-button:hover {
    color: #ffffff !important;
    background-color: #ee5923 !important;
    box-shadow: 0 0 10px #2b2f83 !important;
}


#home-quote-button {
    background-color: white !important;
    color: #2b2f83 !important;
    border: 3px solid #7d98ff;
}

/* #home-quote-button:hover {
    background-color: #7d98ff !important;
    color: white !important;
} */


.site-footer,
.site-above-footer-wrap[data-section=section-above-footer-builder],
.site-below-footer-wrap[data-section=section-below-footer-builder] {
    background-color: #5f64cd !important;
}

.site-footer h2, .site-footer a, .site-footer p {
    color: #ffffff !important;
}

.site-footer a:hover {
    color: #ee5923 !important;
}

/* body light blue background */
.elementor-1417 .elementor-element.elementor-element-f130b4d > .elementor-background-overlay,
.elementor-1417 .elementor-element.elementor-element-3d36450 > .elementor-background-overlay,
.elementor-1417 .elementor-element.elementor-element-effcc50 > .elementor-background-overlay {
    background-color: #dee0ffa6;
}

/* body light orange background */
.left-right-video-container,
#orange-back {
    background-color: #ffefe947 !important;
}

.elementor-1417 .elementor-element.elementor-element-f2a379d > .elementor-background-overlay,
.elementor-1417 .elementor-element.elementor-element-1c5a7de > .elementor-background-overlay {
    background-color: unset;
}
