/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1785053046
Updated: 2026-07-26 08:04:06

*/

  /* =========================================================
   OM TECHNO FORGE
   FORGE ROLLER RINGS
   COMPLETE RESPONSIVE CSS
   ========================================================= */


/* =========================================================
   VARIABLES
   ========================================================= */

.frr-section {

    --frr-red: #C90105;

    --frr-red-dark: #A80104;

    --frr-ink: #1A1A1A;

    --frr-charcoal: #2D2D2D;

    --frr-offwhite: #F8F9FA;

    --frr-gray: #808080;

    --frr-line: rgba(255,255,255,.12);

    --frr-white: #FFFFFF;

    --frr-border: #E5E7EB;

    --frr-container: 1280px;

    font-family:
        'Inter',
        Arial,
        sans-serif;

    width: 100%;

    overflow: hidden;

}


/* =========================================================
   RESET
   ========================================================= */

.frr-section *,
.frr-section *::before,
.frr-section *::after {

    box-sizing: border-box;

}


.frr-section img {

    max-width: 100%;

    height: auto;

}


.frr-section h2,
.frr-section h3,
.frr-section h4,
.frr-section p {

    overflow-wrap: break-word;

}


/* =========================================================
   CONTAINER
   ========================================================= */

.frr-hero-inner,
.frr-anatomy-head,
.frr-anatomy-progress,
.frr-app-inner {

    width: min(
        var(--frr-container),
        calc(100% - 48px)
    );

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   EYEBROW
   ========================================================= */

.frr-eyebrow {

    display: inline-flex;

    align-items: center;

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    line-height: 1.3;

    text-transform: uppercase;

    color: var(--frr-red);

    margin-bottom: 18px;

}


.frr-eyebrow::before {

    content: "";

    display: inline-block;

    width: 28px;

    height: 2px;

    background: var(--frr-red);

    margin-right: 10px;

    flex: 0 0 auto;

}


/* =========================================================
   HERO
   ========================================================= */

.frr-hero {

    position: relative;

    width: 100%;

    min-height: 100vh;

    display: flex;

    align-items: center;

    padding: 120px 0;

    background: var(--frr-ink);

}


/* =========================================================
   HERO INNER
   ========================================================= */

.frr-hero-inner {

    display: grid;

    grid-template-columns:
        minmax(300px, 460px)
        minmax(0, 1fr);

    gap: 60px;

    align-items: center;
	padding: 0 24px;

}


/* =========================================================
   HERO TEXT
   ========================================================= */

.frr-hero-text {

    position: relative;

    z-index: 2;

}


.frr-h1 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: 52px;

    line-height: 1.08;

    letter-spacing: -0.025em;

    color: #FFFFFF !important;

    margin: 0 0 24px;

}


.frr-sub {

    font-size: 18px;

    line-height: 1.7;

    color: rgba(255,255,255,.70);

    max-width: 440px;

    margin: 0;

}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.frr-hero-visual {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 0;

}


/* =========================================================
   RING STAGE
   ========================================================= */

.frr-ring-stage {

    position: relative;

    width: min(400px, 100%);

    aspect-ratio: 1 / 1;

    margin: 0 auto;

}


/* =========================================================
   DECORATIVE TICK RING
   ========================================================= */

.frr-ring-stage::before {

    content: "";

    position: absolute;

    inset: -6%;

    border-radius: 50%;

    background:
        repeating-conic-gradient(
            from 0deg,
            rgba(255,255,255,.15)
            0deg 1.2deg,
            transparent
            1.2deg 30deg
        );

    -webkit-mask:
        radial-gradient(
            farthest-side,
            transparent calc(100% - 14px),
            #000 calc(100% - 13px),
            #000 100%
        );

    mask:
        radial-gradient(
            farthest-side,
            transparent calc(100% - 14px),
            #000 calc(100% - 13px),
            #000 100%
        );

}


/* =========================================================
   GAUGE
   ========================================================= */

.frr-gauge {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    transform: rotate(-90deg);

}


.frr-gauge-track {

    fill: none;

    stroke: rgba(255,255,255,.08);

    stroke-width: 3;

}


.frr-gauge-fill {

    fill: none;

    stroke: var(--frr-red);

    stroke-width: 3;

    stroke-linecap: round;

}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.frr-ring-img {

    position: absolute;

    inset: 10%;

    width: 80%;

    height: 80%;

    object-fit: contain;

    filter:
        drop-shadow(
            0 30px 40px rgba(0,0,0,.55)
        );

    will-change:
        transform,
        opacity;

}


/* =========================================================
   CALLOUTS
   ========================================================= */

.frr-callout {

    position: absolute;

    display: flex;

    flex-direction: column;

    gap: 2px;

    padding: 10px 14px;

    background: #101010;

    border: 1px solid var(--frr-line);

    border-radius: 3px;

    opacity: 0;

    pointer-events: none;

    z-index: 3;

}


.frr-callout-label {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;

    color: rgba(255,255,255,.50);

}


.frr-callout-value {

    font-family:
        ui-monospace,
        'SFMono-Regular',
        'Roboto Mono',
        Consolas,
        monospace;

    font-size: 17px;

    font-weight: 600;

    color: var(--frr-white);

    letter-spacing: .3px;

    white-space: nowrap;

}


/* CALLOUT POSITIONS */

.frr-callout-1 {

    top: -4%;

    left: -10%;

}


.frr-callout-2 {

    top: 6%;

    right: -14%;

}


