/*!
Theme Name: Cufeal
Theme URI: https://arkayapps.com/
Author:Arkay Apps
Author URI: https://arkayapps.com/
Description: Cufeal Metal & Alloys | Global Metal Scrap Supplier
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cufeal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cufeal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,body {margin:0;}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(
        90deg,
        rgba(196, 106, 45, 0.82) 0%,
        rgba(224, 138, 78, 0.82) 100%
    );

    border: 1px solid transparent;
    border-image: linear-gradient(
        90deg,
        #E08A4E 0%,
        #C06C37 33.65%,
        #9F4E1F 59.62%,
        #E6E8EA 85.1%
    ) 1;

    transition: all 0.7s ease;
}

.btn:hover {
	background: linear-gradient(
    90deg,
    rgba(10, 14, 20, 0.95) 0%,
    rgba(52, 58, 66, 0.95) 100%
);

border: 1px solid transparent;

border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0.75) 100%
) 1;
   transition: all 0.7s ease;
}

.btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
   background: linear-gradient(
    90deg,
    rgba(10, 14, 20, 0.95) 0%,
    rgba(52, 58, 66, 0.95) 100%
);

border: 1px solid transparent;

border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0.75) 100%
) 1;
   transition: all 0.7s ease;
}
.btn1:hover {
	 background: linear-gradient(
        90deg,
        rgba(196, 106, 45, 0.82) 0%,
        rgba(224, 138, 78, 0.82) 100%
    );

    border: 1px solid transparent;
    border-image: linear-gradient(
        90deg,
        #E08A4E 0%,
        #C06C37 33.65%,
        #9F4E1F 59.62%,
        #E6E8EA 85.1%
    ) 1;

    transition: all 0.7s ease;
}

.ft-link:hover {color:#000 !important;}
.pvlink {color:#C46A2D !important;}
.pvlink:hover {color:#000 !important;}
.blackgradient {background: linear-gradient(90deg, #000000 0%, #1F2328 62.5%, #4D5258 100%);}
.aboutblackgradient {background: linear-gradient(210.12deg, #2A2E33 17.62%, #202226 43.64%, #000000 69.67%);}
.blackboxleft {border: 1px solid transparent;}
.blackboxleft1 {border-image: linear-gradient(45.48deg, #2C3136 11.66%, #1F2328 52.87%, #4D5258 76.23%, rgba(230, 232, 234, 0.78) 95.79%) 1;}
.blackboxleft2 {border-image: linear-gradient(320deg, #2C3136 11.66%, #1F2328 52.87%, #4D5258 76.23%, rgba(230, 232, 234, 0.78) 95.79%) 1;}
.blackboxleft3 {border-image: linear-gradient(232deg, #2C3136 11.66%, #1F2328 52.87%, #4D5258 76.23%, rgba(230, 232, 234, 0.78) 95.79%) 1;}
.blackboxleft4 {border-image: linear-gradient(134deg, #2C3136 11.66%, #1F2328 52.87%, #4D5258 76.23%, rgba(230, 232, 234, 0.78) 95.79%) 1;}
.blackboxright {
border: 1px solid transparent;
border-image: linear-gradient(
    325deg,
    #2C3136 11.66%,
    #1F2328 52.87%,
    #4D5258 76.23%,
    rgba(230, 232, 234, 0.78) 95.79%
) 1;}
.browngradient {
border: 1px solid transparent;
border-image: linear-gradient(177deg, #E08A4E 11.66%, #C06C37 52.87%, #9F4E1F 76.23%, #E6E8EA 85.1%) 1;
}


.inner_ul {padding-left:20px;}


/* description hidden initially */
.hoverbox .hovertext{
    opacity:0;
    overflow: hidden;
    transition: all 0.7s ease;
}
.hoverbox:hover .hovertext{
    opacity:1;
    overflow: hidden;
    transition: all 0.7s ease;
}
.hoverbox:hover {
    padding-bottom: 320px;
    transition: all 0.7s ease;
}
.phasebox::before {background: linear-gradient(180.14deg, rgba(255, 255, 255, 0) 0.12%, #FFFFFF 89.99%) !important;}
.materialtab button[aria-selected="false"] {font-weight: 400 !important;}
#contactbtn {border: 1px solid; border-image-source: linear-gradient(90deg, #E08A4E 0%, #C06C37 33.65%, #9F4E1F 59.62%, #E6E8EA 85.1%);background: linear-gradient(90deg, rgba(196, 106, 45, 0.82) 0%, rgba(224, 138, 78, 0.82) 100%); cursor:pointer;transition: all 0.7s ease;}
#contactbtn:hover {
	background: linear-gradient(
    90deg,
    rgba(10, 14, 20, 0.95) 0%,
    rgba(52, 58, 66, 0.95) 100%
);

border: 1px solid transparent;

border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0.75) 100%
) 1;
   transition: all 0.7s ease;
}
.icon-form .elementor-field-group {
    position: relative;
}

