.elementor-63 .elementor-element.elementor-element-439e9dc{--display:flex;}.elementor-63 .elementor-element.elementor-element-f842cdf{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-63 .elementor-element.elementor-element-439e9dc{--width:94%;}.elementor-63 .elementor-element.elementor-element-f842cdf{--width:98%;}}/* Start custom CSS for html, class: .elementor-element-5b6fa47 *//* =========================================
   MAMUYA HERO
========================================= */

.mamuya-hero {
    position: relative;
    overflow: hidden;
    background: #f7fafc;
    border-bottom: 1px solid #edf0f3;
}

.hero-container {
    width: min(1380px, calc(100% - 60px));
    min-height: 650px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 60px;

    padding: 70px 0;
}

/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-flex;
    align-items: center;

    padding: 8px 15px;

    border-radius: 30px;

    background: #eaf8fe;
    color: #008fc5;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    margin-bottom: 20px;
}

.hero-content h1 {
    max-width: 680px;

    margin: 0;

    color: #151a1f;

    font-size: clamp(42px, 5vw, 68px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 800;
}

.hero-content h1 span {
    display: block;
    color: #00aeef;
}

.hero-content > p {
    max-width: 610px;

    margin: 25px 0 30px;

    color: #626b74;

    font-size: 16px;

    line-height: 1.8;
}

/* =========================================
   HERO SEARCH
========================================= */

.hero-search {
    width: min(600px, 100%);
    height: 60px;

    display: flex;
    align-items: center;

    background: #ffffff;

    border: 1px solid #dfe5ea;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

    transition: .25s;
}

.hero-search:focus-within {
    border-color: #00aeef;

    box-shadow:
        0 0 0 4px rgba(0, 174, 239, .08);
}

.hero-search > i {
    margin-left: 20px;

    color: #00aeef;

    font-size: 17px;
}

.hero-search input[type="search"] {
    flex: 1;

    height: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    padding: 0 15px;

    color: #222;

    font-family: inherit;

    font-size: 14px;
}

.hero-search input::placeholder {
    color: #9aa2aa;
}

.hero-search button {
    height: 100%;

    border: 0;

    padding: 0 27px;

    background: #00aeef;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    transition: .25s;
}

.hero-search button:hover {
    background: #008fc5;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-top: 22px;
}

.btn-primary,
.btn-secondary {
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 24px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .3s;
}

.btn-primary {
    background: #00aeef;
    color: #ffffff;
}

.btn-primary:hover {
    background: #008fc5;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0, 174, 239, .25);
}

.btn-secondary {
    background: #ffffff;

    color: #252a30;

    border: 1px solid #d8dee3;
}

.btn-secondary:hover {
    color: #00aeef;

    border-color: #00aeef;

    transform: translateY(-2px);
}

/* =========================================
   TRUST
========================================= */

.hero-trust {
    display: flex;

    flex-wrap: wrap;

    gap: 22px;

    margin-top: 28px;
}

.hero-trust div {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #68717a;

    font-size: 12px;

    font-weight: 500;
}

.hero-trust i {
    color: #00aeef;
}

/* =========================================
   HERO VISUAL
========================================= */

.hero-visual {
    min-height: 520px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}

.hero-glow {
    position: absolute;

    width: 480px;
    height: 480px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 174, 239, .18),
            rgba(0, 174, 239, 0) 70%
        );

    filter: blur(5px);
}

.hero-image {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 580px;
}

.hero-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(
            0 30px 35px rgba(0, 0, 0, .18)
        );

    animation: productFloat 5s ease-in-out infinite;
}

@keyframes productFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}

/* =========================================
   FLOATING PRODUCT CARD
========================================= */

.floating-product {
    position: absolute;

    right: 0;
    bottom: 70px;

    z-index: 4;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 15px 20px;

    background: rgba(255,255,255,.94);

    border: 1px solid #e7ebef;

    border-radius: 12px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.12);

    animation: floatingCard 4s ease-in-out infinite;
}

@keyframes floatingCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}

.floating-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eaf8fe;

    color: #00aeef;

    font-size: 20px;
}

.floating-product div:last-child {
    display: flex;

    flex-direction: column;

    gap: 3px;
}

.floating-product strong {
    color: #20262c;

    font-size: 13px;
}

.floating-product span {
    color: #8a929a;

    font-size: 11px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .hero-container {
        grid-template-columns: 1fr;

        text-align: center;

        padding: 55px 0;
    }

    .hero-content {
        display: flex;

        flex-direction: column;

        align-items: center;
    }

    .hero-content h1 {
        max-width: 800px;
    }

    .hero-content > p {
        max-width: 700px;
    }

    .hero-visual {
        min-height: 400px;
    }

    .floating-product {
        right: 5%;
    }

}

