/*
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.6.1780392635
Updated: 2026-06-02 09:30:35

*/

:root {
    --primary-color: #B21F33;
    --text-color: #000000;
    --white: #ffffff;
    --font-body: 'DM Sans', sans-serif;
    --font-heading: 'Raleway', sans-serif;
    --transition: all 0.3s ease;
}

body {
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.experience-number,
.rating-score,
.form-title {
    font-family: var(--font-heading);
}

a {
    text-decoration: none;
    color: inherit;
}

.topbar {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
}

.topbar a {
    color: var(--white);
    transition: var(--transition);
}

.topbar a:hover {
    opacity: 0.8;
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}

.topbar-contact i {
    margin-right: 8px;
    font-size: 16px;
}

.topbar-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.topbar-social span {
    font-weight: 600;
}

.topbar-social a i {
    font-size: 18px;
}

.smotech-header {
    padding: 15px 0;
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand img {
    max-height: 60px;
}

.btn-theme-dark {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
}

.btn-theme-dark:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.hero-section {
    position: relative;
    background: linear-gradient(rgba(45, 45, 45, 0.8), rgba(45, 45, 45, 0.9)), url('assets/images/hero-bg-img.jpg') center/cover no-repeat;
    padding: 100px 0 150px;
    color: var(--white);
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 10;
}

.hero-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.hero-shape .elementor-shape-fill {
    fill: #f8f9fa;
}

.scroll-down-btn {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: var(--transition);
}

.scroll-down-btn:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.hero-content h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.hero-content h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 90%;
}

.btn-theme-primary {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 35px;
    font-weight: 500;
    display: inline-block;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
}

.btn-theme-primary:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.hero-image-wrapper {
    position: relative;
    border-radius: 30px 30px 30px 100px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.about-section {
    background-color: #f8f9fa;
    padding: 90px 0;
    position: relative;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 50px;
}

.experience-box {
    margin-bottom: 25px;
}

.experience-number {
    font-size: 90px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 5px;
}

.experience-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-color);
}

.about-text {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.about-image-wrapper {
    position: relative;
    z-index: 1;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.floating-pills {
    max-width: 120px;
    margin-bottom: 20px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
    transform: translateY(0px);
    }

    50% {
    transform: translateY(-15px);
    }

    100% {
    transform: translateY(0px);
    }
}

.btn-theme-outline {
    display: inline-block;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 35px;
    font-weight: 500;
    transition: var(--transition);
    margin-top: 25px;
    background: transparent;
}

.btn-theme-outline:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.provide-section {
    background-color: var(--white);
    padding: 100px 0;
    position: relative;
}

.sticky-form-wrapper {
    position: sticky;
    top: 120px;
    background: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-top: 5px solid var(--primary-color);
    z-index: 99;
}

.form-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 25px;
    text-align: center;
}

.provide-header {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1px;
}

.provide-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: var(--transition);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.provide-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(178, 31, 51, 0.08);
    border-color: rgba(178, 31, 51, 0.2);
}

.provide-icon {
    width: 100px;
    height: 100px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: var(--transition);
}

.provide-card:hover .provide-icon {
    background: rgba(178, 31, 51, 0.05);
}

.provide-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.provide-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.provide-card p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 0;
}

.smotec-input-group {
    margin-bottom: 20px;
}

.smotec-form-control {
    width: 100%;
    padding: 14px 18px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-color);
    transition: var(--transition);
    box-sizing: border-box;
}

.smotec-form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: var(--white);
    box-shadow: 0 0 0 4px rgba(178, 31, 51, 0.1);
}

.smotec-form-control::placeholder {
    color: #adb5bd;
}

textarea.smotec-form-control {
    min-height: 80px;
    height: 80px;
    resize: vertical;
}

.smotec-btn-submit {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.smotec-btn-submit:hover {
    background-color: #8c1828;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(178, 31, 51, 0.25);
}

.team-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    position: relative;
}

.team-image-wrapper {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    z-index: 1;
}

.team-image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 90%;
    background-color: var(--primary-color);
    border-radius: 20px;
    z-index: -1;
    opacity: 0.08;
    transition: var(--transition);
}

