/*
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.1776055969
Updated: 2026-04-13 04:52:49

*/

:root {
    --primary-teal: #e23122;
    --primary-teal-hover: #2d9487;
    --dark-blue: #010101;
    --text-color: #57636e;
    --bg-body-outer: #FBFDFD;
    --bg-light: #E8F2F9;
    --accent-yellow: #f4d068;
    /* --font-heading: 'Marcellus', serif; */
    --font-heading: 'Google Sans Flex', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --footer-bg: #111518;
}

html.lenis,
html.lenis body {
    height: auto;
}

h1,h2,h3,h4,h5 {
    font-weight: 400 !important;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.gsap-title {
    visibility: hidden;
}

.gsap-title.split-ready {
    visibility: visible;
}
section.features-section .word .char {
    color: #fff;
}
.word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    vertical-align: top;
    display: inline-block;
}
span.sub-title.gsap-title.split-ready {
    color: #fff;
}
.text-teal {
    color: var(--primary-teal) !important;
    display: inline !important;
    white-space: normal !important;
}

body {
    background-color: var(--bg-body-outer);
    font-family: var(--font-body);
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: var(--font-heading);
    color: var(--dark-blue);
}

.site-wrapper {
    margin: 20px auto;
    max-width: 1600px;
    width: calc(100% - 40px);
    /* background: var(--bg-light); */
    border-radius: 15px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); */
    position: relative;
    overflow: hidden;
    /* border: 2px solid #d4ebf2; */
}

@media (max-width: 991px) {
    .site-wrapper {
        margin: 0;
        width: 100%;
        border-radius: 0;
        border: none;
    }
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(180deg, rgba(232, 242, 249, 1) 0%, rgba(232, 242, 249, 0.63) 34%, rgba(232, 242, 249, 0) 95%);
}

.topbar {
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    font-size: 15px;
    background-color: var(--bg-light);
}

.topbar i {
    color: var(--primary-teal);
    margin-right: 6px;
}

.topbar-social a {
    color: var(--dark-blue);
    margin-left: 15px;
    font-size: 15px;
    transition: 0.3s;
}

.topbar-social a:hover {
    color: var(--primary-teal);
}

.header-area {
    position: relative;
    width: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    background: var(--bg-light);
    background: linear-gradient(0deg,rgba(232, 242, 249, 0) 0%, rgba(232, 242, 249, 0.50) 50%, rgba(232, 242, 249, 1) 100%);
}
.navbar {
    padding: 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
}

.brand-img {
    height: 70px;
    width: auto;
    object-fit: contain;
    background: #fff;
    padding: 8px 25px;
    border-radius: 9px;
}

.nav-link {
    color: var(--dark-blue) !important;
    font-weight: 500;
    margin: 0 12px;
    padding: 25px 0 !important;
    transition: 0.3s;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-teal) !important;
}

.btn-custom {
    background-color: var(--dark-blue);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid var(--dark-blue);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-custom:hover {
    background-color: transparent;
    border: 2px solid var(--dark-blue);
    color: var(--dark-blue);
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    animation: slideDown 0.5s ease forwards;
    z-index: 1030;
}

.header-area.sticky .nav-link {
    padding: 20px 0 !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.heroSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.heroSwiper .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.heroSwiper .slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transform: scale(1);
    transition: transform 6s ease-out;
}

.hero-section {
    padding: 220px 0 160px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
    border-radius: 0 0 15px;
    /* background: linear-gradient(90deg, rgba(232, 242, 249, 1) 0%, rgba(232, 242, 249, 0.85) 25%, rgba(232, 242, 249, 0.64) 50%, rgba(232, 242, 249, 0.34) 75%, rgba(232, 242, 249, 0) 100%); */
    background: #E8F2F9;
background: linear-gradient(260deg,rgba(232, 242, 249, 0) 0%, rgba(232, 242, 249, 0.50) 50%, rgba(232, 242, 249, 1) 100%);
}

.hero-title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--dark-blue);
    opacity: 0;
}

