/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --fs-color-black: #000000;
    --fs-color-white: #ffffff;
    --fs-color-grey: #cccccc;
    --fs-color-text: #343638;
    --FontAwesome: 'Font Awesome 7 Pro';
    --FontAwesomeBrands: 'Font Awesome 7 Brands';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.flickity-page-dots .dot {
    border-width: 2px;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
}

.transparent-gap {
    background-color: var(--fs-color-secondary);
}
.bord-a {
    overflow: hidden;
    border-radius: 100px 0 !important;
}

.box-bord-a .box-image {
    overflow: hidden;
    border-radius: 100px 0 !important;
}
.bord-b {
    overflow: hidden;
    border-radius: 0 100px !important;
}

.box-bord-b .box-image {
    overflow: hidden;
    border-radius: 0 100px !important;
}

.bord-all {
    overflow: hidden;
    border-radius: 30px !important;
}

.box-bord-all .box-image {
    overflow: hidden;
    border-radius: 30px !important;
}

.inherit-fs > :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2em;
}
.mb-0 > :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0 !important;
}

h1,
.h1 {
    font-size: 2em;
}

.bigger > h2,
.bigger > .h2 {
    font-size: 2em;
}
.smaller > h2,
.smaller > .h2 {
    font-size: 1.25em;
}

.banner h2 {
    font-size: 2em;
}

.bigger > h3,
.bigger > .h3 {
    font-size: 1.75em;
}

.bigger > h4,
.bigger > .h4 {
    font-size: 1.25em;
}

h6,
.h6 {
    opacity: 1;
}

.banner h5,
.banner h6,
.banner p {
    margin-top: 0;
    padding: 0;
}

.banner p {
    margin-bottom: 1rem;
}
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6 {
    margin-bottom: 0.5em;
}

.box-text {
    font-size: 1em;
}

.box-text p {
    margin-bottom: 1rem;
}

.box-text h2 {
    font-size: 1.5em;
}

.box-text h3 {
    font-size: 1.25em;
}

.box-text h4 {
    font-size: 1.125em;
}

.banner h1,
.banner h2,
.banner h3 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
}

.uppercase,
h6,
span.widget-title,
th {
    letter-spacing: 0;
}

.last-reset > p:has(+ style) {
    margin-bottom: 0;
}
.slider [data-animate='fadeInLeft'],
[data-animate='fadeInLeft'] {
    transform: translate3d(-100px, 0, 0);
}
.slider [data-animate],
[data-animate] {
    transition: filter 0.3s, transform 0.75s, opacity 0.2s ease-in;
}
span[data-animate] {
    display: inline-block;
}

.is-outline {
    color: var(--fs-color-text);
}

.button.icon {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

p {
    margin-bottom: 1.5rem;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

b,
strong {
    font-weight: inherit;
    font-weight: 700;
}
.dark,
.dark p,
.dark td {
    color: var(--fs-color-white);
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    place-content: center;
}

.select2-container .select2-choice,
.select-resize-ghost,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none;
    color: var(--fs-color-text);
    font-size: 1em;
    height: 4rem;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    color: var(--fs-color-text);
    opacity: 1 !important;
    border-color: #000;
}

.wpcf7 [type='email']:focus,
.wpcf7 input[type='number']:focus,
.wpcf7 input[type='password']:focus,
.wpcf7 input[type='search']:focus,
.wpcf7 input[type='tel']:focus,
.wpcf7 input[type='text']:focus,
.wpcf7 select:focus,
.wpcf7textarea:focus {
    border-radius: 4px;
}

.section-text-title span {
    color: var(--fs-color-primary);
}

.wpcf7 label {
    color: var(--fs-color-text);
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.4em;
    font-size: 1.8rem;
}

.wpcf7 .wpcf7-form-control-wrap label {
    font-weight: bold;
    margin-bottom: 0;
}

input[type='checkbox'],
input[type='radio'] {
    width: 16px;
    height: 16px;
}

.flickity-page-dots .dot {
    border-width: 2px;
}
.box .is-divider {
    display: none;
}

.box .post-title.is-xxsmall {
    font-size: 1rem;
}
.box .post-title.is-xsmall {
    font-size: 1.2rem;
}
.box .post-title.is-smaller {
    font-size: 1.4rem;
}

.box .post-title.is-small {
    font-size: 1.6rem;
}

.box .post-title.is-large {
    font-size: 2rem;
}

.box .post-title.is-larger {
    font-size: 2.8rem;
}

.box .post-title.is-xlarge {
    font-size: 3.6rem;
}

.box .post-title.is-xxlarge {
    font-size: 4.2rem;
}

.box .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 1rem;
}

