/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}



:root {
	--yellow-color: #f16826;
	--green-color:  #222b29;
        --text-color: #535353;
}
/* #1B3738 */


.container-fluid {
    width: 95%;
}

section {
    padding: 60px 0;
   
}

body {
    margin: 0;
    padding: 0;
	 font-family: 'Outfit', sans-serif;
      overflow-x: hidden;
}
h1, h2, h3, h4, h5{
	 font-family: "Bricolage Grotesque", sans-serif;
}

a{
	text-decoration: none;
}




header {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 20px;
    z-index: 99;
    padding: 0 15px;
}
.top-header{
background-color: var(--green-color);
width: 100%;
padding: 12px 20px;
color: #fff;
border-radius: 10px;
}
.header-left p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}
.header-left p a {
    color: var(--yellow-color);
    margin-left: 15px;
    display: inline-flex;
    gap: 5px;
}
.header-left p a i {
    transform: rotate(320deg) !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-social a {
    color: #fff;
    font-size: 15px;
}
.header-social a i {
    color: var(--yellow-color);
    padding: 0 5px 0 10px;
    font-size: 16px;
}
.header-btn-box {
    background-color: var(--yellow-color);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}
.header-btn-box a{
	color: var(--green-color);
	font-weight: 600;
}

.logo-box {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 0 10px 15px;
}
.col-md-2.logo-box img {
    border-radius: 10px 0px 0px 10px;
}
.menu-box {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* banner-section */
/* .banner-section {
    background: url(images/banner.webp), linear-gradient(259deg, rgba(6, 47, 21, 0) 0%, rgb(0 0 0 / 82%) 96%);
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 180px 0 140px;
}
.banner-content span{
	font-size: 18px;
}
.banner-content h1 {
    font-size: 60px;
}
.banner-content h1 span{
	color: var(--yellow-color);
	font-size: 60px;
}
.banner-content p {
    font-size: 22px;
    max-width: 663px;
	margin-bottom: 25px;
}
.banner-btn {
    background-color: #fff;
    color: var(--green-color);
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
	display: inline-flex;
	border: 1px solid #fff;
    transition: all 0.3s !important;
}
.banner-btn:hover{
    background-color: transparent;
    color: #fff;
}
a.banner-btn i {
    transform: rotate(320deg) !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	padding-left: 5px;
}

.banner-btn-2{
	border: 2px solid #fff;
	padding: 18px 35px;
	font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
	color: #fff;
	margin-left: 10px;
    transition: all 0.3s !important;
}
.banner-btn-2:hover{
    background-color: #fff;
    color: var(--green-color);
} */
.banner{
    position: relative;
    padding: 0;
}
.banner-content {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
}
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 89%) 0%, rgb(0 0 0 / 50%) 50%, rgba(237, 221, 83, 0) 100%);
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .8;
    transition: opacity .15s ease;
}
.banner-content h1 {
    max-width: 750px;
    font-size: 50px;
}
.banner-content p {
    max-width: 600px;
    font-size: 18px;
    margin: 15px 0 25px;
}
.banner-btn {
    background-color: #fff;
    color: var(--green-color);
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
	display: inline-flex;
	border: 1px solid #fff;
    transition: all 0.3s !important;
}
.banner-btn:hover{
    background-color: transparent;
    color: #fff;
}
a.banner-btn i {
    transform: rotate(320deg) !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	padding-left: 5px;
}





/* feature-section */
.feature-section {
    padding: 0;
    margin-top: -100px !important;
    width: 95%;
    margin: auto;
    position: relative;
}
.feature-box {
    background-color: var(--green-color);
    padding: 20px 25px;
    border-radius: 10px;
    color: #fff;
}
.feature-box h4 {
    font-size: 20px;
}
.feature-box a{
	color: #fff;
}

.fbox-2{
	background-color: var(--yellow-color);
	color: var(--green-color);
}
.fbox-2 a{
	color: var(--green-color);
}