.hero-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 90%;
    opacity: 0;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    opacity: 0;
}

.contact-inquiry {
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.contact-inquiry .icon {
    font-size: 30px;
    color: var(--primary-teal);
}

.contact-inquiry .text h6 {
    margin: 0;
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font-body);
}

.contact-inquiry .text a {
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 500;
}

.swiper-slide-active .hero-title {
    animation: fadeInUp 1s ease 0.2s forwards;
}

.swiper-slide-active .hero-text {
    animation: fadeInUp 1s ease 0.4s forwards;
}

.swiper-slide-active .hero-actions {
    animation: fadeInUp 1s ease 0.6s forwards;
}

.swiper-slide-active .slide-bg img {
    transform: scale(1.1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.heroSwiper .swiper-pagination {
    bottom: 40px;
    right: 50px !important;
    left: auto;
    text-align: right;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.features-section {
    padding: 40px 0 60px;
    position: relative;
    z-index: 10;
}

.feature-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 380px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.card-1 {
    background-color: var(--primary-teal);
}

.card-1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    mix-blend-mode: luminosity;
}

.card-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 68, 99, 0.5) 0%, rgba(56, 182, 166, 0.6) 100%);
}

.card-1 .card-content,
.card-2 .card-content,
.card-3 .card-content {
    position: relative;
    z-index: 2;
    height: 100%;
}

.card-1 .card-title {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1.1;
    margin: 0;
}

.arrow-btn {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    font-size: 20px;
    flex-shrink: 0;
    transition: 0.3s;
}

.feature-card:hover .arrow-btn {
    background-color: var(--dark-blue);
    color: #ffffff;
}

.card-2 {
    background: var(--bg-light);
    background-size: cover;
    background-repeat: no-repeat;
}

.card-2 .sub-title {
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    color: var(--dark-blue);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.card-2 .card-title {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0;
}

.btn-dark-blue {
    background-color: var(--dark-blue);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-dark-blue:hover {
    background-color: var(--primary-teal);
    color: #ffffff;
}

.birds-pattern {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
}

.card-3 {
    background-color: var(--primary-teal);
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}

.icon-stars {
    position: absolute;
    top: 8px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
}

.icon-stars i {
    font-size: 8px;
}

.icon-stars i:nth-child(2) {
    font-size: 10px;
    transform: translateY(-3px);
}

.icon-thumbs {
    margin-top: 8px;
}

.cert-text {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}

.big-number {
    color: var(--dark-blue);
    font-family: var(--font-heading);
    font-size: 6.5rem;
    line-height: 1;
    margin: 0;
    letter-spacing: -2px;
}

.card-3 .small-caps {
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.wave-pattern {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /* border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.06), 0 0 0 80px rgba(255, 255, 255, 0.03), 0 0 0 120px rgba(255, 255, 255, 0.01); */
    pointer-events: none;
}

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

.section-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-subtitle i {
    font-size: 14px;
}

.about-heading {
    font-size: 3.5rem;
    line-height: 1.1;
    color: var(--dark-blue);
    font-family: var(--font-heading);
    margin-bottom: 30px;
}

.about-intro-text {
    font-size: 1.25rem;
    color: var(--dark-blue);
    font-family: var(--font-body);
    margin-bottom: 25px;
    line-height: 1.6;
}
section#mobile-form {
    display: none;
}
.about-desc-text {
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 30px;
}

.check-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--dark-blue);
    font-size: 1rem;
    /* background-color: #e8ecf1; */
    padding: 8px 20px 8px 8px;
    border-radius: 8px;
}

.check-icon {
    width: 30px;
    height: 30px;
    background-color: #d1d8e0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    font-size: 12px;
}

.pillars-row {
    margin-top: 100px;
}

.pillar-col {
    padding: 0 40px;
}