.box .post-meta {
    margin-bottom: 1rem;
    opacity: 1;
}

/* .box-blog-post .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.box-blog-post .box-text.is-large .from_the_blog_excerpt {
    margin: 2rem 0;
}

.box-blog-post .box-text .button {
    font-size: 12px;
    padding: 2px 16px;
    border-radius: 0;
    text-transform: initial;
}

.box-blog-post .box-text .button.is-large {
    font-size: 14px;
    padding: 6px 24px;
}

.box-blog-post .box-text .button.is-link {
    padding: 0;
    position: relative;
    margin-top: 0;
}

.box-blog-post .box-text .button.is-link:after {
    content: '\f324';
    font-family: var(--FontAwesome);
    font-weight: 300;
    font-size: 8px;
    position: relative;
    top: -2px;
}

/* .dark a:hover,
.nav-dark a:hover {
    opacity: 1 !important;
    color: var(--fs-experimental-link-color-hover) !important;
} */

.dark .button.primary:hover {
    color: var(--fs-color-white) !important;
}

.widget .widget-title {
    font-weight: 600;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.widget .widget-title + .is-divider {
    display: none;
}

.scroll-for-more {
    width: 30px;
    height: 50px;
    line-height: unset;
    padding: 0;
    min-height: auto;
    min-width: auto;
    margin: 0;
    bottom: 15%;
}

.scroll-for-more .icon-angle-down {
    width: 30px;
    height: 50px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    position: relative;
}

.scroll-for-more .icon-angle-down::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 3px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

.show-all-items .slider .flickity-slider > div {
    opacity: 1 !important;
}

.gap-3 .slider .flickity-slider > div {
    padding: 0 1.5rem;
}

.slider.slider-nav-dots-simple {
    padding-bottom: 5rem;
}


.video > p {
	margin-bottom:0 
}

/*************** HEADER ***************/



/*************** END HEADER ***************/

/*************** FOOTER ***************/
#footer .footer-section .icon-box:hover .has-icon-bg svg path {
    fill: var(--fs-color-primary);
}
/*************** END FOOTER ***************/

/*************** CONTACT PAGE ***************/
.contact-hero-section {
    background: url(https://quanta.dev/wp-content/uploads/2025/12/Contact_Us_22-img.jpg) no-repeat center / cover;
}

.contact-form-section .wpcf7 label {
    margin-bottom: 1.5rem;
}

.contact-form-section .wpcf7 .wpcf7-form-control-wrap label {
    margin-bottom: 0rem;
}
.contact-form-section .wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
}

.contact-form-section .wpcf7 textarea {
    border: 3px solid var(--fs-color-primary);
    padding: 10px;
    outline: none;
    resize: none;
    box-shadow: none;
    background-color: transparent;
    height: 25rem;
    box-shadow: none !important;
}