@media (max-width: 600px) {

    .hero-container {
        width: calc(100% - 30px);

        padding: 45px 0;
    }

    .hero-content h1 {
        font-size: 39px;

        letter-spacing: -1px;
    }

    .hero-content > p {
        font-size: 14px;
    }

    .hero-search {
        height: 54px;
    }

    .hero-search button {
        padding: 0 18px;
    }

    .hero-buttons {
        width: 100%;

        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }

    .hero-trust {
        justify-content: center;

        gap: 12px 18px;
    }

    .hero-visual {
        min-height: 320px;
    }

    .hero-glow {
        width: 320px;
        height: 320px;
    }

    .floating-product {
        right: 0;
        bottom: 20px;

        padding: 11px 14px;
    }

}/* =========================================================
   MAMUYA HERO — FUNCTIONAL ELEMENTS
========================================================= */

.mamuya-hero a {
    text-decoration: none;
}


/* SEARCH */

.hero-search {
    position: relative;
}

.hero-search input[type="search"] {
    outline: none;
}

.hero-search input[type="search"]:focus {
    border-color: #00aeef;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.10);
}

.hero-search button {
    cursor: pointer;
    transition: all .25s ease;
}

.hero-search button:hover {
    background: #008fc5;
}


/* MAIN BUTTONS */

.hero-buttons a {
    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.hero-buttons a:hover {
    transform: translateY(-2px);
}


/* HERO IMAGE */

.hero-image {
    display: block;
    cursor: pointer;
}

.hero-image img {
    display: block;
    transition:
        transform .5s ease,
        filter .5s ease;
}

.hero-image:hover img {
    transform: scale(1.025);
}


/* FLOATING PRODUCT */

.floating-product {
    cursor: pointer;
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.floating-product:hover {
    transform: translateY(-5px);
}

.floating-arrow {
    margin-left: auto;
    opacity: .6;
    transition: transform .25s ease;
}

.floating-product:hover .floating-arrow {
    transform: translateX(4px);
}


/* TRUST ITEMS */

.hero-trust div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-trust i {
    color: #00aeef;
}


/* MOBILE */

@media (max-width: 768px) {

    .hero-search {
        width: 100%;
    }

    .hero-search button {
        min-width: 90px;
    }

    .hero-buttons {
        width: 100%;
    }

    .hero-buttons a {
        width: 100%;
        justify-content: center;
    }

    .hero-trust {
        flex-wrap: wrap;
        gap: 12px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c7dcda *//* =========================================
   SHOP BY CATEGORY
========================================= */

.category-section {
    background: #ffffff;
    padding: 90px 0;
}

.category-container {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;
}

/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    max-width: 650px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #00aeef;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.section-heading h2 {
    margin: 0 0 12px;

    color: #161b20;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 750;

    letter-spacing: -0.8px;
}

.section-heading p {
    margin: 0;

    color: #707982;

    font-size: 15px;
    line-height: 1.8;
}

/* =========================================
   CATEGORY GRID
========================================= */

.category-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}

/* =========================================
   CATEGORY CARD
========================================= */

.category-card {
    position: relative;

    display: block;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e7ebee;

    border-radius: 16px;

    text-decoration: none;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .04);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.category-card:hover {
    transform: translateY(-7px);

    border-color: rgba(0, 174, 239, .35);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .10);
}

/* =========================================================
   MAMUYA — CATEGORY IMAGES
   SHOW FULL IMAGE / NO CROPPING
========================================================= */

.category-image {
    width: 100%;
    height: 340px;
    background: #f5f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 25px;
    box-sizing: border-box;
}

/* FORCE THE ENTIRE IMAGE TO BE VISIBLE */
.category-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Keep category cards clean */
.category-card {
    overflow: hidden;
}

/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1025px) {

    .category-image {
        height: 340px;
        padding: 25px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .category-image {
        height: 300px;
        padding: 22px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .category-image {
        height: 280px;
        padding: 20px;
    }

    .category-image img {
        object-fit: contain !important;
    }

}


/* =========================================================
   CATEGORY CARD
========================================================= */

.category-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5ebef;

    border-radius: 16px;

    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.category-card:hover {
    transform: translateY(-5px);

    border-color: #08aeea;

    box-shadow: 0 15px 35px rgba(20, 50, 70, .10);
}


/* =========================================================
   CATEGORY CONTENT
========================================================= */

.category-content {
    padding: 24px 24px 26px;
}

.category-number {
    display: block;

    margin-bottom: 7px;

    color: #08aeea;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}

.category-content h3 {
    margin: 0 0 9px;

    color: #17212b;

    font-size: 19px;

    font-weight: 600;
}

.category-content p {
    margin: 0;

    color: #77838c;

    font-size: 12px;

    line-height: 1.7;
}

.category-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 17px;

    color: #08aeea;

    font-size: 11px;

    font-weight: 600;

    transition: gap .25s ease;
}

.category-card:hover .category-link {
    gap: 12px;
}


/* =========================================================
   DESKTOP GRID
========================================================= */

.category-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-image {
        height: 220px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-image {
        height: 230px;

        padding: 20px;
    }

}
/* =========================================
   CATEGORY CONTENT
========================================= */

.category-content {
    padding: 24px 25px 27px;
}

.category-content h3 {
    margin: 0 0 8px;

    color: #20262c;

    font-size: 20px;
    font-weight: 650;
}

.category-content p {
    margin: 0 0 20px;

    color: #727b83;

    font-size: 13px;

    line-height: 1.7;
}

.category-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #00aeef;

    font-size: 13px;
    font-weight: 600;

    transition: gap .3s ease;
}

.category-card:hover .category-link {
    gap: 13px;
}

.category-link i {
    font-size: 11px;
}

/* =========================================
   VIEW ALL
========================================= */

.category-footer {
    display: flex;

    justify-content: center;

    margin-top: 45px;
}

.view-all-products {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 48px;

    padding: 0 25px;

    border: 1px solid #d9e0e5;

    border-radius: 8px;

    color: #252a30;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: .3s;
}

.view-all-products:hover {
    color: #ffffff;

    background: #00aeef;

    border-color: #00aeef;

    transform: translateY(-2px);
}

/* =========================================
   CATEGORY RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .category-section {
        padding: 65px 0;
    }

    .category-container {
        width: calc(100% - 30px);
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .category-image {
        height: 220px;
    }

}/* =========================================================
   MAMUYA CATEGORY CARDS
========================================================= */

.category-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.category-card:hover {
    transform: translateY(-6px);
}

.category-image {
    overflow: hidden;
}

.category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition:
        transform .6s ease,
        filter .4s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.06);
}