.pillar-col:not(:last-child) {
    border-right: 1px solid rgba(39, 68, 99, 0.15);
}

.pillar-img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.pillar-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.pillar-text {
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.7;
}

.products-section {
    padding: 0px 0 50px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.products-heading-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.products-section .swiper.productSwiper {
    padding: 30px 0;
}
.products-bg-text {
    font-family: var(--font-heading);
    font-size: 12rem;
    letter-spacing: 20px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, #57636e 0%, rgba(255, 255, 255, 0) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.4;
    user-select: none;
}

.products-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: var(--primary-teal);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.products-badge span {
    font-size: 1.6rem;
    font-family: var(--font-heading);
    line-height: 1.2;
}

.products-badge p {
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: #f4f5f7;
    cursor: pointer;
    border: 1px solid  #000;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 68, 99, 0.85) 0%, rgba(39, 68, 99, 0) 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 1;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control.removeheight {
    height: 100px !important;
}
.product-card:hover img {
    transform: scale(1.08);
}

.product-card:hover .product-overlay {
    opacity: 1;
    transform: translateY(0);
}

.product-category {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

.product-title {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.2;
    font-family: var(--font-heading);
}

.product-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.btn-solid-blue {
    background-color: var(--dark-blue);
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 2px solid var(--dark-blue);
}

.btn-solid-blue:hover {
    background-color: transparent;
    color: var(--dark-blue);
}

.btn-outline-blue {
    background-color: transparent;
    color: var(--dark-blue);
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 2px solid rgba(39, 68, 99, 0.3);
}

.btn-outline-blue:hover {
    background-color: var(--dark-blue);
    color: #ffffff;
    border-color: var(--dark-blue);
}

.partner-section {
    padding: 50px 0 100px;
    background-color: #ffffff;
}

.partner-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background-color: var(--dark-blue);
}

.partner-box .btn-solid-blue {
    background-color: var(--primary-teal);
    border: 2px solid var(--primary-teal);
}

.partner-box .btn-solid-blue:hover {
    color: var(--primary-teal);
}

.partner-img-wrapper {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

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

.partner-content-col {
    padding: 70px 60px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.partner-wave-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    /* border-radius: 50%; */
    /* pointer-events: none; */
    z-index: -1;
}

.partner-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.partner-heading {
    font-size: 3.8rem;
    font-family: var(--font-heading);
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
}

.partner-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    padding-right: 20px;
}

.partner-award {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.award-badge-custom {
    font-size: 46px;
    color: #ffffff;
    line-height: 1;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: none;
    background: #000;
    color: #fff;
}
.partner-award-text {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}
section.why-choose-section {
    margin: 60px 0 0 0;
}
.portfolio-section {
    padding: 0px 0;
    background-color: #fdfdfd;
    text-align: center;
}

.portfolio-heading-icon {
    color: #e8ecf1;
    font-size: 60px;
    margin-bottom: -35px;
}

.portfolio-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.portfolio-arrow-btn i {
    transform: rotate(320deg);
}
.portfolio-heading {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--dark-blue);
    margin-bottom: 25px;
    line-height: 1.2;
}

.portfolio-desc {
    max-width: 850px;
    margin: 0 auto 35px;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 1.05rem;
}

.portfolioSwiper {
    padding: 60px 0 100px;
    overflow: hidden;
}

.portfolioSwiper .swiper-slide {
    transition: all 0.4s ease;
    z-index: 1;
}

.portfolio-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: auto;
    background-color: #000;
    transform: scale(0.85);
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    transition: all 0.5s ease;
}

.swiper-slide-active,
.portfolioSwiper .swiper-slide:hover {
    z-index: 2;
}