.contact-form-section input[type='email'],
.contact-form-section input[type='tel'],
.contact-form-section input[type='text'] {
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid var(--fs-color-primary);
    background-color: transparent;
    padding: 1rem 0;
    font-size: 1.8rem;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 400 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label a,
.acceptance-note a {
    color: var(--fs-color-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wpcf7-acceptance .wpcf7-list-item-label a:hover,
.acceptance-note a:hover {
    text-decoration: none;
}

.wpcf7-acceptance input {
    margin-bottom: 0;
}

.contact-form-section .button {
    font-weight: 400;
    font-size: 1.125em;
    border-radius: 10rem;
    min-width: 15rem;
    padding: 0.8rem 3.2rem;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.mfp-container {
    padding: 30px 15px;
}

/*************** END CONTACT PAGE ***************/

/*************** BLOG ARCHIVE ***************/
.blog-archive {
    padding-top: 0;
}

ul.links {
    font-size: 1em;
}

ul.links li {
    margin-left: 0.4em !important;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border: 1px solid;
    border-radius: 0;
    font-size: 1em;
    font-weight: 500;
    padding: 0 7px;
}

.taxonomy-description li,
.taxonomy-description p,
.taxonomy-description div {
    font-size: 2rem;
}

blockquote {
    border-left: 5px solid var(--fs-color-primary);
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    color: var(--fs-color-primary);
}

/*************** END BLOG ARCHIVE ***************/

/***************  BLOG SINGLE ***************/
.blog-single {
    padding-top: 0;
}

.post-sidebar .box-blog-post .post-title a {
    -webkit-line-clamp: 4;
    line-height: 1.25;
    margin-bottom: 0;
}

.post-sidebar .box-vertical .box-image {
    vertical-align: top;
}

.post-sidebar .widget .widget-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    display: block;
}

.post-sidebar .is-sticky-column__inner .widget {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
}

.post-sidebar .is-sticky-column__inner .widget .widget-title {
    text-align: center;
}

.post-sidebar form {
    margin-bottom: 0;
}

.post-sidebar form input[type='text'],
.post-sidebar form input[type='tel'],
.post-sidebar form button {
    border-radius: 8px;
}

.blog-single .entry-header-text {
    padding-bottom: 0;
}

.blog-single .entry-image img {
    border-radius: 12px;
}

.blog-single .entry-meta {
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-single .entry-meta a:not(:hover) {
    color: var(--fs-color-text);
}

.blog-single .entry-meta .posted-on {
    position: relative;
    margin-left: 11px;
}

.blog-single .entry-meta .posted-on::before {
    content: '';
    position: absolute;
    top: 15%;
    left: -7px;
    height: 70%;
    border-left: 1px solid #ddd;
}

/*************** END BLOG SINGLE ***************/

/*************** PRODUCT ARCHIVE ***************/

.product-archive #post-list .product-item > .col-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
}

.product-archive #post-list .product-item .box .box-text {
    padding: 3rem;
}

.product-archive #post-list .product-item:nth-child(even) {
    background-color: #f5f5f5;
}

#post-list .ux-relay__control {
    margin-top: 3rem;
}

#post-list .ux-relay__control .ux-relay__button {
    padding: 6px 32px;
    min-width: 150px;
}

.ux-relay__button {
    border-radius: 10rem;
    text-transform: inherit;
}

.product-item .box-blog-post .post-title a:not(:hover) {
    color: var(--fs-experimental-link-color);
}

.product-item .box .box-image {
    border-radius: 10%;
    overflow: hidden;
}

.product-item .box .post-sub-title {
    font-weight: 600;
    margin-bottom: 1em;
}

.archive .product-item .box .post-sub-title {
    color: var(--fs-color-primary);
}

.product-item .box ul li {
    margin-bottom: 0.4rem;
}

.product-item .box .from_the_blog_excerpt p {
    margin: 0 0 0.8rem;
}

.product-item .box .from_the_blog_excerpt {
    font-weight: 600;
}

.product-item .box .button {
    border-radius: 10rem;
}

.slider-show-nav .flickity-prev-next-button {
    opacity: 0.3;
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: var(--fs-color-black) !important;
    background-color: transparent;
    border-color: var(--fs-color-black);
}

.flickity-prev-next-button {
    color: var(--fs-color-black);
    width: 42px;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    padding: 25%;
}

audio,
canvas,
progress,
video {
    width: 100%;
}

/*************** END PRODUCT ARCHIVE ***************/

/*************** PRODUCT SINGLE ***************/

.single-product-contact-form-row form input[type='email'],
.single-product-contact-form-row form input[type='tel'],
.single-product-contact-form-row form input[type='text'],
.single-product-contact-form-row form select {
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid var(--fs-color-primary);
    background-color: transparent;
    font-size: 1.8rem;
    border-radius: 0 !important;
}