.frr-callout-3 {

    bottom: 2%;

    left: -14%;

}


.frr-callout-4 {

    bottom: -6%;

    right: -6%;

}


/* =========================================================
   ANATOMY
   ========================================================= */

.frr-anatomy {

    position: relative;

    background: #FFFFFF;

    padding-top: 100px;

}


/* =========================================================
   ANATOMY HEADER
   ========================================================= */

.frr-anatomy-head {

    padding-bottom: 60px;

}


.frr-anatomy-head h3 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: 36px;

    line-height: 1.2;

    letter-spacing: -0.02em;

    color: #111111 !important;

    margin: 0;

    max-width: 640px;

}


/* =========================================================
   ANATOMY VIEWPORT
   ========================================================= */

.frr-anatomy-viewport {

    width: 100%;

    height: 62vh;

    min-height: 460px;

    overflow: hidden;

}


/* =========================================================
   ANATOMY TRACK
   ========================================================= */

.frr-anatomy-track {

    display: flex;

    align-items: stretch;

    gap: 24px;

    height: 320px;

    width: max-content;

    padding-left:
        max(
            24px,
            calc((100vw - 1280px) / 2)
        );

    padding-right: 24px;

    will-change: transform;

}


/* =========================================================
   ANATOMY PANEL
   ========================================================= */

.frr-panel {

    flex: 0 0 auto;

    width: min(84vw, 420px);

    height: 100%;

    background: #232323;

    border: 1px solid var(--frr-line);

    border-radius: 6px;

    padding: 48px 40px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

}


.frr-panel-tag {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.6px;

    color: var(--frr-red);

    margin-bottom: 20px;

}


.frr-panel h4 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 700;

    color: #FFFFFF !important;

    margin: 0 0 14px;

}


.frr-panel p {

    font-size: 16px;

    line-height: 1.7;

    color: rgba(255,255,255,.60);

    margin: 0;

}


/* =========================================================
   ANATOMY PROGRESS
   ========================================================= */

.frr-anatomy-progress {

    padding-top: 24px;

    padding-bottom: 100px;

}


.frr-progress-track {

    position: relative;

    width: 100%;

    height: 2px;

    background: rgba(0,0,0,.10);

    border-radius: 2px;

}


.frr-progress-fill {

    position: absolute;

    left: 0;

    top: 0;

    width: 0%;

    height: 100%;

    background: var(--frr-red);

    border-radius: 2px;

}


/* =========================================================
   APPLICATIONS
   ========================================================= */

.frr-applications {

    background: var(--frr-offwhite);

    padding:
        120px 24px;

}


.frr-app-inner {

    max-width: var(--frr-container);

}


/* =========================================================
   APPLICATION HEADER
   ========================================================= */

.frr-app-head {

    text-align: center;

    margin-bottom: 60px;

}


.frr-app-head h3 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: 36px;

    line-height: 1.2;

    letter-spacing: -0.02em;

    color: #242424 !important;

    margin: 0 auto;

    max-width: 620px;

}


/* =========================================================
   APPLICATION GRID
   ========================================================= */

.frr-app-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;

}


/* =========================================================
   APPLICATION CARD
   ========================================================= */

.frr-app-card {

    background: var(--frr-white);

    border: 1px solid var(--frr-border);

    border-radius: 6px;

    padding: 32px;

    opacity: 0;

    transform: translateY(24px);

}


.frr-app-icon {

    width: 44px;

    height: 44px;

    margin-bottom: 20px;

    color: var(--frr-red);

}


.frr-app-icon svg {

    width: 100%;

    height: 100%;

}


.frr-app-card h4 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;

    color: #242424 !important;

    margin: 0 0 8px;

}


.frr-app-card p {

    font-size: 15px;

    line-height: 1.6;

    color: var(--frr-gray);

    margin: 0;

}


/* =========================================================
   CTA
   ========================================================= */

.frr-cta {

    background: var(--frr-ink);

    text-align: center;

    padding:
        100px 24px;

}


.frr-cta h3 {

    font-family:
        'Montserrat',
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: 34px;

    line-height: 1.2;

    color: var(--frr-white) !important;

    margin: 0 0 14px;

}


.frr-cta p {

    font-size: 16px;

    line-height: 1.7;

    color: rgba(255,255,255,.70);

    max-width: 480px;

    margin:
        0 auto 32px;

}


.frr-cta-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: var(--frr-red);

    color: var(--frr-white) !important;

    font-family:
        'Inter',
        Arial,
        sans-serif;

    font-weight: 600;

    font-size: 16px;

    line-height: 1;

    padding: 17px 36px;

    text-decoration: none !important;

    border-radius: 2px;

    transition:
        background .25s ease,
        transform .25s ease;

}


.frr-cta-btn:hover {

    background: var(--frr-red-dark);

    color: #FFFFFF !important;

    transform: translateY(-2px);

}