.swiper-slide-active .portfolio-card,
.portfolio-card:hover {
    transform: scale(1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.swiper-slide-active .portfolio-card img,
.portfolio-card:hover img {
    opacity: 0.9;
}

.portfolio-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(0deg, rgba(15, 22, 22, 0.95) 0%, rgba(15, 22, 22, 0.6) 40%, rgba(15, 22, 22, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.portfolio-card-category {
    color: var(--accent-yellow);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.portfolio-card-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-family: var(--font-heading);
    line-height: 1.25;
    margin: 0;
    transition: transform 0.4s ease;
    transform: translateY(25px);
}

.portfolio-arrow-btn {
    width: 45px;
    height: 45px;
    background-color: var(--accent-yellow);
    color: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.portfolio-arrow-btn i{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-active .portfolio-card-title,
.portfolio-card:hover .portfolio-card-title {
    transform: translateY(0);
}

.swiper-slide-active .portfolio-arrow-btn,
.portfolio-card:hover .portfolio-arrow-btn {
    opacity: 1;
    transform: translateY(0);
}

.portfolioSwiper .swiper-pagination {
    bottom: 20px !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.portfolioSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 2px solid var(--text-color);
    opacity: 0.5;
    margin: 0 6px !important;
    border-radius: 50%;
}

.portfolioSwiper .swiper-pagination-bullet-active {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    opacity: 1;
    transform: scale(1.2);
}

.marquee-section {
    padding: 40px 0;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    overflow: hidden;
}

.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: scrollMarquee 35s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 50px;
}

.marquee-icon svg {
    width: 65px;
    height: 65px;
    fill: var(--dark-blue);
}

.marquee-text-solid {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: var(--dark-blue);
    line-height: 1;
    white-space: nowrap;
}

.marquee-text-outline {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    color: transparent;
    -webkit-text-stroke: 1.5px #92a4b1;
    line-height: 1;
    white-space: nowrap;
}

@keyframes scrollMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.why-choose-section {
    position: relative;
    padding: 120px 0;
    background-color: var(--bg-light);
    overflow: hidden;
}

.choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.choose-bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.choose-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(232, 242, 249, 1) 0%, rgba(232, 242, 249, 1) 45%, rgba(232, 242, 249, 0) 61%);
}

.choose-heading {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: var(--dark-blue);
    line-height: 1.1;
    margin-bottom: 25px;
}

.choose-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 35px;
    max-width: 95%;
}

.choose-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    margin-bottom: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-5px);
}

.choose-icon {
    height: 50px;
    width: auto;
    margin-bottom: 25px;
    display: block;
}

.choose-card-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--dark-blue);
    margin-bottom: 15px;
    line-height: 1.25;
}

.choose-card-desc {
    font-size: 0.9rem;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

.choose-col-right {
    margin-top: 60px;
}

.quote-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    opacity: 0.85;
    z-index: 0;
}

.quote-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 1) 70%);
    z-index: 1;
}

.quote-form-card {
    background-color: #eef5f9;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.quote-heading {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    color: var(--dark-blue);
    margin-bottom: 30px;
}

.quote-input {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 0.95rem;
    color: var(--text-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
}

.quote-input:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(56, 182, 166, 0.4);
}

textarea.quote-input {
    border-radius: 20px;
    resize: none;
}