.category-number {
    display: block;

    margin-bottom: 8px;

    color: #00aeef;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;
}

.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 15px;

    color: #00aeef;

    font-size: 12px;
    font-weight: 600;

    transition: gap .25s ease;
}

.category-card:hover .category-link {
    gap: 13px;
}

.category-link i {
    transition: transform .25s ease;
}

.category-card:hover .category-link i {
    transform: translateX(3px);
}

.view-all-products {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    text-decoration: none;

    transition:
        gap .25s ease,
        color .25s ease;
}

.view-all-products:hover {
    gap: 14px;
    color: #008fc5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d636610 *//* =========================================
   PART 3 — PRECISION BEARINGS
========================================= */

.precision-section {

    position: relative;

    padding: 90px 0;

    background: #f4f7f9;

    overflow: hidden;

}


.precision-container {

    width: min(1380px, calc(100% - 60px));

    min-height: 540px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: stretch;

    background: #0d1722;

    border-radius: 24px;

    overflow: hidden;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .14);

}


/* =========================================
   IMAGE
========================================= */

.precision-visual {

    position: relative;

    min-height: 540px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #09131e;

}


.precision-visual img {

    position: relative;

    z-index: 2;

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s ease;

}


.precision-container:hover
.precision-visual img {

    transform: scale(1.04);

}


/* =========================================
   IMAGE GLOW
========================================= */

.precision-glow {

    position: absolute;

    z-index: 1;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 174, 239, .22),
            transparent 70%
        );

    filter: blur(25px);

    animation:
        precisionGlow 5s ease-in-out infinite;

}


@keyframes precisionGlow {

    0%,
    100% {

        transform: scale(.95);

        opacity: .7;

    }

    50% {

        transform: scale(1.08);

        opacity: 1;

    }

}


/* =========================================
   CONTENT
========================================= */

.precision-content {

    position: relative;

    z-index: 3;

    padding: 65px 70px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.precision-label {

    display: inline-block;

    margin-bottom: 18px;

    color: #00aeef;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.precision-content h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.08;

    letter-spacing: -1.5px;

    font-weight: 800;

}


.precision-content h2 span {

    display: block;

    color: #00aeef;

}


.precision-description {

    max-width: 570px;

    margin: 25px 0 32px;

    color: #aeb9c4;

    font-size: 15px;

    line-height: 1.85;

}


/* =========================================
   FEATURES
========================================= */

.precision-features {

    display: flex;

    flex-direction: column;

    gap: 18px;

    margin-bottom: 35px;

}


.precision-feature {

    display: flex;

    align-items: center;

    gap: 15px;

}


.precision-icon {

    width: 45px;

    height: 45px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 174, 239, .10);

    color: #00aeef;

    transition: .3s;

}


