/*
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
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
:root {
    --ancient-color: #3b6335;
    --secondary-color: #3b6335;
    --ancient-bg-color: #3b6335;
    --heading-text-color: #2F2F2F;
    --dark-bg-color: #256453;
    --ancient-icon-color: #e8883b;
    --white-color: #ffffff;
    --secondary-dark-bg-color: #041624;
    --footer-highlight-color: #F87802;
    --transition-all: all 0.3s ease;
    --light-bg-color: #1D2F3D;
    --description-color: #898989;
    --light-bg-color-l: #F7F6F2;
    --golden-highlight-color: #ffc600;
    --black-color: #000000;
}
.global-btn {
    padding: 10px 20px;
    background: var(--ancient-bg-color);
    border-radius: 5px;
    border: 1px solid var(--ancient-color);
    color: var(--white-color);
    transition: var(--transition-all);
}
.global-btn:hover{
    background: transparent;
    text-decoration: none;
    color: var(--ancient-bg-color);
}
.container {
    max-width: 90% !important;
    margin: auto !important;
}

.menu-2 a {
    background: #2c642f;
    padding: 8px 28px;
    color: #fff;
    border-radius: 3px;
    float: right;
    box-shadow: 0 3px 16px rgb(143 143 143 / 50%);
    text-decoration: none;
}
div#mega-menu-wrap-primary {
    margin: 18px 0 0 0;
}
.menu-2 {
    margin: 18px 0 0 0;
}

/* button css */
.link-swipe {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  /* font-weight: bold; */
  border-radius: 5px;
  text-decoration: none;
  background: #e8883d;
  color: white;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
.tableless {
    margin: 40px 0 40px 0;
}
.tableless td {
    padding: 10px;
}
.tableless th {
    border: 1px solid #000;
    background: #3b6335;
    color: #fff;
    padding: 10px;
}
.ngg-gallery-thumbnail img {
    border: 1px solid #3b6335;
    border-radius: 7px;
}
.ngg-gallery-thumbnail {
    margin: 0 0 20px 0 !important;
}
.menu-2 a:hover {
    color:#e7883c;
    text-decoration: none;
}

.link-swipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border: 2px solid #e8883d;
  background: #fff;
  transition: left 0.4s ease;
  z-index: -1;
}

.link-swipe:hover::before {
  left: 0;
}

.link-swipe:hover {
  color: #e8883d;
  text-decoration: none;
}

/* button2 */
.link-swipe2 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  /* font-weight: bold; */
  border-radius: 5px;
  text-decoration: none;
  background: var(--ancient-bg-color);
  color: white;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.link-swipe2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border: 2px solid var(--ancient-bg-color);
  background: #fff;
  transition: left 0.4s ease;
  z-index: -1;
}

.link-swipe2:hover::before {
  left: 0;
}

.link-swipe2:hover {
  color: var(--ancient-bg-color);
  text-decoration: none;
}




section#bnner img {
    border-radius: 10px;
}
.navbar-scrolled {
    position: fixed !important;
    top: 0px;
    z-index: 1111;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
	padding: 0 0 0 0 !important;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: unset !important;
}
.navbar-scrolled img {
    width: 80% !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 11px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 10px 0 0 0 !important;
}
.imagination {
    position: absolute;
    top: 267px;
    left: 12%;
    background: linear-gradient(to right, #a05417 0%, #e88b40 50%, #e8883b 50%, #7b4415 100%) !important;
    color: #fff;
    padding: 55px;
    border-radius: 4px;
}
.carousel-control-next, .carousel-control-prev {
    top: 160px !important;
}
section#about-us {
    margin: 70px 0 !important;
}
.main-abt b {
    background: #3b6335;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 3.5px;
    font-weight: 700;
}
.main-abt h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0 35px 0;
}
.main-abt span {
    font-size: 35px;
    letter-spacing: 1px;
    margin: 0 0 0px 17px;
    background: #e8883d;
    padding: 10px;
    border-radius: 3px;
}
p {
    line-height: 30px;
    color: #656565;
    margin: 0 0 27px 0;
}
.inner-abt-btn a {
    background: #e7873c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    border: 1px solid #e7873c;
transition: 0.3s;
}
.inner-abt-btn a:hover{
    background: transparent;
      color: #e7873c;
      text-decoration: none;
}
.imaginer-images img {
    border-radius: 9px 9px 0px 0px;
}
.imagination p {
    color: #fff;
    max-width: 600px;
}