/* =========================================================
   DESKTOP
   1025px – 1280px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1280px) {

    .frr-hero {

        padding-top: 100px;

        padding-bottom: 100px;

    }

    .frr-hero-inner {

        gap: 40px;

    }

    .frr-h1 {

        font-size: 48px;

    }

    .frr-sub {

        font-size: 17px;

    }

    .frr-ring-stage {

        max-width: 430px;

    }

    .frr-callout-1 {

        left: -5%;

    }

    .frr-callout-2 {

        right: -5%;

    }

    .frr-callout-3 {

        left: -5%;

    }

    .frr-callout-4 {

        right: -2%;

    }

}


/* =========================================================
   TABLET
   768px – 1024px
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    /* HERO */

    .frr-hero {

        min-height: auto;

        padding:
            90px 0;

    }

    .frr-hero-inner {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(300px, 420px);

        gap: 35px;

    }


    /* HEADING */

    .frr-h1 {

        font-size: 42px !important;

        line-height: 1.1 !important;

    }


    /* BODY */

    .frr-sub {

        font-size: 16px;

        line-height: 1.65;

    }


    /* RING */

    .frr-ring-stage {

        width: 100%;

        max-width: 400px;

    }


    /* CALLOUT */

    .frr-callout {

        padding:
            8px 11px;

    }

    .frr-callout-label {

        font-size: 9px;

    }

    .frr-callout-value {

        font-size: 14px;

    }

    .frr-callout-1 {

        left: -3%;

    }

    .frr-callout-2 {

        right: -3%;

    }

    .frr-callout-3 {

        left: -3%;

    }

    .frr-callout-4 {

        right: -3%;

    }


    /* ANATOMY */

    .frr-anatomy {

        padding-top: 80px;

    }

    .frr-anatomy-head {

        padding-bottom: 45px;

    }

    .frr-anatomy-head h3 {

        font-size: 32px;

    }

    .frr-anatomy-viewport {

        height: 520px;

        min-height: 0;

    }

    .frr-anatomy-track {

        height: 340px;

        gap: 20px;

    }

    .frr-panel {

        width: 360px;

        padding:
            36px 30px;

    }

    .frr-panel h4 {

        font-size: 24px;

    }

    .frr-panel p {

        font-size: 15px;

    }


    /* APPLICATION */

    .frr-applications {

        padding:
            90px 24px;

    }

    .frr-app-head {

        margin-bottom: 45px;

    }

    .frr-app-head h3 {

        font-size: 32px;

    }

    .frr-app-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;

    }

    .frr-app-card {

        padding: 28px;

    }


    /* CTA */

    .frr-cta {

        padding:
            80px 24px;

    }

    .frr-cta h3 {

        font-size: 32px;

    }

}


/* =========================================================
   TABLET PORTRAIT
   768px – 900px
   ========================================================= */

@media (min-width: 768px) and (max-width: 900px) {

    .frr-hero-inner {

        grid-template-columns: 1fr;

        text-align: center;

    }

    .frr-hero-text {

        max-width: 650px;

        margin-left: auto;

        margin-right: auto;

    }

    .frr-sub {

        margin-left: auto;

        margin-right: auto;

    }

    .frr-hero-visual {

        margin-top: 20px;

    }

    .frr-ring-stage {

        width: min(440px, 80vw);

    }

}


/* =========================================================
   MOBILE
   767px and below
   ========================================================= */

@media (max-width: 767px) {

    /* CONTAINER */

    .frr-hero-inner,
    .frr-anatomy-head,
    .frr-anatomy-progress {

        width:
            calc(100% - 40px);

    }


    /* HERO */

    .frr-hero {

        min-height: auto;

        padding:
            64px 0 70px;

    }


    .frr-hero-inner {

        display: flex;

        flex-direction: column;

        gap: 0;

    }


    /* EYEBROW */

    .frr-eyebrow {

        font-size: 11px;

        letter-spacing: 1.5px;

        margin-bottom: 14px;

    }

    .frr-eyebrow::before {

        width: 20px;

        margin-right: 8px;

    }


    /* H2 */

    .frr-h1 {

        font-size: 34px !important;

        line-height: 1.1 !important;

        letter-spacing: -0.02em;

        margin-bottom: 18px;

    }


    /* DESCRIPTION */

    .frr-sub {

        max-width: 100%;

        font-size: 15px;

        line-height: 1.7;

    }


    /* HERO VISUAL */

    .frr-hero-visual {

        width: 100%;

        margin-top: 45px;

    }


    /* RING */

    .frr-ring-stage {

        width:
            min(82vw, 390px);

        max-width: 390px;

    }


    /* CALLOUTS */

    .frr-callout {

        padding:
            8px 10px;

        transform:
            scale(.72);

        transform-origin: center;

    }

    .frr-callout-label {

        font-size: 9px;

    }

    .frr-callout-value {

        font-size: 13px;

    }

    .frr-callout-1 {

        top: -2%;

        left: -12%;

    }

    .frr-callout-2 {

        top: 8%;

        right: -12%;

    }

    .frr-callout-3 {

        bottom: 3%;

        left: -12%;

    }

    .frr-callout-4 {

        bottom: -4%;

        right: -8%;

    }


    /* =====================================================
       ANATOMY
    ====================================================== */

    .frr-anatomy {

        padding-top: 64px;

    }

    .frr-anatomy-head {

        padding-bottom: 35px;

    }

    .frr-anatomy-head h3 {

        font-size: 28px !important;

        line-height: 1.15 !important;

    }


    /* DISABLE HORIZONTAL SCROLL */

    .frr-anatomy-viewport {

        height: auto;

        min-height: 0;

        overflow: visible;

    }


    .frr-anatomy-track {

        width: 100%;

        height: auto;

        display: flex;

        flex-direction: column;

        gap: 16px;

        padding:
            0 20px;

    }


    /* PANELS */

    .frr-panel {

        width: 100%;

        height: auto;

        min-height: 300px;

        padding:
            32px 26px;

        border-radius: 5px;

    }

    .frr-panel-tag {

        font-size: 10px;

        letter-spacing: 1.4px;

        margin-bottom: 14px;

    }

    .frr-panel h4 {

        font-size: 22px !important;

        line-height: 1.2;

        margin-bottom: 12px;

    }

    .frr-panel p {

        font-size: 14px;

        line-height: 1.65;

    }


    /* PROGRESS */

    .frr-anatomy-progress {

        display: none;

    }


    /* =====================================================
       APPLICATIONS
    ====================================================== */

    .frr-applications {

        padding:
            64px 20px;

    }

    .frr-app-inner {

        width: 100%;

    }

    .frr-app-head {

        text-align: left;

        margin-bottom: 35px;

    }

    .frr-app-head h3 {

        font-size: 28px !important;

        line-height: 1.15 !important;

    }

    .frr-app-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .frr-app-card {

        padding:
            26px 22px;

        opacity: 1;

        transform: none;

    }

    .frr-app-icon {

        width: 40px;

        height: 40px;

        margin-bottom: 16px;

    }

    .frr-app-card h4 {

        font-size: 18px;

    }

    .frr-app-card p {

        font-size: 14px;

        line-height: 1.65;

    }


    /* =====================================================
       CTA
    ====================================================== */

    .frr-cta {

        padding:
            64px 20px;

    }

    .frr-cta h3 {

        font-size: 28px !important;

        line-height: 1.15;

    }

    .frr-cta p {

        font-size: 15px;

        line-height: 1.65;

        margin-bottom: 25px;

    }

    .frr-cta-btn {

        width: 100%;

        max-width: 320px;

        font-size: 15px;

        padding:
            15px 24px;

    }

}


