.main-menu ul li a {
    color: #000 !important;
}

header.main-header {
    position: relative;
    top: 0;
}

a.navbar-brand img {
    max-width: 160px;
}

.navbar {
    padding: 8px 0px;
    align-items: center;
}

.bg-section {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}

.hero-box {
    padding: 140px 0px;
    height: 90vh;
}

.hero::before {
    background: linear-gradient(to right, var(--primary-color) 0%, transparent 100%);
}

.hero-slider {
    position: relative;
}

.hero-slider::before {
    content: none;
}

.hero-slider .swiper,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    height: 100%;
}

.hero-slider .swiper-slide {
    overflow: hidden;
}

.hero-slide {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(44, 44, 44, 0.92) 0%, rgb(44 44 44 / 48%) 28%, rgb(44 44 44 / 0%) 100%);
    z-index: 1;
}

.hero-slider .container,
.hero-slider-controls {
    position: relative;
    z-index: 2;
}

.hero-slider .hero-content {
    max-width: 720px;
}

.hero-slider .section-title h3,
.hero-slider .section-title h1,
.hero-slider .section-title p {
    color: #fff;
}

.hero-slider .section-title p {
    max-width: 640px;
}

.hero-slider-controls {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    pointer-events: none;
}

.hero-slider-controls-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-slider-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 99px;
    background: #569514;
}

.hero-slider-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
}

.hero-slider-prev,
.hero-slider-next {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: rgb(255 255 255);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 28px;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--primary-color);
}

.btn-default {
    color: #ffffff;
}

.btn-default::before {
    filter: invert(1);
}

.btn-default.btn-border::before {
    filter: inherit;
}

.dark-section .section-title h3 {
    background: #ffffff;
    backdrop-filter: blur(10px);
    color: #000;
}

.hero-content .btn-default.btn-border {
    background: #0000002b;
    backdrop-filter: blur(10px);
    border-color: #ffffff33;
}

.hero-content {
    padding-right: 65px;
}

.section-title h1 {
    font-size: 48px;
}

.main-menu ul li a {
    padding: 12px !important;
}

.container {
    max-width: 1480px;
}

