/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: 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.
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
Version: 4.5.1774345226
Updated: 2026-03-24 09:40:26

*/

/* Global Variables */
:root {
    --riso-red: #D93829;
    --riso-green: #2E7D32;
    --topbar-bg: #f4f7f6;
    --text-main: #4a4a4a;
    --heading-color: #1a1a1a;
    --border-color: #e5e5e5;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('CenturyGothic'), url('https://fonts.cdnfonts.com/s/17342/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.page-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url(https://hivends.org/riso/wp-content/uploads/2026/03/mufacturing-img.webp);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}

.page-title {
  font-size: 42px;
	color: #ffff;
  font-weight: 700;
  margin-bottom: 10px;
	text-align: start;
}

.page-subtitle {
  font-size: 16px;
  opacity: 0.9;
}







.topbar-main-info {
  background: navy;
	padding:20px;
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}
.container-info {
	width:92%;
	margin:auto;
}
.topbar-main-info a {
  color: #fff;
}

.topbar-main-info a:hover {
  opacity: 0.8;
}

.social-links a {
  color: #fff !important;
  font-size: 14px;
}

/* TOPBAR FIXED */
.topbar-main-info {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: #326735;
    color: #fff;
    padding: 8px 0;
}
/* HEADER BELOW TOPBAR */
.site-header {
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}

/* BODY SPACE FIX */
.site-main {
    margin-top: 120px;
}

/* Add shadow when scrolling */
.site-header.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===== HEADER LAYOUT ===== */
.header-inner {
    padding: 12px 0;
}

/* ===== LOGO ===== */
.nav-logo img {
    height: 55px;
    transition: 0.3s;
}


/* ===== NAV MENU ===== */
.main-navigation {
    position: relative;
}

.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}

/* Hover underline animation */
.nav-menu li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #0d6efd;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.nav-menu li a:hover::after {
    width: 100%;
}

/* ===== MENU TOGGLE (MOBILE) ===== */
.menu-toggle {
    display: none;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
}

/* ===== CALL BUTTON ===== */
.call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eb462d, #3f663a);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(13,110,253,0.3);
    text-decoration: none;
}

.call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(13,110,253,0.4);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        margin-bottom: 10px;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .toggled-on .nav-menu {
        display: flex;
    }

    .header-call {
        display: none;
    }
}



/* Lenis Smooth Scroll CSS */
html.lenis,
html.lenis body {
    height: auto;
}
html, body {
    overflow-x: hidden;
}


body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-main);
    background-color: #ffffff;
    margin: 0;
    padding: 0;
   
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
.btn-custom {
    font-family: 'Century Gothic', sans-serif;
    color: var(--heading-color);
    font-weight: 600;
}

/* GSAP Image Reveal CSS */
.img-reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    display: block;
}

.img-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: left;
}

/* Topbar */
.topbar {
    background-color: var(--topbar-bg);
    padding: 10px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--border-color);
    color: #555;
}

.topbar a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar a:hover {
    color: var(--riso-red);
}

.topbar i {
    color: var(--riso-green);
    margin-right: 6px;
    font-size: 0.9rem;
}

.social-links a {
    margin-left: 15px;
    color: var(--heading-color);
    font-size: 0.95rem;
}

.social-links a:hover {
    color: var(--riso-red);
}

/* Navbar */
.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.navbar-brand img {
    max-height: 65px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 10px 18px !important;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--riso-red);
}

.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 6px;
    font-size: 0.8em;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-icon {
    position: relative;
    color: var(--heading-color);
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s;
}

.action-icon:hover {
    color: var(--riso-green);
}

.btn-custom {
    background-color: var(--riso-green);
    color: white;
    border-radius: 50px;
    padding: 8px 25px 8px 8px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-size: 0.95rem;
}

.btn-custom:hover {
    background-color: var(--riso-red);
    color: white;
}

.btn-icon-circle {
    background-color: white;
    color: var(--riso-green);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-custom:hover .btn-icon-circle {
    color: var(--riso-red);
}

/* Hero Section */
.hero-slider {
    position: relative;
}

.hero-img {
    height: 90vh;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
}

.hero-content-box {
    background: rgba(255, 255, 255, 0.92);
    padding: 40px;
    border-radius: 12px;
    max-width: 700px;
    backdrop-filter: blur(8px);
    border-left: 6px solid var(--riso-red);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--riso-red);
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    min-height: 3.6rem;
}

