/*
Theme Name: Frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.5
Tested up to: 6.5.2
Requires PHP: 7.0
Version: 1.1.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/


/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
    transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
    text-decoration-thickness: 1px;
}

b,
strong,
th {
    font-weight: var(--wp--custom--font-weight--medium);
}

mark {
    background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
    background-position: 0 85%;
    background-repeat: repeat-x;
    background-size: 100% 15%;
}

a {
    text-decoration: none;
}


/* -- Forms -- */

input,
select,
textarea {
    background-color: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 0;
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--font-weight--light);
    line-height: var(--wp--custom--line-height--body);
    padding: 10px 20px;
    width: 100%;
}

input:focus,
textarea:focus {
    background-color: var(--wp--preset--color--neutral);
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}

::placeholder {
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--small);
    opacity: 0.5;
}


/* Blocks
---------------------------------------- */


/* -- Code -- */

*:not(.wp-block-code)>code {
    background-color: var(--wp--preset--color--neutral);
    font-size: var(--wp--preset--font-size--small);
    padding: 5px 8px;
}


/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
    padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    border: 1px solid currentColor;
    padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
    color: var(--wp--preset--color--base);
}


/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--contrast);
    border: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
    padding: 2px 10px;
}


/* Utility
---------------------------------------- */


/* -- Box Shadow -- */

.is-style-shadow-light {
    box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
    box-shadow: var(--wp--preset--shadow--solid);
}


/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {
    /* -- Utility -- */
    .is-style-hidden-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 782px) {
    /* -- Columns -- */
    .is-style-columns-reverse {
        flex-direction: column-reverse;
    }
}

.px-5 {
    padding: 0 25%;
}

.d-none{display:none !important;}

.site-header.wp-block-template-part {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    background: transparent;
    transition: background 0.3s;
    z-index: 1000;
}

.sec-jumpto ul {
    margin-top: 10px;
}

.round-num {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    padding: 2px 0;
    width: 37.06px;
    height: 37.06px;
}

.round-num2 {
    position: relative;
    left: -65px;
    padding: 2px !important;
    width: 37.06px;
    height: 37.06px;
}

.box-min-height {
    min-height: 210px;
    align-content: center;
}

.box-container {
    display: flex;
}

.box-min-height2 {
    min-height: 350px;
    align-content: center;
}

.check-list {
    padding: 0 !important;
    margin-top: 20px !important;
}

.check-list li {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    background-image: url('/wp-content/uploads/2025/01/check-icon.png');
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 17px;
}

.cover-box .wp-block-cover__inner-container {
    position: relative;
    top: 35px;
}

.cover-box {
    min-height: 360px;
}

.check-left {
    list-style: none;
    padding: 0;
}

.check-left li {
    position: relative;
    padding-left: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.check-left li:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/02/check-green.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    width: 39px;
    height: 40px;
    transform: translateY(-50%);
}


/***LED Lightning Page***/

.with-arrow {
    position: relative;
}

.with-arrow:after {
    content: url('/wp-content/uploads/2025/02/green-arrow2.webp');
    position: absolute;
    right: -7%;
    z-index: 2;
    top: 50%;
}


/**Header style**/

.btn-h {
    background: #5FB534 !important;
    padding: 10px 25px !important;
    border-radius: 10px;
    color: #fff;
}

.header-s {
    position: absolute !important;
    width: 100%;
    top: 10px !important;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 999;
}


/**FAQ Page style**/

.faq-page {
    box-shadow: none !important;
    border-radius: 0 !important;
}

details.faq-page.vacancy[open] summary:after {
    content: url('/wp-content/uploads/2025/02/close-toggle-icon.png') !important;
}

details.faq-page summary::after {
    content: url('/wp-content/uploads/2025/02/open-toggle-icon.png') !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: #000;
    font-weight: 200;
}

.faq-tabs .tabMenu {
    margin: 0 auto !important;
}

.faq-tabs .menuIcon {
    display: none !important;
}

.faq-tabs .tabMenu li.active,
.faq-tabs .tabMenu li {
    box-shadow: none !important;
}


/**homepage style**/

.home-sec2 {
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 80px;
}


/**Career's page slider**/

.clientslider .superblockslider__button__icon svg {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50px;
}

.clientslider .superblockslider__button {
    min-width: 23px;
}