.fbox-3 {
    padding: 20px 25px;
    background-color: #F8F4CC;
    clip-path: polygon(calc(100% - 257.199px) 0px, calc(100% - 257.199px) 0px, calc(100% - 256.585579px) 0.023531323px, calc(100% - 255.979352px) 0.093471104px, calc(100% - 255.382773px) 0.208838061px, calc(100% - 254.798296px) 0.368650912px, calc(100% - 254.228375px) 0.571928375px, calc(100% - 253.675464px) 0.817689168px, calc(100% - 253.142017px) 1.104952009px, calc(100% - 252.630488px) 1.432735616px, calc(100% - 252.143331px) 1.800058707px, calc(100% - 251.683px) 2.20594px, calc(100% - 214.302px) 37.7941px, calc(100% - 214.302px) 37.7941px, calc(100% - 213.841669px) 38.1999775px, calc(100% - 213.354512px) 38.567296px, calc(100% - 212.842983px) 38.8950745px, calc(100% - 212.309536px) 39.182332px, calc(100% - 211.756625px) 39.4280875px, calc(100% - 211.186704px) 39.63136px, calc(100% - 210.602227px) 39.7911685px, calc(100% - 210.005648px) 39.906532px, calc(100% - 209.399421px) 39.9764695px, calc(100% - 208.786px) 40px, calc(100% - 8px) 40px, calc(100% - 8px) 40px, calc(100% - 6.7024259999999px) 40.1047059px, calc(100% - 5.4714879999998px) 40.4078432px, calc(100% - 4.323662px) 40.8929413px, calc(100% - 3.2754239999999px) 41.5435296px, calc(100% - 2.34325px) 42.3431375px, calc(100% - 1.543616px) 43.2752944px, calc(100% - 0.89299800000003px) 44.3235297px, calc(100% - 0.407872px) 45.4713728px, calc(100% - 0.10471399999994px) 46.7023531px, calc(100% - 0px) 48px, calc(100% - 0px) calc(100% - 8px), calc(100% - 0px) calc(100% - 8px), calc(100% - 0.10471400000006px) calc(100% - 6.7024259999999px), calc(100% - 0.40787199999988px) calc(100% - 5.4714879999999px), calc(100% - 0.89299800000003px) calc(100% - 4.323662px), calc(100% - 1.543616px) calc(100% - 3.275424px), calc(100% - 2.34325px) calc(100% - 2.34325px), calc(100% - 3.275424px) calc(100% - 1.543616px), calc(100% - 4.323662px) calc(100% - 0.89299799999998px), calc(100% - 5.4714879999999px) calc(100% - 0.407872px), calc(100% - 6.7024260000001px) calc(100% - 0.104714px), calc(100% - 8.0000000000001px) calc(100% - 0px), 7.99999px calc(100% - 0px), 7.99999px calc(100% - 0px), 6.70234824px calc(100% - 0.104714px), 5.47137152px calc(100% - 0.40787199999997px), 4.32353068px calc(100% - 0.89299800000001px), 3.27529656px calc(100% - 1.543616px), 2.34314px calc(100% - 2.34325px), 1.54353184px calc(100% - 3.275424px), 0.89294292px calc(100% - 4.323662px), 0.40784408px calc(100% - 5.471488px), 0.10470616px calc(100% - 6.702426px), 0px calc(100% - 8px), 0px 8px, 0px 8px, 0.10470644px 6.70235796px, 0.40784512px 5.47138048px, 0.89294508px 4.32353852px, 1.54353536px 3.27530304px, 2.343145px 2.343145px, 3.27530304px 1.54353536px, 4.32353852px 0.89294508px, 5.47138048px 0.40784512px, 6.70235796px 0.10470644px, 8px 0px, calc(100% - 257.199px) 0px);
	color: var(--green-color);
}
.fbox-3 h4{
	 font-size: 20px;
}
.fbox-3 a{
	color: var(--green-color);
}
.clients-box{
	position: absolute;
	bottom: 0px;
	right: 25px;
	display: flex;
}
a.key-btn {
    background-color: var(--yellow-color);
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--yellow-color);
}
.key-btn:hover{
    background-color: transparent;
    color: var(--yellow-color);
}
.circle-img {
    width: 150px;
    position: absolute;
    right: 60px;
    top: -41px;
    z-index: 99;
}
.key-icon-img {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 50px;
    opacity: 0.5;
}

/* about-section */
.about-content .small-heading{
	color: var(--green-color);
}
.about-content h2 {
    font-size: 45px;
    color: var(--green-color);
    line-height: 48px;
}
.about-content p{
	color: #7A7A7A;
}
.about-btn {
    display: inline-flex;
    background-color: var(--yellow-color);
    padding: 8px 8px 8px 20px;
    align-items: center;
    color: var(--green-color);
    border-radius: 50px;
    transition: all 0.3s !important;
}
.about-btn:hover{
    background-color: #000;
    color: var(--yellow-color);
}
.about-btn:hover.about-btn i{
     background-color: var(--yellow-color);
     color: #000;
}
a.about-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    color: var(--yellow-color);
    margin-left: 10px;
    font-size: 20px;
    transform: rotate(320deg) !important;
    transition: all 0.3s !important;
}
.about-counter h2 {
    color: var(--green-color);
}
.counter-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box h2 {
    font-size: 45px;
	color: var(--green-color);
}
.counter-box p {
    font-weight: 500;
    font-size: 17px;
}

