/*
    Theme Name: MSKNutra
    Theme URI: http://www.zohothemes.com
    Author: ZohoThemes Team
    Author URI: https://www.zohothemes.com/
    Email: support@zohothemes.com
    Description: 
    Version: 1.0
*/
/*  @import url("assets/css/bootstrap-theme.min.css");*/
/*@import url("assets/css/nav-menu.css");*/

/*  Ref https://github.com/hankchizljaw/modern-css-reset
*   https://unpkg.com/modern-css-reset/dist/reset.min.css
*/

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#e8e8e8}
::-webkit-scrollbar-thumb:hover{background:#7097c9}
::-webkit-scrollbar-thumb{  
    background-image:-webkit-linear-gradient(45deg,#98c6e7,#0066AE);
    background-image:-o-linear-gradient(222deg,#98c6e7,#0066AE);
    background-image:linear-gradient(222deg,#98c6e7,#0066AE);
}
::-moz-selection{background:rgba(61,121,197,.3)}
::selection{background:rgba(61,121,197,.3)}


:root {
    --default-color:#3d2994;
    --primary-color:#0066AE;
    --secondary-color:#FF9900 !important;
    --caption-color:#EE2C74;
}

* {
    outline: none !important;
}

html {
    font-size: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    font-family: "Poppins", sans-serif !important;
    font-size: 17px !important;
    line-height: 26px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    color: #3e3e3e !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: auto;
    background-size: cover;
    position: relative;
    font-weight: normal;
    background:#f9f9f9;
}

ol, ul {
    list-style: none;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover, a:focus {
    color: #EE2C74;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
h1.heading, h1.entry-title, h2.widget-title {
    font-size: 30px;
    font-weight: 400;
    color:var(--default-color);
    text-transform: capitalize;
}
h2.heading {
    font-size: 22px;
    color:var(--default-color);
}
h3.heading {
    font-size: 20px;
    color:var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    margin:1rem 0 .5rem;
}
h4.heading {
    font-size: 16px;
}
h5.heading {
    font-size: 14px;
}
h6.heading {
    font-size: 13px;
}

h2.title {
    font-size:35px;
    font-weight:300;
}

h1.error-404 {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1.error-404 span {
    font-weight: 700 !important;
    margin-top:20px;
    position: relative;
    display:block;
}

.paraBreak {
    padding: 5px;
}

p {
    margin:0px 0px 10px;
    color:#3e3e3e;
    font-size: 17px;
}

.caption {
    color: var(--caption-color);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top: -12px;
}

.container {
    max-width: 1170px;
}

.mskn-section {
    padding: 4rem 0rem;
}

.default-btn {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 2.7rem;
    padding: 11px 30px;
    border-radius: 290486px;
    background-color: rgba(var(--primary-color-rgb, 0, 102, 174), 0.1);
    border: none;
    /* box-shadow: rgb(63 142 142) 0px 4px; */
    transition: all 0.2s ease 0s;
    color: var(--primary-color);
}

.default-btn:hover, .default-btn:focus, button:focus {
    outline: none;
    background: var(--primary-color);
    color: #fff;
    transition: all 0.3s ease 0s;
}

.footer-logo img {
    max-width: 100%;
    min-width: 65px;
    height: auto;
    margin: 0 auto;
}   

.footer-wave-container {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: -7px; /* Eliminates gap between wave and footer */
    overflow: hidden;
    background-color: #122738; /* Match the footer background color */
}

/* Responsive adjustments for footer wave */
@media (max-width: 992px) {
    .footer-wave-container {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .footer-wave-container {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .footer-wave-container {
        height: 100px;
    }
}

.footer-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

@keyframes wave-movement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1440px 0;
    }
}

.footer-area, .footer-area p {
    background: #122738;
    color:#4c6274;
    position: relative;
}

.footer-area {
    padding: 4.5rem 0 2rem;
}

.footer-area p {
    padding: 1.25rem 0 0;
}

.footer-area a {
    color: #4c6274;
}

.footer-bar {
    background: #0d1a2b;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

#copyright-text, #powered-by {
    color: #5d8290;
    font-size: .95rem;
}

#powered-by a {
    color: #8cbba0;
    transition: color 0.3s ease;
}

#powered-by a:hover {
    color: #4caf50;
}

.page-banner {
    background-size: cover !important;
    position: relative;
    z-index: 1;
    padding:0px !important;
    overflow: hidden;
    background-position: center !important;
    min-height: 400px;
}

.page-banner-slider .page-banner-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1;
}

.page-banner-slider .hero-title {
    color: #fff; margin-bottom: 10px; font-size: 2.5rem; font-weight: 600; line-height: 1.2;
}

/* Breadcrumb Styles */
.page-banner-slider .breadcrumb {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: right !important;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.9;
}

.breadcrumb li + li:before {
    content: "/";
    color: #fff;
    opacity: 0.7;
    padding: 0 8px;
    font-size: 0.9rem;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.85;
}

.breadcrumb li a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.breadcrumb li.active {
    color: #fff;
    opacity: 1;
    font-weight: 500;
}

/* About Us Page Styles */
.about-intro {
    background: #fff;
}

.about-intro .section-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-intro .lead {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.about-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Core Values Section */
.core-values {
    background: #f8f9fa;
}

.value-card {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.value-icon i {
    color: var(--primary-color);
}

.value-title {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.value-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Expertise Section */
.expertise {
    background: #fff;
}

.expertise-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.expertise-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.expertise-card .card-body {
    padding: 2rem;
}

.expertise-icon i {
    color: var(--primary-color);
}

.expertise-card .card-title {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.expertise-card .card-text {
    color: #666;
    line-height: 1.6;
}

/* Section Headers */
.section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--default-color);
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), #0052a3);
}

.cta-section h3 {
    font-weight: 600;
}

.cta-section .btn-light {
    background: #fff;
    color: var(--primary-color);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background: #f8f9fa;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-intro .row {
        flex-direction: column-reverse;
    }
    
    .about-image {
        margin-bottom: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .value-card, .expertise-card .card-body {
        padding: 1.5rem;
    }
    
    .cta-section .col-lg-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
}

/* Updated About Us Page Styles */
.mission-vision {
    background: #f8f9fa;
}

.mission-card, .vision-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.mission-card .card-body, .vision-card .card-body {
    padding: 2.5rem 2rem;
}

/* Why Choose MSK Nutraceuticals */
.why-choose {
    background: #fff;
}

.why-choose-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 2rem 1.5rem;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.choose-title {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.choose-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Expertise Vertical Tabs */
.expertise {
    background: #f8f9fa;
}

.expertise-tabs {
    background: #fff;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.expertise-tabs .nav-link {
    color: #666;
    font-weight: 500;
    padding: 1rem 1.5rem;
    margin-bottom: 0.5rem;
    border: none;
    border-radius: 10px;
    background: transparent;
    transition: all 0.3s ease;
    text-align: left;
}

.expertise-tabs .nav-link:hover {
    background: rgba(var(--primary-color-rgb, 0, 102, 174), 0.1);
    color: var(--primary-color);
    transform: translateX(5px);
}

.expertise-tabs .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb, 0, 102, 174), 0.3);
}

.expertise-tabs .nav-link i {
    width: 20px;
}

.expertise-content {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    min-height: 400px;
}

.expertise-detail {
    height: 100%;
}

.expertise-title {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.expertise-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.expertise-features {
    list-style: none;
    padding: 0;
}

.expertise-features li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 1rem;
}

.expertise-icon-large {
    text-align: center;
    opacity: 0.8;
}

.expertise-icon-large i {
    margin-bottom: 1rem;
}

/* Global Reach */
.global-reach {
    background: #fff;
}

.global-stat {
    padding: 1rem;
}

.global-stat h5 {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* About Products Page Styles */
.products-intro {
    background: #fff;
}

.products-intro .intro-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Product Categories */
.product-categories {
    background: #f8f9fa;
}

.product-category-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.product-category-card .card-body {
    padding: 2.5rem 2rem;
}

.category-icon i {
    color: #62bd5e !important; /* var(--primary-color) */
    margin-bottom: 1rem;
}

.vision-icon i {
    color: #62bd5e !important;
}

.product-category-card .card-title {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.key-benefits {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.key-benefits small {
    line-height: 1.8;
}

/* Certifications Section */
.certifications {
    background: #fff;
}

.certification-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    height: 100%;
}

.certification-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.cert-icon {
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.cert-content h5 {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cert-content p {
    color: #666;
    line-height: 1.5;
}

/* Sourcing Section */
.sourcing {
    background: #f8f9fa;
}

.sourcing-image img, .global-image img {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

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

.feature-item i {
    width: 30px;
    flex-shrink: 0;
}

/* Global Reach Section */
.global-reach {
    background: #fff;
}

.global-stat {
    text-align: center;
    padding: 1rem;
}

.global-stat i {
    display: block;
    margin: 0 auto 0.5rem;
}

.global-stat h5 {
    color: var(--default-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* Products CTA */
.products-cta {
    /* background: linear-gradient(135deg, var(--primary-color), #0052a3); */
}

.products-cta .btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
}

.products-cta .btn-outline-light:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Responsive Design for Products Page */
@media (max-width: 768px) {
    .product-category-card .card-body {
        padding: 2rem 1.5rem;
    }
    
    .certification-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .cert-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0;
    }
    
    .feature-item i {
        margin-bottom: 0.5rem;
    }
    
    .global-reach .row {
        flex-direction: column-reverse;
    }
    
    .global-image {
        margin-bottom: 2rem;
    }
    
    .products-cta .col-lg-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .products-cta .btn {
        display: block;
        margin: 0.5rem 0;
        width: 100%;
    }
}

/* Products Category Page Styles */
.category-navigation {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.category-buttons .category-btn {
    margin: 0 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-buttons .category-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-buttons .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Category Header */
.category-header {
    background: #fff;
}

.category-title {
    color: var(--default-color);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.category-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.category-stats .badge-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 25px;
}

.category-icon-display i {
    color: var(--primary-color);
    opacity: 0.8;
}

/* Products Grid */
.products-grid {
    background: #f8f9fa;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-info {
    padding: 1.5rem;
}

.product-title {
    margin-bottom: 1rem;
}

.product-title a {
    color: var(--default-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.product-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.product-meta {
    margin-bottom: 1rem;
}

.product-category {
    display: inline-block;
    background: rgba(var(--primary-color-rgb, 0, 102, 174), 0.1);
    color: var(--primary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* No Products State */
.no-products {
    background: #fff;
    border-radius: 15px;
    margin: 2rem 0;
}

.no-products i {
    opacity: 0.5;
}

/* Category Features */
.category-features {
    background: #fff;
}

.features-grid {
    max-width: 900px;
    margin: 0 auto;
}

.feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 120px;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.feature-icon-wrapper {
    flex-shrink: 0;
    text-align: center;
    min-width: 120px;
}

.feature-icon-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(var(--primary-color-rgb, 0, 102, 174), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-bg {
    background: rgba(var(--primary-color-rgb, 0, 102, 174), 0.15);
    transform: scale(1.05);
}

.feature-title {
    color: var(--default-color);
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.5rem;
}

.feature-content {
    flex: 1;
}

.feature-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.features-header .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.features-header .subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

/* Category CTA */
.category-cta {
    background: linear-gradient(135deg, var(--primary-color), #0052a3);
}

/* Responsive Design for Category Page */
@media (max-width: 768px) {
    .category-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .category-btn {
        margin: 0 !important;
    }
    
    .category-title {
        font-size: 2rem;
    }
    
    .category-icon-display {
        margin-top: 2rem;
        order: -1;
    }
    
    .product-image-wrapper {
        height: 200px;
    }
    
    .product-info {
        padding: 1rem;
    }
    
    .category-cta .col-lg-4 {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        min-height: auto;
    }
    
    .feature-icon-wrapper {
        margin-right: 0 !important;
        margin-bottom: 1rem;
        min-width: auto;
    }
    
    .feature-icon-bg {
        width: 60px;
        height: 60px;
    }
    
    .feature-title {
        font-size: 0.85rem;
    }
    
    .features-header .section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .category-buttons .category-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .category-title {
        font-size: 1.75rem;
    }
    
    .products-grid .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .feature-card {
        padding: 1rem;
    }
    
    .feature-icon-bg {
        width: 50px;
        height: 50px;
    }
    
    .feature-description {
        font-size: 0.9rem;
    }
    
    /* About Us Responsive */
    .mission-card .card-body, .vision-card .card-body {
        padding: 2rem 1.5rem;
    }
    
    .why-choose-card {
        padding: 1.5rem 1rem;
    }
    
    .expertise-tabs {
        margin-bottom: 2rem;
    }
    
    .expertise-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .expertise-content {
        padding: 2rem 1.5rem;
        min-height: 300px;
    }
    
    .expertise-icon-large i {
        font-size: 3rem !important;
    }
    
    .global-reach .row {
        flex-direction: column-reverse;
    }
    
    .global-image {
        margin-bottom: 2rem;
    }
}

/* Modern Product Carousel Styles */
.modern-product-carousel {
    padding: 0 15px;
}

.modern-product-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin: 10px;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.modern-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.product-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 102, 174, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay i {
    color: #fff;
    font-size: 2rem;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.product-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.product-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.product-title a {
    color: var(--default-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--primary-color);
}

.product-category {
    margin-top: auto;
}

.product-category small {
    color: #666;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Owl Carousel Custom Navigation */
.modern-product-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
}

.modern-product-carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: bold !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    outline: none !important;
}

.modern-product-carousel .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    transform: scale(1.1);
}

.modern-product-carousel .owl-nav .owl-prev {
    left: -25px;
}

.modern-product-carousel .owl-nav .owl-next {
    right: -25px;
}

.modern-product-carousel .owl-nav button.owl-prev::before {
    content: '‹';
}

.modern-product-carousel .owl-nav button.owl-next::before {
    content: '›';
}

/* Owl Carousel Dots */
.modern-product-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.modern-product-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modern-product-carousel .owl-dots .owl-dot:hover,
.modern-product-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Responsive Design for Product Carousel */
@media (max-width: 768px) {
    .modern-product-card {
        height: 280px;
        margin: 5px;
    }
    
    .product-image-wrapper {
        height: 160px;
    }
    
    .product-content {
        padding: 1rem;
    }
    
    .product-title {
        font-size: 1rem;
    }
    
    .modern-product-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px !important;
    }
    
    .modern-product-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    
    .modern-product-carousel .owl-nav .owl-next {
        right: -20px;
    }
}

/* Mobile Navigation Styles */
.mobile-responsive-nav {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    z-index: 1000;
}

.mobile-nav-header {
    padding: 1rem 0;
}

.mobile-nav-header .logo img {
    max-height: 40px;
    width: auto;
}

.mobile-menu-btn {
    background: none;
    border: none;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-btn:hover .hamburger-line {
    background: var(--default-color);
}

.mobile-menu-btn[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-nav-collapse {
    background: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mobile-nav-content {
    padding: 1rem 0;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-menu li:last-child {
    border-bottom: none;
}

.mobile-nav-menu a {
    display: block;
    padding: 1rem;
    color: var(--default-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mobile-nav-menu a:hover,
.mobile-nav-menu a:focus {
    color: var(--primary-color);
}

.mobile-nav-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    background: #f8f9fa;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* padding-left: 1rem; */
}

.mobile-nav-menu .dropdown-menu a {
    padding: 1rem;
    font-size: 0.9rem;
}
.mobile-nav-menu .dropdown-item.active {
    color: #62bd5e;
    background-color: #e8fedb;
}

.mobile-nav-menu li a:hover {
    color: #62bd5e;
    background-color: #e8fedb;
}

.mobile-contact-info {
    margin: 0rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.mobile-contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0rem 1rem;
}

.mobile-contact-info .contact-item i {
    color: var(--primary-color);
    margin-right: 0.75rem;
    width: 20px;
    text-align: center;
}

.mobile-contact-info .contact-item a {
    color: var(--default-color);
    text-decoration: none;
    font-size: 0.9rem;
}

.mobile-contact-info .contact-item a:hover {
    color: var(--primary-color);
}

.mobile-account-links {
    /* margin-top: 1.5rem; */
    padding: .5rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 1rem;
}

.mobile-account-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 5px;
    color: var(--default-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}

.mobile-account-link:hover {
    background: var(--primary-color);
    color: #fff;
}

.mobile-account-link i {
    margin-right: 0.5rem;
}

.mobile-account-link span {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    margin-left: 0.5rem;
    min-width: 18px;
    text-align: center;
    line-height: 1;
}

/* Hide desktop navigation on mobile */
@media (max-width: 991.98px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-responsive-nav {
        display: block;
    }
    
    .top-header {
        display: none !important;
    }
}

/* Show desktop navigation on larger screens */
@media (min-width: 992px) {
    .mobile-responsive-nav {
        display: none;
    }
}





.ux-shape-divider {
    --divider-top-width: 100%;
    --divider-width: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.ux-shape-divider svg {
    display: block;
    height: 200px;
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.ux-shape-divider--top {
    top: -1px;
    transform: rotate(180deg)
}

.ux-shape-divider--top svg {
    width: calc(var(--divider-top-width) + 2px)
}

.ux-shape-divider--bottom {
    bottom: -1px
}

.ux-shape-divider--bottom svg {
    width: calc(var(--divider-width) + 2px)
}

.ux-shape-divider--flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.ux-shape-divider--to-front {
    z-index: 2
}

.ux-shape-divider .ux-shape-fill {
    fill: #F9F9F9;
}

.pt-6 {
    padding-top: 6rem !important;
}

/* About Section Image Styles */
.about-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-image-animated {
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    position: relative;
    z-index: 2;
}

.about-image-animated:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 102, 174, 0.2);
    border-radius: 25px;
}

.image-decoration {
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, var(--primary-color), #0052a3);
    border-radius: 20px;
    z-index: 1;
    opacity: 0.1;
    transition: all 0.6s ease;
}

.about-image-wrapper:hover .image-decoration {
    transform: translate(10px, 10px);
    opacity: 0.15;
    border-radius: 25px;
}

/* Service cards hover enhancement */
.service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-image-animated {
        border-radius: 15px;
    }
    
    .about-image-animated:hover {
        transform: translateY(-5px) scale(1.01);
        border-radius: 18px;
    }
    
    .image-decoration {
        border-radius: 15px;
        top: 15px;
        left: 15px;
        right: -15px;
        bottom: -15px;
    }
    
    .about-image-wrapper:hover .image-decoration {
        transform: translate(5px, 5px);
        border-radius: 18px;
    }
    
    .service-card:hover {
        transform: translateY(-4px);
    }
}