/**
Theme Name: DittoForm
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for DittoForm, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dittoform
Template: astra
*/

/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */



/* ======= Hover Button CSS: Start ======= */

/* .hover-btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.hover-btn a,
.hover-btn-white a,
.banner-hover-btn a {
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    z-index: 0;
}

.hover-btn a:before,
.hover-btn a:after,
.hover-btn-white a:before,
.hover-btn-white a:after,
.banner-hover-btn a::before,
.banner-hover-btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #203D3B;
    z-index: -1;
    transition: all 0.35s;
}

.hover-btn a:before,
.hover-btn-white a::before,
.banner-hover-btn a::before {
    opacity: 0.2;
}

.hover-btn a:after,
.hover-btn-white a:after,
.banner-hover-btn a::after {
    transition-delay: .2s;
}

.hover-btn a:hover,
.hover-btn-white a:hover,
.banner-hover-btn a:hover {
    color: #fff !important;
}

.hover-btn a:hover:before,
.hover-btn a:hover:after,
.hover-btn-white a:hover::before,
.hover-btn-white a:hover:after,
.banner-hover-btn a:hover:before,
.banner-hover-btn a:hover:after {
    top: 0;
}

.hover-btn a:hover svg path,
.hover-btn-white a:hover svg path {
    stroke: #fff !important;
}

/* .hover-btn a svg path,
.hover-btn-white a svg path {
    transition: all 0.6s ease-in-out;
    stroke: #fff !important;
    fill: #fff !important;
} */

/* ======= Hover Button CSS: End ======= */



/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

/* .text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
}
.text-anim.split-is h1 span.word span.char, .text-anim.split-is h2 span.word span.char, .text-anim.split-is h3 span.word span.char, .text-anim.split-is h4 span.word span.char {
    opacity: 1;
    transition-delay: calc(30ms * var(--char-index)) !important;
    display: inline-flex;
} */

.text-anim span.word span.char {
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.98, 0.32, 1, 1.55);
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char,
.text-anim.split-is h5 span.word span.char {
    opacity: 1;
    transition-delay: calc(60ms * var(--char-index)) !important;
}

/* ======= Heading Text Anim CSS: End ======= */



/* ======= Header Section CSS: Start ======= */

.header-nav-menu nav ul li a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #B13B3C !important;
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    position: absolute;
}

/* .header-nav-icon {
    width: 60px;
    height: 60px;
    background-color: #B13B3C;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.header-nav-icon .elementor-widget-container {
    width: auto !important;
    height: auto !important;
} */


/* ======= Header Section CSS: End ======= */



/* ======= Footer Section CSS: Start ======= */

.footer-main-sec .footer-heading h2 {
    display: flex;
    width: max-content;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    animation: marqueeLeft 45s infinite linear;
}

.footer-main-sec .footer-heading {
    overflow: hidden;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footer-main-sec .footer-heading h2>span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-main-sec .footer-heading h2>span>span {
    text-indent: 100px;
}

.footer-main-sec .footer-heading h2 {
    white-space: nowrap;
}

.footer-main-sec .footer-nav-menu nav ul li {
    max-width: max-content;
}

.footer-main-sec .footer-nav-menu nav ul li a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 7px;
    display: block;
    right: -15px;
    background-color: #B13B3C !important;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.footer-main-sec .footer-nav-menu nav ul li a:hover:after {
    opacity: 1 !important;
}

.footer-main-sec .footer-icon-list-sec ul li a:after {
    content: "";
    width: 7px !important;
    height: 7px !important;
    display: block;
    border-radius: 100%;
    background-color: #B13B3C !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    left: calc(100% + 10px) !important;
    opacity: 0;
    bottom: 50% !important;
    transition: all 0.6s ease-in-out;
}

.footer-main-sec .footer-icon-list-sec ul li:last-child a:after {
    top: 50% !important;
}

.footer-main-sec .footer-icon-list-sec ul li:hover a:after,
.footer-bottom-icon-list ul li:hover a:after {
    opacity: 1 !important;
}