.wpcf7-form.submitting .button:after {
    animation: spin 0.5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: '';
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.wpcf7-form.submitting .button span {
    opacity: 0;
}

/*************** END PRODUCT SINGLE ***************/

@media only screen and (min-width: 850px) {
    .blog-featured-title .page-title-inner {
        min-height: 500px !important;
    }

    .is-full-height {
        height: calc(100vh - 132px) !important;
    }

    .logged-id .is-full-height {
        height: calc(100vh - 170px) !important;
    }

    .blog-single .row.row-large {
        max-width: 1170px;
    }

    .blog-single .row.row-large > .col {
        padding: 0 20px 30px;
    }

    .blog-single .row.row-large > .col.large-9 {
        flex-basis: 70%;
        max-width: 70%;
    }

    .blog-single .row.row-large > .col.large-3 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .post-sidebar .box.box-vertical .box-text {
        padding: 0 0 0 1rem;
    }
}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/

    /*************** ADD TABLET CSS HERE  ***************/
    .archive-page-header h1.page-title,
    .archive-page-header h2.page-title {
        font-size: 2em;
    }
    .video-button-wrapper .icon-play {
        font-size: 2.5em !important;
    }
    .video-button-wrapper small {
        font-size: 1em;
    }

    .box-blog-post .post-title.is-large {
        font-size: 1.8rem;
    }

    .box-blog-post .post-title.is-larger {
        font-size: 2.4rem;
    }

    .box-blog-post .post-title.is-xlarge {
        font-size: 2.8rem;
    }

    .box-blog-post .post-title.is-xxlarge {
        font-size: 3.2rem;
    }

    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }
	
	#main-menu .html.header-button-1,
	#main-menu .html.header-button-2{
		border:none;
		padding:5px 20px
	}
	
	#main-menu .html.header-button-1 .button,
	#main-menu .html.header-button-2 .button {
		width:200px
	}
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .small-text-center {
        text-align: center;
    }

    .video-button-wrapper .icon-play {
        font-size: 2.25em !important;
    }

    .video-button-wrapper small {
        font-size: 0.75em;
    }

    h1,
    .h1 {
        font-size: 1.75em;
    }

    h2,
    .h2 {
        font-size: 1.5em;
    }

    h3,
    .h3 {
        font-size: 1.25em;
    }

    h4,
    .h4 {
        font-size: 1.125em;
    }

    .banner h2,
    .archive-page-header h1.page-title,
    .archive-page-header h2.page-title {
        font-size: 1.75em;
    }

    /* .res-text {
        font-size: 16px;
    } */

    .contact-form-section input[type='email'],
    .contact-form-section input[type='tel'],
    .contact-form-section input[type='text'] {
        border-bottom: 2px solid var(--fs-color-primary);
        font-size: 1.6rem;
    }

    .wpcf7 label {
        font-size: 1.6rem;
    }

    .contact-form-section .button {
        font-size: 1em;
        min-width: 12rem;
        padding: 0.5rem 3.2rem;
    }

    .box-blog-post .box-text.is-large .from_the_blog_excerpt {
        margin: 1rem 0;
    }

    .box-text.is-large {
        font-size: 1em;
    }

    .box-text.is-xlarge {
        font-size: 1.25em;
    }
    .partner-lightbox .main-title {
        font-size: 2.4rem;
        margin-bottom: 1.2rem;
    }

    .partner-lightbox .sub-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .product-archive #post-list .product-item .box .box-text {
        padding: 2rem 0;
    }

    .product-archive #post-list .product-item > .col-inner {
        padding: 3rem 1.5rem;
    }
}

.is-xxxlarge {
    font-size: 2.5em;
}

.is-xxlarge {
    font-size: 2em;
}

.is-xlarge {
    font-size: 1.5em;
}

.is-larger {
    font-size: 1.3em;
}

.is-large {
    font-size: 1.15em;
}

.is-small,
.is-small.button {
    font-size: 0.8em;
}

.is-smaller {
    font-size: 0.75em;
}

.is-xsmall {
    font-size: 0.7em;
}

.is-xxsmall {
    font-size: 0.6em;
}

@media (max-width: 549px) {
    .is-xxlarge {
        font-size: 1.75em;
    }

    .is-xlarge {
        font-size: 1.25em;
    }

    .is-larger {
        font-size: 1.2em;
    }

    .is-large {
        font-size: 1em;
    }
}
