* {
	margin: 0;
	padding: 0;
	font-family: "Schibsted Grotesk", sans-serif;
}
:root {
	--blue: #0E78B8;
	--white: #fff;
	--black: #000;
	--red: #EC1D30;
}
strong {
	font-family: "Schibsted Grotesk", sans-serif;
}
body{
	font-family: "Schibsted Grotesk", sans-serif;
}
h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 8px;
    font-weight: 800;
}
.info_single_box h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}
img{
	width:100%;
	height:auto;
}
a {
	text-decoration: none !important;
	font-family: "Schibsted Grotesk", sans-serif;
}
li {
	list-style: none;
	font-family: "Schibsted Grotesk", sans-serif;
}
.p_100 {
	padding: 80px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Schibsted Grotesk", sans-serif;
}
p{
	font-family: "Schibsted Grotesk", sans-serif;
}
a.essen_paints_btn span.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700!important;
    color: #fff;
}
.essen_paints_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3sease;
    background: var(--red);
    border-radius: 90px;
	text-transform:capitalize;
}
section.contact-section .contact-container button.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    background: #e70000;
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    transition: background 0.3s ease;
    font-family: "Schibsted Grotesk", sans-serif;
    text-decoration: none;
    border: 1px solid #e70000;
}
.arrow-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #e52330;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.text {
	padding: 0 20px;
	color: var(--white);
	font-weight: 500;
	position: relative;
	z-index: 2;
}
.essen_main_heading .text {
	color: var(--black);
}
.home_about_right .text {
	color: var(--black);
}
.why_choose_us_left .text {
	color: var(--black);
}
ul.why_cards.grid_2 li img {
    width: 55px;
    margin-bottom: 22px;
}
.why_choose_us_left .essen_paints_btn::before {
	background-color: #159353;
}

.contact_field .essen_paints_btn::before {
	background-color: #7BC9F7;
}
.contact_field .essen_paints_btn .arrow-circle {
	background-color: #7BC9F7;
}
/* Home Banner Slider */
.info_single_box ul li {
    list-style: disc;
    margin-bottom: 12px;
}
.info_single_box ul li :before{
	    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.product_left_image {
    position: sticky;
    top: 120px;
    z-index: 9;
}
.home_banner_slider_sec {
	position: relative;
}

.home_banner_slider_sec .container {
	position: relative;
}

.content-slider {
    background: #00000030;
    color: var(--white);
    padding: 42px;
    border-radius: 32px;
    width: 555px;
    height: 235px;
    text-align: left;
    backdrop-filter: blur(25.799999237060547px);
}
.banner_slider_content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
    font-weight: 700;
}

.banner_slider_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}

.content-slider .btn {
	background-color: #00aaff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
}

.content-slider .btn:hover {
	background-color: #0088cc;
}