/* =========================================================
   SMALL MOBILE
   480px and below
   ========================================================= */

@media (max-width: 480px) {

    /* HERO */

    .frr-hero {

        padding:
            52px 0 60px;

    }

    .frr-hero-inner {

        width:
            calc(100% - 32px);

    }


    /* HEADING */

    .frr-h1 {

        font-size: 30px !important;

        line-height: 1.1 !important;

    }


    /* BODY */

    .frr-sub {

        font-size: 14px;

        line-height: 1.7;

    }


    /* RING */

    .frr-ring-stage {

        width:
            min(86vw, 340px);

    }


    /* CALLOUTS */

    .frr-callout {

        padding:
            7px 9px;

    }

    .frr-callout-label {

        font-size: 8px;

        letter-spacing: .8px;

    }

    .frr-callout-value {

        font-size: 12px;

    }


    /* ANATOMY */

    .frr-anatomy {

        padding-top: 52px;
		padding-bottom: 52px;

    }

    .frr-anatomy-head {

        width:
            calc(100% - 32px);

        padding-bottom: 28px;

    }

    .frr-anatomy-head h3 {

        font-size: 26px !important;

    }

    .frr-anatomy-track {

        padding:
            0 16px;

        gap: 12px;

    }

    .frr-panel {

        min-height: 280px;

        padding:
            28px 22px;

    }

    .frr-panel h4 {

        font-size: 21px !important;

    }

    .frr-panel p {

        font-size: 14px;

    }


    /* APPLICATIONS */

    .frr-applications {

        padding:
            52px 16px;

    }

    .frr-app-head {

        margin-bottom: 28px;

    }

    .frr-app-head h3 {

        font-size: 26px !important;

    }

    .frr-app-card {

        padding:
            22px 18px;

    }


    /* CTA */

    .frr-cta {

        padding:
            52px 16px;

    }

    .frr-cta h3 {

        font-size: 26px !important;

    }

    .frr-cta p {

        font-size: 14px;

    }

    .frr-cta-btn {

        width: 100%;

        max-width: none;

        padding:
            14px 20px;

    }

}

  /* =========================================================
   CUSTOM WHATSAPP FLOATING BUTTON
   Netra Eye Hospital
   ========================================================= */

/* ---------------------------------------------------------
   WRAPPER
--------------------------------------------------------- */

.custom-whatsapp-wrapper {
    position: fixed;
    right: 15px;
    bottom: 15px;

    z-index: 99999999;

    --whatsapp-side: right;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    animation-name: custom-whatsapp-entry;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    animation-fill-mode: both;

    transform-origin: bottom var(--whatsapp-side);
}


/* ---------------------------------------------------------
   MAIN BUTTON
--------------------------------------------------------- */

.custom-whatsapp-button {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: auto;
    height: 50px;

    margin: 0;
    padding: 0;

    border: 0;
    outline: none;

    background: transparent !important;

    color: inherit;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: none;

    transition:
        transform 0.25s ease;
}


/* ---------------------------------------------------------
   WHATSAPP LABEL
   Hidden by default
--------------------------------------------------------- */

.custom-whatsapp-label {
    display: flex;

    align-items: center;
    justify-content: center;

    height: 26px;
    min-height: 26px;

    padding: 0 16px;

    margin: 0 10px 0 0;

    background-color: #25D366;

    color: #ffffff !important;

    border-radius: 10px;

    font-family: inherit;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.6;

    white-space: nowrap;

    text-align: center;

    /* Hidden initially */
    opacity: 0;
    visibility: hidden;

    /* Slide from right */
    transform: translateX(10px);

    /* Prevent interaction while hidden */
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}


/* ---------------------------------------------------------
   SHOW LABEL WHEN HOVERING BUTTON
--------------------------------------------------------- */