.icon-form .elementor-field,
.icon-form .elementor-textarea {
    padding-left: 65px !important;
}

.icon-form .elementor-field-group::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.icon-form .elementor-field-type-textarea::before {
    top: 14px;
    transform: none;
}

/* Per field SVG */
.icon-form .elementor-field-group-name::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/user.png");
}

.icon-form .elementor-field-group-organisation::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/org.png");
}

.icon-form .elementor-field-group-designation::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/desg.png");
}

.icon-form .elementor-field-group-email::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/eml.png");
}

.icon-form .elementor-field-group-phone::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/cal.png");
}

.icon-form .elementor-field-group-product::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/prod.png");
}

.icon-form .elementor-field-group-message::before {
    background-image: url("https://cufeal.in/wp-content/uploads/2026/05/msg.png");
}

h1.home_heading {line-height: 82px !important;}
h1.home_heading span {color:#C46A2D;font-weight:600;}

/* MAIN WRAPPER */
.processbar{
    position: relative;
}

/* DASHED CENTER LINE */
.processbar::after{
    content: "";
    position: absolute;
    top: 88px; /* adjust if needed */
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #d77a35 0 6px,
        transparent 6px 12px
    );
    z-index: 1;
}

/* EACH PROCESS BOX */
.processbar > .e-child{
    position: relative;
    z-index: 2;
}

/* > ARROW BETWEEN ITEMS */
.processbar > .e-child::after{
    content: ">";
    position: absolute;
    top: 90px; /* same as line */
    right: -52px;
    transform: translateY(-50%);
    color: #d77a35;
    font-size: 22px;
    font-weight: 700;
    z-index: 5;

    /* optional background behind arrow */
    background: none;
    padding: 0 4px;
    line-height: 1;
}

/* REMOVE LAST ARROW */
.processbar > .e-child:last-child::after{
    display: none;
}


@media only screen and (max-width: 1920px) {
	h1.home_heading {line-height: 82px !important;}
}

@media only screen and (max-width: 1720px) {
	h1.home_heading {line-height: 62px !important;}
	#homebanner {padding-left:90px !important;}
	.recycle {padding-left:90px !important;}
}

@media only screen and (max-width: 1530px) {
	h1.home_heading {line-height: 52px !important;font-size: 44px !important;}
	#homebanner {padding-left:30px !important;}
	.recycle {padding-left:30px !important;}	
}

@media only screen and (max-width: 1366px) {
	.processbar > .e-child::after,.processbar::after {top:58px;}
}
@media only screen and (max-width: 1024px) {
	.processbar > .e-child::after,.processbar::after {content:none !important;}
}


@media only screen and (max-width: 567px) {
	h1.home_heading {line-height: 52px !important;font-size: 32px !important;}
}

@media only screen and (max-width: 1024px) {
	
}