.inner-abt-test p {
    background: #3c6335ba !important;
    padding: 4px 92px !important;
    width: 100% !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
}
section.mission-vision {
    background: linear-gradient(to bottom, var(--light-bg-color-l) 50%, #ffc08d 50%);
    position: relative;
    padding: 60px 0;
}

section.mission-vision .content-main {
    background: var(--white-color);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}
section.mission-vision .content-main img{
	border-radius: 15px;
}
section.mission-vision .main-head {
    font-size: 27px;
    margin: 10px 0 10px 0;
    font-weight: 600;
}
section.mission-vision .desc {
    font-size: 16px;
    margin-bottom: 20px;
}
section.services {
    position: relative;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}
section.services .main-heading {
    margin-bottom: 20px;
}
.service-content.aos-init.aos-animate:hover p {
    color: #fff;
    transition: 0.5s ease-in-out;
}
section.services .into-head {
    font-weight: 500;
    color: var(--ancient-color);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.services .service-img img {
    vertical-align: top;
    object-fit: cover;
    background-repeat: no-repeat;
}

section.services .service-number {
    font-size: 62px;
    margin: 0 0 30px 0;
    font-weight: 600;
    color: var(--ancient-color);
}

section.services .service-heading {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
}

section.services .service-desc {
    font-weight: 400;
    letter-spacing: .3px;
}

.service-btn {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--heading-text-color);
    transition: var(--transition-all);
}

section.services .service-btn i {
    color:var(--ancient-color);
}

section.services .service-btn:hover i {
    margin-left: 5px;
}
section.services .service-content{
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1rem 1.2rem 1.5rem;
    transition: var(--transition-all);
}
section.services .service-content:hover {
    background-color: var(--dark-bg-color);
    color: var(--white-color);
    transform: translatey(-10px);
    -moz-box-shadow: 5px 5px 15px rgba(20,39,6,.1);
    -webkit-box-shadow: 5px 5px 15px rgba(20,39,6,.1);
    box-shadow: 5px 5px 15px rgba(20,39,6,.1);

}
section.services .service-content:hover .service-btn{
    color: var(--white-color);
}
section.services .service-content:hover i {
    margin-left: 5px;
}
section.services .service-content:hover i, 
section.services .service-content:hover .service-number{
    color: var(--golden-highlight-color);
}

.benefit {
	background: url(images/benefit-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 0 0;
}
.benefitss {
    background: #081347f2;
    padding: 20px 50px 30px 50px;
    margin: 50px 0 -150px 0;
    width: 100%;
    float: left;
}
.benefitss h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 10px;
}
.benefitss p {
    color: #fff !important;
}
.benefitss p {
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.benefitss .media-body h5 {
	margin: 0 !important;
	padding: 20px 0 0 0;
	font-weight: 500;
	color: #fff;
}
.more {
    background: #ff9f00;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    float: right;
    width: auto;
    text-decoration: none !important;
    border-radius: 6px;
    margin-top: 40px;
}
.benefit {
    background: url(images/bottle-medicine-bottle-medicine_1086760-234326.jpg) rgb(255 129 8 / 50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 100px 0;
    background-blend-mode: multiply;
}
.benefitss {
    background: #3b6335;
    padding: 20px 50px 30px 50px;
    margin: 50px 0 -150px 0;
    width: 100%;
    float: left;
}
.benefitss h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}
.benefitss p {
    color: #fff !important;
}
.more {
    background: #ff9f00;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    float: right;
    width: auto;
    text-decoration: none !important;
    border-radius: 6px;
    margin-top: 40px;
}
/* section what-make-us */
section.what-make-us .image-with-content-container {
    position: relative;
    margin-bottom: 40px;
}
section.what-make-us .into-head {
    font-weight: 500;
    color: var(--ancient-color);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.what-make-us .featured-image-wrapper {
    position: relative;
    border-radius: 5px 5px 0 0;
}

section.what-make-us .featured-image {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: 100% 20%;
    max-height: 98px;
}

section.what-make-us .overlap-icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background:var(--ancient-icon-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border: 3px solid #f8f9fa;
    transition: all 0.3s ease;
}

section.what-make-us .overlap-icon:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

section.what-make-us .overlap-icon i {
    font-size: 20px;
    color: var(--white-color);
}

section.what-make-us .white-content-box {
    background:var(--white-color);
    padding: 7px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

section.what-make-us .content-title {
    margin: 15px 0 0;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
section.counter {
    background-color: var(--light-bg-color-l);
    padding: 40px 0;
}
section.counter .counter-main-heading {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
section.counter .count {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
	color: var(--ancient-color);
	text-align: center;
}
section.counter .counter-heading {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

   /* test */
        
        .testimonials-section {
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            width: 100%;
            overflow: hidden;
           padding: 60px 0;
        }
        .testimonials-content {
            padding: 50px;
      
        }

        .section-tag {
            font-size: 14px;
            color: #667085;
            font-weight: 500;
            margin-bottom: 10px;
        }

       .section-tag h2 {
            font-size: 35px;
            color: #101828;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .rating {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .rating .stars {
            color: #F79009;
            font-size: 18px;
            margin-right: 8px;
            letter-spacing: 2px;
        }

        .rating p {
            font-size: 14px;
            color: #475467;
            margin: 0;
            font-weight: 500;
        }
.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #475467;
    margin-bottom: 30px;
    flex-grow: 1;
}
        .customer-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
            position: relative;
        }

        .customer-avatar {
            width: 64px !important;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 18px;
            border: 3px solid #F2F4F7;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .customer-name {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    margin: 0;
}
        .customer-title {
            font-size: 15px;
            color: #667085;
            margin: 0;
            font-weight: 400;
        }

        .carousel-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    bottom: 62px;
    z-index: 999;
}

        .carousel-navigation button {
            background-color: #F2F4F7;
            border: 1px solid #EAECF0;
            border-radius: 50%;
            width: 56px;
            height: 56px;
            font-size: 26px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
            color: #475467;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }

        .carousel-navigation button:hover {
            background-color: #E4E7EC;
            border-color: #D0D5DD;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .testimonials-image {
            position: relative;
            overflow: hidden;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .testimonials-image .main-image {
            width: 100%;
            /* height: 100%; */
            object-fit: cover;
            display: block;
            border-radius: 25px;
        }

        .owl-carousel .owl-stage-outer {
            padding: 0;
        }
        .owl-carousel .owl-item {
            display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
        }

        @media (max-width: 992px) {
            .testimonials-image {
                height: 350px;
                border-radius: 15px 15px 0 0;
            }

            .testimonials-section {
                border-radius: 15px;
            }

            .testimonials-content {
                padding: 40px;
            }

            h2 {
                font-size: 32px;
            }

            .testimonial-text {
                font-size: 17px;
            }

            .carousel-navigation {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 15px;
            }

            .testimonials-section {
                box-shadow: none;
                border-radius: 0;
            }
            .carousel-navigation{
                position: unset;
            }

            .testimonials-content {
                padding: 30px;
            }

            h2 {
                font-size: 28px;
            }

            .rating p {
                font-size: 15px;
            }

            .customer-avatar {
                width: 56px;
                height: 56px;
            }

            .customer-name {
                font-size: 17px;
            }

            .customer-title {
                font-size: 14px;
            }

            .carousel-navigation button {
                width: 50px;
                height: 50px;
                font-size: 22px;
            }
        }

        @media (max-width: 480px) {
            .testimonials-content {
                padding: 20px;
            }

            h2 {
                font-size: 24px;
            }

            .testimonial-text {
                font-size: 16px;
            }

            .testimonials-image {
                height: 250px;
            }
        }



section.testimonials {
    position: relative;
    padding: 60px 0;
}

section.testimonials .top-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #44623a;
}

section.testimonials .testimonial-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

section.testimonials .testimonial-marquee::before,
section.testimonials .testimonial-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px; /* Adjust width as needed */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

section.testimonials .testimonial-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

section.testimonials .testimonial-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

section.testimonials .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

section.testimonials .testimonial-marquee:hover .marquee-content {
    animation-play-state: paused;
}

section.testimonials .deensimc-tes-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-height: 100%;
    padding: 0 15px;
}

section.testimonials .deensimc-tes-main {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 370px;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
}

section.testimonials .deensimc-tes-main blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #e7e7e7;
    padding: 30px 50px 65px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: none;
}

section.testimonials .contents-wrapper {
    position: relative;
}

section.testimonials .quote-left {
    position: absolute;
    transform: translate(-110%, -50%);
    z-index: 1;
    font-size: 40px;
    color: #BBBBBB;
    opacity: 1;
}

section.testimonials .quote-right {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    font-size: 40px;
    color: #BBBBBB;
    opacity: 1;
}

section.testimonials .deensimc-contents {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1F1C46;
    display: block;
}

section.testimonials .deensimc-toggle {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1F1C46;
    display: inline-block;
    margin-top: 10px;
}

section.testimonials .deensimc-tes-author {
    padding: 0 15px;
    margin-top: -20px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

section.testimonials .deensimc-tes-author img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    z-index: 1;
    position: relative;
    border-style: none;
}

section.testimonials .deensimc-tes-heading {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    color: #000000;
}

section.testimonials .deensimc-tes-name {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

section.testimonials .deensimc-tes-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    display: block;
}

section.testimonials .deensimc-tes-ratings {
    padding: 10px 0;
}

section.testimonials .deensimc-tes-icons {
    color: #FFD700;
    margin-right: 6px;
}

section.testimonials .deensimc-tes-review-text {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.product-showcase-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-showcase-section .section-header {
    padding-right: 30px;
}

.product-showcase-section .top-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-showcase-section .product-icons span {
    font-size: 20px;
    border: 2px solid var(--dark-bg-color);
    color: var(--dark-bg-color);
    border-radius: 50%;
    padding: 5px;
}

.product-showcase-section .description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.product-showcase-section .spacer {
    height: 15px;
    width: 100%;
    display: block;
}

.product-showcase-section .button-spacer {
    height: 25px;
    width: 100%;
    display: block;
}

.product-showcase-section .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2e7d32;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-showcase-section .cta-button:hover {
    background-color: var(--dark-bg-color);
    transform: translateY(-2px);
}

.product-showcase-section .product-carousel {
    position: relative;
}

.product-showcase-section .product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.product-showcase-section .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-showcase-section .product-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 35px;
    z-index: 10;
}

.product-showcase-section .product-badge img {
    width: 100%;
    height: auto;
}

.product-showcase-section .product-image {
    text-align: center;
}

.product-showcase-section .product-image img {
    max-height: 180px;
    width: auto;
    margin: 0 auto;
}

.product-showcase-section .product-details {
    padding: 20px;
    background: #fff;
}

.product-showcase-section .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.product-showcase-section .product-code {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-showcase-section .product-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.product-showcase-section .product-icons li {
    margin-right: 10px;
}

.product-showcase-section .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.product-showcase-section .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-radius: 50% !important;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.product-showcase-section .owl-nav button:hover {
    background: #e0e0e0 !important;
}

.product-showcase-section .owl-nav button i {
    font-size: 18px;
    color: #333;
}

.product-showcase-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}
section#contact-form {
    background: url(./images/kontakt_8x3.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.former-form b{
    color: var(--ancient-color);
    margin-bottom: 20px;
}
.former-form h4{
    margin-bottom: 30px;
}
.product-showcase-section .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
}
.wpcf7-submit{
        width: 100% !important;
    background-color: #db8d4c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 14px;
}
.form-control:focus {
    border-color: #db8d4c !important;
    box-shadow: 0 0 0 0.25rem rgba(212, 116, 25, 0.25) !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.product-showcase-section .owl-dots button.owl-dot.active {
    background: var(--dark-bg-color) !important;
    transform: scale(1.2);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
section.cta {
    position: relative;
    padding: 20px 0;
    background: #db8d4c;
}
section.cta .global-btn:hover i{
	margin-right: 5px;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	   section.testimonials .deensimc-tes-main blockquote {
        padding: 30px 30px 65px 30px;
    }

    section.testimonials .quote-left {
        font-size: 32px;
        transform: translate(-120%, -50%);
    }

    section.testimonials .quote-right {
        font-size: 32px;
    }
	 section.counter .counter-heading {
        font-size: 18px;
    }
	   section.mission-vision .content-main {
        margin-bottom: 20px;
    }
	   section.what-make-us .content {
        margin-bottom: 20px;
    }
    section.what-make-us .overlap-icon {
        width: 40px;
        height: 40px;
        bottom: -15px;
    }

    section.what-make-us .overlap-icon i {
        font-size: 16px;
    }

    section.what-make-us .white-content-box {
        padding: 10px;
    }
    section.what-make-us .featured-image {
        max-height: 200px;
    }
	    .product-showcase-section .product-showcase-section {
        padding: 50px 0;
    }

    .product-showcase-section .main-heading {
        font-size: 26px;
    }
}
@media  (min-width: 767px) and (max-width: 1366px) {
div#mega-menu-wrap-primary ul li a {
    font-size: 13px !important;
    padding: 0 10px 0px 10px !important;
}
div#mega-menu-wrap-primary {
    margin: 8px 0 0 0 !important;
}
.menu-2 {
    margin: 6px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 2px 0 0 0 !important;
}
.navbar-scrolled .menu-2 a {
    padding: 5px 25px !important;
    font-size: 11px !important;
}
}
@media  (min-width: 1366px) and (max-width: 1600px) {
div#mega-menu-wrap-primary {
    margin: 14px 0 0 0 !important;
}

.inner-abt-test p {
    background: #3c6335ba !important;
    padding: 4px 92px !important;
    width: 100% !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
}

.menu-2 {
    margin: 13px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 7px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 7px 0 0 0 !important;
}
}
@media  (min-width: 1600px) and (max-width: 1920px) {
div#mega-menu-wrap-primary {
    margin: 18px 0 0 0 !important;
}
.menu-2 {
    margin: 17px 0 0 0 !important;
}
}
@keyframes Moveleftright {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 15px;
    }
}