.custom-whatsapp-button:hover .custom-whatsapp-label,
.custom-whatsapp-button:focus-visible .custom-whatsapp-label {
    opacity: 1;

    visibility: visible;

    transform: translateX(0);
}


/* ---------------------------------------------------------
   WHATSAPP ICON CONTAINER
--------------------------------------------------------- */

.custom-whatsapp-icon {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    min-width: 50px;
    min-height: 50px;

    flex: 0 0 50px;

    margin: 0;
    padding: 0;

    background: transparent;

    transition:
        transform 0.25s ease;
}


/* ---------------------------------------------------------
   SVG ICON
--------------------------------------------------------- */

.custom-whatsapp-icon svg {
    display: block;

    width: 50px;
    height: 50px;

    max-width: 50px;
    max-height: 50px;

    margin: 0;
    padding: 0;

    pointer-events: none;
}


/* ---------------------------------------------------------
   ICON HOVER
--------------------------------------------------------- */

.custom-whatsapp-button:hover .custom-whatsapp-icon {
    transform: scale(1.05);
}


/* ---------------------------------------------------------
   BUTTON HOVER
--------------------------------------------------------- */

.custom-whatsapp-button:hover {
    transform: translateY(-2px);
}


/* ---------------------------------------------------------
   ENTRY ANIMATION
   Similar to HT Click to Chat
--------------------------------------------------------- */

@keyframes custom-whatsapp-entry {

    0% {
        opacity: 0;

        transform:
            scale(0.65)
            translateY(25px);
    }

    60% {
        opacity: 1;

        transform:
            scale(1.03)
            translateY(-2px);
    }

    100% {
        opacity: 1;

        transform:
            scale(1)
            translateY(0);
    }
}


/* ---------------------------------------------------------
   OPTIONAL PULSE
   Very subtle WhatsApp icon animation
--------------------------------------------------------- */

@keyframes custom-whatsapp-pulse {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}


/* ---------------------------------------------------------
   DESKTOP
--------------------------------------------------------- */

@media (min-width: 768px) {

    .custom-whatsapp-wrapper {
        right: 15px;
        bottom: 75px;
    }

    .custom-whatsapp-icon,
    .custom-whatsapp-icon svg {
        width: 50px;
        height: 50px;
    }
}


/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (min-width: 481px) and (max-width: 767px) {

    .custom-whatsapp-wrapper {
        right: 14px;
        bottom: 75px;
    }

    .custom-whatsapp-icon {
        width: 50px;
        height: 50px;

        min-width: 50px;
        min-height: 50px;

        flex-basis: 50px;
    }

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

    .custom-whatsapp-label {
        font-size: 13px;

        padding-left: 14px;
        padding-right: 14px;

        margin-right: 8px;
    }
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 480px) {

    .custom-whatsapp-wrapper {
        right: 10px;
        bottom: 75px;
    }

    .custom-whatsapp-button {
        height: 48px;
    }

    .custom-whatsapp-icon {
        width: 48px;
        height: 48px;

        min-width: 48px;
        min-height: 48px;

        flex: 0 0 48px;
    }

    .custom-whatsapp-icon svg {
        width: 48px;
        height: 48px;
    }

    .custom-whatsapp-label {
        height: 25px;
        min-height: 25px;

        padding: 0 12px;

        margin-right: 7px;

        border-radius: 9px;

        font-size: 12px;
    }
}


/* ---------------------------------------------------------
   VERY SMALL MOBILE
--------------------------------------------------------- */

@media (max-width: 360px) {

    .custom-whatsapp-wrapper {
        right: 8px;
        bottom: 75px;
    }

    .custom-whatsapp-icon {
        width: 46px;
        height: 46px;

        min-width: 46px;
        min-height: 46px;

        flex-basis: 46px;
    }

    .custom-whatsapp-icon svg {
        width: 46px;
        height: 46px;
    }

    .custom-whatsapp-label {
        padding: 0 10px;

        margin-right: 6px;

        font-size: 11px;
    }
}


/* ---------------------------------------------------------
   ACCESSIBILITY
--------------------------------------------------------- */

.custom-whatsapp-button:focus {
    outline: none;
}

.custom-whatsapp-button:focus-visible {
    outline: 2px solid #25D366;
    outline-offset: 4px;
    border-radius: 50px;
}


/* ---------------------------------------------------------
   REDUCED MOTION
--------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .custom-whatsapp-wrapper {
        animation: none !important;
    }

    .custom-whatsapp-button,
    .custom-whatsapp-icon,
    .custom-whatsapp-label {
        transition: none !important;
    }
}


/* ---------------------------------------------------------
   ELEMENTOR COMPATIBILITY
--------------------------------------------------------- */

.elementor .custom-whatsapp-wrapper {
    box-sizing: border-box;
}