@media only screen and (max-width: 991px) {
    .hero-box {
        height: auto;
        min-height: 78vh;
        padding: 150px 0 120px;
    }

    .hero-content {
        padding-right: 0;
    }

    .hero-slider-controls {
        bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {

    .hero-slider .section-title h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-slider-controls-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-slider-prev,
    .hero-slider-next {
        width: 46px;
        height: 46px;
    }
}

.top-header {
    background: #569514;
    padding: 8px 0px;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-left p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.top-social {
    display: flex;
    gap: 14px;
}

.top-social a {
    color: var(--accent-color);
    background: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-social a:nth-child(3) iconify-icon {
    font-size: 12px;
}

.email-call {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.email-call a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.top-header .row {
    align-items: center;
}

.navbar .btn-default.btn-highlighted::after, .navbar .btn-default.btn-border::after {
    background-color: #2c893c;
}

.navbar .btn-default.btn-highlighted:hover, .navbar .btn-default.btn-border:hover {
    color: #fff;
}

.navbar .btn-default.btn-highlighted:hover:before {
    filter: invert(1);
}

.icon-box iconify-icon {
    color: #fff;
    font-size: 28px;
    position: relative;
    z-index: 9;
}

.about-us-gold {
    padding: 80px 0px 60px;
}

.satisfy-client-image.add-more iconify-icon {
    color: #fff;
}

.why-choose-info-content h3 {
    color: #fff;
}

.why-choose-info-box:hover .why-choose-info-content h3 {
    color: #fff;
}

/* .product-item {
    background-color: #ffffff;
    padding: 0;
} */
.product-item-img a figure img {
    aspect-ratio: inherit;
    height: 100%;
    object-fit: contain;
}

.intro-video-item-list {
    padding-top: 60px;
    margin-top: 130px;
}

.product-item {
    border: 1px solid #efe9d4;
    overflow: hidden;
    padding: 0;
}

.product-item-body {
    padding: 24px;
    background: #fff;
}

.product-item-img a figure {
    display: block;
    height: 260px;
}

.product-item-btn a.btn-default {
    width: 100%;
    text-align: left;
    font-weight: 500;
    padding: 15px 45px 15px 20px;
}

.product-item-content {
    text-align: left;
}

.product-item-content p, .post-item-content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item-content h2 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-choose-us {
    padding: 70px 0;
    background: linear-gradient(180deg, rgba(248, 246, 239, 0.6) 0%, rgba(255, 255, 255, 0.14) 100%);
}

.our-products {
    padding: 80px 0 80px 0px;
	background: #f8f8f8;
}

.product-grid-hidden {
    display: none;
}

.product-list-item {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.product-list-item.product-grid-animating {
    opacity: 0;
    transform: translateY(18px);
}

.product-toggle-wrap {
    text-align: center;
    margin-top: 20px;
}

.product-toggle-wrap .product-toggle-btn {
        min-width: 220px;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000;
    padding: 0;
    background: transparent;
    text-decoration: underline;
    font-size: 18px;
        display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 10px;
}
.product-toggle-wrap .product-toggle-btn iconify-icon {
    font-size: 26px;
}

.product-toggle-wrap .product-toggle-btn:hover:after{
    background-color: transparent !important;
    width: 0 !important;
}
.product-toggle-wrap .product-toggle-btn::before{
    display: none;
}

.product-toggle-wrap .product-toggle-btn:hover {
    transform: translateY(-2px);
}

.about-satisfy-client-content-gold {
    padding-top: 12px;
}

/************************************/
/***     11. How It Work css      ***/
/************************************/

.how-it-work {
    position: relative;
    background: var(--primary-color) url('../images/new-images/how-it-work-bg-1.svg') no-repeat;
    background-position: left top;
    background-size: contain;
    padding: 100px 0;
}

.how-it-work::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/new-images/how-it-work-bg-2.svg') no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.how-it-work .section-title p,
.how-it-work .section-title h2 span,
.how-it-work .section-title h2 {
    color: var(--white-color);
}

.how-work-circle-img {
    text-align: center;
}

.how-work-circle-img img {
    animation: workrotate 30s infinite linear;
}
.product-tab-item-content {
    max-width: 75%;
}

@keyframes workrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.how-work-process-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 1;
}

.how-work-item {
    width: calc(25% - 22.5px);
}

.work-process-no {
    position: relative;
    margin-bottom: 30px;
}

.work-process-no::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 0;
    transform: translateY(-50%);
    border: 1px dashed var(--dark-divider-color);
    width: 255px;
    height: 2px;
}

.how-work-item:last-child .work-process-no::before {
    display: none;
}

.work-process-no h3 {
    background-color: var(--accent-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--white-color);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.how-work-item:hover .work-process-no h3 {
    background-color: var(--white-color);
    color: var(--accent-color);
}

.work-process-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 20px;
}

.work-process-content p {
    color: var(--white-color);
    margin: 0;
}

.how-work-circle-img img {
    max-width: 180px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.how-it-work .section-title h3 {
    background: #fff;
}

.footer-logo img {
    max-width: 220px;
}

.footer-newsletter-box {
    height: auto;
    gap: 95px;
    margin-left: 55px;
}

.main-footer {
    padding: 70px 0 0px;
    margin: 0;
}

.footer-copyright-text {
    padding: 0px;
    margin-top: 0px;
    border: none;
}

.end-footers {
    padding: 30px 0px;
    margin-top: 40px;
    border-top: 1px solid var(--dark-divider-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.policy ul {
    display: flex;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.policy ul li a {
    color: #fff;
}

.footer-social-links ul li a:hover {
    color: #ffffff;
}

.contact-form .form-control {
    padding: 15px 22px;
}

textarea.form-control {
    height: 124px;
}

.contact-us-form {
    height: auto;
    padding: 35px 50px;
}

.contact-us-image figure {
    height: 625px;
}

.contact-us-image {
    height: auto;
}

.why-choose-image.makr-bgd {
    position: relative;
}

.why-choose-image.makr-bgd:before {
    height: 350px;
    width: 100%;
    background: #f4efde;
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.why-choose-image.makr-bgd figure {
    position: relative;
    z-index: 3;
    padding: 10px 10px 0px 10px;
}

.intro-video.bg-section.dark-section.pramotion-wrap {
    background-image: none !important;
    background: #ffffff !important;
    padding: 0;
}

.intro-video.bg-section.dark-section.pramotion-wrap:before {
    display: none;
}


.pramotionnal-slider {
    position: relative;
}

.pramotionnal-slider .swiper {
    overflow: hidden;
    border-radius: 24px;
}

.pramotionnal-img {
    padding: 0px 10px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pramotionnal-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.pramotionnal-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.pramotionnal-slider-pagination {
    display: none;
}

.pramotionnal-slider-prev,
.pramotionnal-slider-next {
    display: none;
}
.intro-video.bg-section.pramotion-wrap {
    padding: 80px 0px 60px 0px !important
}

.page-header.bg-section.dark-section.modern-bredcrams {
    background-image: url('../images/new-images/dark-section-bg-image.png') !important;
    padding: 60px 0px !important;
    padding: 60px 0px;
    background: #f2f2f2d6;
    border-top: 1px solid #dddddd8a;
}

.page-header.bg-section.dark-section.modern-bredcrams::before {
    display: none;
}

.page-header-box h1
 {
    font-size: 42px;
    color: #000000;
}
.page-header-box ol li.breadcrumb-item::before {
    display: none;
}

.page-header-box ol li.breadcrumb-item {
    color: #000;
}
.page-header-box ol li.breadcrumb-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-header-box ol li.breadcrumb-item a iconify-icon {
    font-size: 20px;
}
.page-header-box ol {
    padding-bottom: 6px;
}
.page-header-box p {
    max-width: 60%;
    margin: auto;
}

.about-us-footer-list ul {
    max-width: 1080px;
}
.about-us, .our-approach, .our-advantage {
    padding: 70px 0;
}
.approach-item {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0px;
    justify-content: space-between;
}
.approach-item-image {
    width: calc(52% - 15px);
}
.our-advantage-image.box-2 figure::before{
    display: none !important;
}
.our-products.product-pages {
    padding: 70px 0px;
}
.page-product-single {
    padding: 60px 0px;
}
.page-product-single .product-about-box {
    background: #fff;
    padding: 0;
}
.product-single-image {
    width: calc(40% - 30px);
    background-color: var(--secondary-color);
    border: 1px solid #efe9d4;
    border-radius: 12px;
    padding: 30px 0px;
}
.product-single-content{
    width: calc(60% - 30px);
}
.customer-rating-box {
    margin-bottom: 15px;
}
.customer-rating-box span {
    font-size: 16px;
    margin-left: 0;
}
.product-single-image figure img {
    aspect-ratio: 1 / 0.75;
}
.product-single-info {
    margin-top: 70px;
}
.product-tab-item-box h2 {
    font-size: 38px;
}
.page-contact-us.contact-us-pages {
    padding: 70px 0px;
}
.google-map {
    padding: 30px 0px 0px 0px;
}
.google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 400px;
    border-radius: 0;
}
.about-us.policy-page .section-title p {
    margin: 12px 0px;
}

.about-us.policy-page .section-title h2 {
    font-size: 42px;
}

.about-us.policy-page .section-title ul {
    margin: 0;
    padding: 0;
}

.about-us.policy-page .section-title ul li {
    line-height: 34px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #464646;
}

.about-us.policy-page .section-title ul li iconify-icon {
    color: #464646;
}

.about-us.policy-page .section-title {
    margin-bottom: 0;
}

.about-us.policy-page .section-title h4 {
    padding-top: 24px;
}
.about-us.policy-page {
    padding: 60px 0px;
}
.order-md-2 .about-us-item-gold:hover .about-us-item-header-gold .icon-box iconify-icon {
    color: #2c2c2c;
}
.pramotionnal-slider .swiper {
    border-radius: 0px;
}
.product-single-info {
    margin-top: 40px;
}


@media only screen and (max-width: 767px) {
    .pramotion-wrap {
        padding: 50px 0;
    }

    .pramotionnal-slider-controls {
        flex-direction: column;
        align-items: flex-start;
    }
}



@media (max-width: 767px) {
    .email-call {
        display: none;
    }

    .slicknav_icon .slicknav_icon-bar {
        background-color: #ffffff;
    }

    a.navbar-brand img {
        max-width: 148px;
    }

    .navbar {
        padding: 5px 0px;
    }

    .hero-box {
        padding: 110px 0px;
    }

    .hero-btn {
        gap: 10px;
    }

    .btn-default {
        font-size: 14px;
    }

    .hero-slide::before {
        background: linear-gradient(90deg, rgba(44, 44, 44, 0.92) 0%, rgb(44 44 44 / 84%) 28%, rgb(44 44 44 / 81%) 100%);
    }

    .hero-slider-navigation {
        display: none;
    }

    .hero-slider .hero-content .section-title h3 {
        margin-bottom: 26px;
    }

    .about-us-gold {
        padding: 40px 0px;
    }

    .pramotionnal-img img {
        border-radius: 10px;
    }

    .pramotionnal-img {
        padding: 0px 5px;
        height: auto;
    }

    .our-products {
        padding: 30px 0px 40px 0px;
    }

    .product-item {
        margin-bottom: 15px;
    }

    .how-work-circle-img {
        display: none;
    }

    .how-work-item {
        width: 100%;
    }

    .how-it-work {
        padding: 60px 0;
    }

    .contact-us-image figure {
        height: auto;
    }

    .contact-us-form {
        height: auto;
        padding: 24px 28px;
    }

    .main-footer {
        padding: 50px 0 0px;
    }

    .footer-newsletter-box {
        margin-left: 0;
        margin-top: 24px;
    }

    .hero-slider .section-title p {
        line-height: 28px;
    }

    .slicknav_nav .slicknav_row, .slicknav_nav li a {
        color: #ffffff;
    }

    .why-choose-nav ul {
        flex-wrap: wrap;
        gap: 20px 0px;
    }

    .why-choose-nav ul li {
        width: 50%;
    }

    .why-choose-nav ul li .nav-link {
        white-space: nowrap;
    }

    .end-footers {
        flex-wrap: wrap;
        gap: 15px 0px;
        margin-top: 20px;
    }
    .intro-video.bg-section.pramotion-wrap {
    padding: 40px 0px 30px 0px !important;
}
.why-choose-us {
    padding: 40px 0;
}
.page-header-box p {
    max-width: 100%;
    font-size: 15px;
}
.page-header.bg-section.dark-section.modern-bredcrams {
    padding: 34px 0px !important;
}
.page-header-box h1 {
    font-size: 28px;
}
.about-us, .our-approach, .our-advantage {
    padding: 40px 0;
}
    .about-us-image-2 {
        display: none;
    }
        .section-title h2 {
        line-height: 34px;
    }
    .about-us-footer-list ul {
    justify-content: flex-start;
}
.approach-item-image {
    width: 100%;
}
.approach-item {
    margin-bottom: 20px;
}

.our-advantage-image.box-3 {
    display: none;
}
.our-products.product-pages {
    padding: 40px 0px;
}
.page-product-single .product-about-box {
    display: block;
}
.page-product-single {
    padding: 40px 0px;
}
.product-single-image {
    width: 100%;
    margin-bottom: 30px;
}
.product-single-content {
    width: 100%;
}
.product-tab-item-box h2 {
    font-size: 26px;
}
.page-contact-us.contact-us-pages {
    padding: 40px 0px;
}
.about-us.policy-page .section-title h2 {
    font-size: 26px;
}
.about-us.policy-page {
    padding: 40px 0px;
}
.about-us.policy-page .section-title h4 {
    padding-top: 15px;
}
.about-us.policy-page .section-title p {
    margin: 10px 0px;
}
.about-us.policy-page .section-title ul li {
    line-height: 24px;
    align-items: self-start;
    padding-bottom: 12px;
}
.about-us.policy-page .section-title ul li iconify-icon {
    position: relative;
    top: 5px;
}
	.product-tab-item-content {
    max-width: 100%;
}

}