/* #ffe0de+ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    padding: 0;
    margin: 0;
}

.header-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: #607d8b; */
    background: linear-gradient(135deg, #d9dae6, #007bff);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: all ease 1s;

}

#header {
    position: absolute;
    width: 100%;
}


.row1 {
    /* background-color: #030f40; */
    margin: 0;
}

.header-1.fixedbar {
    position: fixed !important;
    /* background: #030f40; */
    background: linear-gradient(109deg, #e4deea, #0b2bc9);
    padding: 0px 5px 0 5px;
}

.logo {
    float: left;
    /* width: 100%; */
    width: 30%;
    margin-top: 6px;
    text-align: left;
    /* padding: 0 0 15px; */
}

.logo img {
    max-width: 50%;
    height: auto;
}

.mainmenu {
    position: relative;
    padding-left: 50px;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    line-height: 0.8;
    padding: 25px 10px;
    position: relative;

}

.mainmenu ul li a {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 0.8;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 0px;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

.mainmenu ul li a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background: orange;
    left: 0;
    right: 0;
    bottom: -0.5px;
    transform: all 0.4s ease-out;

}

.mainmenu ul li a:hover {
    color: orange
}

.mainmenu ul li a:hover:after {
    width: 100%;
}

.navigator {
    position: relative;
    padding: 21px 0 12px;
}

.navigator a {
    display: inline-block;
    color: white;
    line-height: 0.8;
    font-size: 25px;
    margin: 0;
    justify-content: flex-end;
}

.navigator a.search {
    margin-top: 16px;
}

.home {
    /* margin-top: 10px; */
    position: relative;
    background-color: #f5f5f5;
}

.machine-img {
    width: 100%;
    padding: 0;
    /* margin: 0 2.5%; */
}

.machine-img img {
    width: 100%;
    /* height: 80%; */
    border-radius: 0 0 20px 20px;
}

.quote-box {
    padding: 30px;
    background-color: #ffffffcc;
    width: 95%;
    margin: 20px auto;
    border-radius: 5px 5px 50px 5px;
    position: static;
    /* default position */
}

.quote-box h1 {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.main-box {
    width: 95%;
    margin: 0px 2.5%;
    /* background-color: #ffffff; */
    border-radius: 20px;
    /* padding: 15px; */
    animation: fadeSlideUp 1s ease-in-out;

}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.left-column,
.right-column {
    flex: 1;
    min-width: 250px;
    /* ensures responsiveness */
}

.left-column img {
    width: 80%;
    height: auto;
    border-radius: 20px 0 0 20px;
}

.issues-container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.issues-container h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.issue {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}



.issue i {
    font-size: 22px;
    color: #065ebb;
    margin-right: 15px;
    min-width: 30px;
}

.issue p {
    font-size: 18px;
    margin: 0;
    font-weight: 200;
}

.conclusion {
    margin-top: 30px;
    font-size: 20px;
    color: #2d2d2d;
}

.consult-button {
    width: fit-content;
    margin-top: 25px;
    padding: 10px 20px;
    background-color: #065ebb;
    color: white;
    border-radius: 30px;
    cursor: grab;
    transition: background-color 0.3s ease-in-out;
}

.consult-button h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.consult-button:hover {
    background-color: black;
}


.tabs {
    padding-bottom: 2.25rem;
    padding-top: 2.5rem;
    /* background-color: #046672; */
    background-color: #0e4f58;
}

.issue p {
    color: #2d2d2d;
}

.p-large {
    color: #fff;
    font: 400 lrem/1.5rem;
    /* font-family: 'Oswald',sans-serif; */
}

.p-heading {
    margin-bottom: 1rem;
    text-align: center;
}

.tabs .nav-tabs {
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    justify-content: center;
    border-bottom: 0.1875rem solid #f1f1f8;
    /* border-bottom: 0.1875rem solid transparent; */
}

.tabs .nav-link {
    margin-bottom: -0.2rem;
    padding: 0.5rem 1.375rem 0.25rem 1.375rem;
    border: 0px;
    border-bottom: 0.1875rem solid #f1f1f8;
    border-radius: 0;
    color: #f1f1f8;
    font: 700 1rem/1.75rem;
    /* outline: none; */
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.5;
    height: 40px;
}

.tabs .nav-link.active,
.tabs .na-link:hover {
    border: 0px;
    border-bottom: 0.1875rem solid #00c9db;
    background-color: transparent;
    color: #00c9db;
    /* outline: none; */
}

.tabs .nav-link .fa {
    margin-right: 0.375rem;
    font-size: 1rem;
}

.tabs .card {
    border: 0px;
    background: transparent;
}

.tabs .card-body {
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */

}

.tabs .card-body .p {
    font-family: 'Roboto Condensed', sans-serif;


}

.tabs .card .card-icon, .tabs .card .card-icon1  {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #00c9db;
    text-align: center;
    vertical-align: top;
}

.tabs .card .card-icon .fa, .tabs .card .card-icon1 .fa {
    color: white;
    font-size: 2.5rem;
    line-height: 4.5rem;
}

.tabs .card.left-pane .text-wrapper {
    display: inline-block;
    width: 75%;
    text-align: right;
}

.tabs .card.left-pane .card-icon, .tabs .card.left-pane .card-icon1  {
    float: none;
    margin-right: 0;
    margin-left: 1rem;
}

.tabs img {
    display: block;
    margin: 0.3rem auto 3rem auto;
}

.tabs .card.right-pane .taxt-warpper {
    display: inline-block;
    width: 75%;
    margin-left: 1rem;
}

.tabs .card .card-icon, .tabs .card .card-icon1 {
    width: 4.5rem;
    height: 4.5rem;
}

.tabs .icon-cards-area .card {
    display: inline-block;
    width: 44%;
    margin-right: 2.5rem;
    vertical-align: top;
}

.tabs .card.left-pane .text-wrapper,
.tabs .card.right-pane .taxt-warpper {
    width: 68%;

}

.nav-tabs .nav-link {
    border: 0px;
}


.basic-2 {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
    color: #333;
    /* font-family: 'Roboto Condensed', sans-serif; */
}

.basic-2 img {
    margin-bottom: 3.5rem;
}

.basic-2 h3 {
    margin-bottom: 1.125rem;
}

.basic-2 .btn-solid-reg {
    margin-top: 0.5rem;

}

.basic-3 {
    padding-top: 3.5rem;
    padding-bottom: 7.5rem;
    color: #333;
}

.basic-3 .text-container {
    margin-bottom: 3.5rem;

}

.basic-3 h3 {
    margin-bottom: 1.125rem;

}

.basic-3 .btn-solid-reg {
    margin-top: 0.5rem;

}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    height: 2000px;
}

.why-heading {
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.reason-box {
    padding: 30px;
    transition: all 0.2s ease;
    border-radius: 20px;
    border: 2px solid transparent;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reason-box:hover {
    border: 2px solid lightblue;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ecf2fe;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 35px;
    color: rgb(12, 12, 146);
}

.reason-box h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}

.reason-box:hover .icon-circle {
    background-color: #a0bcf8;
}

.reason-box:hover h3 {
    color: rgb(52, 52, 180);
}

.parallax-setting {
    background-image: url(..//image/production2.png);
    padding: 150px 150px;
    background-attachment: fixed;
    /* opacity: 0.4; */
    background-color: rgba(9, 9, 9, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
}

.parallax-setting h2 {
    font-size: 45px;
    font-weight: 400;
    /* color: black; */
}

.contact {

    display: flex;
    justify-content: center;
}

.contact-btn {
    width: 200px;
    background: #00bcd4;
    padding: 14px 35px;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.contact-btn:hover {
    border: 2px solid #00bcd4;
    text-decoration: none;
    background: transparent;
}

.productivity-block {
    width: 60%;
    align-items: center;
    margin: 30px auto;

}

.productivity h1 {
    text-align: center;
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}

.case-section {
    display: flex;
    flex-direction: row;
    border-bottom: 2px dashed gray;
    padding: 15px;
}

.case-section h4,
.case-section p {
    color: #2d2d2d;
    margin-bottom: 5px;
}

.section-title {
    margin: 3rem 0;
    text-align: center;
    font-size: 2.5rem;
    color: black;
}

.product-showcase {
    padding: 80px 0;
    background: #f6f6f6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img,
.gallery-video {
    max-width: 100%;
    max-height: 260px;
    border-radius: 8px;
    object-fit: cover;
}

.flip-item {
    width: 420px;
}

.flip-item .item-inner {
    padding: 2rem;
    border: 1px solid #efefef;
    background: white;
}

.flip-item .source-profile {
    width: 80px;
    height: 80px;
}

.flip-item .source-info {
    font-size: 1rem;
    /* margin-right: 20px; */
    margin-left: 30px;
    color: #212b35;
}

.flipster--coverflow .flipster__item__content {
    -webkit-box-reflect: unset;
}

.flipster__button {
    width: 40px;
    height: 40px;
    margin-top: 3rem;
    background-color: #212b35;
    border-radius: 50%;
}

.flipster__button svg {
    width: 0.0875rem;
    stroke: white;
}

.flipster__button svg:hover {
    stroke: black;
}

.mb-3,
.mb-2 {
    color: #2d2d2d;
}

.faq-container {
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    letter-spacing: 1px;
    /* font-family: 'Roboto', sans-serif; */
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #007bff;
}

.faq-answer {
    display: none;
    padding: 10px 0 0 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.faq-answer ul {
    list-style: circle;
    margin-left: 20px;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.footer ul li a {
    font-size: 17px;
    color: #333;

}

.col-heading {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}



@media (max-width: 768px) {
    .left-column {
        display: flex;
        justify-content: center;
    }

    .tabs .nav-link {
        padding: 5px 10px;
    }

    .tabs .icon-cards-area .card {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    

    .left-column img {
        border-radius: 20px;
    }

    .content-box {
        flex-direction: column;
    }

    .right-column li {
        font-size: 16px;
    }

    .quote-box h1 {
        font-size: 20px;
    }
    .parallax-setting{
        padding: 10px;
    }
    .modal .modal-content {
        margin-top: 30%;
    }
    .productivity-block {
    width: 100%;
    align-items: center;
    margin: 30px auto;
}
.tabs .card .card-icon1{
        width: 110px;
        /* height: 60px; */
    }
}


@media (min-width: 992px) {
    .quote-box {
        position: absolute;
        top: 200px;
        left: 150px;
        width: 500px;
        margin: 0 0 20px 0;
    }

    .machine-img {
        position: relative;
        /* to contain the absolutely positioned .quote-box */
    }
}