.elementor .custom-whatsapp-wrapper *,
.elementor .custom-whatsapp-wrapper *::before,
.elementor .custom-whatsapp-wrapper *::after {
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   PREVENT THEME LINK STYLES
--------------------------------------------------------- */

a.custom-whatsapp-button,
a.custom-whatsapp-button:hover,
a.custom-whatsapp-button:focus,
a.custom-whatsapp-button:active {
    text-decoration: none !important;
}


/* ---------------------------------------------------------
   LABEL HOVER BACKGROUND
--------------------------------------------------------- */

.custom-whatsapp-button:hover .custom-whatsapp-label {
    background-color: #20bd5a;
}


/* ---------------------------------------------------------
   PRINT
--------------------------------------------------------- */

@media print {

    .custom-whatsapp-wrapper {
        display: none !important;
    }
}



/* =========================================================
   OTF SINGLE PRODUCT
========================================================= */

.otf-single-product {
    --otf-red: #c90105;
    --otf-red-dark: #a80004;
    --otf-black: #181818;
    --otf-dark: #242424;
    --otf-text: #3f4650;
    --otf-muted: #7b8188;
    --otf-border: #e5e7eb;
    --otf-light: #f7f7f7;

    font-family: "Inter", sans-serif;
    color: var(--otf-text);
}

.otf-container {
    width: calc(100% - 48px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HERO
========================================================= */

.otf-single-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
}

.otf-single-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.single-product h1, .otf-capability-content h2, .otf-related-grid .otf-related-card .otf-related-title h3 {
    color: #fff !important;
}

.otf-related-grid .otf-related-card .otf-related-title h3 {
    font-size: 33px !important;
}

.otf-single-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .86) 0%,
            rgba(0, 0, 0, .67) 45%,
            rgba(0, 0, 0, .45) 100%
        );
}

.otf-single-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 100px 0 70px;
    margin: 0 auto;
    text-align: center;
}

.otf-single-eyebrow {
    display: block;
    margin-bottom: 16px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.otf-single-hero h1 {
    margin: 0;
    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.05;
}

.otf-single-subtitle {
    max-width: 650px;
    margin: 20px auto;

    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.6;
}

.otf-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-top: 28px;

    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.otf-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.otf-breadcrumb a:hover {
    color: var(--otf-red);
}

.otf-breadcrumb strong {
    color: var(--otf-red);
}


/* =========================================================
   PRODUCT INTRO
========================================================= */

.otf-product-intro {
    padding: 100px 0;
    background: #fff;
}

.otf-product-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}


/* IMAGE */

.otf-product-main-image {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    background: #171717;
}

.otf-product-main-image img {
    display: block;

    width: 100%;
    height: 550px;

    object-fit: cover;

    transition: transform .6s ease;
}

.otf-product-main-image:hover img {
    transform: scale(1.04);
}

.otf-no-image {
    min-height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.otf-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 15px;

    background: rgba(0, 0, 0, .78);

    color: #fff;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.otf-image-label span {
    color: var(--otf-red);
}


/* CONTENT */

.otf-section-eyebrow {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #C90105;
}

.otf-product-intro-content h2 {
    margin: 0 0 12px;

    color: var(--otf-black);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.1;
}

.otf-product-intro-content h3 {
    margin: 0 0 25px;

    color: #777;

    font-size: 17px;
    font-weight: 500;
}

.otf-product-description {
    color: #5c6269;

    font-size: 16px;
    line-height: 1.8;
}

.otf-product-description p {
    margin: 0 0 16px;
}

.otf-product-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SINGLE PRODUCT - SUB PRODUCTS
========================================================= */

.otf-sub-products {
    position: relative;
    padding: 120px 0 !important;
    background: #f8f9fa;
}

.otf-sub-products *,
.otf-sub-products *::before,
.otf-sub-products *::after {
    box-sizing: border-box;
}


/* SECTION HEADING */

.otf-sub-products-heading {
    max-width: 760px;
    margin-bottom: 60px;
}

.otf-sub-products-heading .otf-section-eyebrow {
    display: inline-block;
    margin-bottom: 16px !important;
}

.otf-sub-products-heading h2.elementor-heading-title.elementor-size-default {
    margin: 0 0 18px !important;
}

.otf-sub-products-heading p {
    max-width: 600px;
    margin: 0 !important;
}


/* GRID */

.otf-sub-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}


/* CARD */

.otf-sub-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.otf-sub-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}


/* IMAGE */

.otf-sub-product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f2f2f2;
}

.otf-sub-product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.5s ease;
}

.otf-sub-product-card:hover .otf-sub-product-image img {
    transform: scale(1.04);
}


/* CONTENT */

.otf-sub-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 32px;
}

.otf-sub-product-content h3.elementor-heading-title.elementor-size-default {
    margin: 0 0 14px !important;
    color: #1a1a1a !important;
}

.otf-sub-product-description {
    color: #5f6368;
}

.otf-sub-product-description p {
    margin: 0 !important;
}

.otf-sub-product-description p + p {
    margin-top: 12px !important;
}


/* IMAGE COUNT */

.otf-sub-product-image-count {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: auto !important;
    padding-top: 24px;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c90105;
}

/* =========================================================
   BUTTONS
========================================================= */

.otf-product-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 32px;
}

.otf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 46px;
    padding: 12px 23px;

    border: 1px solid transparent;
    border-radius: 0;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.otf-btn:hover {
    transform: translateY(-2px);
}

.otf-btn-primary {
    background: var(--otf-red);
    color: #fff !important;
}

.otf-btn-primary:hover {
    background: var(--otf-red-dark);
    color: #fff !important;
}

.otf-btn-outline {
    background: #fff;
    border-color: #d9dde1;
    color: #333 !important;
}

.otf-btn-outline:hover {
    border-color: var(--otf-red);
    color: var(--otf-red) !important;
}

.otf-btn-dark {
    background: #222;
    color: #fff !important;
}

.otf-btn-dark:hover {
    background: #000;
}


/* =========================================================
   TECHNICAL INFORMATION
========================================================= */