.typewriter-cursor::after {
    content: '|';
    animation: blink 1s step-end infinite;
    color: inherit;
    margin-left: 2px;
    font-weight: 300;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.hero-subtitle {
    font-family: 'Century Gothic', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-text {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 25px;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.hero-features li {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.hero-features li i {
    color: var(--riso-green);
    margin-right: 10px;
}

.hero-contact {
    display: inline-flex;
    align-items: center;
    background: var(--topbar-bg);
    padding: 10px 25px 10px 10px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
}

.hero-contact-icon {
    background: var(--riso-red);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 15px;
}

.contact-label {
    font-size: 0.85rem;
    color: #666;
    line-height: 1;
    margin-bottom: 3px;
}

.contact-number {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    color: var(--heading-color);
    font-size: 1.2rem;
    line-height: 1;
}

.animate-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.carousel-item.active .animate-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.carousel-item.active .animate-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.carousel-item.active .animate-action {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

@media (max-width: 991px) {
    .header-actions {
        margin-top: 15px;
        justify-content: flex-start;
    }

    .topbar {
        display: none;
    }

    .hero-content-box {
        padding: 25px;
        margin: 20px;
    }
}

@media (max-width: 576px) {
    .hero-img {
        height: 85vh;
    }

    .hero-title {
        min-height: 4.5rem;
    }
}

/* Certifications */
.certifications-section {
    background-color: #ffffff;
    padding: 30px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.cert-title-container {
    border-right: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    height: 100%;
}

.cert-title {
    font-family: 'Century Gothic', sans-serif;
    color: var(--heading-color);
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.3;
}

.cert-title span {
    color: var(--riso-green);
    display: block;
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.logo-slider::before,
.logo-slider::after {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slide-track {
    display: flex;
    width: calc(140px * 15);
    animation: scrollCert 25s linear infinite;
}

.logo-slide-track:hover {
    animation-play-state: paused;
}

.cert-badge {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed var(--riso-green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--heading-color);
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    margin: 0 20px;
    flex-shrink: 0;
    cursor: default;
}

.cert-badge:hover {
    background: var(--riso-green);
    color: #fff;
    border-color: var(--riso-green);
    border-style: solid;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(46, 125, 50, 0.2);
}

.cert-badge small {
    font-size: 0.6rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

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

    100% {
        transform: translateX(calc(-140px * 5));
    }
}

@media (max-width: 767px) {
    .cert-title-container {
        border-right: none;
        border-bottom: 2px solid var(--border-color);
        padding-bottom: 15px;
        margin-bottom: 15px;
        justify-content: center;
        text-align: center;
    }

    .cert-title span {
        display: inline;
    }
}

/* Services Section Styles */
.services-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.section-badge i {
    color: var(--heading-color);
    font-size: 0.4rem;
    margin-right: 10px;
}

.section-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.section-subtitle {
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-main);
    line-height: 1.7;
    font-size: 1.05rem;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(46, 125, 50, 0.15);
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon-wrapper {
    width: 48px;
    height: 48px;
    background-color: var(--heading-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.service-card:hover .service-icon-wrapper {
    background-color: var(--riso-red);
}

.service-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--heading-color);
    margin: 0 0 0 15px;
    line-height: 1.3;
}

.service-img-wrapper {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 20px;
    flex-shrink: 0;
    overflow: hidden;
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-desc {
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.read-more-link {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    color: var(--heading-color);
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--heading-color);
    padding-bottom: 2px;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more-link:hover {
    color: var(--riso-green);
    border-color: var(--riso-green);
}

/* Slick Slider Custom Styles */
.services-slider .slick-slide,
.categories-slider .slick-slide,
.products-slider .slick-slide,
.testimonial-slider .slick-slide {
    padding: 15px;
}

.services-slider .slick-list,
.categories-slider .slick-list,
.products-slider .slick-list,
.testimonial-slider .slick-list {
    margin: 0 -15px;
}

.services-slider .slick-prev:before,
.services-slider .slick-next:before,
.categories-slider .slick-prev:before,
.categories-slider .slick-next:before,
.products-slider .slick-prev:before,
.products-slider .slick-next:before {
    color: var(--riso-green);
    font-size: 24px;
}

.services-slider .slick-dots li.slick-active button:before,
.categories-slider .slick-dots li.slick-active button:before,
.products-slider .slick-dots li.slick-active button:before,
.testimonial-slider .slick-dots li.slick-active button:before {
    color: var(--riso-green);
}

.services-slider .slick-dots li button:before,
.categories-slider .slick-dots li button:before,
.products-slider .slick-dots li button:before,
.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: var(--heading-color);
}

@media (max-width: 768px) {

    .services-slider .slick-prev,
    .categories-slider .slick-prev,
    .products-slider .slick-prev {
        left: -10px;
        z-index: 1;
    }

    .services-slider .slick-next,
    .categories-slider .slick-next,
    .products-slider .slick-next {
        right: -10px;
        z-index: 1;
    }
}

/* Flex fix for slick slider heights */
.categories-slider .slick-track,
.products-slider .slick-track,
.testimonial-slider .slick-track {
    display: flex !important;
}

.categories-slider .slick-slide,
.products-slider .slick-slide,
.testimonial-slider .slick-slide {
    height: auto;
}

/* About Us Section Styles */
.about-section {
    background-color: #fbf9f4;
    padding: 80px 0;
}

.about-subtitle {
    color: var(--riso-green);
    font-family: 'Century Gothic', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: inline-block;
}

.about-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-text {
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 30px;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.about-features li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--text-main);
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.about-features li i {
    color: var(--riso-green);
    margin-right: 10px;
    font-size: 1.2rem;
}

.about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-contact-icon {
    color: var(--riso-green);
    font-size: 2.2rem;
}

.about-contact-details p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-main);
    font-weight: 500;
}

.about-contact-details h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--heading-color);
    font-size: 1.2rem;
}

.about-images {
    display: flex;
    align-items: stretch;
    gap: 20px;
    position: relative;
}

.about-img-1-wrapper {
    width: 55%;
    height: 550px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-img-2-wrapper {
    width: 45%;
    height: 450px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .about-images {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .about-features {
        grid-template-columns: 1fr;
    }

    .about-img-1-wrapper {
        height: 350px;
        width: 100%;
    }

    .about-img-2-wrapper {
        height: 250px;
        width: 100%;
        margin-top: 30px;
    }

    .about-images {
        flex-direction: column;
    }
}

/* Stats CTA Section Styles */
.stats-cta-section {
    padding: 100px 0;
    color: white;
    position: relative;
}

.cta-heading {
    font-family: 'Century Gothic', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-text {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.6;
}

.btn-cta {
    background-color: var(--riso-red);
    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(217, 56, 41, 0.3);
}

.btn-cta:hover {
    background-color: white;
    color: var(--riso-red);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.stat-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--riso-red);
}

.stat-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--riso-green);
    margin-bottom: 15px;
}

.stat-number {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.odometer {
    font-family: inherit !important;
}

/* Categories Section Styles */
.categories-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.category-card {
    background: #fbf9f4;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    height: 100%;
    /* Fill the slick slide */
}

.category-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-5px);
}

.category-img-wrapper {
    width: 150px;
    min-width: 150px;
    border-radius: 12px;
    height: auto;
    overflow: hidden;
}

.category-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
    flex-grow: 1;
}

.cat-num {
    background: var(--heading-color);
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.cat-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--heading-color);
    line-height: 1.25;
    margin-bottom: 10px;
}

.cat-desc {
    font-size: 0.9rem;
    color: var(--text-main);
    line-height: 1.5;
    margin-bottom: 15px;
}

.cat-discover {
    font-family: 'Century Gothic', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-main);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    text-transform: uppercase;
    margin-top: auto;
}

.cat-discover i {
    margin-left: 6px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.cat-discover:hover {
    color: var(--riso-green);
}

.cat-discover:hover i {
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .category-card {
        flex-direction: column;
        gap: 15px;
    }

    .category-img-wrapper {
        width: 100%;
        height: 220px;
        min-width: auto;
    }

    .category-content {
        padding: 0 10px 10px;
    }
}

/* Nutraceutical Manufacturing Section Styles */
.nutra-section {
    padding: 80px 0;
    background-color: #fbf9f4;
}

.process-wrapper {
    margin-top: 40px;
}

.process-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
}

.process-item:last-child {
    margin-bottom: 0;
}

.process-icon-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
}