.banner_content_outer_slider {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.content-slider.slick-initialized.slick-slider {
	float: right;
}

section.at-a-glance .glance_box h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 18px;
    font-weight: 800;
}
section#why-about {
    background: #F1F1F1B2;
}
.glance-left-sec .row {
    row-gap: 56px;
}
section.at-a-glance .glance_box h2 strong {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
}
.slick-next:before, .slick-prev:before{
	display:none;
}
button.slick-prev.slick-arrow {
    background: transparent;
    border: 1px solid #fff;
}
.image-slider .slick-next {
    top: 50% !important;
    transform: translateY(-50%);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.image-slider button {
    font-size: 0;
    background: var(--red);
    border: 1px solid var(--red);
    border-radius: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 9 !important;
    justify-content: center;
}
.image-slider button img {
	width: 13px;
	height: 23px;
}
.image-slider .slick-prev {
    left: auto;
    z-index: 1;
    top: calc(50% - 50px) !important;
    transform: translateY(-50%);
}

section.area_application .row {
    row-gap: 48px;
}
/* Home About */
section.home_about_sec .container-fluid {
    padding: 0;
}
.home_about_left img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0px 24px 24px 0px;
}
.home_about_right {
    width: 75%;
    margin: 0 auto;
}
.home_about_right h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 12px;
	color: var(--black);
}
.home_about_right h1 span {
	color: var(--red);
}
.home_about_right p {
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
	margin-bottom: 48px;
}
.home_about_right .arrow-circle {
	background: var(--red);
}
.home_about_right .essen_paints_btn {
	color: var(--black);
}
.featured-products {
            position: relative;
            overflow-x: hidden;
}
.featured-products .container-fluid {
            padding-left: 0;
            padding-right: 0;
            max-width: 100%;
}     
.industry-card:hover .hover-content p.industry-desc {
    display: none;
}
section.explore-section.p_100 .industry-card:hover p {
    text-align: center;
}
.product-image-wrapper img.product-image {
    width: 100%;
    height: auto;
    display: block; 
}
.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-image-wrapper {
    overflow: hidden;
}
.product-card {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
    background-color: #F8F8F8;
    transition: transform 0.3s;
}
section.featured-products .section-header h2.section-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-right: 0;
    padding-left: 0;
}
.view-all-btn {
    background-color: #E5112D;
    color: white;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
.slider-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 24px;
    margin-right: -24px;
    width: 94% !important;
    margin-left: auto;
}
.product-slider {
    position: relative;
    width: 100%;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-info {
    padding: 14px 21px;
    background-color: #44403C;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-name {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
}
.arrow-icon {
    width: 30px;
    height: auto;
}
.slick-arrow.prev-arrow {
    position: absolute;
    top: 47%;
    z-index: 9;
    left: -26px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    font-weight: 900;
    line-height: 30px;
}
section.featured-products {
    background: #F9F9F9;
}
.slick-arrow.next-arrow {
    position: absolute;
    top: 47%;
    z-index: 9;
    width: 50px;
    height: 50px;
    right: 14%;
    border: 1px solid #000;
    font-weight: 900;
    line-height: 30px;
    font-size: 24px;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: white;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}
.slick-arrow:hover {
    background-color: #f8f8f8;
}
.slick-list {
    overflow: visible;
}
.slick-track {
    margin-left: 0;
}
@media (max-width: 768px) {
        .section-header {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 12px;
    }
    
    .slider-container {
        margin-left: 15px;
        width: calc(100% - 15px);
    }
    
    .slider-nav {
        right: 15px;
    }
}
section.why_choose_us_sec {
  position: relative;
  min-height: 300px;
}
.why_choose_text h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
.why_cards.grid_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.why_cards li {
	padding: 20px;
	border: 1px solid #ffcccc;
	border-radius: 12px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.why_cards li:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.essen_paints_btn {
    display: inline-flex;
    align-items: center;
    background: #e70000;
    color: white;
    padding: 10px 12px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    font-family: "Schibsted Grotesk", sans-serif;
    cursor: pointer;
}
.essen_paints_btn:hover {
    background: transparent;
    color: #e70000;
    border: 1px solid #e70000;
}
a.essen_paints_btn:hover span.text {
    color: #e70000;
}
.arrow-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
/* Home Industries */
.industry_sec {
	overflow: hidden;
}
.home_industry_outer::before {
	content: '';
	position: absolute;
	right: -48%;
	background: #F9FAFB;
	width: 100%;
	height: 100%;
	z-index: -1;
}
section.industry-section button.view-all-btn{
	display: inline-flex;
    align-items: center;
    color: white;
	font-family: "Schibsted Grotesk", sans-serif;
    background: rgb(231, 0, 0);
    padding: 11px 39px;
    border-radius: 50px;
    text-decoration: none;
}
.home_industry_outer {
	display: flex;
	align-items: center;
	gap: 50px;
	position: relative;
}
.industries-slider .slick-slide {
	margin-right: 24px;
}
.industry_sec .container-fluid {
	width: -webkit-calc(100% -((100vw - 1320px) / 2));
	width: -moz-calc(100% -((100vw - 1320px) / 2));
	width: calc(100% -((100vw - 1320px) / 2)) !important;
	margin-left: 0;
}
.industries-slider {
	width: 58%;
}
.industries_slider {
	text-align: center;
}
.industries_slider img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.glance-left-sec .our-vision ul {
    list-style: none;
    padding-left: 0;
}
.glance-left-sec .our-vision ul li{
display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 28px;
    font-weight: 400;
}
.glance-left-sec .our-vision ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 10px;
}
.industries_slider p {
	margin: 10px 0 0;
	font-size: 16px;
	color: #333;
}
.home_contact_sec {
	background: var(--blue);
	position: relative;
	overflow: hidden;
}
.home_contact_sec .container-fluid{
	margin-left: 0;
	padding-left: 0;
	width: -webkit-calc(100% - ((100vw - 1320px) / 2));
	width: -moz-calc(100% - ((100vw - 1320px) / 2));
	width: calc(100% - ((100vw - 1320px) / 2));
}
.home_contact_left img {
	width: 100%;
}
.home_contact_right h4 {
	font-size: 32px;
	line-height: 42px;
	color: var(--white);
	margin-bottom: 0px;
}

.home_contact_right p {
	font-size: 18px;
	line-height: 28px;
	color: var(--white);
	margin-bottom: 32px;
}

.contact_field input {
	width: 100%;
	padding: 10px 20px;
	outline: none;
	margin-bottom: 24px;
}
.contact_field textarea {
	width: 100%;
	padding: 10px 20px;
	outline: none;
	margin-bottom: 24px;
	height: 200px;
}
.home_contact_right {
	width: 90%;
	margin-left: auto;
}
/* Why Choose Us */
.why_choose_us_sec {
	position: relative;
}

.why_choose_us_left h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 18px;
}