@media (min-width: 1280px) {
    .clientslider .superblockslider__buttons {
        bottom: 20%;
    }
}


/**Client's page slider**/

.slider-custom .superblockslider__button__navigation svg {
    display: none;
}

.slider-custom .superblockslider__button__previous--icon:after {
    content: url('/wp-content/uploads/2025/02/prev-slider-arrow.png');
}

.slider-custom .superblockslider__button__next--icon:after {
    content: url('/wp-content/uploads/2025/02/next-slider-arrow.png');
}

@media (min-width: 1280px) {
    .slider-custom .superblockslider__button__navigation svg {
        width: 50px;
        height: 50px;
    }
    .slider-custom .superblockslider__button__navigation svg {
        display: none;
    }
    .slider-custom .superblockslider__button__previous--icon:after {
        content: url('/wp-content/uploads/2025/02/prev-slider-arrow.png');
    }
    .slider-custom .superblockslider__button__next--icon:after {
        content: url('/wp-content/uploads/2025/02/next-slider-arrow.png');
    }
}


/**Footer Style**/

.footer-contact li {
    left: 25px;
    position: relative;
}

.footer-contact li:before {
    position: absolute;
    left: -25px;
}

.footer-contact li:first-child:before {
    content: url('/wp-content/uploads/2025/02/phone-icon.png');
}

.footer-contact li:nth-child(2):before {
    content: url('/wp-content/uploads/2025/02/mail.png');
}

.footer-contact li:nth-child(3):before {
    content: url('/wp-content/uploads/2025/02/clock.png');
}

.footer-contact li:nth-child(4):before {
    content: url('/wp-content/uploads/2025/02/location.png');
}


/** Media Query **/

@media screen and (max-width:1280px) {
    .d-none {
        display: none !important;
    }
    .shadow0 {
        box-shadow: none !important;
    }
    .px5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .px0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .py5 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .mx5 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .minh-auto {
        min-height: 100% !important;
    }
    .align-c {
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }
    .mt-20 {
        margin-top: 20px !important;
    }
    .w80 {
        width: 80%;
        margin: 0 auto;
    }
}

.nav-m {
    display: none;
}

@media screen and (max-width:1098px) {
    .py0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .nav-m {
        display: block;
    }
    .nav-d {
        display: none;
    }
    .has-child {
        display: none;
    }
    .has-child:active .wp-block-navigation__submenu-container {
        display: block;
    }
    .nav-m .wp-block-navigation .wp-block-navigation__submenu-icon {
        display: inline-block !important !important;
        top: 10px !important;
    }
    .round-num2 {
        left: -50px;
    }
}

@media screen and (max-width:900px) {
    .cover-h h1.wp-block-heading {
        font-size: 35px !important;
    }
    .cover-h p.has-text-align-center {
        font-size: 16px !important;
    }
    .py0 {
        padding-top: 0 !important;
        padding-bottom: 0!important;
    }
    .my0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    details.vacancy summary {
        padding-right: 50px;
    }
    .round-num2,
    .round-num {
        width: 33px;
        height: 33px;
    }
    .mx0 {
        margin: 0 auto !important;
    }
    .text-c {
        text-align: center !important;
    }
}

@media screen and (max-width:600px) {
    .round-num2 {
        left: 0;
    }
}

.faq-tabs .tabMenu li.active {
    background: #F8F7F4 !important;
    border-radius: 10px !important;
}

.faq-tabs .tabMenu li {
    margin-right: 20px;
    padding: 10px 10px !important;
    padding-bottom: 15px !important;
}

@media screen and (max-width:491px) {
    .m-h1 {
        font-size: 38px !important;
    }
}

.block-editor-block-list__layout.is-root-container> :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper.block-editor-writing-flow .is-root-container.alignwide {
    max-width: 840px !important;
}

.editor-styles-wrapper.block-editor-writing-flow p {
    margin: 1em 0 !important;
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
}

.editor-styles-wrapper.block-editor-writing-flow h1,
.editor-styles-wrapper.block-editor-writing-flow h2 {
    font-weight: bold;
}

button.cky-btn.cky-btn-accept,
button.cky-btn.cky-btn-customize,
button.cky-btn.cky-btn-preferences {
    border-color: #83C831 !important;
    background-color: #83C831 !important;
    color: #fff !important;
}