.process-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 2;
}

.process-icon i {
    font-size: 1.4rem;
    color: var(--riso-green);
}

.process-num {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: var(--riso-red);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.process-line {
    position: absolute;
    top: 60px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #cbd5e1;
    z-index: 1;
}

.process-item:last-child .process-line {
    display: none;
}

.process-content h4 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--heading-color);
    margin-bottom: 10px;
    margin-top: 5px;
}

.process-content p {
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
}

.nutra-stats-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid var(--border-color);
}

.n-stat-col {
    text-align: center;
    padding: 10px;
    position: relative;
}

.n-stat-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.n-stat-val {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--riso-green);
    line-height: 1;
    margin-bottom: 8px;
}

.n-stat-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stacked-images {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 991px) {
    .stacked-images {
        margin-top: 50px;
        height: 600px;
    }
}

@media (max-width: 767px) {

    .n-stat-col:nth-child(1),
    .n-stat-col:nth-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .n-stat-col:nth-child(odd)::after {
        display: block;
    }

    .n-stat-col:nth-child(even)::after {
        display: none;
    }

    .n-stat-col {
        padding: 20px 0;
    }
}

/* Products Section Styles */
.products-section {
    padding: 80px 0 120px;
    /* Extra bottom padding for slider elements */
    background-color: #ffffff;
}