.why_choose_us_left h2 span {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-transform: capitalize;
	color: #159353;
}


.why_choose_us_left {
    width: 100%;
    margin-left: auto;
    padding-right: 0;
}
.why_choose_us_left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.why_choose_us_left .essen_paints_btn {
	color: var(--black);
}

.why_choose_us_left .essen_paints_btn .arrow-circle {
	background: #159353;
}

.why_choose_us_sec::before
 {
    content: "";
    position: absolute;
    left: 0;
    top: 14%;
    transform: translateY(0%);
    width: 41%;
    height: 100%;
    background-image: url(https://nextstep.net.in/essen-paints/wp-content/uploads/2025/06/Background-Image.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.why_choose_right ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
	list-style: none;
	margin: 0;
}

.why_choose_right ul li {
    border-radius: 15px;
    padding: 26px 18px;
}

.why_choose_right ul li h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.why_choose_right ul li p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.industry-section {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
        
.industry-section .section-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.industry-section .slick-prev, .industry-section .slick-next {
    background: transparent;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    padding: 0;
}

.industry-section button.slick-prev.slick-arrow
 {
    background: transparent;
    border: 2px solid #000;
}
.industry-section .slick-prev {
    left: 85%;
    top: -10%;
    background: #fff !important;
}
.industry-section .slick-next {
    right: 6%;
    top: -10%;
    background: #fff !important;
}
/* Image inside arrow buttons */
.industry-section .slick-prev i,
.industry-section .slick-next i {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}
.industry-section .slick-next img {
    width: 22px;
    height: auto;
}
.industry-section button.slick-prev.slick-arrow img {
    width: 22px;
    height: auto;
}

.industry-section .section-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    color: #000;
}
        .industry-section .view-all-btn {
            background-color: #E5112D;
            color: white;
            border-radius: 30px;
            padding: 10px 25px;
            font-size: 16px;
            border: none;
            font-weight: 500;
        }
        
        /* Industry boxes container */
        .industry-section .industry-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }
        
        .industry-section .industry-box {
            flex: 1;
            position: relative;
            overflow: hidden;
            height: 450px;
        }
        
.industry-section .industry-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.industry-section .industry-content {
    position: absolute;
    bottom: 28px!important;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background-color: white;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s ease;
}
section.at-a-glance.Our-mission.p_100 .glance-left-sec {
    width: 100% !important;
    margin-right: auto ! Important;
}
        .industry-section .industry-box:hover .industry-content {
            background-color: #E5112D;
            transform: translateY(-15px);
        }
        
     .industry-section .industry-title {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    transition: all 0.3sease;
}
        
        .industry-section .industry-box:hover .industry-title {
            color: white;
        }
        
        /* Special case for center box (furniture) */
        .industry-section .industry-box.furniture .industry-content {
            background-color: #E5112D;
        }
        
        .industry-section .industry-box.furniture .industry-title {
            color: white;
        }
        
        /* Responsive styles */
        @media (max-width: 992px) {
            .industry-section .industry-container {
                flex-wrap: wrap;
            }
            
            .industry-section .industry-box {
                flex: 0 0 50%;
                height: 350px;
            }
        }
        
        @media (max-width: 576px) {
            .industry-section .section-title {
                font-size: 32px;
            }
            
            .industry-section .industry-box {
                flex: 0 0 100%;
                height: 300px;
            }
        }
