:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
}
.hero-section {
background-image: linear-gradient(rgba(0, 78, 150, 0.85), rgba(0, 78, 150, 0.85)), url('https://readdy.ai/api/search-image?query=industrial%20boiler%20manufacturing%20facility%20with%20modern%20equipment%2C%20steel%20tanks%2C%20pipes%2C%20and%20engineers%20working%2C%20professional%20industrial%20environment%2C%20clean%20and%20organized%20factory%20floor%2C%20blue%20tones%2C%20high-quality%20industrial%20photography&width=1920&height=1080&seq=1&orientation=landscape');
background-size: cover;
background-position: center;
}
.timeline-dot {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #004E96;
position: relative;
}
.timeline-dot::after {
content: '';
position: absolute;
left: 7px;
top: 16px;
width: 2px;
height: 100%;
background-color: #004E96;
}
.timeline-item:last-child .timeline-dot::after {
display: none;
}
.industry-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 78, 150, 0.1);
}
.product-card {
transition: all 0.3s ease;
}
.product-card:hover {
transform: translateY(-5px);
}
.testimonial-slide {
opacity: 0;
transition: opacity 0.5s ease;
position: absolute;
width: 100%;
}
.testimonial-slide.active {
opacity: 1;
position: relative;
}
.case-study-card {
perspective: 1000px;
}
.case-study-inner {
transition: transform 0.6s;
transform-style: preserve-3d;
}
.case-study-front, .case-study-back {
backface-visibility: hidden;
}
.case-study-back {
transform: rotateY(180deg);
}
.flipped .case-study-inner {
transform: rotateY(180deg);
}
.sticky-cta {
transition: opacity 0.3s ease;
}
input:focus, textarea:focus {
outline: none;
border-color: #004E96;
}
.count-up {
font-weight: bold;
color: #004E96;
}
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.accordion-content.active {
max-height: 500px;
}

/*about start*/
.about-section{
    padding: 45px 0px;
}
.exp-card{
    border: 5px solid #acacac!important;
    border-radius: 0px;
}
.exp-card-title{
    text-align: center;
    font-size: 60px!important;
}
.exp-card-text{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.heading-line{
    vertical-align: middle;
}
.heading-line p{
    font-size: 16px;
    font-weight: 600;
    color: #2AA62A;
}
.heading-line h3{
        text-align: left;
    font-size: 30px;
    font-weight: 600;
}
/*about end*/
/*product  start*/
.btn{
    color: #2AA62A!important;
}
.btn-1{
color: #2AA62A!important;
font-size: 35px!important;
}
.bg-color{
    background-color: #2AA62A;
}
.case-card-title{
    font-size: 20px;
    color: #2AA62A!important;
    font-weight: 600;
}
.banner-1{
    background-image: linear-gradient(rgba(2, 79, 146, 0.8), rgba(2, 49, 146, 0.8)),url('../img/banner-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0px 100px;
}
.heading{
    display: flex;
    flex-wrap: wrap;
}
.heading h1{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin-top: 50px;
}
.heading h5{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.form-section{
    border: 1px solid #fff;
    padding: 30px;
}
.get-heading{
    color: #fff;
    font-size: 18px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
}
/*product end*/