.precision-feature:hover .precision-icon {

    background: #00aeef;

    color: #ffffff;

    transform: translateY(-2px);

}


.precision-feature > div:last-child {

    display: flex;

    flex-direction: column;

    gap: 3px;

}


.precision-feature strong {

    color: #ffffff;

    font-size: 14px;

    font-weight: 600;

}


.precision-feature span {

    color: #82909c;

    font-size: 12px;

}


/* =========================================
   BUTTONS
========================================= */

.precision-buttons {

    display: flex;

    align-items: center;

    gap: 13px;

}


.precision-btn-primary,
.precision-btn-secondary {

    min-height: 49px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 0 24px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    transition: .3s;

}


.precision-btn-primary {

    background: #00aeef;

    color: #ffffff;

}


.precision-btn-primary:hover {

    background: #008fc5;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0, 174, 239, .25);

}


.precision-btn-secondary {

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, .18);

}


.precision-btn-secondary:hover {

    color: #00aeef;

    border-color: #00aeef;

}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .precision-container {

        grid-template-columns: 1fr;

    }

    .precision-visual {

        min-height: 450px;

        height: 450px;

    }

    .precision-content {

        padding: 50px 45px;

    }

}


@media (max-width: 600px) {

    .precision-section {

        padding: 60px 0;

    }

    .precision-container {

        width: calc(100% - 30px);

        border-radius: 18px;

    }

    .precision-visual {

        min-height: 340px;

        height: 340px;

    }

    .precision-content {

        padding: 38px 25px 42px;

    }

    .precision-content h2 {

        font-size: 36px;

    }

    .precision-description {

        font-size: 14px;

    }

    .precision-buttons {

        flex-direction: column;

        align-items: stretch;

    }

    .precision-btn-primary,
    .precision-btn-secondary {

        width: 100%;

    }

}/* =========================================
   PART 4 — FEATURED PRODUCTS
========================================= */

.featured-products-section {
    background: #ffffff;
    padding: 95px 0;
}

.featured-products-container {
    width: min(1380px, calc(100% - 60px));
    margin: 0 auto;
}


/* =========================================
   PRODUCTS HEADER
========================================= */

.products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 45px;
}

.products-label {
    display: block;

    margin-bottom: 10px;

    color: #00aeef;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.products-heading h2 {
    margin: 0 0 10px;

    color: #171c21;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 750;
}

.products-heading p {
    margin: 0;

    color: #707982;

    font-size: 14px;
    line-height: 1.7;
}

.products-view-all {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    flex-shrink: 0;

    color: #252a30;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: .3s;
}

.products-view-all:hover {
    color: #00aeef;
    gap: 13px;
}


/* =========================================
   PRODUCT GRID
========================================= */