section.at-a-glance .glance_box {
    margin-bottom: 48px;
}
section.at-a-glance .glance_box p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.contact-container {
    border-radius: 24px;
    padding: 40px;
    margin: 0 auto;
    max-width: 1320px;
    background: linear-gradient(180deg, #FFCDCD 0%, #F4E3DF 100%);
}
section.contact-section.p_100 .contact-container form.wpcf7-form.init .col-md-6 p input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    margin: 0;
}
section.contact-section.p_100 .contact-container form.wpcf7-form.init .col-md-6 p{
	padding:0;
	margin:0;
}
h2.contact-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    padding: 0;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 18px;
    width: 65%;
}
.contact-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 400;
}
        
        .form-control {
            padding: 12px 15px;
            border-radius: 8px;
            border: none;
            margin-bottom: 20px;
            background-color: #fff;
        }
        
        .form-control:focus {
            box-shadow: 0 0 0 0.25rem rgba(229, 17, 45, 0.25)!important;
            border-color: #E5112D!important;
        }
        
        .form-label {
            font-weight: 500;
        }
        
        @media (max-width: 767px) {
            .contact-container {
                padding: 30px 20px;
            }
            
            .contact-title {
                font-size: 28px;
            }
        }




/* Footer */
.footer_box.footer_first_child {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}


.footer_box.footer_second-child {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
}

.footer_box.footer_last_child {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}



.footer
 {
    padding: 60px 0px 40px 0px;
    background-color: var(--black);
}

.footer_box {
    width: 100%; }


.footer_box h4 {
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    border-bottom: 0.4px solid #FFFFFF94;
    padding-bottom: 18px;
    width: fit-content;
}
.footer_box ul li a:hover {
    color: #e70000;
}
.footer_box ul {
	margin: 0;
	padding: 0;
}

.footer_box ul li a {
    color: #CBCBCB;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: 0;
	transition: color 0.3s ease;
}
.address {
    font-size: 18px;
    line-height: 28px;
    color: #CBCBCB;
}
.footer_box ul li {
    color: var(--white);
    margin-bottom: 15px;
    display: flex
;
    align-items: baseline;
}
.footer_box ul li .icon i
 {
    margin-top: 8px;
    margin-right: 20px;
    font-size: 20px;
}
.footer_box ul li span
 {
    font-size: 18px;
    display: block;
    line-height: 28px;
    color: var(--red);
    font-weight: 700;
}
.footer_bottom {
	background-color: var(--black);
	border-top: 1px solid var(--white);
}

.footer_bottom_outer {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    gap: 200px;
    justify-content: space-between;
}
.footer_bottom_outer img
 {
    width: 155px;
    height: auto;
}
.footer_bottom_list ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.footer_bottom_list ul li {
	border-right: 2px solid var(--white);
	padding: 0px 32px;
}

.footer_bottom_list ul li:first-child {
	padding-left: 0px !important;
}

.footer_bottom_list ul li:last-child {
	border-right: none;
	padding-right: 0px;
}
.footer_bottom p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
}

.footer_bottom_list ul li a {
	color: var(--white);
	font-size: 18px;
	line-height: 28px;
	display: block;
}
/*common banner*/
.common_banner {
    position: relative;
    width: 100%;
    height: 400px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4071) 0%, rgba(4, 4, 4, 0.69) 100%);
    z-index: 1;
}

.common_banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}

.common_banner .title-box {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
}
/*About us page*/
.at-a-glance .container-fluid {
  padding: 0;
}
.glance-left-sec {
    max-width: 85%;
    margin: 0 auto;
}
.glance-left-sec h2
 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 8px;
    font-weight: 800;
}
section.at-a-glance.our-mission.p_100 .glance-left-sec .our-vision:last-child {
    margin-bottom: 0;
}
section.at-a-glance.our-mission.p_100 .glance-left-sec .our-vision {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}
ul.mission-list li p {
    margin-bottom: 0;
}
.glance-left-sec p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 400;
}

section.at-a-glance .glance-left-sec h3.counter {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
}

.at-a-glance img {
    max-width: 100%;
    height: 62vh;
    object-fit: cover;
    display: block;
    border-radius: 20px 0px 0px 20px;
}

.section-title span.text-danger {
  color: var(--red); 
}
.section-title h2 strong {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 18px;
    font-weight: 800;
}
.section-title p.text-muted {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 42px;
    color: #000 !important;
    width: 75%;
}
.section-title {
    width: 40%;
}
section.product-range .product-display-list .product-card img {
    height: 270px;
    object-fit: cover;
}
.icon-wrap {
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 0 auto 18px;
}