.product-card {
    border-radius: 24px;
    padding: 0 30px 40px 30px;
    margin-top: 60px;
    /* Space for the image to overlap */
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

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

.p-card-img-wrapper {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    margin-top: -50px;
    /* Pull image up to overlap */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    background: #fff;
    border: 4px solid #fff;
    overflow: hidden;
}

.p-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-card-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.p-card-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Color Variants for Product Cards */
.bg-p-green {
    /* background-color: var(--riso-green); */
    background-color: #1a2a30;
}

.bg-p-red {
    /* background-color: var(--riso-red); */
    background-color: #1a2a30;
}

.bg-p-dark {
    background-color: #1a2a30;
}

/* Mission, Vision & Values Section Styles */
.mission-vision-section {
    background-color: #fbf9f4;
    padding: 100px 0;
}

.custom-v-pills {
    margin-top: 30px;
}

.custom-v-pills .nav-link {
    background-color: #ffffff;
    color: var(--heading-color);
    border-radius: 50px;
    padding: 15px 30px;
    margin-bottom: 15px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.custom-v-pills .nav-link:hover {
    color: var(--riso-green);
    border-color: var(--riso-green);
}

.custom-v-pills .nav-link.active {
    background-color: var(--riso-green);
    color: #ffffff;
    border-color: var(--riso-green);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.2);
}

.mv-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    height: 100%;
}

.mv-img-col {
    position: relative;
    height: 100%;
    min-height: 350px;
}

.mv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.mv-badge {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: var(--heading-color);
    padding: 12px 25px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    z-index: 2;
}

.mv-badge i {
    color: var(--riso-green);
    font-size: 1.1rem;
}

.mv-card-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mv-card-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.mv-card-text {
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 20px;
}

.mv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mv-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--text-main);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}

.mv-list li i {
    color: var(--riso-green);
    margin-right: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .custom-v-pills {
        margin-bottom: 40px;
    }

    .mv-img-col {
        min-height: 250px;
    }
}

/* Bottom CTA Parallax Section */
.bottom-cta-section {
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.bottom-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 70%));
    z-index: 1;
}

.cta-glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.bottom-cta-heading {
    font-family: 'Century Gothic', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.3;
}

.bottom-cta-contacts {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.b-contact-btn {
    background: #ffffff;
    color: var(--riso-green);
    padding: 15px 35px;
    border-radius: 50px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.b-contact-btn i {
    color: var(--riso-red);
    font-size: 1.3rem;
}

.b-contact-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    background: var(--riso-red);
    color: #ffffff;
}

.b-contact-btn:hover i {
    color: #ffffff;
}

@media (max-width: 768px) {
    .bottom-cta-section {
        background-attachment: scroll;
        padding: 80px 0;
    }

    .cta-glass-card {
        padding: 40px 20px;
    }

    .b-contact-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Contact Us Section Styles */
.contact-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.contact-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.contact-info-card {
    background: #fbf9f4;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgba(46, 125, 50, 0.2);
}

.contact-info-icon {
    background: var(--riso-green);
    color: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.contact-info-text h5 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Century Gothic', sans-serif;
    color: var(--heading-color);
}

.contact-info-text p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-main);
    font-family: 'Montserrat', sans-serif;
}