.news-area {
            padding: 50px 0;
            background-color: #f0f2f5;
            width: 100%;
        }
        .news-area .container-fluid{
            width: 85%;
        }

        .header-content {
            text-align: center;
            margin-bottom: 50px;
        }

        .header-tag {
    font-size: 14px;
    color: #667085;
    font-weight: 500;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

        .header-content i {
            color: #db8d4c;
            font-size: 20px;
        }

      .header-content h2 {
            font-size: 38px;
            color: #101828;
            line-height: 1.2;
            margin-bottom: 15px;
        }

       .header-description {
    font-size: 13px;
    color: #475467;
    max-width: 711px;
    margin: 0 auto;
    line-height: 1.6;
}

        .article-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-bottom: 6px solid #DADEE2;
        }

        .article-card-image {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .article-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 20px;
        }

        .date-label {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #db8d4c;
            color: #fff;
            padding: 10px 15px;
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.2;
        }

        .date-label .day-num {
            font-size: 24px;
            font-weight: 700;
            display: block;
        }

        .article-card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .article-card-info {
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    z-index: 999;
    bottom: -4px;
    left: 15px;
}

        .article-card-info i {
            font-size: 12px;
        }

        .article-card-heading {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 15px;
    line-height: 1.8;
}

       .article-card-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}