.product-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.product-card:hover {
    transform: translateY(-6px);

    border-color: rgba(0,174,239,.30);

    box-shadow:
        0 20px 45px rgba(0,0,0,.09);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-image {
    position: relative;

    height: 270px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f6f8fa;

    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    padding: 28px;

    transition:
        transform .5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}


/* =========================================
   PRODUCT BADGE
========================================= */

.product-badge {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 3;

    padding: 6px 10px;

    border-radius: 5px;

    background: #00aeef;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;
}


/* =========================================
   WISHLIST
========================================= */

.product-wishlist {
    position: absolute;

    top: 12px;
    right: 12px;

    z-index: 3;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #68717a;

    box-shadow:
        0 5px 15px rgba(0,0,0,.08);

    cursor: pointer;

    transition: .3s;
}

.product-wishlist:hover {
    color: #00aeef;

    transform: scale(1.08);
}


/* =========================================
   PRODUCT INFORMATION
========================================= */

.product-info {
    padding: 22px;
}

.product-brand {
    display: block;

    margin-bottom: 7px;

    color: #00aeef;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1px;
}

.product-info h3 {
    margin: 0 0 7px;

    color: #20262c;

    font-size: 17px;
    line-height: 1.4;

    font-weight: 650;
}

.product-number {
    display: block;

    color: #89929a;

    font-size: 11px;
}


/* =========================================
   STOCK
========================================= */

.product-meta {
    margin-top: 15px;

    padding-top: 13px;

    border-top: 1px solid #edf0f2;
}

.product-stock {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: #2f8f55;

    font-size: 11px;
    font-weight: 500;
}

.product-stock i {
    font-size: 6px;
}


/* =========================================
   PRODUCT BOTTOM
========================================= */

.product-bottom {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 12px;

    margin-top: 18px;
}

.product-price {
    display: flex;

    flex-direction: column;

    gap: 2px;
}

.product-price small {
    color: #929aa1;

    font-size: 10px;
}

.product-price strong {
    color: #171c21;

    font-size: 17px;

    font-weight: 700;
}


/* =========================================
   ADD TO CART
========================================= */

.add-to-cart {
    min-height: 38px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 0 13px;

    border: 0;

    border-radius: 7px;

    background: #00aeef;

    color: #ffffff;

    font-family: inherit;

    font-size: 11px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;
}

.add-to-cart:hover {
    background: #008fc5;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(0,174,239,.22);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 800px) {

    .featured-products-section {
        padding: 70px 0;
    }

    .products-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .products-heading h2 {
        font-size: 32px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 520px) {

    .featured-products-container {
        width: calc(100% - 30px);
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-image {
        height: 280px;
    }

    .product-bottom {
        align-items: center;
    }

    .add-to-cart {
        padding: 0 15px;
    }

}/* =========================================================
   MAMUYA PRODUCT BUTTON STATES
========================================================= */

.add-to-cart {
    cursor: pointer;
    transition:
        background-color .25s ease,
        transform .25s ease,
        opacity .25s ease;
}

.add-to-cart:hover {
    transform: translateY(-2px);
}

.add-to-cart:disabled {
    cursor: wait;
    opacity: .75;
}

.add-to-cart.added {
    background: #198754 !important;
}

.product-wishlist {
    cursor: pointer;
}

.product-wishlist.active {
    color: #00aeef !important;
}

.product-link {
    cursor: pointer;
}

.add-to-cart.loading {
    pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc877dc *//* =========================================
   WHY MAMUYA
========================================= */

.why-mamuya {
    padding: 100px 24px;
    background: #f7fafc;
}

.why-container {
    max-width: 1280px;
    margin: 0 auto;
}


/* HEADING */

.why-heading {
    max-width: 680px;
    margin-bottom: 50px;
}

.why-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #08aeea;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.why-heading h2 {
    margin: 0 0 18px;

    color: #17212b;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 650;
}

.why-heading h2 span {
    color: #08aeea;
}

.why-heading p {
    margin: 0;

    color: #73808a;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   FEATURE GRID
========================================= */

.why-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


/* CARD */

.why-card {
    display: block;

    padding: 32px 28px;

    min-height: 270px;

    background: #ffffff;

    border: 1px solid #e3edf2;

    border-radius: 20px;

    text-decoration: none;

    box-shadow: 0 5px 20px rgba(20,50,70,.03);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.why-card:hover {
    transform: translateY(-7px);

    border-color: #08aeea;

    box-shadow: 0 18px 40px rgba(8,174,234,.12);
}


/* ICON */

.why-icon {
    width: 56px;
    height: 56px;

    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf8fd;

    color: #08aeea;

    border-radius: 14px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.why-card:hover .why-icon {
    background: #08aeea;

    color: #ffffff;

    transform: scale(1.05);
}

.why-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* CONTENT */

.why-card-content h3 {
    margin: 0 0 12px;

    color: #17212b;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 600;
}

.why-card-content p {
    margin: 0 0 20px;

    color: #7c8790;

    font-size: 13px;

    line-height: 1.7;
}


/* CARD LINK */

.why-card-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #08aeea;

    font-size: 12px;

    font-weight: 600;

    transition: gap .3s ease;
}

.why-card:hover .why-card-link {
    gap: 12px;
}

.why-card-link i {
    font-size: 10px;
}


/* =========================================
   BOTTOM CTA
========================================= */

.why-bottom {
    margin-top: 28px;

    padding: 25px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background: #17212b;

    border-radius: 18px;
}

.why-bottom-text {
    display: flex;

    flex-direction: column;

    gap: 5px;
}

.why-bottom-text strong {
    color: #ffffff;

    font-size: 15px;

    font-weight: 600;
}

.why-bottom-text span {
    color: #aeb9c1;

    font-size: 13px;
}


/* CTA BUTTON */

.why-quote-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 22px;

    background: #08aeea;

    color: #ffffff;

    border-radius: 9px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    white-space: nowrap;

    transition:
        background .3s ease,
        transform .3s ease;
}

.why-quote-btn:hover {
    background: #078fca;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .why-mamuya {
        padding: 70px 18px;
    }

    .why-heading h2 {
        font-size: 32px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        min-height: auto;

        padding: 26px;
    }

    .why-bottom {
        flex-direction: column;

        align-items: flex-start;
    }

    .why-quote-btn {
        width: 100%;

        justify-content: center;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3920511 *//* =========================================
   PART 6 — INDUSTRIES
========================================= */

.industries-section {

    position: relative;

    padding: 95px 0;

    background: #0d1722;

    overflow: hidden;

}


.industries-section::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -200px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0,174,239,.12),
            transparent 70%
        );

    pointer-events: none;

}


.industries-container {

    position: relative;

    z-index: 2;

    width: min(1380px, calc(100% - 60px));

    margin: 0 auto;

}


/* =========================================
   HEADING
========================================= */

.industries-heading {

    max-width: 700px;

    margin: 0 auto 50px;

    text-align: center;

}


.industries-label {

    display: inline-block;

    margin-bottom: 13px;

    color: #00aeef;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.industries-heading h2 {

    margin: 0 0 15px;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -.8px;

}


.industries-heading h2 span {

    color: #00aeef;

}


.industries-heading p {

    margin: 0;

    color: #8795a2;

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================
   GRID
========================================= */

.industries-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

}


/* =========================================
   CARD
========================================= */

.industry-card {

    position: relative;

    height: 310px;

    display: flex;

    align-items: flex-end;

    overflow: hidden;

    border-radius: 15px;

    text-decoration: none;

    background: #16222e;

    border: 1px solid rgba(255,255,255,.07);

}


.industry-image {

    position: absolute;

    inset: 0;

    z-index: 1;

}


.industry-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    opacity: .65;

    transition:
        transform .7s ease,
        opacity .5s ease;

}


.industry-card:hover
.industry-image img {

    transform: scale(1.08);

    opacity: .8;

}


/* =========================================
   OVERLAY
========================================= */

.industry-overlay {

    position: absolute;

    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(5,12,18,.05) 15%,
            rgba(5,12,18,.40) 45%,
            rgba(5,12,18,.96) 100%
        );

    transition: .4s;

}