.icon-wrap img {
    width: 60px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(5396%) hue-rotate(348deg) brightness(91%) contrast(109%);
}

.why-icon-box p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

ul.why-essen-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-items: center;
    text-align: center;
}

ul.mission-list {
  padding-left: 0;
  list-style: none;
}
ul.mission-list li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 28px;
    font-weight: 400;
}
section.at-a-glance.our-mission.p_100 {
    background: #F1F1F1B2;
}
ul.mission-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

section.at-a-glance.our-mission img {
    border-radius: 0px 20px 20px 0px;
}
.management-heading {
    font-size: 56px;
    line-height: 66px;
    font-weight: 500;
    margin-bottom: 48px;
}
.management-heading span {
            color: var(--red);
        }
        
.team-member {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 20px;
    transition: all 0.4s ease;
    background-color: #fff;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
        
.member-info .text {
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 0;
}
        
.member-info h4 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
}
section.our-mission .glance-left-sec h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px;
}
section.our-mission .glance-left-sec p {
    margin-top: 0;
    margin-bottom: 24px;
}
.member-info p {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.view-bio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: #e63b2e;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 20px;
    opacity: 0;
    transition: all 0.4s ease;
}
.view-bio span {
            font-weight: 500;
        }
.team-member:hover .member-info {
    opacity: 0.3;
}
.team-member:hover .view-bio {
            opacity: 1;
        }
.view-bio .plus-icon {
            font-size: 24px;
            font-weight: 300;
}
.modal-content {
            border-radius: 8px;
        }
.modal-header {
            border-bottom: none;
            padding: 20px 20px 0;
        }
.modal-body {
            padding: 20px;
        }
.modal-footer {
            border-top: none;
        }
/*product page*/
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.product-card img {
    width: 100%;
    height: auto;
    display: block;
}
.product-card .card-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    width: 100%;
    transition: all 0.3sease;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    height: 92px;
}
section.area_application {
    background: #fef9f2;
}
.application_tagline h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
}
.application_inner_box {
    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
section.area_application h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 24px;
}
.appilcation_icon
 {
    background: #fff;
    padding: 45px;
    width: fit-content;
    border-radius: 50%;
    margin-bottom: 24px;
    text-align: center;
}
.product-card:hover {
  transform: scale(1.03);
}
.product-card .arrow-icon {
    font-size: 30px;
    line-height: 40px;
    transition: transform 0.3s;
}
.product-card:hover .arrow-icon {
  transform: translateX(5px);
}
section.product-range h2.section-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 12px;
    font-weight: 800;
    display: block;
    width: 100%;
}
section.product-range p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
	margin-bottom:24px;
}
section.product-range .row.g-4 {
    row-gap: 24px;
}
section.product-range .product-display-list {
    margin-top: 42px;
}
section.product-range .product-display-list .card-overlay {
    padding: 10px 12px;
    height: 65px;
}
.product-card .card-overlay p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
/*single product page*/
section.product-range .product-card {
    width: 100%;
    margin: 0;
}

.product-detail i {
    font-size: 32px;
    color: #ee4137;
}
ul.single_product_list li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}
section.product-detail .container-fluid {
    padding: 0;
}

.product_left_image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.product_right_image {
    width: 72%;
    margin: 0 auto 0 60px;
}
.product_right_image p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 42px;
}
.product_right_image h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}
ul.single_product_list li {
    list-style: disc;
}

.why-use {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}


.why-item {
  display: flex;
  align-items: flex-start;
}
.info_single_box .why-item {
    padding: 32px 0 0 0;
    display: flex;
    align-items: baseline;
}
.why-icon {
    margin-right: 27px;
}

