/**
Theme Name: WP Codex
Template:   Manufacturing Hub
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: Hasan Hafiz
Author URI: https://dev-hasanhafiz.pantheonsite.io/

Description: 2 Column Bootstrap 5 Template
Requires at least: 6.1
Requires PHP: 7.0
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: wpcodex

Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
 */

*,
p {
    font-family: Jost, sans-serif;
}

:root {
    --bs-body-font-family: Jost, sans-serif;
    --bs-body-font-size: 1.125rem;
    --bs-body-color: #8f9397;
    --mdb-accordion-btn-padding-x: 0;

    --bs-body-font-family: "Jost", sans-serif;
    --bs-body-font-weight: 400;
    --bs-body-color: #666;

    --bs-headings-font-weight: 700;

    --bs-green: #2CB544;

    --bs-sunglow: #FFD43B;
    --bs-aquamarine: #63E6BE;
    --bs-paleviolet: #B197FC;
    --bs-mayablue: #74C0FC;

    --bs-springteal: #09D5D2;
    --bs-brightlilac: #E599F7;

    --bs-offwhite: #D1D2D3;

    --bs-body-bg-color: #F5F6F7;

    --bs-bg-alice-blue: #f3f7fd;

    --bs-pale-orange: #FCE1BB;

    --bd-violet-rgb: 113, 44, 249;

    --bs-success-bg-subtle: #d1e7dd;

    --bs-light-green: #f3f6f5;
    --wpcodex-bg-gray: #dce1e9;
}

.bg-gray {
    background-color: var(--wpcodex-bg-gray);
}

.bg-light-green {
    background-color: var(--bs-light-green);
}

.bg-alice-blue {
    background-color: var(--bs-bg-alice-blue);
}

.bg-pale-orange {
    background-color: var(--bs-pale-orange);
}

.submit-order .card-body {
    background-color: var(--bs-body-bg-color);
}

.text-offwhite {
    color: var(--bs-offwhite) !important;
}

.text-sunglow {
    color: var(--bs-sunglow) !important;
}

.bg-offwhite {
    background-color: var(--bs-offwhite) !important;
}

.bg-brightlilac {
    background-color: var(--bs-brightlilac) !important;
}

.bg-springteal {
    background-color: var(--bs-springteal) !important;
}

.bg-mayablue {
    background-color: var(--bs-mayablue) !important;
}

.bg-sunglow {
    background-color: var(--bs-sunglow) !important;
}

.bg-aquamarine {
    background-color: var(--bs-aquamarine) !important;
}

.bg-paleviolet {
    background-color: var(--bs-paleviolet) !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: var(--bs-body-font-family);
    color: #666;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.05rem;
}

button,
.btn {
    line-height: 1.5;
}

.featurette-divider {
    margin: 5rem 0;
}

section,
.section {
    padding: 3.125rem 0;
}

.section.pricing .number {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    padding-top: 0;
}

.form-text,
.form-textarea {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--mdb-surface-color);
    appearance: none;
    border: var(--mdb-border-width) solid var(--mdb-border-color);
    border-radius: var(--mdb-border-radius);
    box-shadow: var(--mdb-box-shadow-inset);
    transition: all .2s linear;
}