.industry-card:hover
.industry-overlay {

    background:
        linear-gradient(
            180deg,
            rgba(0,174,239,.05),
            rgba(5,12,18,.92) 75%
        );

}


/* =========================================
   CONTENT
========================================= */

.industry-content {

    position: relative;

    z-index: 3;

    width: 100%;

    padding: 25px;

}


.industry-icon {

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    border-radius: 9px;

    background: rgba(0,174,239,.90);

    color: #ffffff;

    font-size: 17px;

    transition: .3s;

}


.industry-card:hover
.industry-icon {

    transform: translateY(-4px);

    background: #ffffff;

    color: #00aeef;

}


.industry-content h3 {

    margin: 0 0 7px;

    color: #ffffff;

    font-size: 20px;

    font-weight: 650;

}


.industry-content p {

    max-width: 340px;

    margin: 0 0 14px;

    color: #b7c1ca;

    font-size: 12px;

    line-height: 1.65;

}


.industry-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #00aeef;

    font-size: 11px;

    font-weight: 600;

    transition: gap .3s ease;

}


.industry-card:hover
.industry-link {

    gap: 13px;

}


.industry-link i {

    font-size: 9px;

}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .industries-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .industries-section {

        padding: 65px 0;

    }

    .industries-container {

        width: calc(100% - 30px);

    }

    .industries-heading h2 {

        font-size: 31px;

    }

    .industries-heading p {

        font-size: 13px;

    }

    .industries-grid {

        grid-template-columns: 1fr;

    }

    .industry-card {

        height: 290px;

    }

}/* =========================================
   PART 6 — INDUSTRIES
========================================= */

.industries-section {
    padding: 100px 24px;

    background: #ffffff;
}

.industries-container {
    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.industries-heading {
    max-width: 700px;

    margin-bottom: 48px;
}

.industries-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #08aeea;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.industries-heading h2 {
    margin: 0 0 16px;

    color: #17212b;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 650;
}

.industries-heading h2 span {
    color: #08aeea;
}

.industries-heading p {
    margin: 0;

    color: #73808a;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.industries-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================
   CARD
========================================= */

.industry-card {
    position: relative;

    min-height: 390px;

    overflow: hidden;

    border-radius: 18px;

    background: #17212b;

    text-decoration: none;

    isolation: isolate;
}


/* IMAGE */

.industry-image {
    position: absolute;

    inset: 0;

    z-index: -3;
}

.industry-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .6s ease;
}