.footer-bottom-icon-list ul li a:after {
    content: "";
    width: 7px !important;
    height: 7px !important;
    display: block;
    position: absolute !important;
    border-radius: 100%;
    background-color: #B13B3C !important;
    top: auto;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: calc(100% - 35px) !important;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.footer-main-sec .footer-icon-list-sec ul li,
.footer-main-sec .footer-bottom-icon-list ul li {
    max-width: max-content;
}

.footer-main-sec .footer-nav-menu nav ul li:hover a,
.footer-main-sec .footer-icon-list-sec ul li:hover a span,
.footer-bottom-icon-list ul li:hover a span {
    color: #B13B3C !important;
}

/* ======= Footer Section CSS: End ======= */



/* =======  HOME PAGE CSS: Start ======= */

/* ======= Banner Section CSS: Start ======= */
.banner-main-sec .banner-scrool-btn:after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: #B13B3C;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}

.about-video-section .elementor-custom-embed-play {
    width: 56px;
    height: 56px;
    background-color: #B13B3C;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-main-sec .about-inner-sec>.e-con-inner {
    margin-left: auto !important;
    margin-right: 0;
}

.works-button-sec .elementor-button-wrapper a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.works-main-sec,
.works-main-sec .works-button-sec span.elementor-button-icon svg path,
.works-main-sec .works-button-sec .elementor-button-wrapper a.elementor-button,
.works-main-sec .work-inner-sec .elementor-widget-text-editor .elementor-widget-container,
.works-main-sec .work-inner-sec h2 {
    transition: all 0.6s ease-in-out;
}

.works-main-sec:hover {
    background-color: #B13B3C !important;
}

.works-main-sec .works-icon .elementor-icon:after {
    content: "";
    background-image: url("https://www.dittoform.com/wp-content/uploads/2024/08/Rectangle-13-2.svg");
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    top: 0;
}

.works-main-sec:hover .works-icon .elementor-icon:after {
    opacity: 1 !important;
}

.works-main-sec:hover .works-button-sec .elementor-button-wrapper a.elementor-button {
    background-color: #fff !important;
}

.works-main-sec:hover .works-button-sec span.elementor-button-icon svg path {
    stroke: #000 !important;
}

.works-button-sec .elementor-button-wrapper a span.elementor-button-icon svg {
    display: flex;
}

.works-main-sec:hover .work-inner-sec h2 {
    color: #fff !important;
}

.works-main-sec:hover .work-inner-sec .elementor-widget-text-editor .elementor-widget-container {
    color: #fff !important;
}

.event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-container {
    margin: 0;
    max-width: 100%;
}

.event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-details {
    padding: 0;
}

.event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-container {
    border: 0;
    display: block;
}

.event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-details {
    width: max-content !important;
}

.news-main-sec .news-post-main-sec .news-post-sec article.elementor-post:nth-child(even) {
    transform: translateY(110px);
}

.news-main-sec .news-post-main-sec .news-post-sec article.elementor-post .elementor-post__thumbnail img {
    width: 100% !important;
    object-fit: cover;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text .elementor-post__meta-data {
    order: 1 !important;
    display: flex;
    flex-direction: row-reverse;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text .elementor-post__meta-data span.elementor-post-date:after {
    content: "";
    border-right: 1px solid #757575;
    margin: auto 10px;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text h3.elementor-post__title {
    order: 2;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text .elementor-post__excerpt {
    order: 3;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text a.elementor-post__read-more {
    order: 4;
    align-self: center;
    border-bottom: solid 1px #B13B3C;
    padding: 0 34px 10px 10px;
}

.news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text a.elementor-post__read-more:after {
    content: "";
    background-image: url("https://www.dittoform.com/wp-content/uploads/2024/08/Arrow-47.svg");
    width: 16px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute !important;
    margin-left: 10px !important;
}

/* =======  Home page CSS: End ======= */


/* =======  What is DittoForm Page CSS: Start ======= */

/* ======= Banner Section CSS: Start ======= */

.ditto-form-video-section .elementor-custom-embed-play {
    width: 80px;
    height: 80px;
    background-color: #B13B3C;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ditto-form-video-section .elementor-video {
    height: 760px;
}

.ditto-form-video-section .elementor-custom-embed-play svg {
    opacity: 1;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.ditto-form-video-section .elementor-custom-embed-play {
    overflow: visible;
    display: flex;
}

.ditto-form-video-section .elementor-custom-embed-play:before,
.ditto-form-video-section .elementor-custom-embed-play:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #B13B3C;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.ditto-form-video-section .elementor-custom-embed-play:before {
    animation: VideoBtn 3s infinite linear;
}

.ditto-form-video-section .elementor-custom-embed-play:after {
    animation: VideoBtn 1.5s infinite linear;
}

@keyframes VideoBtn {
    0% {
        transform: scale(1, 1);
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

/* ======= Banner Section CSS: End ======= */

/* ======= What/where is dittoform Section CSS: Start ======= */

.dittoform-different-sec {
    max-height: 540px;
    height: 100%;
}

.dittoform-different-sec:hover h2,
.dittoform-different-sec:hover .elementor-widget-text-editor .elementor-widget-container {
    color: #fff !important;
}

.dittoform-different-sec:hover h2,
.dittoform-different-sec .elementor-widget-text-editor .elementor-widget-container {
    transition: all 0.6s ease-in-out;
}

.where-is-dittoform-sec:hover {
    background-color: #B13B3C !important;
}

.where-is-dittoform-sec .works-icon .elementor-icon:after {
    content: "";
    background-image: url("https://www.dittoform.com/wp-content/uploads/2024/08/Rectangle-13-2.svg");
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    top: 0;
}

.where-is-dittoform-sec:hover .works-icon .elementor-icon:after {
    opacity: 1 !important;
}

.where-is-dittoform-sec:hover .hover-btn-white .elementor-button-wrapper a.elementor-button {
    background-color: #fff !important;
}

.where-is-dittoform-sec:hover .elementor-widget-icon-list ul li span.elementor-icon-list-text {
    color: #141A1E !important;
}

.where-is-dittoform-sec:hover .elementor-widget-icon-list .elementor-icon-list-icon svg {
    filter: brightness(0) invert(1) !important;
}

.where-is-dittoform-sec:hover .hover-btn-white .elementor-button-wrapper a.elementor-button span.elementor-button-text {
    color: #000 !important;
}

.where-is-dittoform-sec:hover .hover-btn-white a svg path {
    stroke: #000 !important;
    fill: #000 !important;
}

.where-is-dittoform-sec .hover-btn-white .elementor-button-wrapper a.elementor-button:hover span.elementor-button-text {
    color: #fff !important;
}

.where-is-dittoform-sec .hover-btn-white a:hover svg path {
    stroke: #fff !important;
    fill: #fff !important;
}


.where-is-dittoform-sec,
.where-is-dittoform-sec .works-icon .elementor-icon:after,
.where-is-dittoform-sec .hover-btn-white .elementor-button-wrapper a.elementor-button,
.where-is-dittoform-sec .elementor-widget-icon-list ul li span.elementor-icon-list-text,
.where-is-dittoform-sec .elementor-widget-icon-list .elementor-icon-list-icon svg,
.where-is-dittoform-sec .hover-btn-white .elementor-button-wrapper a.elementor-button span.elementor-button-text,
.where-is-dittoform-sec .hover-btn-white a svg path,
.where-is-dittoform-sec h2 {
    transition: all 0.6s ease-in-out !important;
}

.works-main-sec .works-icon-4 .elementor-icon:after {
    margin-top: -24px !important;
}

.where-is-dittoform-sec:hover h2,
.where-is-dittoform-sec:hover .elementor-widget-icon-list ul li span.elementor-icon-list-text {
    color: #fff !important;
}

/* ======= What/where is dittoform Section CSS: End ======= */

/* ======= Video Section CSS: Start ======= */

.process-video-section .elementor-custom-embed-play {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-video-section .elementor-video {
    height: 640px !important;
}

.process-video-section .elementor-custom-embed-play svg {
    opacity: 1;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.process-video-section .elementor-custom-embed-play {
    overflow: visible;
    display: flex;
}

.process-video-section .elementor-custom-embed-play:before,
.process-video-section .elementor-custom-embed-play:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.process-video-section .elementor-custom-embed-play:before {
    animation: VideoBtn 3s infinite linear;
}

.process-video-section .elementor-custom-embed-play:after {
    animation: VideoBtn 1.5s infinite linear;
}

@keyframes VideoBtn {
    0% {
        transform: scale(1, 1);
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

/* ======= Video Section CSS: End ======= */
/* ======= What is DittoForm Page CSS: End ======= */


/* ======= Meet Carol page CSS: Start ======= */

.scroll-main-sec .scroll-heading h2 {
    display: flex;
    width: max-content;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    animation: marqueeLeft 45s infinite linear;
}

.scroll-main-sec .scroll-heading {
    overflow: hidden;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.scroll-main-sec .scroll-heading h2>span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-main-sec .scroll-heading h2>span>span {
    text-indent: 160px;
    position: relative;
}

.scroll-main-sec .scroll-heading h2 {
    white-space: nowrap;
}

.scroll-main-sec .scroll-heading h2>span>span:before {
    content: "";
    background-image: url("https://codinfox.com/DittoForm/wp-content/uploads/2024/07/Rectangle-13.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
}


/* ======= Meet Carol page CSS: End ======= */


/* ======= Faqs page CSS: start ======= */

.faqs-main-sec .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #757575 !important;
}

.faqs-main-sec .elementor-accordion-item p {
    margin-bottom: 10px !important;
}

.faqs-main-sec .elementor-accordion-item .elementor-tab-content a,
.get-started-main-sec a,
.works-main-sec a {
    text-decoration: none !important;
    color: #B13B3C;
}

.works-main-sec:hover a {
    text-decoration: none !important;
    color: #000 !important;
}

.faqs-main-sec .elementor-accordion-item ul li {
    list-style-type: disc;
}

.testimonial-sec .elementor-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.testimonial-sec .elementor-testimonial .elementor-testimonial__text {
    overflow-y: auto;
    height: 100%;
    max-height: 400px;
    padding: 0 10px;
}
/* ======= Faqs page CSS: End ======= */


/* ======= Contact page CSS: End ======= */
.contact-form-sec .form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}

.contact-form-sec .form-row .form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-form-sec .form-row-last .form-column:not(:last-child) {
    width: 49%  !important;
}

.contact-form-sec .form-row-last {
    flex-direction: column;
}

.contact-form-sec .form-row label {
    margin-bottom: 10px;
    color: #141A1E !important;
    font-size: 18px !important;
    font-family: 'Eloquia Display';
    font-weight: 500;
    line-height: 1em;
}

.contact-form-sec .form-row input[type="text"], .contact-form-sec .form-row textarea {
    padding: 10px 20px;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    background: #F8F8F8 !important;
    color: #757575 !important;
    font-size: 16px !important;
    font-family: 'Eloquia Display';
    font-weight: 500;
    line-height: 1em;
}

textarea {
    resize: vertical;
}

.contact-form-sec .submit-btn {
    display: flex;
    justify-content: center;
}

.contact-form-sec .submit-btn input[type="submit"] {
    margin-top: 30px;
    background-color: #B13B3C !important;
    color: white;
    padding: 22px 60px;
    border-radius: 40px !important;
    font-size: 16px !important;
    font-family: 'Eloquia Display';
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
}

.contact-form-sec .submit-btn input[type="submit"]:hover {
    background-color: #203D3B !important;
}

.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: 1px solid #EAEAEA !important;
    background: #F8F8F8 !important;
}

.recaptcha-checkbox-expired .recaptcha-checkbox-border, .recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #141827 !important;
}

/* ======= Contact page CSS: End ======= */


/* ======= Responsive CSS: Start ======= */

/*
Elementor Breakpoint For Responsive Screen : 
Mobile Portrait   : 767
Mobile Landscape  : 980
Tablet Portrait   : 1080
Tablet Landscape  : 1220
Laptop            : 1320
*/

@media screen and (min-width: 1321px) and (max-width: 1780px) {

    .distributor-main-sec .distributor-software-img {
        right: 40px !important;
    }
}

@media screen and (max-width: 1780px) {}

@media screen and (min-width: 1321px) and (max-width: 1700px) {

    .ditto-form-banner-main-sec .ditto-form-video-section {
        width: 1400px !important;
        align-self: center;
    }

    .what-is-dittoform-main-sec .what-is-df-head-sec h2,
    .distributor-main-sec .disributor-head-sec h2 {
        font-size: 65px !important;
    }

    .banner-scroll-img-sec img {
        height: 320px !important;
    }
}


@media screen and (min-width: 1321px) and (max-width: 1680px) {

    /* .about-main-sec .about-inner-sec .about-textarea-sec {
        width: 36% !important;
    } */

    .news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text .elementor-post__title a {
        font-size: 26px !important;
    }

    .about-main-sec .about-inner-sec .about-textarea-sec {
        width: 36% !important;
    }

    .dittoform-different-sec h2 {
        font-size: 26px !important;
    }

    .founder-textarea-main-sec .founder-textarea-inner-sec h2 {
        font-size: 26px !important;
    }

    .banner-scroll-img-sec img {
        height: 300px !important;
    }

}

@media screen and (max-width: 1680px) {}


@media screen and (min-width: 1321px) and (max-width: 1600px) {

    .meet-carol-main-section .section-box-area {
        width: 20% !important;
    }

    .meet-carol-main-section .section-box-area h2 {
        font-size: 30px !important;
    }

    .meet-carol-main-section .section-box-area .elementor-widget-heading .elementor-widget-container {
        margin: 0 0 20px 0 !important;
    }

    .section-box-area {
        padding: 30px 30px 30px 30px !important;
        right: 40.18% !important;
    }

}

@media screen and (min-width: 1321px) and (max-width: 1580px) {

    .what-is-dittoform-main-sec .what-is-df-head-sec h2,
    .distributor-main-sec .disributor-head-sec h2 {
        font-size: 60px !important;
    }

    .what-is-df-head-img img {
        height: 520px !important;
    }

    .dittoform-different-sec {
        max-height: 520px !important;
        height: 100%;
    }

    .where-is-dittoform-sec .elementor-widget-icon-list .elementor-widget-container {
        margin: 0 0 30px 0 !important;
    }

    .ditto-form-video-section .elementor-widget-container {
        border-radius: 60px 60px 60px 60px !important;
    }

    .banner-scroll-img-sec .elementor-widget-image img {
        border-radius: 60px 60px 60px 60px !important;
    }

    .banner-scroll-img-sec {
        gap: 30px 30px !important;
    }


}

@media screen and (max-width: 1580px) {}

@media screen and (min-width: 1321px) and (max-width: 1500px) {

    .news-main-sec .news-post-main-sec .news-post-sec .elementor-post__text .elementor-post__title a {
        font-size: 23px !important;
    }

    .about-image-sec .elementor-widget-container {
        margin: 0 0 22% 0 !important;
    }

    .hover-btn-white a {
        padding: 20px 30px 20px 30px !important;
    }

    .hover-btn a {
        padding: 20px 42px 20px 42px !important;
    }

    .ditto-form-video-section .elementor-video {
        height: 700px !important;
    }

    .about-founder-main-sec .founder-textarea-main-sec {
        width: 51.5% !important;
    }

    .about-founder-main-sec .founder-textarea-main-sec .founder-textarea-inner-sec {
        width: 48%;
    }

}

@media screen and (max-width: 1500px) {}

@media screen and (min-width: 1321px) and (max-width: 1440px) {

    .event-main-sec {
        padding-top: 200px !important;
    }

    .what-is-dittoform-main-sec .what-is-df-head-sec h2,
    .distributor-main-sec .disributor-head-sec h2 {
        font-size: 55px !important;
    }

    .distributor-main-sec .distributor-software-img {
        width: 20% !important;
    }

    .distributor-main-sec .distributor-software-img .elementor-widget-container {
        padding: 32px 22px 32px 22px !important;
    }

    .dittoform-different-sec h2 {
        font-size: 24px !important;
    }

    .ditto-form-banner-main-sec .ditto-form-video-section {
        width: 1280px !important;
        align-self: center;
    }

    .meet-carol-main-section .section-box-area img {
        max-width: 180px !important;
    }

    .meet-carol-main-section .section-box-area h2 {
        font-size: 26px !important;
    }

    .banner-scroll-img-sec img {
        height: 270px !important;
    }
}

@media screen and (min-width: 1321px) and (max-width: 1400px) {

    .event-main-sec .event-head-sec h2 {
        font-size: 70px !important;
    }

    .hover-btn-white a {
        padding: 20px 28px 20px 28px !important;
    }

    .hover-btn a {
        padding: 20px 38px 20px 38px !important;
    }

    .about-main-sec .about-inner-sec .about-textarea-sec {
        width: 38% !important;
    }

    .about-main-sec .about-video-sec {
        width: 18.7% !important;
    }

    .dittoform-different-sec h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 1400px) {}


@media screen and (max-width: 1320px) {

    /* .about-main-sec .about-video-section {
        width: 100% !important;
    }

    .about-main-sec .about-inner-sec .about-textarea-sec {
        width: 46% !important;
    } */

    .dittoform-different-sec {
        max-height: 460px !important;
        height: 100%;
    }

    .ditto-form-video-section .elementor-video {
        height: 600px !important;
    }

    .works-main-sec .works-icon-4 .elementor-icon:after {
        margin-top: -18px !important;
    }
}

@media screen and (max-width: 1220px) {}

@media screen and (max-width: 1080px) {

    .news-main-sec .news-post-main-sec .news-post-sec article.elementor-post:nth-child(even) {
        transform: translateY(0) !important;
    }

    .ditto-form-video-section .elementor-video,
    .process-video-section .elementor-video {
        height: 500px !important;
    }

    .works-main-sec .works-icon-4 .elementor-icon:after {
        margin-top: -16px !important;
    }

}

@media screen and (max-width: 980px) {

    .ditto-form-video-section .elementor-video,
    .process-video-section .elementor-video {
        height: 400px !important;
    }

    .process-video-section .elementor-custom-embed-play,
    .ditto-form-video-section .elementor-custom-embed-play {
        width: 60px;
        height: 60px;
    }

    .contact-form-sec .submit-btn input[type="submit"] {
        padding: 20px 40px !important;
    }
}

@media screen and (max-width: 767px) {

    .footer-main-sec .footer-nav-menu nav ul,
    .footer-icon-list-sec ul {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }

    .footer-main-sec .footer-bottom-icon-list ul {
        row-gap: 20px;
    }

    .footer-bottom-icon-list ul li a:after {
        bottom: calc(100% - 28px) !important;
    }

    .event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-details {
        width: auto !important;
    }

    .event-loop-sec .event-venue-sec {
        display: flex !important;
        justify-content: center !important;
    }

    .event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-address {
        text-align: center !important;
    }

    .event-loop-sec .event-venue-sec .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address {
        margin: 0 !important;
    }

    .event-loop-sec .elementor-widget-heading h1 br {
        display: none !important;
    }

    .ditto-form-video-section .elementor-video,
    .process-video-section .elementor-video {
        height: 300px !important;
    }

    .ditto-form-video-section .elementor-custom-embed-play svg,
    .process-video-section .elementor-custom-embed-play svg {
        width: 15px !important;
        height: 15px !important;
    }

    .footer-main-sec .footer-icon-list-sec ul li a:after {
        transform: translateY(0) !important;
    }

    .footer-main-sec .footer-icon-list-sec ul li:last-child a:after {
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .scroll-main-sec .scroll-heading h2>span>span {
        text-indent: 120px !important;
    }

    .scroll-main-sec .scroll-heading h2>span>span:before {
        left: 50px !important;
    }

    .works-main-sec .works-icon-4 .elementor-icon:after {
        margin-top: 0px !important;
    }

    .event-date-time-sec .tec-events-elementor-event-widget__datetime {
        text-align: center !important;
    }

    .contact-form-sec .submit-btn input[type="submit"] {
        padding: 16px 40px !important;
    }

    .contact-form-sec .form-row {
        flex-wrap: wrap !important;
    }

    .contact-form-sec .form-row-last .form-column:not(:last-child) {
        width: 100%  !important;
    }
}

@media screen and (max-width: 480px) {

    .founder-img-sec {
        width: 100% !important;
    }

    .founder-img-sec .elementor-widget-image {
        width: 250px !important;
    }

    .founder-img-sec .elementor-widget-image img {
        height: 330px !important;
    }

    .meet-carol-main-section .section-box-area {
        top: 36% !important;
        width: 47% !important;
        right: 26.5% !important;
    }
}

/* ======= Responsive CSS: End ======= */

.contact-form-sec form#gform_1 div#gform_fields_1 .gfield--input-type-address .address_line_1,
.contact-form-sec form#gform_1 div#gform_fields_1 .gfield--input-type-address .ginput_address_city,
.contact-form-sec form#gform_1 div#gform_fields_1 .gfield--input-type-address .ginput_address_state {
margin-bottom: 20px;
}
.contact-form-sec form#gform_1 div#gform_fields_1 .gfield--input-type-address .gform-field-label {
margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
.gform_footer input {
line-height: 1 !important;
}
}