.mission-box {
    background-color: var(--green-color);
    padding: 30px 25px;
    border-radius: 25px;
    color: #fff;
	height: 100%;
}
.mission-box h2 {
    color: var(--yellow-color);
    margin-bottom: 25px;
    font-size: 45px;
}

/* Marquee Section */
.marquee-section {
    background-color: var(--green-color);
    padding: 2rem 0;
    overflow: hidden;
    width: 90%;
    margin: auto;
    border-radius: 25px;
    margin-top: -120px;
    position: relative;
    border: 10px solid #fff;
    margin-bottom: 60px;
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    color: #FFF;
    font-size: 2rem;
    font-weight: 600;
    margin: 0px 2rem 0;
    display: flex;
    align-items: center;
}

.marquee-item i {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}




/* product section */
.myco-products-section {
    background-color: var(--green-color);
    color: #fff;
    position: relative;
    border-radius: 20px 20px 0 0;
    margin-top: 70px;
}

.myco-section-header {
    margin-bottom: 3rem;
}

.myco-badge-products {
    background: #fff;
    color: #222;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.myco-section-title {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    margin-top: 10px;
}

.myco-section-description {
    color: #fff;
    font-size: 45px;
}
.product-content{
    color: #ffffffb0;
}

.myco-product-card {
    background-color: var(--dark-color);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* height: 500px;  */
}

/* .myco-product-card:hover {
    transform: translateY(-5px);
} */

.myco-card-image-wrapper {
    position: relative;
    height: 100%;
}

.myco-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.myco-product-card:hover .myco-card-image {
    transform: scale(1.05);
}

.myco-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgb(0 0 0 / 12%) 50%);
    z-index: 1;
}

.myco-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
}

.myco-card-category-badge {
    background-color: var(--yellow-color);
    /* color: var(--dark-color); */
    padding: 0.25rem 0.75rem;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 3;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid var(--green-color);
}
span.myco-card-category-badge i {
    font-size: 25px;
    color: var(--green-color);
}
.myco-product-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.myco-product-short-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* .myco-custom-owl-nav {
            position: absolute;
            top: 0;
            right: 1.5rem;
            margin-top: -1rem; 
            z-index: 10;
        } */

.myco-products-section .owl-carousel .owl-nav {
    display: none;
}

.myco-owl-nav-btn {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.myco-owl-nav-btn:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
    border-color: var(--yellow-color);
}

.myco-card-content .owl-next,
.myco-card-content .owl-prev {
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
    font-size: 1.5rem;
    color: var(--dark-color);
    transition: color 0.2s ease;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 28%);
    border-radius: 50%;
}

.myco-card-content .owl-prev {
    right: 4rem;
}

@media (max-width: 992px) {
    .myco-section-title {
        font-size: 2.5rem;
    }

  .myco-section-description {
    font-size: 28px;
}

    .myco-custom-owl-nav {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        margin-top: 1rem;
    }

    .myco-products-section {
        padding: 3rem 0;
        overflow: unset;
    }
	.chaty-channels {
    display: none;
}
}
/* why choose */
.small-badge {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #fff;
    color: var(--green-color);
    border: 1px solid #0000005e;
    display: inline;
    align-items: center;
    justify-content: center;
}
.small-badge span {
    /* background-color: var(--yellow-color); */
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 6px solid var(--yellow-color);
    display: inline-flex;
    margin-right: 10px;
}

.why-heading {
    font-size: 55px;
    font-weight: 700;
    max-width: 650px;
    margin: auto;
    margin-top: 20px;
}
.why-1{
    position: relative;
    display: flex;
    justify-content: center;
}
.overlay-why {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000002e;
    border-radius: 20px;
}
.why-point-1 {
    position: absolute;
    bottom: 15px;
    padding: 30px 25px 45px 25px;
    color: #fff;
    background-color: #ffffff4d;
    backdrop-filter: blur(2px);
    width: 88%;
    margin: auto;
    border-radius: 20px;
}
.why-point-1 a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 42px;
    height: 42px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--yellow-color);
    color: var(--yellow-color);
    transform: rotate(320deg) !important;
}
.why-row-2 {
    background-color: #000000;
    border-radius: 20px;
    padding: 15px 0;
    color: #fff;
}
.card-2-img{
    border-radius: 20px;
}
.why-content-2 {
    padding: 20px;
}