/* OVERLAY */

.industry-overlay {
    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(
            180deg,
            rgba(10,20,30,.05) 15%,
            rgba(10,20,30,.35) 40%,
            rgba(10,20,30,.92) 100%
        );
}


/* HOVER IMAGE */

.industry-card:hover .industry-image img {
    transform: scale(1.08);
}


/* =========================================
   CONTENT
========================================= */

.industry-content {
    position: absolute;

    left: 28px;

    right: 28px;

    bottom: 27px;
}

.industry-icon {
    width: 48px;

    height: 48px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(8,174,234,.95);

    color: #ffffff;

    border-radius: 12px;

    transition:
        transform .3s ease,
        background .3s ease;
}

.industry-card:hover .industry-icon {
    transform: translateY(-4px);

    background: #ffffff;

    color: #08aeea;
}

.industry-icon i {
    font-size: 18px;
}


/* TITLE */

.industry-content h3 {
    margin: 0 0 9px;

    color: #ffffff;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 600;
}


/* DESCRIPTION */

.industry-content p {
    max-width: 330px;

    margin: 0 0 18px;

    color: rgba(255,255,255,.78);

    font-size: 13px;

    line-height: 1.65;
}


/* LINK */

.industry-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

    transition:
        gap .3s ease,
        color .3s ease;
}

.industry-card:hover .industry-link {
    gap: 13px;

    color: #08aeea;
}

.industry-link i {
    font-size: 10px;
}


/* =========================================
   CARD BORDER EFFECT
========================================= */

.industry-card::after {
    content: "";

    position: absolute;

    inset: 0;

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 18px;

    pointer-events: none;

    transition:
        border-color .3s ease;
}

.industry-card:hover::after {
    border-color: rgba(8,174,234,.7);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .industries-section {
        padding: 70px 18px;
    }

    .industries-heading h2 {
        font-size: 32px;
    }

    .industries-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .industry-card {
        min-height: 360px;
    }

    .industry-content {
        left: 23px;

        right: 23px;

        bottom: 23px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-690d8d8 *//* =========================================
   PART 7 — BRANDS
========================================= */

.brands-section {

    padding: 85px 0;

    background: #ffffff;

    border-top: 1px solid #edf0f3;

}


.brands-container {

    width: min(1380px, calc(100% - 60px));

    margin: 0 auto;

}


/* =========================================
   HEADING
========================================= */

.brands-heading {

    max-width: 680px;

    margin: 0 auto 45px;

    text-align: center;

}


.brands-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #00aeef;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

}


.brands-heading h2 {

    margin: 0 0 14px;

    color: #171c21;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -.8px;

}


.brands-heading h2 span {

    color: #00aeef;

}


.brands-heading p {

    margin: 0;

    color: #707982;

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================
   BRAND GRID
========================================= */

.brands-grid {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    border-top: 1px solid #e8edf0;

    border-left: 1px solid #e8edf0;

}


/* =========================================
   BRAND ITEM
========================================= */

.brand-item {

    height: 125px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 25px;

    background: #ffffff;

    border-right: 1px solid #e8edf0;

    border-bottom: 1px solid #e8edf0;

    transition:
        background .3s ease,
        transform .3s ease;

}


.brand-item img {

    max-width: 125px;

    max-height: 50px;

    width: auto;

    height: auto;

    object-fit: contain;

    filter: grayscale(100%);

    opacity: .55;

    transition:
        filter .3s ease,
        opacity .3s ease,
        transform .3s ease;

}


.brand-item:hover {

    background: #f8fbfd;

}


.brand-item:hover img {

    filter: grayscale(0%);

    opacity: 1;

    transform: scale(1.05);

}


/* =========================================
   BOTTOM CTA
========================================= */

.brands-bottom {

    margin-top: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    color: #707982;

    font-size: 13px;

}


.brands-bottom a {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #00aeef;

    text-decoration: none;

    font-weight: 600;

    transition: gap .3s ease;

}


.brands-bottom a:hover {

    gap: 11px;

}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .brands-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}


@media (max-width: 600px) {

    .brands-section {

        padding: 65px 0;

    }

    .brands-container {

        width: calc(100% - 30px);

    }

    .brands-heading h2 {

        font-size: 31px;

    }

    .brands-heading p {

        font-size: 13px;

    }

    .brands-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .brand-item {

        height: 105px;

        padding: 18px;

    }

    .brand-item img {

        max-width: 105px;

        max-height: 42px;

    }

    .brands-bottom {

        flex-direction: column;

        text-align: center;

        line-height: 1.7;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-282abbe *//* =========================================
   PART 8 — REQUEST A QUOTE
========================================= */

.quote-section {
    position: relative;

    padding: 95px 24px;

    overflow: hidden;

    background: #0f1b25;
}

.quote-container {
    max-width: 1280px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.2fr .8fr;

    align-items: center;

    gap: 70px;
}


/* =========================================
   CONTENT
========================================= */

.quote-label {
    display: inline-block;

    margin-bottom: 13px;

    color: #08aeea;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.6px;
}

.quote-content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 650;
}

.quote-content h2 span {
    display: block;

    color: #08aeea;
}

.quote-content > p {
    max-width: 650px;

    margin: 0;

    color: #aebbc5;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.quote-features {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-top: 35px;
}

.quote-feature {
    display: flex;

    align-items: flex-start;

    gap: 12px;
}

.quote-icon {
    width: 38px;

    height: 38px;

    min-width: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: rgba(8,174,234,.12);

    color: #08aeea;
}

.quote-icon i {
    font-size: 14px;
}

.quote-feature strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;

    font-size: 11px;

    font-weight: 600;
}

.quote-feature span {
    display: block;

    color: #83929d;

    font-size: 10px;

    line-height: 1.5;
}


/* =========================================
   BUTTONS
========================================= */

.quote-actions {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 35px;
}

.quote-primary-btn,
.quote-whatsapp-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 47px;

    padding: 0 21px;

    border-radius: 7px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    transition:
        transform .25s ease,
        background .25s ease;
}