.team-image-wrapper:hover::before {
    transform: translate(-10px, -10px);
}

.team-image-wrapper img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.team-content {
    padding-left: 40px;
}

.team-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}

.team-text {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .topbar-contact {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
    }

    .topbar-social {
    justify-content: center;
    }

    .team-content {
    padding-left: 0;
    margin-top: 50px;
    }
}

.divisions-section {
    background-color: var(--dark-bg, #0e1a1f);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.divisions-inner {
    background: linear-gradient(145deg, #16242b 0%, #0e1a1f 100%);
    padding: 80px 4vw;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.divisions-subtitle {
    color: var(--primary-color);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.divisions-title {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 70px;
    line-height: 1.2;
}

.division-logo-box {
    background-color: var(--white);
    padding: 30px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.division-logo-box:hover {
    transform: translateY(-12px);
    filter: grayscale(0%);
    opacity: 1;
    box-shadow: 0 25px 45px rgba(178, 31, 51, 0.2);
    border-bottom: 4px solid var(--primary-color);
}

.division-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.division-logo-box:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .divisions-section {
        padding: 60px 0;
    }

    .divisions-inner {
        padding: 50px 20px;
        border-radius: 20px;
    }
    
    .divisions-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .division-logo-box {
        height: 120px;
        padding: 20px;
    }
}

.reviews-section {
    background-color: #2b2b2b;
    /* background-image: radial-gradient(circle at 10% 50%, #3a3a3a 0%, #222222 100%); */
    background-image: url('assets/images/smotech-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.reviews-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.reviews-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.2;
}

.reviews-thumbnails {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.thumb-item {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.thumb-img-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.thumb-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 25px 25px 5px 25px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: var(--transition);
    border: 2px solid transparent;
}

.thumb-item.active .thumb-img {
    filter: grayscale(0%);
    opacity: 1;
    border-color: var(--white);
    transform: scale(1.05);
}

.thumb-quote-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--primary-color);
    color: var(--white);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transform: scale(0);
    transition: var(--transition);
    z-index: 2;
}

.thumb-item.active .thumb-quote-badge {
    opacity: 1;
    transform: scale(1);
}

.thumb-name {
    font-size: 15px;
    font-weight: 500;
    color: #888;
    transition: var(--transition);
}

.thumb-item.active .thumb-name {
    color: var(--primary-color);
    font-weight: 600;
}

.review-content-area {
    padding-left: 50px;
}

.large-quote-icon {
    color: var(--primary-color);
    font-size: 65px;
    margin-bottom: 25px;
    line-height: 1;
    display: block;
}

.review-text-item {
    display: none;
    animation: fadeIn 0.6s ease;
}

.review-text-item.active {
    display: block;
}

@keyframes fadeIn {
    from {
    opacity: 0;
    transform: translateY(15px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

.review-text-item p {
    font-size: 20px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    min-height: 140px;
}

.review-footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.rating-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-score {
    font-size: 55px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
}

.rating-desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    font-weight: 500;
}

.review-controls {
    display: flex;
    gap: 25px;
    align-items: center;
}

.review-btn {
    background: transparent;
    border: none;
    font-size: 35px;
    color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
    font-weight: 300;
}

.review-btn.prev-btn {
    color: var(--primary-color);
}

.review-btn:hover {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .review-content-area {
    padding-left: 0;
    margin-top: 60px;
    }

    .reviews-thumbnails {
    justify-content: center;
    flex-wrap: wrap;
    }

    .reviews-title,
    .reviews-subtitle {
    text-align: center;
    }

    .review-footer-block {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    }

    .review-text-item p {
    min-height: auto;
    }
}

.faq-section {
    padding: 100px 0;
    background-color: var(--white);
}

.faq-subtitle {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.faq-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 60px;
}

.custom-accordion .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}

.custom-accordion .accordion-header {
    margin-bottom: 0;
}

.custom-accordion .accordion-button {
    background-color: rgba(178, 31, 51, 0.03);
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    padding: 22px 30px;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: var(--transition);
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(178, 31, 51, 0.05);
    color: var(--primary-color);
}

.custom-accordion .accordion-button::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    background-image: none;
    width: auto;
    height: auto;
    font-size: 18px;
    color: var(--text-color);
    transform: none !important;
    transition: var(--transition);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '\f062';
    color: var(--primary-color);
}

.custom-accordion .accordion-body {
    padding: 25px 45px 10px 45px;
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    background-color: var(--white);
}

.site-footer {
    background-color: #fafafa;
    padding-top: 80px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
    display: block;
}

.footer-desc {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #d6d6d6;
    color: var(--white);
    border-radius: 50%;
    font-size: 16px;
    transition: var(--transition);
}

.footer-socials a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: var(--primary-color);
}

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

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

.footer-links a {
    color: #6c757d;
    font-size: 15px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    color: var(--primary-color);
    font-size: 12px;
    margin-right: 12px;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

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

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-contact-list li i {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 4px;
}

.footer-contact-list li strong {
    color: #444;
    font-weight: 600;
}

.footer-contact-list li a {
    color: #6c757d;
    transition: var(--transition);
}

.footer-contact-list li a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    background-color: var(--primary-color);
    padding: 20px 0;
    text-align: center;
    color: var(--white);
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 15px;
}

.footer-bottom strong {
    font-weight: 600;
}

/* Breadcrumb Css */

.smotech-breadcrumb {
    background-color: #fff3f3;
    padding: 40px 0;
    text-align: center;
    border-bottom: 4px solid var(--primary-color);
}

.smotech-breadcrumb .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.breadcrumb-subtitle {
    color: var(--primary-color);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 16px;
}

.breadcrumb-title {
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    background-color: var(--white);
    padding: 12px 32px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    font-family: var(--font-body);
    font-size: 15px;
}

.breadcrumb-nav a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.breadcrumb-nav a:hover {
    color: var(--primary-color);
}

.breadcrumb-nav span {
    margin: 0 12px;
    color: #9e9e9e;
    font-weight: 400;
}

.breadcrumb-nav span:last-child {
    color: var(--primary-color);
    font-weight: 600;
}

@media (max-width: 768px) {
    .smotech-breadcrumb {
        padding: 50px 0;
    }

    .breadcrumb-title {
        font-size: 32px;
    }

    .breadcrumb-nav {
        padding: 10px 20px;
        font-size: 14px;
    }
}

h2.about-heading {
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 4px solid var(--primary-color);
    display: inline-block;
    text-transform: capitalize;
}

h3.core-values-heading {
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

h3.core-values-heading::before {
    content: '\f138';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 12px;
    font-size: 22px;
}

p.about-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
}

p.clear-float {
    clear: both;
}

p.about-image-container {
    position: relative;
    display: block;
    z-index: 1;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

p.about-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

p.about-image-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background-color: var(--primary-color);
    border-radius: 12px;
    z-index: 0;
    opacity: 0.15;
    transition: var(--transition);
}

p.about-image-container:hover img {
    transform: translateY(-5px);
}

p.about-image-container:hover::before {
    transform: translate(-10px, -10px);
    opacity: 0.25;
}

p.about-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 50px;
}

p.about-features span {
    background-color: #f8f9fa;
    color: var(--text-color);
    font-family: var(--font-body);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #eeeeee;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    cursor: default;
}

p.about-features span::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 8px;
    font-size: 18px;
    transition: var(--transition);
}

p.about-features span:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(178, 31, 51, 0.2);
}