.read-more-link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

        .read-more-link:hover {
            color: #08243C;
        }

        .read-more-link i {
            transition: transform 0.3s ease;
        }

        .read-more-link:hover i {
            transform: translateX(5px);
        }

        @media (max-width: 991.98px) {
            .header-content {
                margin-bottom: 40px;
            }
            h2 {
                font-size: 32px;
            }
            .header-description {
                font-size: 15px;
            }
            .article-card-image {
                height: 180px;
            }
            .article-card-content {
                padding: 20px;
            }
            .article-card-heading {
                font-size: 18px;
            }
            .article-card-summary {
                font-size: 14px;
            }
        }

        @media (max-width: 767.98px) {
            .news-area {
                padding: 40px 0;
            }
            .header-content {
                margin-bottom: 30px;
            }
            h2 {
                font-size: 28px;
            }
            .header-description {
                font-size: 14px;
            }
            .article-card-image {
                height: 160px;
            }
            .date-label {
                padding: 8px 12px;
                font-size: 12px;
            }
            .date-label .day-num {
                font-size: 20px;
            }
            .article-card-content {
                padding: 15px;
            }
            .article-card-heading {
                font-size: 17px;
            }
            .article-card-summary {
                font-size: 13px;
            }
            .read-more-link {
                font-size: 14px;
            }
        }

        @media (max-width: 575.98px) {
        body {
    padding: 0px;
}
            .news-area {
                padding: 30px 0;
            }
            h2 {
                font-size: 24px;
            }
            .header-description {
                font-size: 13px;
            }
            .article-card-image {
                height: 200px;
            }
            .article-card {
                margin-bottom: 20px;
            }
        }