.why-2{
    position: relative;
    display: flex;
    justify-content: center;
}
.why-point-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 15px;
    padding: 30px 25px 30px 25px;
    color: #fff;
    background-color: #ffffff4d;
    backdrop-filter: blur(2px);
    width: 88%;
    margin: auto;
    border-radius: 20px;
    align-items: center;
}
.why-point-2 a i {
    width: 42px;
    height: 42px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--yellow-color);
    color: var(--yellow-color);
    transform: rotate(320deg) !important;
}

/* pcd section */
.pcd-img-box {
    position: relative;
}
.pcd-img-box img {
    border-radius: 20px;
}
.tag-box {
    position: absolute;
    top: 0;
    width: 255px;
    right: 0;
    background-color: var(--yellow-color);
    padding: 20px;
    border-radius: 0px 20px 0px 20px;
}
.tag-box a {
    color: #000;
}
.pcd-content {
    padding-left: 30px;
}
.pcd-content h2 {
    font-size: 55px;
    font-weight: 600;
    margin-top: 15px;
    max-width: 487px;
}
.pcd-point-box {
    display: flex;
    align-items: center;
}
.icon-box-pcd i {
    width: 70px;
    height: 70px;
    background-color: var(--yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 18px;
    margin-right: 30px;
}
.pcd-point-1 p {
    color: #5F5F5F;
}


/* product section */
.product-heading {
    font-size: 55px;
    margin-top: 15px;
}
.row.product-row {
    align-items: center;
    border-bottom: 3px solid var(--yellow-color);
    padding-bottom: 15px;
}
.product-card {
    position: relative;
    display: flex;
    justify-content: center;
}
.product-name-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #ffffff4d;
    backdrop-filter: blur(2px);
    width: 88%;
    margin: auto;
    border-radius: 20px;
    align-items: center;
}
.product-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgb(0 0 0 / 12%) 50%);
}
.product-name-box a i {
    width: 42px;
    height: 42px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--yellow-color);
    color: var(--yellow-color);
    transform: rotate(320deg) !important;
}


/* manufacture section */
.manufacture-heading {
    font-size: 45px;
    max-width: 500px;
    margin-top: 15px;
}
.manufacture-content h5 {
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
    color: #1C2539;
}
.manu-point-1 p {
    margin-bottom: 0;
    color: #1C2539;
}
.manu-point-1 {
    display: flex;
    align-items: flex-end;
}
.manu-point-1 p {
    margin-bottom: 0;
}
.manu-point-1 img {
    width: 65px;
    margin-right: 10px;
}


/* testinomial section */
.testinomial-left {
    background-color: var(--green-color);
    padding: 30px;
    border-radius: 25px;
    height: 100%;
}
.test-small {
    display: inline;
    background-color: #ffffff3d;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
}
.testinomial-left h2 {
    color: #fff;
    margin: 35px 0;
    font-size: 45px;
    max-width: 423px;
}
.testinomial-left p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.testinomial-left {
    background-color: var(--green-color);
    padding: 50px 30px;
    border-radius: 25px;
}
.client-image-box img{
    width: 50px !important;
    border-radius: 50%;
}
.testinomial-owl {
    background-color: #1C2539;
    padding: 50px 30px;
    border-radius: 25px;
    color: #fff;
    height: 100%;
}
/* .testinomial-right {
    background-color: #1C2539;
    padding: 50px 30px;
    border-radius: 25px;
    color: #fff;
    height: 100%;
} */
.testinomial-right i {
    margin: 0 5px 0 0px;
    color: #ECB014;
}
.testinomial-right p {
    margin: 30px 0 40px;
    font-size: 18px;
}
.client-image-box p {
    margin: 0;
}
.client-image-box {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* contact section */
.contact-box {
    border-radius: 25px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #bfbfbf;
}
.contact-box img {
    border-radius: 25px 0 0 25px;
}
.contact-box-content {
    padding: 0 40px;
}
.contact-box-content p {
    font-size: 17px;
    margin-bottom: 25px;
}
.contact-box-content .form-control {
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    padding: 8px 10px;
}
.contact-box-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-flex;
    background-color: var(--yellow-color);
    padding: 10px 25px;
    align-items: center;
    border-radius: 50px;
    border: none;
}


