.elementor-2334 .elementor-element.elementor-element-3ba1757:not(.elementor-motion-effects-element-type-background), .elementor-2334 .elementor-element.elementor-element-3ba1757 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ommhe.com/wp-content/uploads/2026/05/commonbg.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2334 .elementor-element.elementor-element-3ba1757 > .elementor-background-overlay{background-color:#240007;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2334 .elementor-element.elementor-element-3ba1757{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 25px 50px 25px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2334 .elementor-element.elementor-element-cd52e90 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:45px;font-weight:800;text-transform:uppercase;color:#ED4600;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-2334 .elementor-element.elementor-element-6113606 .elementor-icon-list-icon i{color:#F1F1F1;transition:color 0.3s;}.elementor-2334 .elementor-element.elementor-element-6113606 .elementor-icon-list-icon svg{fill:#F1F1F1;transition:fill 0.3s;}.elementor-2334 .elementor-element.elementor-element-6113606{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-2334 .elementor-element.elementor-element-6113606 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-2334 .elementor-element.elementor-element-c75e969{padding:25px 25px 25px 25px;}@media(max-width:767px){.elementor-2334 .elementor-element.elementor-element-3ba1757{padding:25px 25px 25px 25px;}.elementor-2334 .elementor-element.elementor-element-cd52e90 .elementor-heading-title{font-size:25px;}.elementor-2334 .elementor-element.elementor-element-c75e969{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-625946b *//* main page container - common class as requested */
        .commonpg {
            max-width: 1280px;
            margin: 2rem auto;
            padding: 2rem 2rem 3rem;
            background: #ffffff;
            border-radius: 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
        }

        /* responsive adjustments */
        @media (max-width: 768px) {
            .commonpg {
                margin: 1rem;
                padding:0px;
                border-radius: 1.5rem;
            }
        }

        /* image top section - hero image full width */
        .page-hero-image {
            width: 100%;
            border-radius: 1.25rem;
            overflow: hidden;
            margin-bottom: 2rem;
            background: #e4edf2;
        }

        .page-hero-image img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 400px;
        }

        /* main heading style (exactly like image # Core Heading) */
        .main-heading {
            font-size: 45px;
            font-weight: 800;
            color: #003349;
            letter-spacing: -0.02em;
            margin-bottom: 0.85rem;
            line-height: 1.2;
            border-left: 5px solid #00a3cf;
            padding-left: 1.2rem;
        }

        @media (max-width: 640px) {
            .main-heading {
                font-size: 1.8rem;
                padding-left: 0.9rem;
            }
        }

        /* description paragraph */
        .page-description {
            font-size: 15px;
            color: #2c5a6e;
            margin-bottom: 2.5rem;
            line-height: 1.55;
            max-width: 92%;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .page-description {
                max-width: 100%;
                font-size: 0.95rem;
            }
            .brands-wrapper {
                flex-direction: column;
            }
        }

        /* brands section layout */
        .brands-wrapper {
            display: flex;
            flex-direction: row;
            gap: 2rem;
            margin: 1.2rem 0 1rem;
        }

        /* each brand card - clean & minimal like image */
        .brand-item {
            background: #ffffff;
            border-radius: 1.25rem;
            padding: 1.6rem 1.8rem;
            border: 1px solid #e2edf2;
            transition: all 0.2s ease;
        }

        @media (max-width: 560px) {
            .brand-item {
                padding: 1.2rem;
            }
        }

        /* brand name = subheading style (## heading) */
        .brand-name {
            font-size: 25px;
            font-weight: 700;
            color: #005073;
            margin-bottom: 0.5rem;
            letter-spacing: -0.2px;
        }

        @media (max-width: 640px) {
            .brand-name {
                font-size: 1.3rem;
            }
        }

        /* brand detail line (forklifts, warehouse trucks...) */
        .brand-detail {
            font-size: 18px;
            color: #3f6e84;
            margin-bottom: 1.5rem;
            border-left: 3px solid #b8dbe8;
            padding-left: 0.9rem;
            line-height: 1.45;
        }

        /* action buttons exactly as shown in the image: "View Product Details" and "Get a Quote" */
        .brand-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
            margin-top: 0.25rem;
        }

        /* clean link/button styles - pure HTML/CSS, no javascript */
        .btn-view {
            display: inline-flex;
            align-items: center;
            background: transparent;
            border: 1.5px solid #0099bb;
            color: #007a9e;
            padding: 0.55rem 1.4rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: 0.2s;
            font-family: inherit;
            cursor: pointer;
        }

        .btn-view:hover {
            background: #e1f3f8;
            border-color: #0080a0;
            transform: translateY(-1px);
        }

        .btn-quote {
            display: inline-flex;
            align-items: center;
            background: #003349;
            border: none;
            color: white;
            padding: 0.55rem 1.6rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: 0.2s;
            font-family: inherit;
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        }

        .btn-quote:hover {
            background: #005c7a;
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(0, 51, 73, 0.2);
        }

        /* optional small footer note */
        .page-footer-note {
            margin-top: 3rem;
            padding-top: 1.2rem;
            font-size: 18px;
            color: #f64816;
            text-align: center;
            border-top: 1px solid #e2edf2;
        }

        /* Responsive fine-tune for buttons */
        @media (max-width: 480px) {
            .btn-view, .btn-quote {
                padding: 0.45rem 1.1rem;
                font-size: 0.78rem;
            }
            .brand-actions {
                gap: 0.8rem;
            }
        }/* End custom CSS */