/*
Theme Name:  BlankSlate Child
Template: 	 blankslate
Theme URI:	 https://wordpress.org/themes/blankslate/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: blankslatechild
*/

/* ul arrow */
.ul-arrow.custom-editor ul li::before {
    background: url("../../uploads/2026/02/ul-arrow-icon.png") no-repeat;
    left: 5px;
    top: 6px;
}

.arrow-block {
    position: relative;
    padding-left: 2rem;
}

.arrow-block::before {
    content: "";
    background: url("../../uploads/2026/02/ul-arrow-icon.png") no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 9px;
}

.ul-disc-blue.custom-editor ul {
    gap: 1rem;
}

.ul-disc-blue.custom-editor ul li::marker {
    color: #00ACD6;
    font-size: 22px;
}



/* profit features */

.profit-features {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 2rem;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.profit-features .card {
    background: transparent;
    color: #fff;
    text-align: center;
    font-weight: 600;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-size: 30px;
    line-height: 45px; */
    position: relative;
    transition: 0.3s ease;
}

.profit-features .card .card-text1 {
    font-size: 28px;
    line-height: 40px;
    background: transparent;
    color: #fff;
}

.profit-features .card .card-text2 {
    font-size: 20px;
    line-height: 28px;
    background: #FDB933;
    color: #000;
    transform: rotateY(180deg);
}



.card {
    perspective: 1000px;
}


.card-inner-blk {
    border: 1px solid #fff;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;

}

/* Flip on hover */
.card:hover .card-inner {
    transform: rotateY(180deg);
}

/* Common text styles */
.card-text1,
.card-text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    backface-visibility: hidden;
}


.profit-features .card p {
    padding: 1.5rem;
    position: absolute;
}

/* .profit-features .card:hover {
    background-color: #FDB933;
} */

.card-icon1:before,
.card-icon2:before,
.card-icon3:before,
.card-icon4:before,
.card-icon5:before,
.card-icon6:before {
    content: "";
    background-position: center;
    position: absolute;
    width: 150px;
    height: 80px;
}

.card-icon1:before,
.card-icon2:before {
    background: url("../../uploads/2026/02/profit-icon1.png") no-repeat;
    right: -150px;
}

.card-icon3:before,
.card-icon4:before {
    background: url("../../uploads/2026/02/profit-icon2.png") no-repeat;
    left: -141px;
}

.card-icon2:before,
.card-icon4:before {
    transform: scaleY(-1);
}

.card-icon5:before,
.card-icon6:before {
    background: url("../../uploads/2026/02/profit-icon5.png") no-repeat;
    width: 42px;
    height: 30px;
}

.card-icon5:before {
    right: -42px;
}

.card-icon6:before {
    left: -42px;
    rotate: 180deg;
}

.profit-features .center-image {
    display: flex;
    justify-content: center;
}

.profit-features .center-image img {
    max-width: 430px;
    /* width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff; */
}

/* Tablet */
@media (max-width: 1535px) {
    .profit-features .center-image img {
        max-width: 350px;
    }
}

@media (max-width: 1350px) {
    .profit-features .center-image img {
        max-width: 350px;
    }

    .profit-features .card {
        height: 180px;
    }

    .profit-features .card .card-text1 {
        font-size: 22px;
        line-height: 35px;
    }

    .profit-features .card .card-text2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .profit-features .center-image img {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .profit-features {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .profit-features .center-image,
    .profit-features .card:before {
        display: none;
    }

    .profit-features .card {
        height: 150px;
    }

}

/* Mobile */
@media (max-width: 767px) {
    .profit-features {
        grid-template-columns: 1fr;
    }

    .features {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .profit-features .card {
        width: 100%;
        /* height: auto; */
    }
}

/* calculator */
.volume-buttons,
.ticket-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.volume-buttons button,
.ticket-buttons button {

    padding: 10px 18px;
    /* margin-right: 10px; */
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    cursor: text;
    font-weight: bold;
}

.volume-buttons button.active,
.ticket-buttons button.active {
    background: #00a9ce;
    color: #fff;
}

.slider-progress-container {
    margin-top: 15px;
}

.slider-progress-container input[type="range"] {
    width: 100%;
    margin: 10px 0;

}



.slider-labels {
    display: flex;
    justify-content: space-between;
}

.result-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
}

.calculator-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: 1px solid #e5e7eb;
}

.calculator-table td {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.calculator-table td:last-child {
    text-align: right;
    font-weight: bold;
}

.highlight {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* RESET DEFAULT RANGE STYLES */
.slider-progress-container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    cursor: pointer;
}

/* ===== WEBKIT (Chrome, Edge, Safari) ===== */
.slider-progress-container input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #c7c7c7;
    border-radius: 4px;
}

.slider-progress-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #00a9ce;
    border-radius: 50%;
    margin-top: -6px;
}