/* blog-section */
.blog-card {
    border-radius: 25px;
}
.blog-content {
    padding: 20px 15px;
}
.blog-content span {
    color: #5D666F;
    padding: 0 20px 0 0;
    font-size: 18px;
}
.blog-content p {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #1C2539;
}
.blog-img-box {
    height: 300px;
    position: relative;
}
.blog-img-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 25px 25px;
}
.blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    background-color: #1C2539;
    padding: 3px 23px;
    border-radius: 15px;
}


/* footer */
.footer{
    padding: 60px 0;
    background-color: #000000;
}
.foote-logo-box{
    color: #fff;
}
.foote-logo-box h4 {
    margin: 15px 0;
}
ul.footer-social {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 25px;
}
ul.footer-social li a i {
    width: 30px;
    height: 30px;
    background-color: var(--yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 50%;
    border: 1px solid var(--yellow-color);
    transition: all 0.3s;
}
ul.footer-social li a i:hover{
    background-color: transparent;
    color: var(--yellow-color);
    
}
span.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: block;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.footer-links li a {
    line-height: 40px;
    color: #fff;
    transition: all 0.3s;
}
.footer-links li a:hover{
    color: var(--yellow-color);
}
.footer-links li a i {
    color: var(--yellow-color);
    margin-right: 10px;
}
.footer-contact-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.footer-contact-box i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow-color);
    border-radius: 50%;
    margin-right: 10px;
}
.footer-contact-box p {
    margin-bottom: 0;
    color: #5F5F5F;
}
.footer-contact-box a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}
.footer-contact-box a:hover{
    color: var(--yellow-color);
}
.bottom-footer {
    background-color: #000000;
    border-top: 2px solid #ddd;
    padding: 16px 0 0;
}

@media (max-width: 992px) {
    .container-fluid {
    width: 97%;
}
section{
    padding: 40px 0;
    overflow: hidden;
}
.top-header {
    display: none;
}
.menu-box {
    justify-content: end;
    padding-right: 15px;
}
.carousel-item img {
    height: 55vh !important;
    object-fit: cover;
}
.banner-content {
    top: 18%;
    left: 5%;
}
.banner-content h1 {
    font-size: 32px;
}
.banner-content h1 span {
    font-size: 32px;
}
.banner-section {
    background: url(images/banner.png), linear-gradient(259deg, rgba(6, 47, 21, 0) 0%, rgb(0 0 0 / 90%) 96%);
    background-position: left;
    padding: 110px 0 80px;
}
.banner-btn-2 {
   display: none;
}
.feature-section {
    margin-top: -40px !important;
}
.circle-img {
    display: none;
}
.fbox-2 {
    margin: 15px 0;
}
.fbox-3 {
   clip-path: unset;
   border-radius: 10px;
}
a.key-btn {
    display: none;
}
.about-content h2 {
    font-size: 28px;
    line-height: 36px;
}
.counter-box h2 {
    font-size: 35px;
}
.marquee-section {
    padding: 1rem 0;
    width: 95%;
    margin-top: -100px;
    border: 7px solid #fff;
    margin-bottom: 40px;
}
.marquee-item {
    font-size: 20px;
    font-weight: 500;
margin: 0px 1rem 0;
}
.product-content {
    margin-bottom: 0;
}
.why-heading {
    font-size: 28px;
}
.why-row-2 {
    margin: 25px 0 10px;
}
.why-content-2 {
    padding: 20px 10px;
}
.why-2 {
    margin-bottom: 25px;
}
.tag-box {
    bottom: 0;
    width: 224px;
    top: unset;
    right: 0;
    padding: 20px 15px;
    border-radius: 20px 0px 20px 0px;
}
.pcd-content {
    padding-left: 0;
    padding-top: 30px;
}
.pcd-content h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-heading {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.row.product-row {
    align-items: center;
    border-bottom: 0;
    padding-bottom: 25px;
}
.icon-box-pcd i {
    margin-right: 20px;
}
.manufacture-heading {
    font-size: 28px;
}
.manufacture-content {
    margin: 20px 0;
}
.testinomial-left {
    padding: 30px 20px;
}
.testinomial-left h2 {
    margin: 20px 0;
    font-size: 28px;
}
.testinomial-owl {
    padding: 30px 20px;
    height: 100%;
    margin-top: 25px;
}
.contact-box-content {
    padding: 40px 10px;
}

}



  #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
 
}
#sequence a:not(:last-child) {
    border-right: 1px solid #fffdfd;
}
#sequence {
    width: 100%;
    float: left;
    background: #222b29;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}