.contact-form .form-label {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    color: var(--riso-green);
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.contact-form .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: var(--text-main);
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--riso-green);
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.1);
    background-color: #ffffff;
}

.contact-form .btn-submit {
    background: var(--riso-green);
    color: #ffffff;
    border-radius: 12px;
    padding: 16px 30px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form .btn-submit:hover {
    background: var(--riso-red);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(217, 56, 41, 0.2);
}

.contact-img-wrapper {
    border-radius: 24px;
    height: 100%;
    min-height: 550px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}

.hours-card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(46, 125, 50, 0.92);
    backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 35px;
    border-radius: 20px;
    width: calc(100% - 60px);
    max-width: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.hours-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 12px;
    font-weight: 500;
}

.hours-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .contact-header {
        text-align: center;
    }

    .contact-img-wrapper {
        min-height: 450px;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .hours-card {
        bottom: 20px;
        right: 20px;
        width: calc(100% - 40px);
        padding: 25px;
    }
}

/* Testimonials Section Styles */
.testimonial-section {
    background-color: #fbf9f4;
    padding: 100px 0;
}

.testimonial-card-wrapper {
    padding: 20px 15px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    border: 1px solid var(--border-color);
}

.testi-quote-icon {
    font-size: 3.5rem;
    color: var(--riso-green);
    opacity: 0.3;
    margin-bottom: 25px;
    display: block;
}

.testi-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.testi-author {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--riso-green);
    margin-bottom: 5px;
}

.testi-designation {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #888;
    font-weight: 500;
}

.testi-img-inner-wrapper {
    position: relative;
    border-radius: 24px;
    height: 380px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.testi-img-inner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-badge {
    position: absolute;
    bottom: 25px;
    left: -35px;
    background: #ffffff;
    padding: 18px 28px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.testi-stars {
    margin-bottom: 5px;
}

.testi-stars i {
    color: #ffc107;
    font-size: 1.1rem;
    margin-right: 2px;
}

.testi-badge-text {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--heading-color);
    margin: 0;
}

@media (max-width: 991px) {
    .testimonial-card {
        padding: 40px 30px;
    }

    .testi-img-inner-wrapper {
        margin-top: 50px;
        height: 320px;
    }

    .testi-badge {
        left: 15px;
        bottom: -25px;
    }
}

/* Blog Section Styles */
.blog-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.featured-post-img-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.featured-post-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--heading-color);
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s;
}

.featured-post-title:hover {
    color: var(--riso-red);
    cursor: pointer;
}