.otf-product-information {
    padding: 100px 0;

    background: #f7f7f7;
}

.otf-information-heading {
    max-width: 700px;
    margin: 0 auto 55px;

    text-align: center;
}

.otf-information-heading h2 {
    margin: 0 0 15px;

    color: var(--otf-black);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 900;
}

.otf-information-heading p {
    margin: 0;

    color: var(--otf-muted);
    line-height: 1.7;
}

.otf-information-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.otf-information-card {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;

    padding: 35px;

    background: #fff;
    border: 1px solid var(--otf-border);

    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}

.otf-card-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--otf-red);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.otf-card-label {
    display: block;

    margin-bottom: 8px;

    color: var(--otf-red);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
}

.otf-information-card h3 {
    margin: 0 0 22px;

    color: var(--otf-black);

    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.otf-spec-list {
    display: flex;
    flex-direction: column;
    gap: 11px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.otf-spec-list li {
    position: relative;

    padding-left: 22px;

    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.otf-spec-list li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 7px;

    width: 7px;
    height: 7px;

    background: var(--otf-red);
}


/* =========================================================
   CAPABILITY
========================================================= */

.otf-product-capability {
    padding: 100px 0;

    background: #222;
    color: #fff;
}

.otf-capability-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 80px;
    align-items: center;
}

.otf-capability-content h2 {
    max-width: 750px;

    margin: 0 0 25px;

    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.1;
}

.otf-capability-content p {
    max-width: 750px;

    margin: 0 0 18px;

    color: rgba(255, 255, 255, .62);

    line-height: 1.8;
}

.otf-capability-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;

    margin-top: 35px;
}

.otf-capability-list div {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 17px;

    border: 1px solid rgba(255, 255, 255, .1);
}

.otf-capability-list span {
    color: var(--otf-red);

    font-size: 11px;
    font-weight: 800;
}

.otf-capability-list strong {
    color: #fff;
    font-size: 13px;
}

.otf-capability-box {
    padding: 45px 35px;

    background: #2c2c2c;
    border-top: 3px solid var(--otf-red);

    text-align: center;
}

.otf-capability-box span {
    display: block;

    margin-bottom: 25px;

    color: var(--otf-red);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .25em;
}

.otf-capability-box strong {
    display: block;

    margin-top: 10px;

    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 900;
}

.otf-capability-box small {
    display: block;

    margin-top: 4px;

    color: rgba(255, 255, 255, .5);

    font-size: 11px;
}

.otf-capability-line {
    height: 1px;

    margin: 30px 0;

    background: rgba(255, 255, 255, .1);
}


/* =========================================================
   CTA
========================================================= */

.otf-single-cta {
    padding: 100px 0;

    background: #f5f5f5;
}

.otf-single-cta-inner {
    max-width: 850px;
    margin: 0 auto;

    text-align: center;
}

.otf-single-cta-inner h2 {
    margin: 0 0 18px;

    color: var(--otf-black);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 900;
}

.otf-single-cta-inner p {
    max-width: 680px;

    margin: 0 auto;

    color: #777;

    line-height: 1.8;
}

.otf-single-cta-inner .otf-product-cta {
    justify-content: center;
}


/* =========================================================
   RELATED PRODUCTS
========================================================= */

.otf-related-products {
    padding: 100px 0;

    background: #fff;
}

.otf-related-heading {
    max-width: 700px;

    margin-bottom: 50px;
}

.otf-related-heading h2 {
    margin: 0 0 15px;

    color: var(--otf-black);

    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 900;
}

.otf-related-heading p {
    margin: 0;

    color: #777;
    line-height: 1.7;
}

.otf-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.otf-related-card {
    overflow: hidden;

    border: 1px solid var(--otf-border);
    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.otf-related-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.otf-related-card > a {
    display: block;
}

.otf-related-image {
    position: relative;

    min-height: 300px;

    background:
        #222
        center / cover
        no-repeat;
}

.otf-related-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .05)
        );
}

.otf-related-title {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}