.why-icon img {
    margin-top: 5px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.why-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 5px;
}
.feature-image {
    width: 92%;
    height: 100%;
}
.feature-image img
 {
    border-radius: 20px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.why-content p {
    color: #000;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
}
.info_single_heading_box {
    display: flex
;
    align-items: baseline;
    gap: 24px;
}
.info_single_box h5
 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #1d1d1f;
    padding: 0;
    margin-bottom: 10px;
}
.info_single_heading_box p.text-section-number {
    font-size: 32px;
    font-weight: 300;
    line-height: 35.2px;
    color: #ee4137;
}
/* .product_speces {
    border-top: 1px solid #BCBCBC;
    padding-top: 48px;
} */
.product_speces a.pro_btn {
    background: var(--red);
    border-radius: 90px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
a.btn.btn-link {
    color: var(--red);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: underline !important;
}
     .application-section {
            background-color: #F9F9F9;
        }
        

        .section-title span {
            color: #e52725;
        }
        
        .app-item {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            transition: all 0.3s ease;
        }
        
        .app-item:hover {
            transform: translateY(-5px);
        }
        
.app-icon {
    width: 144px;
    height: 144px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}        
.app-name {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    line-height: 34px;
}
 section.application-section h2 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 500;
}       
section.main-quality-sec div#services .accordion-item {
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0 !important;
}
.feature-image img {
    border-radius: 20px;
    box-shadow: 1px 6px 25px -4px rgb(16 24 40 / 3%);
}
.distinguishing_right h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}
.distinguish_box_content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0 !important;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: white !important;
    color: var(--red) !important;
    padding: 24px 0px 12px 0px !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0px 0px 24px 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.accordion-item .accordion-header .accordion-button.collapsed {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    padding: 24px 0px;
}
.distinguishing-section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

.distinguishing-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

section.product-detail .product_right_image h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 18px;
}
section.latest-blog h2#blog-heading {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    color: #000;
    margin-bottom: 24px;
}
section.latest-blog .latest_blog_right_sec .latest_blog_content {
    padding: 24px 28px;
}

section.latest-blog .latest_blog_right_sec .latest_blog_content h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    font-family: "Schibsted Grotesk", sans-serif;
    margin-bottom: 32px;
    width: 69%;
}
section.latest-blog .latest_blog_right_sec .latest_blog_img img {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    height: 450px;
    object-fit: cover;
}
section.latest-blog .latest_blog_right_sec .latest_blog_content a.latest_blog_button {
    color: #EC1E30;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
}
.latest-blog_left_sec .latest_blog_left_sec .latest_blog_img img {
    width: 100%;
    border-radius: 12px;
}
.latest_blog_left_sec {
    display: flex;
    gap: 32px;
    align-items: center;
}
.latest_blog_right_sec {
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 24px;
}
.latest-blog_left_sec .latest_blog_content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.latest_blog_left_sec.mb-4 .latest_blog_img img {
    border-radius: 12px;
}
.latest-blog_left_sec .latest_blog_img img{
	 width: 80%;
}

.latest-blog_left_sec .latest_blog_content a.latest_blog_button {
    color: #EC1E30;
    font-size: 18px;
    line-height: 28px;
}
.latest_blog_left_sec.mb-4 .latest_blog_content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.latest_blog_left_sec.mb-4 .latest_blog_content a.latest_blog_button {
    color: #EC1E30;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
section.single-insight h2 {
    color: #0E78B8;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 48px;
}
.single-blog-box {
    background: #F3F3F3;
    height: 100%;
}
.single-blog-box img {
    width: 100%;
}
.single-blog-box .single_blog_content {
    padding: 20px;
}
.single-blog-box .single_blog_content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.single-blog-box .single_blog_content p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
section.single-insight .row {
    row-gap: 30px;
}
section.single-insight-sec .single-insight-image img {
    width: 100%;
}
.single-insight-image {
    margin-bottom: 48px;
}
.single-insights-content h2 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
}
.single-main-top-content {
    margin-bottom: 32px;
}
.single-insights-content {
    width: 95%;
    margin: 0 auto;
}
.single-insight_inner_sec {
    margin-bottom: 32px;
}

.single-insight_inner_sec h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}
.single-insight_inner_sec p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.single-main-top-content p {
    font-size: 18px;
    line-height: 28px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    background: #e70000;
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-family: "Schibsted Grotesk", sans-serif;
    text-decoration: none;
    border: 1px solid #e70000;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    background: transparent;
    color: #e70000;
    border-color: #e70000;
}
.info_single_left_box .product_speces img {
    width: 12%;
}
.footer_bottom_list a {
    color: #f9a81e;
}
.address i {
    margin-top: 8px;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
}
.distinguish_box_content {
    text-align: center;
}
.phone_number {
    display: flex
;
    flex-direction: column;
    gap: 12px;
}
.contact-numbers
 {
    display: flex
;
    gap: 6px;
    align-items: end;
}
.contact-container form.wpcf7-form.init textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 12vh;
}