.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a,
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a ,
.feature-box-long i,.section-heading span,.section-heading span,.blog-grid-text ul li i,.top-bar-info li i,.blog-title-box span i

{
    color: #f6a41d!important;
}

.section-heading-line-left,.section-heading-line,.primary-button,footer h3:after,.footer-social-icons ul li:hover{
    background: #f6a41d!important;
}

.nav-brand {
    padding: 0 !important;
    max-width: 10%;
}
.primary-button{
    border-radius: 10px !important;
}
#breadcrumbs li, #breadcrumbs li a {
    color: #fff !important;
    font-size: 12px;
}
.form-control{
    border-radius: 10px !important;
    border: 1px solid  #956132 !important;
}
/* ================================
   Service Section
================================ */

.service-section {
    width: 100%;
    padding: 45px 0 55px;
    direction: rtl;
    background: #fff;
}

.service-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* Heading */
.green.btn{
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 13px;
}
#top-bar, footer,#breadcrumbs,
.section-heading-line-left, .section-heading-line, .primary-button, footer h3::after, .footer-social-icons ul li:hover,.green.btn {

 background: linear-gradient(to left, #40b377 0%, #0B532E 38%, #956132 100%) !important;
}
.service-heading {
    text-align: center;
    margin-bottom: 35px;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a, .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a, .feature-box-long i, .section-heading span, .section-heading span, .blog-grid-text ul li i, .top-bar-info li i, .blog-title-box span i
{color:#956132 !important; }

.service-heading span {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #956132;
}

.service-heading h2 {
    margin: 0;
    color: #182333;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 800;
}


/* Cards Container */

.service-cards {
    display: flex;
    gap: 18px;
    align-items: stretch;
}


/* Card */

.service-card {
    position: relative;
    flex: 1;
    min-height: 292px;

    padding: 32px 32px 28px;

    border-radius: 18px;

    overflow: hidden;

    color: #fff;

    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.10);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 25px 45px rgba(0, 0, 0, 0.15);
}


/* Green */

.service-green {
    background: linear-gradient(
        135deg,
        #168c61 0%,
        #20ad78 100%
    );
}


/* Orange */

.service-orange {
    background: linear-gradient(
        135deg,
        #956132 0%,
        #d8a677 100%
    );
}


/* Icon */

.service-icon {
    position: relative;
    z-index: 2;

    width: 62px;
    height: 62px;

    margin-right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 17px;

    background: rgba(255,255,255,0.08);

    font-size: 28px;

    color: #fff;
}


/* Content */

.service-content {
    position: relative;
    z-index: 2;

    margin-top: 22px;

    text-align: right;
}

.service-content h3 {
    margin: 0 0 13px;

    font-size: 20px;
    font-weight: 800;

    color: #fff;
}

.service-content p {
    margin: 0;

    max-width: 330px;

    font-size: 14px;
    font-weight: 500;

    line-height: 2;

    color: rgba(255,255,255,0.95);
}

.service-content a {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-top: 8px;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: gap 0.25s ease;
}

.service-content a:hover {
    color: #fff;
    gap: 11px;
}

.service-content a span {
    font-size: 17px;
}


/* Background Icon */

.service-bg-icon {
    position: absolute;

    left: -15px;
    bottom: -35px;

    width: 170px;
    height: 170px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 50%;

    color: rgba(255,255,255,0.10);

    font-size: 105px;

    transform: rotate(-8deg);
}

.service-bg-icon::after {
    content: "";

    position: absolute;

    width: 105px;
    height: 105px;

    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
}


/* =================================
   Tablet
================================= */

@media (max-width: 991px) {

    .service-container {
        width: 92%;
    }

    .service-cards {
        gap: 15px;
    }

    .service-card {
        padding: 25px;
        min-height: 285px;
    }

    .service-heading h2 {
        font-size: 29px;
    }

    .service-content h3 {
        font-size: 18px;
    }

    .service-content p {
        font-size: 13px;
    }
}


/* =================================
   Mobile
================================= */

@media (max-width: 767px) {

    .service-section {
        padding: 35px 0 45px;
    }

    .service-heading {
        margin-bottom: 25px;
    }

    .service-heading span {
        font-size: 13px;
    }

    .service-heading h2 {
        font-size: 25px;
    }

    .service-cards {
        flex-direction: column;
        gap: 15px;
    }

    .service-card {
        width: 100%;
        min-height: 270px;

        padding: 25px;
    }

    .service-icon {
        width: 57px;
        height: 57px;
    }

    .service-content h3 {
        font-size: 19px;
    }

    .service-content p {
        max-width: 100%;
    }
}
.aboutus-description {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.aboutus-description::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

.aboutus-description.expanded {
    max-height: none;
}

.aboutus-description.expanded::after {
    display: none;
}

.aboutus-toggle {
    display: block;
    margin: 15px auto 0;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
    background: #1ca06a;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    transition: 0.3s;
}

.aboutus-toggle:hover {
    opacity: 0.85;
}


.blockquote{
    border-right: 4px solid #f6a41d!important;
}
.up-side{
    display: none !important;
}
.icon-header{
    display: none;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open{
    padding-right: 5px !important;
}

.form .form-bordered .form-group{
    line-height: 3;
}

.form .form-bordered .form-group .control-label{
    font-size: 0.85rem !important;
}
#category-select{
    height: 45px !important;
}
#breadcrumbs{
    background: #223d6287;
    padding: 18px;
}
#breadcrumbs li, #breadcrumbs li a{
    color: #000000;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .top-bar-info li.contactus-phone{
        font-size: 10px !important;
    }
}