/* ===== FIREFOX ===== */
.slider-progress-container input[type="range"]::-moz-range-track {
    height: 6px;
    background: #c7c7c7;
    border-radius: 4px;
}

.slider-progress-container input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #00a9ce;
    border: none;
    border-radius: 50%;
}

/* ===== IE / OLD EDGE ===== */
.slider-progress-container input[type="range"]::-ms-track {
    height: 6px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.slider-progress-container input[type="range"]::-ms-fill-lower,
.slider-progress-container input[type="range"]::-ms-fill-upper {
    background: #e0e0e0;
    border-radius: 4px;
}

.slider-progress-container input[type="range"]::-ms-thumb {
    height: 18px;
    width: 18px;
    background: #00a9ce;
    border-radius: 50%;
}


/* calculator end*/

/* standard slider */

.business-slider {
    /* max-width: 1700px;
    margin-left: auto; */
}

.business-slider swiper-slide {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
}

.business-pagination {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
}

.business-pagination .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.business-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: #00ACD6;
    opacity: 1;
    margin: 0 6px !important;
    transition: 0.3s ease;
}

.business-pagination .swiper-pagination-bullet-active {
    background: #FDB933;
}

/* Technical Full Color */

.technical-full-color {
    position: relative;
}

.technical-full-color::before,
.technical-full-color::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: -1;
}

.technical-full-color::before {
    background: #E2E3E4;
}

.technical-full-color::after {
    background: #F6F6F6;
    right: 0;
}

@media (max-width: 991px) {
    .technical-full-color::before {
        width: 100%;
    }

    .technical-full-color::after {
        display: none;
    }
}

/* custome tab slider */

.custom-tab ul {
    background: white;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-radius: 50px;
}

.custom-tab ul li {
    display: flex;
    flex: 1;
}

.custom-tab ul li a {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-tab ul li a:hover,
.custom-tab ul li a.active {
    background-color: #FDB933;
}




.service-pagination {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
}

.service-pagination .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.service-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: #ffffff;
    opacity: 1;
    margin: 0 6px !important;
    transition: 0.3s ease;
}

.service-pagination .swiper-pagination-bullet-active {
    background: #FDB933;
}


.service-slider .custom-editor strong,
.service-slider .custom-editor b {
    font-weight: 500;
}

/* .service-slider {
    height: 100%;
}

.service-slider swiper-container::part(wrapper) {
    align-items: stretch;
} */

.service-slider swiper-slide {
    display: flex;
    height: auto;
}

/* custome tab slider end */

/* Main Tab slider */

.main-tab-slider {}

.tabs-slider {
    background: white;
    /* display: flex; */
    gap: 10px;
    padding: 20px;
    border-radius: 50px;
}

.tabs-slider swiper-slide h3 {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.tabs-slider .swiper-slide-active h3 {
    background: #FDB933;
}

.tabs-slider swiper-slide {
    display: flex;
    height: auto;
}

.content-tabs .swiper-slide-active>div {
    background: #FDB933;
}

/* Main Tab slider end */

@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.9) translate(-15px, 0px);
    }
}

.comparison-table tbody td:hover {
    transition: 0.3s ease;
    background: #ffd787 !important;
}