p.about-features span:hover::before {
    color: var(--white);
}

p.about-highlight-box {
    background-color: var(--text-color);
    color: var(--white);
    font-family: var(--font-body);
    padding: 40px;
    border-radius: 16px;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    line-height: 1.9;
    margin-top: 20px;
    margin-bottom: 50px;
}

p.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, var(--text-color) 100%);
    padding: 40px 20px;
    border-radius: 16px;
    color: var(--white);
    font-family: var(--font-body);
    margin-top: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

p.about-stats span {
    flex: 1;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

p.about-stats span strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    p.about-image-container {
        float: left;
        width: 45%;
        margin-right: 40px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p.about-image-container {
        float: left;
        width: 50%;
        margin-right: 30px;
    }
}


h2.fran-heading {
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 4px solid var(--primary-color);
    display: inline-block;
    text-transform: capitalize;
}

p.fran-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
}

p.clear-float {
    clear: both;
}

p.fran-image-container {
    position: relative;
    display: block;
    z-index: 1;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

p.fran-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

p.fran-image-container:hover img {
    transform: translateY(-5px);
}

p.fran-image-container:hover::before {
    transform: translate(-10px, -10px);
    opacity: 0.25;
}

@media (min-width: 992px) {
    p.fran-image-container {
        float: left;
        width: 35%;
        margin-right: 40px;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p.fran-image-container {
        float: left;
        width: 40%;
        margin-right: 30px;
        margin-left: 0;
    }
}

p.fran-advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}

p.fran-advantages span {
    flex: 1;
    min-width: 220px;
    background-color: #fcfcfc;
    padding: 35px 25px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: var(--transition);
    font-family: var(--font-body);
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
}

p.fran-advantages span:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(178, 31, 51, 0.15);
    border-color: var(--primary-color);
}