.contact-modal {
background-color: var(--green-color);
}
.contact-modal input.wpcf7-form-control.wpcf7-submit.has-spinner{
display: inline-flex;
    background-color: var(--yellow-color);
    padding: 10px 25px;
    align-items: center;
    border-radius: 50px;
    border: none;
}




/* Breadcrumb css */
.breadcrumb-section {
		background-color: var(--green-color);
		position: relative;
		padding: 170px 0 40px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		margin-bottom: 40px;
		border-bottom: 3px solid var(--yellow-color);
	}

	.breadcrumb-section .page-header-title {
		font-family: "Bricolage Grotesque", sans-serif;
		font-size: 2.2rem;
		font-weight: 700;
		color: #fff;
		margin: 0;
		line-height: 1.2;
	}


	.simple-breadcrumb-nav {
		font-size: 1rem;
		white-space: nowrap;
	}

	.simple-breadcrumb-nav a {
		color: #fff;
		font-weight: 500;
		transition: 0.4s !important;
	}

	.simple-breadcrumb-nav a:hover {
		color: var(--yellow-color);
		text-decoration: none;
	}

	.simple-breadcrumb-nav .separator {
		margin: 0 8px;
		color: #fff;
		opacity: 0.8;
	}

	.simple-breadcrumb-nav .current-page-title {
		color: #fff;
		font-weight: 600;
	}


	@media (max-width: 767.98px) {
	
		.breadcrumb-section {
			padding: 100px 0 20px;
		}

		.breadcrumb-section .page-header-title {
			font-size: 1.8rem;
			text-align: center;
			margin-bottom: 10px;
		}

		.col-md-4.text-end {
			text-align: center !important;
		}
        .page-section.bg-subtle {
    padding: 2rem 1rem !important;
}
	}



    /* inner pages */
    
/* inner pages */
.page-section {
    margin-bottom: 5rem;
}

.page-section h2,
.page-section h3 {
    font-weight: 700;
    color: var(--green-color);
    margin-bottom: 1.2rem;
    position: relative;
}

.page-section h2::after,
.page-section h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--yellow-color);
    margin-top: 10px;
    border-radius: 2px;
}

.page-section p {
    color: var(--text-color);
    line-height: 1.9;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* Subtle background section */
.page-section.bg-subtle {
    background: linear-gradient(135deg, #d3d3d3, #cfcfcf);
    padding: 3rem 2rem;
    border-radius: 14px;
    border: 1px solid var(--green-color);
}

/* Card style for last section */
.page-card {
    background: #f1682640;
    border-radius: 14px;
    padding: 1.8rem;
    transition: all 0.3s ease;
    height: 100%;
}

.page-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
}

.page-img {
    border-radius: 14px;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    object-fit: cover;
}

.text-custom-heading {
    color: #082772 !important;
}

.infrastructure-card {
    background-color: var(--color-card-bg);
    border: none;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.hero-header-bg {
    background: linear-gradient(180deg, var(--color-page-bg) 0%, var(--color-subtle-bg) 100%);
}

.list-header {
    background-color: var(--color-primary-dark);
    color: var(--color-light);
    padding: 1rem 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.list-header.accent-bg {
    background-color: #d15a2e;
    color: var(--color-light);
}

.machine-list-item {
    padding: 1.1rem 2rem;
    border-bottom: 1px solid var(--color-border-light);
    color: var(--color-primary-dark);
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: var(--color-card-bg);
}

.machine-list-item:hover {
    background-color: #f3f3f3;
    transform: none;
}

.machine-list-item:last-child {
    border-bottom: none;
}

.feature-icon-box-small {
    color: var(--color-light);
    background-color: #082772;
    border: 2px solid #082772;
    width: 55px;
    height: 55px;
    line-height: 51px;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 5px 15px rgba(8, 39, 114, 0.2);
}

.heading-accent-line {
    width: 60px;
    height: 3px;
    background-color: var(--color-accent);
    margin: 0.75rem auto 30px;
    border-radius: 3px;
}

.feature-card-title {
    color: #082772;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