.featured-post-excerpt {
    color: var(--text-main);
    font-size: 1.05rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.85rem;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    flex-wrap: wrap;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--heading-color);
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.post-badge {
    background: rgba(46, 125, 50, 0.1);
    color: var(--riso-green);
    padding: 5px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.trending-block {
    background: linear-gradient(135deg, var(--heading-color), #2a3b45);
    color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.trending-block h4 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
    margin: 0;
}

.trending-block-shape {
    position: absolute;
    right: -10px;
    top: -30px;
    opacity: 0.05;
    font-size: 10rem;
    color: #fff;
    z-index: 1;
}

.side-post {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    transition: transform 0.3s;
}

.side-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.side-post:hover {
    transform: translateX(5px);
}

.side-post-img-wrapper {
    width: 140px;
    height: 90px;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.side-post-content {
    flex-grow: 1;
}

.side-post-title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--heading-color);
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s;
}

.side-post:hover .side-post-title {
    color: var(--riso-red);
}

.side-post-meta {
    font-size: 0.8rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .side-posts-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .side-post {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .side-post-img-wrapper {
        width: 100%;
        height: 180px;
    }
}

/* Footer Section Styles */
.site-footer {
    background: linear-gradient(rgba(21, 25, 29, 0.96), rgba(21, 25, 29, 0.98)), url('assets/images/footer-riso-bg.avif') center/cover;
    color: #cfd8dc;
    padding-top: 80px;
    position: relative;
    border-top: 5px solid var(--riso-red);
}

.footer-logo {
    max-height: 70px;
    margin-bottom: 25px;
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
}

.footer-widget-title {
    color: #ffffff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cfd8dc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a i {
    font-size: 0.7rem;
    color: var(--riso-green);
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: var(--riso-green);
}

.footer-links a:hover i {
    transform: translateX(4px);
}

.footer-newsletter p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    padding: 15px 50px 15px 25px;
    border-radius: 50px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    outline: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--riso-green);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.newsletter-form button:hover {
    background: var(--riso-red);
}

.footer-contact-bar {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.fc-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fc-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--riso-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.fc-content h5 {
    color: #ffffff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.fc-content p,
.fc-content a {
    color: #cfd8dc;
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.fc-content a:hover {
    color: var(--riso-green);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-text {
    margin: 0;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}

.copyright-text span {
    color: var(--riso-green);
    font-weight: 600;
}

.payment-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.payment-icons i {
    font-size: 2rem;
    color: #889296;
    transition: color 0.3s;
}

.payment-icons i:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .footer-widget-title {
        margin-top: 40px;
    }

    .footer-contact-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* GSAP Custom line masking setup */
.line-mask {
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    /* Prevent text descenders from being cut off */
    margin-bottom: -5px;
}

.line-mask .line {
    transform-origin: bottom left;
    display: block;
}



/* pages css start */
.certificate-main {
  width: 100%;
  padding: 50px 0px;
  background: #fff;
  min-height: 100vh;
}

.certificate-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.certificate-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.certificate-img:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.overlay h5 {
  color: #ffffff;
  font-weight: 600;
}
.overlay a {
  color: #ffffff;
  border: 1px solid #00c853; /* green accent */
  background: rgba(0, 200, 83, 0.2);
  padding: 8px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.overlay a:hover {
  background: #00c853;
  color: #fff;
  font-weight: bold;
}
.overlay h5,
.overlay a {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s ease;
}

.certificate-img:hover .overlay h5 {
  transform: translateY(0);
  opacity: 1;
}
.certificate-img:hover .overlay a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
/* product csss */
.product-main {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0px;
  background: #fff;
}
.product-card-info {
  overflow: hidden;
}
.product-card-info .card {
  border-radius: 12px;
  border: none !important;
  transition: 0.3s ease;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}
.product-img img {
  width: 100%;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: 0.5s ease;
}
.product-card-info:hover .product-img img {
  transform: scale(1.1);
}
.product-card-info .card::before,
.product-card-info .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(79, 172, 254, 0.6);
  /* Change color as needed */
  border-radius: 12px;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 12px;
  pointer-events: none;
}

.product-card-info .card::before {
  transform: scaleX(0);
  transform-origin: left;
}

.product-card-info .card::after {
  transform: scaleY(0);
  transform-origin: top;
}

.product-card-info .card:hover::before {
  transform: scaleX(1);
}

.product-card-info .card:hover::after {
  transform: scaleY(1);
}
.product-card-info .card-body {
	margin-top: 12px;
	margin-bottom:-12px;
}
.product-card-info .card-title {
  color: #0d3b66;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}

.product-card-info .card:hover .card-title {
  color: #1e90ff;
}
.product-card-info .btn-primary {
  background: linear-gradient(135deg, #1e90ff, #0b5ed7);
  border: none;
  border-radius: 12px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
	margin-top:12px
}
.product-card-info .btn-primary:hover {
  background: linear-gradient(135deg, #0b5ed7, #084298);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(30, 144, 255, 0.3);
}

/* gallery-css */
.gallery-main {
  width: 100%;
  padding: 50px 0px;
  background: #fff;
}
.modal {
  background: rgba(0, 0, 0, 0.85);
}
.custom-modal {
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
}
.custom-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
}
/* manufacturing-page */
.manufacturing-info {
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}

.manufacturing-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5f9ff, transparent);
  z-index: 0;
}
.manufacturing-info .container {
  position: relative;
  z-index: 2;
}
.manufacturing-imgs {
  overflow: hidden;
  border-radius: 12px;
}
.manufacturing-content-info {
  padding: 0px 30px;
}
.manufacturing-imgs img {
  width: 100%;
  border-radius: 12px;
  transition: 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.manufacturing-imgs img:hover {
  transform: scale(1.1);
}
.section-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1e90ff;
  letter-spacing: 6px;
  padding-bottom: 6px;
}
.section-tag i {
    font-size: 16px;
    margin-top: 22px;
}
.section-tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #1e90ff, #0b5ed7);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.section-tag:hover::after {
  width: 55px;
}

.manufacturing-content-info h2 {
  font-size: 45px;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 15px;
  line-height: 1.3;
}
.span-info {
  color: #1e90ff !important;
}
.manufacturing-content-info p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 15px;
}
.manufacturing-para {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.manufacturing-para::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1e90ff;
  font-size: 14px;
}

.manufacturing-para p {
  margin: 0;
  font-size: 14px;
  color: #495057;
}
.manufacturing-btn a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 26px;
  background: linear-gradient(135deg, #1e90ff, #0b5ed7);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.manufacturing-btn a:hover {
  background: linear-gradient(135deg, #0b5ed7, #084298);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 144, 255, 0.3);
}

/* customer csss */
.happy-customer {
  width: 100%;
  padding: 50px 0px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}
.swiper {
  width: 100%;
  padding: 10px 0;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.happy-customer h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0d3b66;
}
.happy-img {
  background: #ffffff;
  padding: 18px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.happy-img img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.happy-img img:hover {
  transform: scale(1.1);
}
.happy-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.happy-img:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* vision css */
.manufacturing-vision {
  width: 100%;
  padding: 50px 0px;
  background: #f5f9ff;
}
.manufacturing-vision h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 15px;
  line-height: 1.3;
}
.manufacturing-vision span {
  color: #1e90ff;
}
.manufacturing-vision p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 15px;
}
.mission-main-content {
  margin-top: 50px;
}
.mission-content-icon i {
  background: linear-gradient(135deg, #1e90ff, #0b5ed7);
  color: #fff;
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-content-main {
  margin-top: 80px;
}
.quality-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease;
}
.quality-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.quality-img:hover img {
  transform: scale(1.1);
}
.quality-img:hover {
  border-radius: 10px;
  transform: translateY(-5px);
}
/* CONTACT PAGE */
.contact-page {
  padding: 60px 0;
  background: #f4f8fb;
  font-family: "Segoe UI", sans-serif;
}

.contact-page h3 {
  font-weight: 700;
  color: #1c3c6b;
}
.para-text {
  color: #6c757d;
  line-height: 1.7;
  font-size: 14px;
}
.contact-page h3 span {
  color: #0d6efd;
}

.contact-info {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.contact-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 6px 0;
  transition: 0.3s ease;
}

.contact-card:hover {
  transform: translateX(5px);
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: #0d6efd;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}
.contact-card h6 {
  margin-bottom: 4px;
  font-weight: 600;
  color: #1c3c6b;
}

.contact-card p {
  font-weight: 500;
  color: #0d6efd;
}
.contact-card span {
  font-weight: 500;
  color: #0d6efd;
  font-size: 14px;
}

.contact-card small {
  color: #6c757d;
}

.divider {
  height: 1px;
  background: #e8edf3;
  margin: 10px 0;
}

.social {
  margin-top: 10px;
	display: flex;
	align-items: center;
}

.social i {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 8px;
  color: #0d6efd;
  transition: 0.3s;
  cursor: pointer;
}

.social i:hover {
  background: #0d6efd;
  color: #ffffff;
  transform: translateY(-3px);
}

.form-box {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.form-box span {
  color: var(--span-color);
}

.form-control {
  height: 48px;
  border-radius: 6px;
  border: 1px solid #dfe6ee;
  font-size: 14px;
}

textarea.form-control {
  height: auto;
}

.form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

.btn-contact {
  background: #0d6efd;
  color: #ffffff;
  padding: 10px 0px;
  border-radius: 6px;
  font-weight: 600;
  border: none;

  transition: 0.3s;
}

.btn-contact:hover {
  background: navy;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.map-section {
  padding: 50px 0px;
}
.map-section iframe {
  width: 100%;
}

@media (max-width: 575.98px) {
  .manufacturing-content-info h2 {
    font-size: 30px;
  }
  .manufacturing-vision h2 {
    font-size: 32px;
  }
  .social {
    padding: 20px 0px;
  }
}

/* 576 */
@media (min-width: 576px) and (max-width: 767.98px) {
  .manufacturing-content-info h2 {
    font-size: 30px;
  }
  .manufacturing-vision h2 {
    font-size: 30px;
  }
  .social {
    padding: 20px 0px;
  }
}

/* 768 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .manufacturing-content-info h2 {
    font-size: 30px;
  }
  .manufacturing-vision h2 {
    font-size: 30px;
  }
  .social {
    padding: 20px 0px;
  }
}

/* 992 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-info {
    padding: 20px;
  }
  .contact-card {
    padding: 6px 0;
  }
}

/* pages css end */