/* midslider / clients */
.section-clients {
    padding: 40px 0;
    overflow: hidden;
}

#clients.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#clients .item {
    text-align: center;
    padding: 10px;
}

#clients .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    min-height: 180px;
}

#clients .item img,
#clients .owl-item img {
    max-width: 100% !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}

#clients .item span {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
}

/* products carousel */
#owl-carousel-new {
    direction: rtl;
    padding: 8px 4px 28px;
    width: 100%;
}

#owl-carousel-new .owl-item {
    padding: 8px 8px 12px;
}

#owl-carousel-new .productitem,
#owl-carousel-new .productitem-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 340px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(22, 140, 97, 0.08);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    color: #4a5560 !important;
    box-shadow: 0 10px 28px rgba(24, 35, 51, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#owl-carousel-new .productitem-2:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 121, 22, 0.35);
    box-shadow: 0 18px 36px rgba(24, 35, 51, 0.14);
}

#owl-carousel-new .productitem-2 .image-box {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #f3f7f5 0%, #eef2f0 100%);
}

#owl-carousel-new .productitem-2 .image-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#owl-carousel-new .productitem-2:hover .image-box img {
    transform: scale(1.06);
}

#owl-carousel-new .product-off-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    min-width: 42px;
    height: 42px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #e87916 0%, #f59a32 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(232, 121, 22, 0.35);
}

#owl-carousel-new .productitem-2 .info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 16px;
    background: #fff;
    text-align: right;
}

#owl-carousel-new .productitem-3 .info-title-box {
    min-height: 58px;
}

#owl-carousel-new .productitem-3 .info-title-box .category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 6px !important;
    color: #168c61;
    font-size: 11px;
    font-weight: 700;
}

#owl-carousel-new .productitem-3 .info-title-box h6 {
    margin: 0;
    padding: 0;
    color: #182333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

#owl-carousel-new .productitem-2 .info-price-box {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #edf1ef;
}

#owl-carousel-new .productitem-2 .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

#owl-carousel-new .productitem-2 .old-price {
    color: #9aa3ad;
    font-size: 12px;
    text-decoration: line-through;
}

#owl-carousel-new .productitem-2 .price {
    color: #168c61;
    font-size: 15px;
    font-weight: 800;
}

#owl-carousel-new .productitem-2 .off-price {
    font-size: 11px;
    color: #fff;
    background: #e87916;
    padding: 2px 6px;
    border-radius: 5px;
}

#owl-carousel-new {
    position: relative;
}

#owl-carousel-new .owl-nav {
    margin: 0;
}

#owl-carousel-new .owl-nav button.owl-prev,
#owl-carousel-new .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50%;
    background: linear-gradient(135deg, #168c61 0%, #20ad78 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(22, 140, 97, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#owl-carousel-new .owl-nav button.owl-prev {
    right: -8px;
}

#owl-carousel-new .owl-nav button.owl-next {
    left: -8px;
}

#owl-carousel-new .owl-nav button.owl-prev:hover,
#owl-carousel-new .owl-nav button.owl-next:hover {
    background: linear-gradient(135deg, #e87916 0%, #f59a32 100%) !important;
    box-shadow: 0 12px 24px rgba(232, 121, 22, 0.32);
    transform: scale(1.06);
}

#owl-carousel-new .owl-nav button.owl-prev i,
#owl-carousel-new .owl-nav button.owl-next i {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

#owl-carousel-new .owl-nav button.disabled {
    opacity: 0.35;
    pointer-events: none;
}

#owl-carousel-new .owl-dots {
    margin-top: 18px;
}

#owl-carousel-new .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: #cfd8d3;
}

#owl-carousel-new .owl-dots .owl-dot.active span,
#owl-carousel-new .owl-dots .owl-dot:hover span {
    width: 22px;
    border-radius: 10px;
    background: #168c61;
}

#new_product {
    overflow: visible;
}

@media (max-width: 575px) {
    #clients .item img,
    #clients .owl-item img {
        max-height: 110px !important;
    }

    #owl-carousel-new .productitem,
    #owl-carousel-new .productitem-2 {
        min-height: 300px;
    }

    #owl-carousel-new .productitem-2 .image-box {
        height: 160px;
    }

    #owl-carousel-new .owl-nav button.owl-prev,
    #owl-carousel-new .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
        top: 38%;
    }

    #owl-carousel-new .owl-nav button.owl-prev {
        right: 0;
    }

    #owl-carousel-new .owl-nav button.owl-next {
        left: 0;
    }
}