/* Faq section */

.faq-section {
		background-color: #ffffff;
		padding: 50px 0;
		border-radius: 15px;
	}

	.faq-description {
            color: #555;
            text-align: center;
            margin-bottom: 40px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }
	.faq-image-container {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 20px;
	}

	.faq-image {
		max-width: 100%;
		height: auto;
		border-radius: 15px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		transition: transform 0.3s ease-in-out;
	}

	.faq-image:hover {
		transform: translateY(-5px);
	}

	.faq-title {
		font-size: 1.5rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
	text-align: center;
	}

	


.faq-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #db8d4c 0%, var(--ancient-color) 100%);
    border-radius: 3px;
}

.faq-section .faq-title span {
    color: #db8d4c;
}

	.accordion-item {
		margin-bottom: 15px;
		border: none;
		border-radius: 12px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.accordion-item:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	}

	.accordion-button {
		background-color: #f8f9fa;
		color: var(--black-color);
		font-weight: 600;
        font-size: 16px;
		padding: 20px 25px;
		border-radius: 12px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		transition: all 0.3s ease;
		box-shadow: none !important;
        width: 100%;
        text-align: left !important;
        display: flex;
	}

	.accordion-button:not(.collapsed) {
		background-color: #db8d4c;
		color: #ffffff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.accordion-button:focus {
		outline: none;
		box-shadow: 0 0 0 0.25rem rgba(#db8d4c, 0.25) !important;
	}

	.accordion-button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338355F'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

	.accordion-body {
		padding: 25px;
		background-color: #ffffff;
		color: #38355F;
		line-height: 1.6;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}

	@media (max-width: 991.98px) {
        .accordion-button{
            padding: 0;
        }
		.faq-image-container {
			margin-bottom: 30px;
			height: auto;
            padding: 0;
		}

		.faq-image {
			max-height: 300px;
			object-fit: contain;
		}
    }


        /* footer */
        
        .footer-section {
            color: #fff;
            margin-top: auto; 
        }
        .footer-main-box{
            background-color: #3b6335; 
            width: 98%;
            margin: auto;
            padding: 60px 0;
            border-radius: 15px 15px; 


        }

        .footer-logo-col {
            padding-right: 30px; 
        }

      

        .footer-logo img {
            height: 100px; 
            margin-right: 10px;
        }

        .footer-logo-text {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
        }

        .footer-logo-subtext {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            margin-top: -5px;
        }

        .footer-description {
            font-size: 15px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            margin: 30px 0;
        }

        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            transition: background-color 0.3s ease;
        }

        .social-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff; 
        }

        .footer-links-col h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #fff;
        }

        .footer-links-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links-col ul li {
            margin-bottom: 15px;
        }

        .footer-links-col ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

        .footer-links-col ul li a:hover {
            color: #fff;
        }

        .contact-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            color: #333;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .contact-card h5 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #101828;
        }

        .contact-info p {
            font-size: 15px;
            line-height: 1.6;
            color: #475467;
            margin-bottom: 10px;
        }
        .contact-info p a{
            color: #475467;
            font-size: 14px;
        }

        .contact-info strong {
            color: #101828;
        }

        .emergency-number {
            font-size: 17px;
            font-weight: 700;
            color: #101828;
            margin-top: 20px;
            margin-bottom: 25px;
        }

    .appointment-btn {
    background-color: #4EAB29;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

        .appointment-btn:hover {
            background-color: #219d52; 
            color: #fff;
        }

        .footer-bottom {
            padding-top: 30px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: var(--white-color) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #66A940;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}

        /* Responsive Adjustments */
        @media (max-width: 991.98px) {
            .footer-content {
                padding-bottom: 30px;
            }
            .footer-logo-col,
            .footer-links-col {
                margin-bottom: 40px; /* Space between stacked columns */
            }
            .footer-logo-col {
                padding-right: 15px; /* Adjust padding */
            }
            .contact-card {
                margin-top: 20px; /* Space above contact card when stacked */
            }
            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
        }

        @media (max-width: 767.98px) {
            .footer-section {
                padding: 40px 0;
                border-radius: 0; /* No border radius on small screens */
            }
            .footer-content {
                padding-bottom: 20px;
            }
            .footer-links-col h5 {
                margin-bottom: 15px;
            }
            .footer-links-col ul li {
                margin-bottom: 10px;
            }
            .contact-card {
                padding: 25px;
            }
            .emergency-number {
                font-size: 18px;
            }
            .appointment-btn {
                width: 100%; /* Full width button on small screens */
                justify-content: center;
            }
        }

        @media (max-width: 575.98px) {
            .footer-section {
                padding: 30px 0;
            }
            .footer-logo-col,
            .footer-links-col {
                margin-bottom: 30px;
            }
            .footer-logo-text {
                font-size: 20px;
            }
            .footer-description {
                font-size: 14px;
            }
            .social-icon {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            .contact-card h5 {
                font-size: 18px;
            }
            .contact-info p {
                font-size: 14px;
            }
        }


        /* inner pages */
        /* Breadcrumb css */
.page-breadcrumb {
		background: linear-gradient(135deg, #db8d4c 0%, var(--ancient-color) 100%);
		padding: 40px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}

        
.page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Headings and Typography */
.page-title {
    color: #3C8453;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    color: #F7882C;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

/* Content Sections */
.content-section {
    padding: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}
@media (max-width: 768px) {
.directors-message .page-title {
    font-size: 1.8rem;
}
 .nutra-manufacturing .page-title{
        font-size: 1.5rem;
    }
    .nutra-marketing .page-title {
    font-size: 1.5rem;
}
.content-grid{
    gap: 0;
}
}
@media (min-width: 768px) {
    .about-content-grid{
        grid-template-columns: 1fr 1fr;
    }
    .content-grid {
        /* grid-template-columns: 1fr 1fr; */
    }
    .content-grid.reverse-grid {
        /* grid-template-columns: 1fr 1fr; */
    }
    .content-grid.reverse-grid .text-content {
        order: 2;
    }
    .content-grid.reverse-grid .image-content {
        order: 1;
    }
}

.text-content {
    padding: 20px 0;
}

.image-content {
    text-align: center;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Specific Section Styles */
.about-us .page-title { color: #3C8453; }
.directors-message .page-title { color: #F7882C; }
.mission-values .page-title { color: #21212B; }
.quality-assurance .page-title { color: #F7882C; }
.nutra-marketing .page-title { color: #3C8453; }
.nutra-manufacturing .page-title { color: #21212B; }
.services .page-title { color: #3C8453; }
.contact-info .page-title { color: #F7882C; }

/* Lists */
.values-list, .services-list {
    list-style-type: none;
    padding: 0;
}

.values-list li {
    background-color: #f0f0f0;
    padding: 15px;
    border-left: 5px solid #F7882C;
    margin-bottom: 10px;
    border-radius: 5px;
}

.services-list {
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .services-list {
        grid-template-columns: repeat(3, 1fr);
    }
   
}

.service-item {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-item h3 {
    color: #3C8453;
}

.mt-4 {
    margin-top: 2rem;
}

/* Contact Section */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
    
}

.contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-details strong {
    color: #F7882C;
}

.contact-map .content-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}


    /* quality */
     /* quality page */
        .qa-approach-container {
            background-color: #ffffff;
            border-radius: 25px;
            margin-bottom: 60px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
        }

        .qa-approach-container .approach-main-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

        .qa-approach-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 15px;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .qa-approach-item:hover {
            background-color: #f8f8f8;
            transform: translateY(-5px);
        }

        .qa-approach-item .approach-icon {
            font-size: 3rem;
            color: #F6872C;
            margin-right: 25px;
            flex-shrink: 0;
            transition: color 0.3s ease;
        }

        .qa-approach-item:hover .approach-icon {
            color: var(--ancient-color);
        }

        .qa-approach-item .approach-content h4 {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--black-color);
            margin-bottom: 10px;
        }

        .qa-approach-item .approach-content p {
            font-size: 1.05rem;
            color:  #4A4A4A;
        }

        .qa-pillar-new {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 35px 20px;
            margin-bottom: 30px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            text-align: center;
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }
}

        .qa-pillar-new::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(46, 204, 113, 0.1), rgba(52, 152, 219, 0.1));
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 0;
        }

        .qa-pillar-new:hover::before {
            opacity: 1;
        }

        .qa-pillar-new:hover {
            transform: translateY(-12px);
            box-shadow: 0 18px 45px rgba(0,0,0,0.15);
            border-color: var(--ancient-color);
            background-color: #cbffc14a;
        }

        .qa-pillar-new .pillar-icon-new {
            font-size: 2.5rem;
            color: #F6872C;
            margin-bottom: 25px;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new:hover .pillar-icon-new {
            color: var(--ancient-color);
            transform: scale(1.1);
        }

        .qa-pillar-new h4 {
            font-size: 25px;
            font-weight: 600;
            color:  var(--black-color);
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new p {
            font-size: 15px;
            color: #4A4A4A;
            position: relative;
            z-index: 1;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1200px) {
            .qa-approach-container {
                padding: 40px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
                margin-right: 20px;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.6rem;
            }
            .qa-approach-item .approach-content p {
                font-size: 1rem;
            }
            .qa-pillar-new {
                min-height: 280px;
                padding: 30px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 4rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.9rem;
            }
        }

        @media (max-width: 992px) {
            .qa-approach-container {
                padding: 30px;
            }
            .qa-approach-container .approach-main-image {
                margin-bottom: 30px;
            }
            .qa-approach-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 0px;
            }
            .qa-approach-item .approach-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .qa-pillar-new {
                min-height: 250px;
                padding: 25px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3.5rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.7rem;
            }
            .qa-pillar-new p {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
			div#mega-menu-wrap-primary {
    width: 50px !important; 

	#sequence {
    width: 100%;
    float: left;
    background: #f1720b;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000!important;
}
			#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
            .qa-approach-container {
                padding: 20px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.4rem;
            }
            .qa-pillar-new {
                min-height: auto;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.4rem;
            }
        }