.stats-section {
    background-color: var(--dark-blue);
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.stat-value-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.stat-number {
    font-family: var(--font-heading) !important;
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.stat-suffix {
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.odometer-value {
    font-family: var(--font-heading) !important;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.news-section {
    padding: 100px 0 120px;
    background-color: #ffffff;
}

.news-heading {
    font-size: 3.5rem;
    line-height: 1.2;
    color: var(--dark-blue);
    font-family: var(--font-heading);
    margin-bottom: 50px;
}

.news-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
}

.news-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 260px;
    width: 100%;
    position: relative;
}

.news-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-img-wrapper img {
    transform: scale(1.05);
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.8rem;
    color: var(--dark-blue);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.meta-line {
    height: 1px;
    width: 30px;
    background-color: rgba(39, 68, 99, 0.3);
}

.news-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--dark-blue);
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.news-card:hover .news-title {
    color: var(--primary-teal);
}

.newsSwiper {
    padding-bottom: 60px;
}

.news-pagination {
    bottom: 0 !important;
}

.news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid var(--text-color);
    opacity: 0.5;
    margin: 0 6px !important;
    border-radius: 50%;
}

.news-pagination .swiper-pagination-bullet-active {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    opacity: 1;
}

.overview-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.overview-img-wrapper {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
}

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

.overview-heading {
    font-size: 3.5rem;
    font-family: var(--font-heading);
    color: var(--dark-blue);
    line-height: 1.2;
    margin-bottom: 20px;
}

.overview-text {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 30px;
}

.drop-cap-wrapper {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 5px;
}

.drop-cap {
    background-color: #0c151a;
    color: #ffffff;
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: var(--font-body);
}

.overview-feature {
    display: flex;
    gap: 15px;
}

.overview-feature .feature-icon {
    width: 55px;
    height: 55px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    flex-shrink: 0;
}

.overview-feature .feature-text h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--dark-blue);
    margin-bottom: 8px;
    line-height: 1.2;
}

.overview-feature .feature-text p {
    font-size: 0.85rem;
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
}

.footer-section {
    background-color: var(--footer-bg);
    color: #a1b0b9;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer-top-cta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 0;
    position: relative;
}

.footer-wave-bg {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.02), 0 0 0 80px rgba(255, 255, 255, 0.01), 0 0 0 120px rgba(255, 255, 255, 0.005);
    pointer-events: none;
    z-index: 0;
}

.footer-cta-heading {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 3rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

.footer-cta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.btn-footer-blue {
    background-color: #314a66;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    border: 2px solid #314a66;
}

.btn-footer-blue:hover {
    background-color: transparent;
    color: #ffffff;
}

.btn-footer-teal {
    background-color: var(--primary-teal);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    border: 2px solid var(--primary-teal);
}

.btn-footer-teal:hover {
    background-color: transparent;
    color: var(--primary-teal);
}

.footer-widgets {
    padding: 70px 0;
}

.footer-logo {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #ffffff;
}

.footer-contact-item i {
    color: var(--primary-teal);
    font-size: 1.2rem;
    margin-top: 3px;
}

.footer-widget-title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    margin-bottom: 30px;
}

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

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

.footer-links a {
    color: #a1b0b9;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--primary-teal);
}

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

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background-color: var(--primary-teal);
}