.quote-primary-btn {
    background: #08aeea;

    color: #ffffff;
}

.quote-primary-btn:hover {
    background: #078fca;

    color: #ffffff;

    transform: translateY(-2px);
}

.quote-whatsapp-btn {
    border: 1px solid rgba(255,255,255,.18);

    color: #ffffff;

    background: rgba(255,255,255,.04);
}

.quote-whatsapp-btn:hover {
    background: rgba(255,255,255,.09);

    color: #ffffff;

    transform: translateY(-2px);
}

.quote-whatsapp-btn i {
    font-size: 16px;
}


/* =========================================
   VISUAL
========================================= */

.quote-visual {
    position: relative;

    min-height: 380px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* RINGS */

.quote-ring {
    position: absolute;

    border: 1px solid rgba(8,174,234,.22);

    border-radius: 50%;
}

.quote-ring-one {
    width: 280px;

    height: 280px;

    animation: quoteRotate 18s linear infinite;
}

.quote-ring-two {
    width: 190px;

    height: 190px;

    border-color: rgba(8,174,234,.14);

    animation: quoteRotateReverse 12s linear infinite;
}


/* CENTER */

.quote-bearing {
    position: relative;

    width: 120px;

    height: 120px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #243b4b 0%,
            #182a37 55%,
            #101d27 100%
        );

    border: 1px solid rgba(8,174,234,.45);

    box-shadow:
        0 0 50px rgba(8,174,234,.13);
}

.quote-bearing i {
    color: #08aeea;

    font-size: 45px;

    animation: quoteGearRotate 10s linear infinite;
}


/* FLOATING CARD */

.quote-floating-card {
    position: absolute;

    right: 10px;

    bottom: 35px;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 13px 16px;

    background: rgba(255,255,255,.07);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 10px;

    backdrop-filter: blur(10px);

    animation: quoteFloat 4s ease-in-out infinite;
}

.quote-floating-card > i {
    color: #08aeea;

    font-size: 18px;
}

.quote-floating-card strong {
    display: block;

    color: #ffffff;

    font-size: 11px;
}

.quote-floating-card span {
    display: block;

    margin-top: 3px;

    color: #8b9aa5;

    font-size: 9px;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes quoteRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes quoteRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

@keyframes quoteGearRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes quoteFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .quote-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .quote-visual {
        min-height: 300px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .quote-section {
        padding: 70px 18px;
    }

    .quote-content h2 {
        font-size: 32px;
    }

    .quote-features {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .quote-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .quote-primary-btn,
    .quote-whatsapp-btn {
        width: 100%;
    }

    .quote-visual {
        min-height: 250px;
    }

    .quote-ring-one {
        width: 210px;

        height: 210px;
    }

    .quote-ring-two {
        width: 145px;

        height: 145px;
    }

    .quote-bearing {
        width: 90px;

        height: 90px;
    }

    .quote-bearing i {
        font-size: 34px;
    }

    .quote-floating-card {
        right: 0;

        bottom: 5px;
    }

}/* End custom CSS */