.left-img-box,
.left-img-box .image-shine {
    height: 100%;
}

.left-img-box img {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

@media (min-width: 992px) {
    .left-img-box img {
        border-radius: 0 60px 60px 0;
    }
}

.business-slider-img {
    border: 1px solid #E2E3E4;
    padding: 10px;
    height: 350px;
    overflow: hidden;
}

.business-slider-blk h3,
.business-slider-img img {
    transition: all 0.3s ease-in-out;
}

.business-slider-blk:hover h3 {
    color: #fdb933;
}

.business-slider-blk:hover .business-slider-img img {
    transform: scale(1.1);
}

.service-slider-color1 {
    background-color: #ffffff;
}

.service-slider-color2 {
    background-color: #E4F7F5;
}

.service-slider-color3 {
    background-color: #F0F9FF;
}

.service-slider-color4 {
    background-color: #f7e4e4;
}

.service-slider-color5 {
    background-color: #e4e8f7;
}

.service-slider-color6 {
    background-color: #f7e4ee;
}

.service-slider-color7 {
    background-color: #e4f7ef;
}

.support-blk:hover {
    background-color: #FDB933;
    color: #000000;
}

.support-blk:hover img.security-icon {
    filter: invert(1);
}

.footer-slider .swiper-wrapper {
    align-items: center;
}

.footer-slider img {
    filter: brightness(0) invert(1);
}

.footer-slider img:hover {
    filter: brightness(1) invert(0);
}

.result-box-solution {
    display: inline-block;
    margin-top: 10px;
}

.result-box-solution:hover {
    color: #000;

}

.home-banner-img img {
    max-width: 400px;
}

.how-work-blk {
    border: 2px solid transparent;
}

.how-work-blk:hover {
    border-color: #FDB933;
    box-shadow: 0 10px 15px #f7c35d;
}

.how-work-icon-bg {
    background: url("../../uploads/2026/02/how-work-icon1.png") no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    transition: transform 0.8s ease;
}

.how-work-blk:hover .how-work-icon-bg {
    transform: rotate(180deg);
}

.after-switch-img {

    border: 2px solid transparent;
}

.after-switch-img:hover {
    border-color: #FDB933;
}

.founder-img .image-shine {
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.founder-img .image-shine:hover {
    border-color: #FDB933;
}

.faq-main {
    margin-top: 20px;
}

.faq-heading {
    padding: 15px 20px;
    background: #E2E3E4;

}

.faq-body {
    padding: 15px 20px;
}

.active-faq {
    background: #4F4A70;
    color: white;
}

.active-faq svg {
    fill: white;
}

.contact-icon svg {
    width: 22px;
}


.support-software-img {

    border: 2px solid #4F4A70;
}

.support-software-blk:hover .support-software-img {
    border-color: #FDB933;
}

.search-img {
    overflow: hidden;
    /* height: 300px; */
    display: flex;
}

.search-img img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}

.search-img:hover img {
    transform: scale(1.1);
}

.pagination .nav-links {
    display: flex;
    gap: 13px;
}

.pagination .current {
    width: 30px;
    height: 30px;
    background: #fdb933;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.footer-copyright {
    text-align: center;
    align-items: center;
}

.footer-copyright1 a {
    display: inline-block;
}

/*  */
.footer-slider img {
    transition: transform 0.3s ease;
}

.footer-slider img:hover {
    transform: scale(1.1);
}

.newsletter button {
    transition: none !important;
}

.newsletter button:hover {
    height: 55px !important;
    margin: -1px 0 0 0 !important;
}

.smart-system {
    border-top: 6px solid #FDB933;
    border-bottom: 6px solid #FDB933;
    background-color: #4F4A70;
    color: #ffffff;
}

.smart-system .arrow-block {
    border-left: 4px solid #FDB933;
    background-color: #736e95;
    padding: 2rem;
    overflow: hidden;
    transition: background-color 0.4s ease;
}

.smart-system .arrow-block::before {
    background: none;
    background-color: #FDB933;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: left 0.5s ease-in-out;
}

.smart-system .arrow-block:hover::before {
    left: 0;
}

.smart-system .arrow-block:hover {
    color: #000;
}

.smart-system .arrow-block>* {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}


.every-business-main {
    /* background: linear-gradient(270deg, #fcdd9d, #F6F6F6);
    background-size: 400% 400%;
    animation: gradientMove 5s ease infinite; */
}

.image-border.image-shine {
    border: 2px solid #FDB933;
    padding: 10px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.clover-flex-main {
    border-top: 6px solid #FDB933;
    border-bottom: 6px solid #FDB933;
}

.clover-flex-box {
    border: 2px solid #FDB933;
    background-color: #736e95;
    padding: 2rem;
    overflow: hidden;
    transition: background-color 0.4s ease;
    position: relative;
}

.clover-flex-box::before {
    content: "";
    position: absolute;
    background: none;
    background-color: #FDB933;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: top 0.5s ease-in-out;
}

.clover-flex-box:hover::before {
    top: 0;
}

.clover-flex-box:hover {
    color: #000;
}

.clover-flex-box>* {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.clover-duo-bg {
    background: linear-gradient(135deg,
            #4F4A70 0%,
            #4F4A70 55%,
            #6A5FA3 70%,
            #FDB933 100%);
    filter: blur(0.5px);
}



/* responsive */

@media (max-width: 1280px) {}

@media (max-width: 992px) {
    .home-banner-img img {
        max-width: 250px;
    }

    .support-software-main {
        max-width: 100%;
        text-align: center;
    }

    .support-software-blk {
        align-items: center;
    }
}

@media (max-width: 480px) {}


.border-top {
    border-top: 3px solid #FDB933;
}


/* Floating Chat Button */
.chatbot-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background: #fdb933;
    padding: 13px;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}

.chatbot-btn img {
    width: 40px;
}

/* Hover effect */
.chatbot-btn:hover {
    background: #4f4a70;
    color: #fff;
    transform: translateY(-2px);
}

.chatbot-btn:hover img {
    filter: invert(1);
}


/* Mobile optimization */
@media (max-width: 480px) {
    .chatbot-btn {
        padding: 10px;
    }
}

.clover-section {
    border-bottom: 3px solid #FDB933;
}

.clover-section h3 {
    max-width: 1200px;
    margin: auto;
    font-size: 18px;
    line-height: 32px;
}

.calculator_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.tab-slider-title span {
    font-size: 18px;
    display: block;
    /* font-style: italic; */
}

@media (max-width: 1535px) {
    .tab-slider-title span {
        text-align: center;
    }
}


/* equipment new heading */
.new-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    width: 100%;
}

.heading-line {
    flex: 1;
    height: 2px;
    background: #fdb933;
    max-width: 200px;
}

.new-heading h2 {
    max-width: 500px;
}

.new-heading-main p {
    max-width: 700px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .heading-line {
        max-width: 100px;
    }

    .new-heading {
        gap: 20px;
    }
}


@media (max-width: 480px) {
    .new-heading {
        flex-direction: column;
        gap: 10px;
    }

    .heading-line {
        width: 80px;
        max-width: none;
        display: none;
    }

}

.yellow-arrow-block::before {
    filter: brightness(0) saturate(100%) invert(74%) sepia(62%) saturate(746%) hue-rotate(2deg) brightness(101%) contrast(101%);
}

.image-bottom-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.image-bottom-heading p {
    max-width: 450px;
}

.pocket-img .image-shine img {
    max-width: 500px;
}

.support-software-main {
    text-align: center;
}

.contact-form {
    background: #ffffff;
    /* border-radius: 24px;
    padding: 50px; */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #edf0f5;
    transition: all 0.4s ease-in-out;
}

.contact-form:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.26);
    transform: translateY(-2px);
}

.contact-form-grid {
    grid-template-columns: 57% 40%;
}

@media (max-width: 1366px) {
    .contact-form {
        margin: 0 auto;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }
}