.footer-map {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-map:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 0;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 1199px) {
    .feature-card {
        padding: 30px;
        height: 340px;
    }

    .card-1 .card-title {
        font-size: 2rem;
    }

    .card-2 .card-title {
        font-size: 1.8rem;
    }

    .big-number {
        font-size: 5rem;
    }

    .about-heading {
        font-size: 2.8rem;
    }

    .pillar-col {
        padding: 0 20px;
    }

    .products-bg-text {
        font-size: 8rem;
        letter-spacing: 10px;
    }

    .products-badge {
        width: 120px;
        height: 120px;
    }

    .partner-heading {
        font-size: 3.2rem;
    }

    .partner-content-col {
        padding: 50px 40px;
    }

    .portfolio-heading {
        font-size: 2.5rem;
    }

    .portfolio-card {
        height: 420px;
    }

    .marquee-text-solid,
    .marquee-text-outline {
        font-size: 5rem;
    }

    .marquee-icon svg {
        width: 50px;
        height: 50px;
    }

    .marquee-item {
        gap: 20px;
        padding: 0 30px;
    }

    .choose-heading {
        font-size: 2.8rem;
    }

    .choose-card {
        padding: 30px 25px;
    }

    .quote-form-card {
        padding: 40px;
    }

    .stat-number,
    .stat-suffix {
        font-size: 3.5rem;
    }

    .news-heading {
        font-size: 2.8rem;
    }

    .overview-heading {
        font-size: 2.8rem;
    }

    .overview-img-wrapper {
        min-height: 400px;
    }

    .footer-cta-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .pillar-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(39, 68, 99, 0.15);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .pillars-row {
        margin-top: 60px;
    }

    .products-bg-text {
        font-size: 6rem;
        letter-spacing: 5px;
    }

    .partner-img-wrapper {
        min-height: 400px;
    }

    .choose-col-right {
        margin-top: 0;
    }

    .why-choose-section {
        padding: 80px 0;
    }

    .choose-bg-gradient {
        background: linear-gradient(180deg, rgba(232, 242, 249, 1) 0%, rgba(232, 242, 249, 1) 65%, rgba(232, 242, 249, 0) 100%);
    }

    .quote-section {
        padding: 80px 0;
    }

    .quote-bg-overlay {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    }

    .quote-form-card {
        padding: 30px;
        margin-top: 250px;
    }

    .stat-number,
    .stat-suffix {
        font-size: 3rem;
    }

    .footer-cta-heading {
        margin-bottom: 25px;
        text-align: center;
    }

    .footer-cta-actions {
        justify-content: center;
    }

    .footer-widgets {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
#np-mobile-quick-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 65px;
    z-index: 99;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.08);
    border-top: 3px solid var(--theme-color);
}
#np-mobile-quick-menu {
    height: 60px;
}
#np-mobile-quick-menu a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--title-color);
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
}
#np-call-btn i {
    animation: np-phone-pulse 2s infinite;
}
#np-mobile-quick-menu i {
    font-size: 20px;
}
#np-mobile-quick-menu span {
    font-size: 10px;
}
#np-mobile-quick-menu a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(71, 179, 45, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
}
    .hero-section {
    padding: 90px 0 80px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.heroSwiper .swiper-slide {
    height: auto;
    min-height: auto;
}
.hero-title {
    font-size: 2.5rem;
}
.hero-text {
    font-size: 0.9rem;
}
.hero-actions {
    flex-wrap: wrap;
}
.contact-inquiry {
    padding-left: 10px;
}

.heroSwiper .slide-bg img {
    object-position: right;
}
    .feature-card {
        height: auto;
        min-height: 300px;
    }

    .about-heading {
        font-size: 2.2rem;
    }

    .about-section {
        padding: 60px 0;
    }

    .check-list {
        flex-direction: column;
        gap: 15px;
    }

    .products-bg-text {
        font-size: 3.5rem;
        letter-spacing: 2px;
    }

    .products-badge {
        width: 100px;
        height: 100px;
    }

    .products-badge span {
        font-size: 1.2rem;
    }

    .product-actions {
        flex-direction: column;
        padding: 0 20px;
    }

    .product-actions a {
        width: 100%;
        text-align: center;
    }

    .partner-heading {
        font-size: 2.5rem;
    }

    .partner-content-col {
        padding: 40px 25px;
    }

    .partner-desc {
        padding-right: 0;
    }

    .portfolio-heading {
        font-size: 2rem;
    }

   .portfolio-card {
    height: auto;
}

    .marquee-text-solid,
    .marquee-text-outline {
        font-size: 2.5rem;
    }
section#mobile-form {
    padding: 26px !important;
}
section#mobile-form {
    display: block !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control.removeheight {
    height: 100px !important;
}
    .marquee-icon svg {
        width: 35px;
        height: 35px;
    }

    .marquee-item {
        gap: 15px;
        padding: 0 20px;
    }

    .choose-heading {
        font-size: 2.3rem;
    }

    .quote-heading {
        font-size: 2.5rem;
    }

    .quote-form-card {
        margin-top: 10px;
    }

    .stats-section {
        padding: 50px 0;
    }

    .stat-number,
    .stat-suffix {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .news-heading {
        font-size: 2.3rem;
    }

    .news-section {
        padding: 60px 0 80px;
    }

    .overview-heading {
        font-size: 2.2rem;
    }

    .overview-section {
        padding: 60px 0;
    }

    .overview-img-wrapper {
        min-height: 100%;
    }

    .footer-cta-heading {
        font-size: 2rem;
    }

    .footer-cta-actions {
        flex-direction: column;
        gap: 15px;
    }

    .btn-footer-blue,
    .btn-footer-teal {
        width: 100%;
        justify-content: center;
    }

    .partner-section {
    padding: 10px 0 60px;
}
.portfolio-section {
    padding: 40px 0;
}
.marquee-section {
    padding: 20px 0;
}
}