.otf-related-title span {
    display: block;

    margin-bottom: 7px;

    color: var(--otf-red);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.otf-related-title h3 {
    margin: 0;

    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.otf-related-content {
    padding: 22px;
}

.otf-related-content p {
    margin: 0 0 15px;

    color: #777;

    font-size: 13px;
    line-height: 1.6;
}

.otf-related-content > a {
    color: var(--otf-red);

    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .otf-product-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .otf-product-main-image,
    .otf-product-main-image img {
        min-height: 450px;
        height: 450px;
    }

    .otf-information-grid {
        grid-template-columns: 1fr;
    }

    .otf-capability-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .otf-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .otf-container {
        width: calc(100% - 48px);
    }

    .otf-single-hero {
        min-height: 380px;
    }

    .otf-single-hero-content {
        padding: 90px 0 55px;
    }

    .otf-single-hero h1 {
        font-size: 38px;
    }

    .otf-single-subtitle {
        font-size: 15px;
    }

    .otf-product-intro,
    .otf-product-information,
    .otf-product-capability,
    .otf-single-cta,
    .otf-related-products {
        padding: 70px 0;
    }

    .otf-product-main-image,
    .otf-product-main-image img {
        min-height: 350px;
        height: 350px;
    }

    .otf-information-card {
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .otf-capability-list {
        grid-template-columns: 1fr;
    }

    .otf-related-grid {
        grid-template-columns: 1fr;
    }

    .otf-related-image {
        min-height: 260px;
    }

    .otf-product-cta {
        flex-direction: column;
    }

    .otf-product-cta .otf-btn {
        width: 100%;
    }

}

.responsive-quote {
    display: none !important;
}

@media (max-width: 767px) {
	.responsive-quote {
    display: block !important;
}
}

/* =========================================================
   SUB PRODUCTS - TABLET
========================================================= */

@media (max-width: 1024px) {

    .otf-sub-products {
        padding: 100px 0 !important;
    }

    .otf-sub-products-heading {
        margin-bottom: 45px;
    }

    .otf-sub-products-grid {
        gap: 24px;
    }

    .otf-sub-product-content {
        padding: 28px;
    }

}

/* =========================================================
   SUB PRODUCTS - MOBILE
========================================================= */

@media (max-width: 767px) {

    .otf-sub-products {
        padding: 70px 0 !important;
    }

    .otf-sub-products-heading {
        margin-bottom: 32px;
    }

    .otf-sub-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .otf-sub-product-image {
        aspect-ratio: 4 / 3;
    }

    .otf-sub-product-image img {
        padding: 15px;
    }

    .otf-sub-product-content {
        padding: 24px;
    }

    .otf-sub-product-content h3.elementor-heading-title.elementor-size-default {
        margin-bottom: 12px !important;
    }

    .otf-sub-product-image-count {
        padding-top: 20px;
    }

}


/* =========================================================
   OM TECHNO FORGE
   ELEMENTOR PRO
   GLOBAL RESPONSIVE TYPOGRAPHY
   H1–H6 + TEXT + BUTTONS
   WITH !IMPORTANT
   ========================================================= */


/* =========================================================
   TABLET
   1024px and below
   ========================================================= */

@media (max-width: 1024px) {

    /* H1 */
    h1.elementor-heading-title.elementor-size-default {
        font-size: 52px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.02em !important;
    }

    /* H2 */
    h2.elementor-heading-title.elementor-size-default {
        font-size: 42px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.015em !important;
    }

    /* H3 */
    h3.elementor-heading-title.elementor-size-default {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    /* H4 */
    h4.elementor-heading-title.elementor-size-default {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    /* H5 */
    h5.elementor-heading-title.elementor-size-default {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    /* H6 */
    h6.elementor-heading-title.elementor-size-default {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    /* Text Editor */
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    /* Lists */
    .elementor-widget-text-editor li {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    /* Links */
    .elementor-widget-text-editor a {
        font-size: inherit !important;
    }

    /* Buttons */
    .elementor-button {
        font-size: 15px !important;
        line-height: 1.2 !important;
        min-height: 48px !important;
        padding: 13px 24px !important;
    }

    /* Small Text */
    .elementor-widget-text-editor small {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
	.e-con-inner {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
	.header-class .e-con-inner{
		padding-top: 10px !important;
        padding-bottom: 10px !important;
	}
}


/* =========================================================
   MOBILE
   767px and below
   ========================================================= */

@media (max-width: 767px) {

    /* H1 */
    h1.elementor-heading-title.elementor-size-default {
        font-size: 36px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.015em !important;
    }

    /* H2 */
    h2.elementor-heading-title.elementor-size-default {
        font-size: 30px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.01em !important;
    }

    /* H3 */
    h3.elementor-heading-title.elementor-size-default {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    /* H4 */
    h4.elementor-heading-title.elementor-size-default {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    /* H5 */
    h5.elementor-heading-title.elementor-size-default {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    /* H6 */
    h6.elementor-heading-title.elementor-size-default {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    /* Text Editor */
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    /* Lists */
    .elementor-widget-text-editor li {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    /* Links */
    .elementor-widget-text-editor a {
        font-size: inherit !important;
    }

    /* Buttons */
    .elementor-button {
        font-size: 15px !important;
        line-height: 1.2 !important;
        min-height: 46px !important;
        padding: 12px 20px !important;
    }

    /* Small Text */
    .elementor-widget-text-editor small {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
	
	 .e-con-inner {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
	.header-class .e-con-inner{
		padding-top: 10px !important;
        padding-bottom: 10px !important;
	}
}


/* =========================================================
   SMALL MOBILE
   480px and below
   ========================================================= */

@media (max-width: 480px) {

    /* H1 */
    h1.elementor-heading-title.elementor-size-default {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    /* H2 */
    h2.elementor-heading-title.elementor-size-default {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    /* H3 */
    h3.elementor-heading-title.elementor-size-default {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    /* H4 */
    h4.elementor-heading-title.elementor-size-default {
        font-size: 19px !important;
        line-height: 1.25 !important;
    }

    /* H5 */
    h5.elementor-heading-title.elementor-size-default {
        font-size: 17px !important;
        line-height: 1.3 !important;
    }

    /* H6 */
    h6.elementor-heading-title.elementor-size-default {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    /* Text Editor */
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    /* Lists */
    .elementor-widget-text-editor li {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    /* Links */
    .elementor-widget-text-editor a {
        font-size: inherit !important;
    }

    /* Buttons */
    .elementor-button {
        font-size: 14px !important;
        line-height: 1.2 !important;
        min-height: 46px !important;
        padding: 12px 18px !important;
    }

    /* Small Text */
    .elementor-widget-text-editor small {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }
	
	.e-con-inner {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }
	.header-class .e-con-inner{
		padding-top: 10px !important;
        padding-bottom: 10px !important;
	}
}