.form-text,
.form-textarea,
.form-select {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.lead {
    font-weight: 400;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.05rem;
}

.form-text,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea,
.form-textarea {
    display: block;
    width: 100%;
    /* padding: .375rem 2.25rem .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--mdb-surface-color);
    appearance: none;
    border: var(--mdb-border-width) solid var(--mdb-border-color) !important;
    border-radius: var(--mdb-border-radius) !important;
    box-shadow: var(--mdb-box-shadow-inset) !important;
    transition: all .2s linear;
}

.img-fluid:not(.page-banner .img-fluid) {
    border-radius: 15px 15px 0 0;
}

.wpcf7-form label {
    font-weight: 500;
}

.wpcf7-form .wpcf7-checkbox label {
    font-weight: 400;
}

.wpcf7-checkbox.form-control {
    border: none;
    margin: 0;
    padding-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .codedropz-upload-wrapper h3 {
    font-weight: 400;
    font-size: 20px;
}

/* =========== Mega Menu =========== */
.mega-menu a {
    transition: all 0.3s ease-in-out;
}

.mega-menu a:hover {
    background-color: rgb(227, 247, 235);
    border-radius: 8px;
}

i.hover-visible {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.icon-box:hover .hover-visible {
    opacity: 1;
}

.icon-box {
    position: relative;
}

/* ========== Service Page Preview =========== */
.icon-box .preview {
    position: absolute;
    top: auto;
    right: 0;
    z-index: 2;
    /* width: 180px; */
    /* height: 220px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.8s ease;
    opacity: 0;
    bottom: 0;
    transform: rotate(0deg) translateY(-50px);
}

.icon-box .preview::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    /* background: #15c440; */
    transition: all 0.6s ease;
    transition-delay: 0.6s;
    /* transform: translate(-5px, -5px); */
}

.icon-box:hover .preview {
    opacity: 1;
    /* transform: rotate(-16deg) translateY(0px); */
    transform: rotate(0deg) translateY(0px);
}

.icon-box:hover .preview::before {
    transform: translate(0px);
}

.icon-box .preview::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #cedbe7;
}

.icon-box .preview img {
    position: relative;
    z-index: 2;
    width: 200px;
    padding: 5px;
    border-radius: 10px;
}

.icon-box .add-circle:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -0px;
    left: -0px;
    background-color: rgba(251, 178, 68, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.icon-box .add-circle.text-center:before {
    left: 50%;
}

/** =========== Letter Spacing =========== */

.ls-tight {
    letter-spacing: -0.025em;
}

.ls-normal {
    letter-spacing: 0em;
    /* Default */
}

.ls-wide {
    letter-spacing: 0.025em;
}

.ls-wider {
    letter-spacing: 0.05em;
}

/* =========== Hover Effect =========== */
.hover-effect .card-group>.card,
.hover-effect .card,
.hover-effect .icon-box,
.hover-effect .col,
.hover-effect .col-item,
.key-features .card-group>.card {
    transition: all 0.3s ease-in-out;
}

.hover-effect .col:hover,
.hover-effect .col-item:hover,
.hover-effect .card:hover,
.hover-effect .icon-box:hover,
.hover-effect .card-group>.card:hover,
.key-features .card-group>.card:hover {
    transform: translateY(-10px);
}


.title-gradient,
.single-post .content-area h2 {
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section .heading {
    font-weight: 700;
    /* color: #222; */
    font-size: 3.125rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: -0.05em;
}

.fw-300,
.fw-light {
    font-weight: 300 !important;
}

.global-marquee {
    grid-column-gap: 3rem;
    width: 100%;
    margin-top: .5rem;
    display: flex;
    overflow: hidden;
}

.global-marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    min-width: 100%;
    display: flex;
}

.global-marquee-inner.scroll {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex: none;
}

.fs-40 {
    font-size: 2.5rem;
    letter-spacing: -0.2rem;
}

.fs-70 {
    font-size: 4.375rem;
    letter-spacing: -0.2rem;
    line-height: 1;
}


.fs-50 {
    font-size: 3.125rem;
    letter-spacing: -0.2rem;
    line-height: 1;
}

.fs-60 {
    font-size: 3.75rem;
    letter-spacing: -0.2rem;
    line-height: 1;
}

.fs-120 {
    font-size: 7.5rem;
    /* letter-spacing: -0.2rem; */
    line-height: 1;
}

.section.stats i {
    font-size: 40px;
}

.section.testimonial .carousel-caption {
    bottom: auto;
    text-align: left;
    top: 30px;
    left: 0;
}

.section.testimonial .carousel-indicators [data-mdb-target] {
    width: 10px;
    /* Adjust as needed */
    height: 10px;
    /* Adjust as needed */
    border-radius: 50%;
    background-color: #ccc;
    /* Default color */
    margin: 0 5px;
    /* Spacing between indicators */
}

.section.testimonial .carousel-indicators [data-mdb-target] .active {
    background-color: #333;
    /* Color for active indicator */
}

.section.testimonial .carousel-indicators [data-mdb-target] {
    background-color: #000;
}

.section.testimonial .carousel-indicators {
    justify-content: start;
    margin-left: 0;
    bottom: 100px;
}

.dropdown-menu.mega-menu ul li h6 {
    margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {}

@media (min-width: 768px) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .container {
        --mdb-gutter-x: 3rem;
        --mdb-gutter-y: 0;
        padding-right: calc(var(--mdb-gutter-x) * .5);
        padding-left: calc(var(--mdb-gutter-x) * .5);
    }
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.py-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/* 
==================
blog landing page 
==================
*/
.img-blog {
    aspect-ratio: 640 / 409;
    object-fit: cover;
    display: block;
}

.wp-block-image .aligncenter {
    margin-left: initial;
    margin-right: initial;
}

.post {
    padding: 0;
    border: none;
    background: transparent;
}

.wp-block-heading strong {
    font-weight: 500;
}

.wp-block-heading {
    margin: 30px 0 10px 0;
    /* margin: 10px 0 5px; */
}

h3.wp-block-heading {
    font-weight: 400;
}

.related-post-block {
    border: none;
    padding: 0;
}

.single-post .content-area h2 {
    font-weight: 500;
}

/* ====================== 
    Header / Navbar 
    ====================
*/

header {
    position: relative;
    z-index: 99;
}

.navbar {
    z-index: 9;
}

.navbar {
    /* padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    box-shadow: none; */
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

header.navbar-sticky-on .navbar-brand {
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand .navbar-brand-item {
    height: 60px;
    display: block;
    width: auto;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-nav .nav-link {
    /* color: #141414; */
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .current-menu-item a {
    color: #4cbd89;
}

.navbar-nav .nav-link {
    font-weight: 500;
    text-transform: capitalize;
    line-height: 84px;
    padding-top: 0;
    padding-bottom: 0;
    /* font-size: 1rem; */
}

.dropdown-header {
    font-weight: 600;
    padding-top: 0.5rem;
    font-size: 0.875rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 1rem 0;
    margin: 0;
}

.dropdown-menu {
    -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
}

.dropdown-item {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding: 0.4rem 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #4cbd89;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active {
    color: #4cbd89 !important;
}

.btn-grad {
    color: #ffffff;
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    /* line-height: 1.92; */
}

.btn-grad.btn-sm,
.btn-group-sm>.btn-grad.btn {
    line-height: 1.8;
}

.dropdown-toggle::after {
    content: "\F282";
    font-family: bootstrap-icons;
    border: none;
    vertical-align: middle;
    font-weight: 900;
    /* font-size: 0.6rem;
    margin-left: 0.35rem;
    */
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 25px;
    top: 10px;
}

.bg-grad {
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}

.pattern-overlay-2 {
    position: relative;
    z-index: 1;
}

/* 
============================
How it works step color
============================
*/
.how-it-works .col-inner .icon-box:first-child .step-number {
    background: #e5f4f8;
    color: #17cdfd;
}

.how-it-works .col-inner .icon-box:nth-child(2) .step-number {
    background: #e5f8e8;
    color: #0fd72d;
}

.how-it-works .col-inner .icon-box:nth-child(3) .step-number {
    background: #f8e5f6;
    color: #fd6fee;
}

.how-it-works .col-inner .icon-box:nth-child(4) .step-number {
    background: #e7e5f8;
    color: #9a8ff7;
}

/*
=====================
Static Header 
=====================
*/
header.navbar-sticky-on {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}

/*
=====================
Mega Menu 
=====================
*/
.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 1.5rem 0;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .wpcf7-form #services {
        column-count: 3;
        column-gap: 60px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .dropdown-menu {
        top: 120%;
        visibility: hidden;
        opacity: 0;
        display: block;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .dropdown:hover>.dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;

    }

    .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .navbar-nav .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        opacity: 1;
        background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: -1rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse {
        -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
        box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px 30px;
        position: relative;
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
        line-height: 40px;
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 30px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .megamenu .dropdown-menu {
        width: 100%;
        background-image: none !important;
    }

    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {

    .wpcf7-form #services {
        column-count: 1;
    }

    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .megamenu .dropdown-menu {
        padding: 0;
    }

    .mega-menu .col-left {
        border-right: none;
    }

    .navbar-brand .navbar-brand-item {
        height: 44px;
        display: block;
        width: auto;
    }
}