.text-teal {
		color: var(--primary-teal) !important;
	}

	.text-accent-yellow {
		color: var(--accent-yellow) !important;
	}

	.bg-dark-blue {
		background-color: var(--dark-blue) !important;
	}

	/* =========================================
   GRADIENT BREADCRUMB HERO (page.php)
   ========================================= */
	.breadcrumb-gradient-wrapper {
		background: #274463;
        background: linear-gradient(180deg, rgba(39, 68, 99, 0) 0%, rgba(39, 68, 99, 0.76) 50%, rgba(39, 68, 99, 1) 100%);
		padding: 180px 0 80px 0;
        border-radius: 0 0 15px 15px;
		position: relative;
		z-index: 0;
	}

	.breadcrumb-gradient-wrapper .page-title {
		font-family: var(--font-heading);
		letter-spacing: 0.5px;
		text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	}

	.breadcrumb-pill-container {
		display: inline-block;
		background: rgba(255, 255, 255, 0.08);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 50px;
		padding: 10px 28px;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	}

	.breadcrumb-pill-container .breadcrumb {
		margin: 0;
		padding: 0;
		background: transparent;
	}

	.breadcrumb-pill-container .breadcrumb-item {
		display: flex;
		align-items: center;
	}

	.breadcrumb-pill-container .breadcrumb-item a {
		color: #ffffff;
		font-family: var(--font-body);
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.breadcrumb-pill-container .breadcrumb-item a:hover {
		color: var(--primary-teal);
	}

	.breadcrumb-pill-container .breadcrumb-item.active {
		color: var(--accent-yellow);
		font-family: var(--font-body);
		font-size: 15px;
		font-weight: 600;
	}

	.breadcrumb-pill-container .breadcrumb-item+.breadcrumb-item::before {
		content: "\f105";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: var(--primary-teal);
		font-size: 13px;
		margin: 0 16px;
		padding-top: 2px;
	}

	/* =========================================
   GENERAL CARD & ICON BOX STYLES
   ========================================= */
	.page-content-section .content-card {
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 15px 35px rgba(39, 68, 99, 0.05);
		border: 1px solid var(--bg-light);
		transition: transform 0.3s ease;
	}

	.page-content-section .content-card:hover {
		transform: translateY(-5px);
		border-color: var(--primary-teal);
	}

	.page-content-section .icon-box {
		width: 60px;
		height: 60px;
		background: var(--bg-light);
		color: var(--primary-teal);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		margin-bottom: 20px;
		transition: all 0.3s ease;
	}

	.page-content-section .content-card:hover .icon-box {
		background: var(--primary-teal);
		color: #ffffff;
	}

	/* =========================================
   ABOUT US STYLES
   ========================================= */
	.page-content-section .image-stack-wrapper {
		position: relative;
		padding-right: 15%;
		padding-bottom: 15%;
	}

	.page-content-section .img-main {
		width: 100%;
		height: 450px;
		object-fit: cover;
		z-index: 1;
		position: relative;
	}

	.page-content-section .img-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		height: 300px;
		object-fit: cover;
		border: 10px solid var(--bg-body-outer);
		z-index: 2;
	}

	.page-content-section .icon-box-small {
		width: 40px;
		height: 40px;
		background: var(--bg-light);
		color: var(--primary-teal);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}

	.page-content-section .mission-card {
		background: #fff;
		border: 1px solid var(--bg-light);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
		transition: transform 0.3s ease;
	}

	.page-content-section .mission-card:hover {
		transform: translateY(-5px);
		border-color: var(--primary-teal);
	}

	.page-content-section .mission-card .icon-wrapper {
		width: 60px;
		height: 60px;
		background: var(--primary-teal);
		color: #fff;
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
	}

	/* =========================================
   PCD FRANCHISE & 3RD PARTY STYLES
   ========================================= */
	.page-content-section .promo-item {
		background: var(--bg-light);
		padding: 12px 15px;
		border-radius: 8px;
		font-weight: 500;
		color: var(--dark-blue);
		border: 1px solid transparent;
		transition: all 0.3s ease;
	}

	.page-content-section .promo-item:hover {
		background: #fff;
		border-color: var(--primary-teal);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	}

	.page-content-section .custom-check-list li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		color: var(--text-color);
	}

	.page-content-section .custom-check-list li::before {
		content: "\f058";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		position: absolute;
		left: 0;
		top: 2px;
		color: var(--primary-teal);
		font-size: 18px;
	}

	.page-content-section .manufacturing-step {
		transition: all 0.3s ease;
		border: 1px solid transparent;
	}

	.page-content-section .manufacturing-step:hover {
		background: #fff !important;
		border-color: var(--primary-teal);
		box-shadow: 0 10px 30px rgba(39, 68, 99, 0.08);
	}

	.page-content-section .step-number {
		width: 50px;
		height: 50px;
		background: var(--dark-blue);
		color: #fff;
		font-family: var(--font-heading);
		font-size: 24px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}

	.page-content-section .manufacturing-step:hover .step-number {
		background: var(--primary-teal);
	}

	/* =========================================
   QUALITY STANDARDS TIMELINE
   ========================================= */
	.page-content-section .quality-timeline {
		border-left: 3px dashed var(--bg-light);
		padding-left: 30px;
		margin-left: 15px;
	}

	.page-content-section .timeline-item {
		position: relative;
	}

	.page-content-section .timeline-item::before {
		content: '';
		position: absolute;
		left: -40.5px;
		top: 5px;
		width: 18px;
		height: 18px;
		background: var(--accent-yellow);
		border: 4px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 2px var(--primary-teal);
	}

	/* =========================================
   R&D CARDS
   ========================================= */
	.page-content-section .rd-card {
		transition: all 0.3s ease;
	}

	.page-content-section .rd-card:hover {
		background: var(--dark-blue) !important;
		color: #fff;
		transform: translateY(-5px);
	}

	.page-content-section .rd-card:hover h4,
	.page-content-section .rd-card:hover .text-muted {
		color: #fff !important;
	}

	/* =========================================
   EXPERT CARDS
   ========================================= */
	.page-content-section .expert-card {
		transition: all 0.3s ease;
	}

	.page-content-section .expert-card:hover {
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
	}

	.page-content-section .expert-img-wrapper {
		width: 120px;
		height: 120px;
		border-radius: 50%;
		overflow: hidden;
		border: 3px solid var(--primary-teal);
		padding: 4px;
	}

	.page-content-section .expert-img-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}

	/* =========================================
   CONTACT PAGE FORMS
   ========================================= */
	.page-content-section .contact-info-panel p.text-white-50 {
		font-size: 0.95rem;
	}

	.page-content-section form .form-control,
	.page-content-section form .form-select {
		border-radius: 8px;
	}

	.page-content-section form .form-control:focus,
	.page-content-section form .form-select:focus {
		box-shadow: 0 0 0 3px rgba(56, 182, 166, 0.2);
		outline: none;
		background: #fff !important;
		border: 1px solid var(--primary-teal) !important;
	}

	.page-content-section button.btn:hover {
		background: var(--primary-teal-hover) !important;
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(56, 182, 166, 0.4);
	}

    @media(max-width:767px){
        .breadcrumb-gradient-wrapper {
    padding: 120px 0 60px 0;
}
    }