@import url('https://fonts.googleapis.com/css2?family=Chango&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Stack+Sans+Text:wght@200..700&family=Teko:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Stack+Sans+Text:wght@200..700&family=Teko:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');


  font-family: 'Righteous', cursive;
  font-family: 'Bree Serif', serif;
  font-family: 'Oswald', sans-serif;




*{margin: 0px; padding: 0px;}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.header{
	background:url(../img/bg-1.webp);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
  .header-text{ font-family: 'Righteous', cursive;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;}
.header-text img{
  width: 250px;
}
.header-text h2{
	color: #fff;
  text-shadow: 4px 4px 3px rgb(228, 24, 24);
font-family: 'Righteous', cursive; 
 /* font-family: "Teko", sans-serif; */
	font-size: 45px;
  font-weight: 700;
	padding-top: 5%;
	text-align: left; 
}
.header-text p{
	color: #fff;
      /* color: rgb(228, 24, 24); */
    text-shadow: 4px 4px 3px rgb(228, 24, 24);
	/* font-family: 'Righteous', cursive; */
  font-family: sans-serif;
	font-size: 20px;
	/* padding-top: 5%; */
  font-weight: 300;
	text-align: right;
}
.parent-head{
  display: flex;
  align-items: center;
 justify-content: space-between;
}
.container {
  color: #333;
  text-align: center;
}

h1 {
  font-weight: normal;
  color: rgb(228, 24, 24);
  text-shadow: 4px 4px 3px #fff;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  padding-top: 5%;
 
}
li {
  display: inline-block;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
   color: #fff;
  /* text-shadow: 4px 4px 4px  orangered; */
  font-weight: 700;
  font-family: 'Bree Serif', serif;
  font-size: 25px;
}

li span {
  display: block;
 font-size: 35px;
}

.header ul{
    background: rgb(0, 0, 0, .5);
}

.menu .menu-list li a{
  color: #fff !important;
  font-size: 16px;
}



/* ------  start footer -------- */
.site-footer {
/*  background: url(../images/bg.webp);*/
  background-size: 100% 100%;
  padding: 30px 0;
  align-items: center;
}
.contactus h2{
  padding-top: 20px;
  font-size: 45px;
   /*color: rgb(228, 24, 24);*/
  text-shadow: 2px 2px #fff;
   background: linear-gradient(90deg, #FFB000, #FF6A00, #FF3D00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  font-weight: 700;
  font-weight: bolder;
   padding-bottom: 3%;
}
.contact-address{
	text-align: center;
	padding-bottom: 6%;
}
.footer-widgets h2 {
    font-size: 28px;
    color: #85bc23;
    font-weight: bolder;
	padding-top: 25%;
}
.footer-widgets ul {
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
}
.footer-widgets ul li {
    margin-bottom: 8px;
    font-size: 14px;
}
.footer-widgets ul li a {
    color: #fff;
    text-decoration: none;
	font-size: 17px;
}
.footer-widgets ul li a:hover {
    color: #000;
	transition: .5s;
}
.foot-about p {
    font-size: 16px;
    line-height: 2;
    color: #929191;
}
.foot-about ul li {
    margin-right: 28px;
}
.foot-about ul li a {
    color: #fff;
	font-size: 17px;
}
.foot-latest-news{
	margin-left: 20px;
}
.foot-latest-news ul li {
    display: block;
    margin-bottom: 5px;
}
.foot-latest-news ul li h3 {
    font-size: 14px;
}
.foot-contact ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.foot-contact ul li .fa {
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    color: #027dff;
}
.foot-contact ul li span {
    width: calc(100% - 3px);
}

.contact-address i {
    font-size: 26px;
    padding: 9px;
    border: 1px solid #22619e;
    width: 45px;
    height: 45px;
	color: rgb(255, 123, 0);
	text-align: center;
}
.contact-address p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
	text-align: left;
}
.contact-address p strong{
  font-weight: 600;
}
.contact-phone i {
    font-size: 26px;
    padding: 8px;
    border: 1px solid #85bc23;
    width: 45px;
    height: 45px;
	color: #fff;
}
.contact-phone i:hover{
    background-color: #000;
}
.contact-address i:hover{
    background-color: #000;
}
.contact-address h3{
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-phone h3{
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-email h3{
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 5px;
}
.contact-address address{
	color: #DDDDDD;
}
.contact-phone p{
	color: #DDDDDD;
}
.contact-email p{
	color: #DDDDDD;
}

.foot-about i{
   color: #fff;
   font-size: 26px;	
}
.foot-about i:hover{
   color: #ffda44;
   transition: .5s;
}

.footer-icon i{
	font-size: 30px;
	color: #fff;
	display: inline-block;
	padding: 5px;
	padding-bottom: 5%;
}
.footer-icon i:hover{
   color: #85bc23;
   transition: .5s;
}
.contact-address{
  display: flex;
  gap: 20px;
}
.contact-content p a{
  color: #fff;
}
.contact-address i{
  background-color: #fff !important;
  border-radius: 50%;
  border: 1px solid rgb(255, 61, 0);;
}
.contact-heading h2{
  text-align: left;
  padding: 20px 0;
  font-weight: 400 !important;
  color: #fff;
  font-family: Abril Fatface;
}
.image-valves img{
  width: 100% !important;
  /* border-radius: 10px; */
  border: #fff 8px solid;
}
/* .contact-address{
  padding: 10px 0;
} */

.header-text{
  /* background-color: rgb(228, 24, 24); */
      font-family: 'Righteous', cursive;
}
/* ------   end footer -------- */









.body{
    background:url(../images/bg-body.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}


.body h2{
  padding-top: 2px;
  font-size: 35px;
  text-align: left;
    color: red;
  text-shadow: 2px 2px #fff;
  font-weight: 700;
  font-weight: bolder;

}


.body p{
  padding-top: 5px;
  text-align: left;
  color: #000;
  font-weight: 500;

}

.body p i{
  color: #2e419a;
  

}

/* product */
.product-categories {
    width: 100%;
    max-width: 1400px;
    margin: 35px auto 40px;
    padding: 0 25px;
    box-sizing: border-box;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
}

.section-heading span {
    display: block;
    color: #ff7a00;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.section-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

/* Product Cards */

.product-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.product-card {
    position: relative;
    min-height: 105px;
    padding: 17px 12px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    color: white;

    background: rgba(5, 24, 52, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

/* Orange top line */

.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ff9d00
    );

    transition: width 0.35s ease;
}

/* Blue glow */

.product-card::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;

    background: rgba(0, 120, 255, 0.15);

    filter: blur(20px);

    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Icon */

.product-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 115, 255, 0.16);
    border: 1px solid rgba(0, 145, 255, 0.25);

    color: #4db8ff;

    font-size: 18px;

    margin-bottom: 9px;

    transition: all 0.3s ease;
}

/* Product Name */

.product-name {
    position: relative;
    z-index: 2;

    text-align: center;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;

    color: #f5f8ff;
}

/* Arrow */

.arrow {
    position: absolute;
    right: 10px;
    bottom: 8px;

    color: #ff7a00;
    font-size: 14px;

    opacity: 0;

    transform: translateX(-5px);

    transition: all 0.3s ease;
}

/* Hover */

.product-card:hover {
    transform: translateY(-6px);

    background: rgba(8, 39, 78, 0.9);

    border-color: rgba(255, 122, 0, 0.65);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(0, 110, 255, 0.15);
}

.product-card:hover::before {
    width: 100%;
}

.product-card:hover::after {
    opacity: 1;
}

.product-card:hover .product-icon {
    color: #ffffff;

    background: linear-gradient(
        135deg,
        #006cff,
        #0044a8
    );

    border-color: #168cff;

    transform: scale(1.08);
}

.product-card:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .product-slider {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .product-categories {
        margin-top: 25px;
        padding: 0 15px;
    }

    .section-heading h2 {
        font-size: 20px;
    }

    .product-slider {
        display: flex;

        overflow-x: auto;

        gap: 10px;

        padding: 5px 3px 12px;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
    }

    .product-slider::-webkit-scrollbar {
        display: none;
    }

    .product-card {
        flex: 0 0 145px;

        min-height: 105px;

        scroll-snap-align: start;
    }

}

/* particle */
/* =========================================
   ELECTRICAL BACKGROUND
========================================= */

.electrical-bg {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    pointer-events: none;

    z-index: 0;

    background:
        radial-gradient(
            circle at 20% 40%,
            rgba(0, 110, 255, 0.12),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 60%,
            rgba(255, 100, 0, 0.10),
            transparent 35%
        );
}


/* =========================================
   SVG CIRCUIT
========================================= */

.circuit-svg {
    position: absolute;

    width: 100%;
    height: 100%;

    inset: 0;

    opacity: 0.55;
}


/* Circuit Line */

.circuit-line {
    fill: none;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 8 14;

    animation:
        circuitFlow 12s linear infinite;
}


/* Blue */

.blue-line {
    stroke: #168cff;

    filter:
        drop-shadow(0 0 4px rgba(0, 140, 255, 0.65));

    opacity: 0.45;
}


/* Orange */

.orange-line {
    stroke: #ff7900;

    filter:
        drop-shadow(0 0 4px rgba(255, 110, 0, 0.65));

    opacity: 0.40;
}


/* Moving circuit */

@keyframes circuitFlow {

    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -250;
    }

}


/* =========================================
   ELECTRICAL NODES
========================================= */

.electric-node {

    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    animation:
        nodePulse 2.5s ease-in-out infinite;
}


/* Blue Nodes */

.blue-node {

    background: #1e9bff;

    box-shadow:
        0 0 5px #168cff,
        0 0 12px rgba(0, 140, 255, 0.8),
        0 0 25px rgba(0, 140, 255, 0.45);
}


/* Orange Nodes */

.orange-node {

    background: #ff8500;

    box-shadow:
        0 0 5px #ff7900,
        0 0 12px rgba(255, 120, 0, 0.8),
        0 0 25px rgba(255, 120, 0, 0.45);
}


/* Node positions */

.blue-node:nth-of-type(2) {
    left: 18%;
    top: 18%;
}

.blue-node:nth-of-type(3) {
    left: 39%;
    top: 25%;
}

.orange-node:nth-of-type(4) {
    left: 74%;
    top: 30%;
}

.orange-node:nth-of-type(5) {
    left: 88%;
    top: 62%;
}

.blue-node:nth-of-type(6) {
    left: 23%;
    top: 68%;
}

.orange-node:nth-of-type(7) {
    left: 67%;
    top: 78%;
}


/* Pulse */

@keyframes nodePulse {

    0%,
    100% {
        transform:
            translate(-50%, -50%)
            scale(0.75);

        opacity: 0.45;
    }

    50% {
        transform:
            translate(-50%, -50%)
            scale(1.35);

        opacity: 1;
    }

}


/* =========================================
   MOVING ELECTRICAL PARTICLES
========================================= */

.electric-particle {

    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    opacity: 0;

    animation:
        particleMove 7s linear infinite;
}


/* Blue particle */

.particle-1,
.particle-3 {

    background: #1495ff;

    box-shadow:
        0 0 7px #1495ff,
        0 0 18px rgba(20, 149, 255, 0.9);
}


/* Orange particle */

.particle-2,
.particle-4 {

    background: #ff7800;

    box-shadow:
        0 0 7px #ff7800,
        0 0 18px rgba(255, 120, 0, 0.9);
}


/* Particle paths */

.particle-1 {

    left: 2%;
    top: 18%;

    animation-delay: 0s;
}


.particle-2 {

    left: 98%;
    top: 30%;

    animation-delay: 2s;
}


.particle-3 {

    left: 4%;
    top: 65%;

    animation-delay: 4s;
}


.particle-4 {

    left: 96%;
    top: 75%;

    animation-delay: 5.5s;
}


/* =========================================
   PARTICLE MOVEMENT
========================================= */

@keyframes particleMove {

    0% {

        transform:
            translate(0, 0)
            scale(0.5);

        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {

        transform:
            translate(400px, 120px)
            scale(1);

        opacity: 0.9;
    }

    90% {
        opacity: 1;
    }

    100% {

        transform:
            translate(850px, 220px)
            scale(0.4);

        opacity: 0;
    }

}


/* =========================================
   MAIN CONTENT
========================================= */

.page-content {

    position: relative;

    z-index: 2;

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .circuit-svg {

        opacity: 0.30;

    }

    .circuit-line {

        stroke-width: 1.5;

    }

    .electric-node {

        width: 5px;
        height: 5px;

    }

    .electric-particle {

        width: 4px;
        height: 4px;

    }

}


/* =========================================
   REDUCE MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .circuit-line,
    .electric-node,
    .electric-particle {

        animation: none !important;

    }

}


/* whatsap */
.floating-contact {
    position: fixed;
    right: 25px;
    bottom: 25px;

    display: flex;
    flex-direction: column;
    gap: 12px;

    z-index: 99999;
}


/* Common Button */

.contact-btn {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;

    border-radius: 50%;

    color: #fff;
    text-decoration: none;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(0,0,0,.35);

    transition:
        width .3s ease,
        border-radius .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* SVG Icon */

.contact-btn svg {
    width: 26px;
    height: 26px;

    min-width: 54px;

    fill: #ffffff;

    display: block;

    flex-shrink: 0;
}


/* Text */

.contact-btn span {
    white-space: nowrap;

    font-size: 13px;
    font-weight: 600;

    padding-right: 18px;

    opacity: 0;

    transform: translateX(10px);

    transition:
        opacity .25s ease,
        transform .25s ease;
}


/* WhatsApp */

.whatsapp-btn {
    background: linear-gradient(
        135deg,
        #25D366,
        #128C7E
    );
}

.whatsapp-btn:hover {
    width: 150px;

    border-radius: 30px;

    transform: translateX(-3px);

    box-shadow:
        0 10px 30px rgba(37,211,102,.4);
}

.whatsapp-btn:hover span {
    opacity: 1;
    transform: translateX(0);
}


/* Call */

.call-btn {
    background: linear-gradient(
        135deg,
        #168CFF,
        #0055C7
    );
}

.call-btn:hover {
    width: 140px;

    border-radius: 30px;

    transform: translateX(-3px);

    box-shadow:
        0 10px 30px rgba(22,140,255,.4);
}

.call-btn:hover span {
    opacity: 1;
    transform: translateX(0);
}


/* Mobile */

@media (max-width: 768px) {

    .floating-contact {
        right: 15px;
        bottom: 15px;

        gap: 9px;
    }

    .contact-btn {
        width: 50px;
        height: 50px;
    }

    .contact-btn svg {
        width: 23px;
        height: 23px;

        min-width: 50px;
    }

    .contact-btn span {
        display: none;
    }

    .whatsapp-btn:hover,
    .call-btn:hover {
        width: 50px;
        border-radius: 50%;
        transform: none;
    }
}


/* Small Mobile */

@media (max-width: 400px) {

    .floating-contact {
        right: 10px;
        bottom: 10px;
    }

    .contact-btn {
        width: 46px;
        height: 46px;
    }

    .contact-btn svg {
        width: 21px;
        height: 21px;
        min-width: 46px;
    }
}

/* =========================================
   BOTTOM STATUS BAR
========================================= */

.bottom-status {
    position: relative;

    width: 100%;

    min-height: 48px;

    padding: 0 35px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    background:
        linear-gradient(
            90deg,
            #071a34,
            #0a2548,
            #071a34
        );

    border-top: 1px solid rgba(55, 160, 255, 0.22);

    box-shadow:
        0 -5px 25px rgba(0, 0, 0, 0.15);

    color: rgba(255, 255, 255, 0.78);

    font-family: Arial, sans-serif;

    font-size: 12px;

    z-index: 10;
}


/* Left */

.status-left {
    display: flex;

    align-items: center;

    gap: 5px;

    white-space: nowrap;
    font-size: 15px;
}

.status-left strong {
    color: #ffffff;

    font-weight: 600;
}


/* Right */

.status-right {
    display: flex;

    align-items: center;

    gap: 8px;

    white-space: nowrap;
    font-size: 15px;
}


/* Orange dot */

.status-dot {
    color: #ff7900;

    font-size: 16px;

    line-height: 1;
}


/* Kolkata */

.status-location {
    color: #42aaff;

    font-weight: 600;
}


/* =========================================
   TOP ORANGE LINE
========================================= */

.bottom-status::before {

    content: "";

    position: absolute;

    top: -1px;
    left: 50%;

    width: 120px;
    height: 2px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        #ff7900,
        transparent
    );

    box-shadow:
        0 0 10px rgba(255, 121, 0, 0.6);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .bottom-status {

        min-height: auto;

        padding: 14px 15px;

        flex-direction: column;

        justify-content: center;

        gap: 6px;

        text-align: center;

        font-size: 11px;
    }

    .status-left,
    .status-right {

        justify-content: center;

        white-space: normal;

        flex-wrap: wrap;
        font-size: 15px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .bottom-status {

        padding: 12px 10px;

        font-size: 10px;

    }

    .status-left {

        display: block;

        line-height: 1.6;

    }

    .status-right {

        gap: 5px;

    }

}