p.fran-advantages span strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 15px;
    margin-top: 15px;
}

p.fran-advantages span::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 40px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
    transition: var(--transition);
}

span.adv-shield::before {
    content: '\f3ed';
}

span.adv-king::before {
    content: '\f439';
}

span.adv-bullhorn::before {
    content: '\f0a1';
}

span.adv-chart::before {
    content: '\f201';
}

p.fran-support-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 16px;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: var(--font-body);
    color: #333333;
    line-height: 1.8;
}

span.support-col {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

span.support-col strong {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 20px;
    display: block;
}

em.support-list-item {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
    color: var(--text-color);
}

em.support-list-item::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 18px;
}

a.fran-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--font-body);
    display: inline-block;
    margin-top: 30px;
    align-self: flex-start;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(178, 31, 51, 0.2);
}

a.fran-btn:hover {
    background-color: var(--text-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width:767px){
        p.fran-support-box {
    padding: 20px;
}
span.support-col {
    min-width: unset;
}
}

h2.mfg-heading {
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 4px solid var(--primary-color);
    display: inline-block;
    text-transform: capitalize;
}

p.mfg-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
}

p.clear-float {
    clear: both;
}

p.mfg-image-container {
    position: relative;
    display: block;
    z-index: 1;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

p.mfg-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

p.mfg-image-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background-color: var(--primary-color);
    border-radius: 12px;
    z-index: 0;
    opacity: 0.15;
    transition: var(--transition);
}

p.mfg-image-container:hover img {
    transform: translateY(-5px);
}

p.mfg-image-container:hover::before {
    transform: translate(-10px, -10px);
    opacity: 0.25;
}

@media (min-width: 992px) {
    p.mfg-image-container {
        float: left;
        width: 35%;
        margin-right: 40px;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p.mfg-image-container {
        float: left;
        width: 40%;
        margin-right: 30px;
        margin-left: 0;
    }
}

p.mfg-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

span.mfg-card {
    flex: 1;
    min-width: 220px;
    background-color: var(--white);
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: var(--transition);
    border-bottom: 4px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.mfg-card:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--primary-color);
    box-shadow: 0 15px 35px rgba(178, 31, 51, 0.1);
}

span.mfg-card strong {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--text-color);
    font-weight: 700;
    margin-top: 15px;
}

span.mfg-card::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 45px;
    color: var(--primary-color);
    transition: var(--transition);
}

span.mfg-card:hover::before {
    transform: scale(1.1);
}

span.mfg-microscope::before { content: '\f610'; }
span.mfg-industry::before { content: '\f275'; }
span.mfg-packing::before { content: '\f49e'; }
span.mfg-chart::before { content: '\f200'; }

p.mfg-banner {
    background: linear-gradient(135deg, var(--text-color) 0%, #1a1a1a 100%);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.9;
    padding: 50px;
    border-radius: 16px;
    border-left: 6px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 50px;
}

/* overflow set */
body {
    overflow-x: hidden;
}