:root{
    --primary-color: #22376C;
    --secondary-color:#004DB2;
    --heading-color:#484848;
    --text-color: #00000070;
    --link-color:#3C3C3C;
    --subheading-color: #676767;
    --primary-font-family: "Oxanium";
    --secondary-font-family: "Urbanist";
    --third-font-family: "Open Sans";
}
/* GLOBAL CSS */
body{
    background-size: cover;
    background-repeat: repeat;
    background: url(../images/home-page/whole-bg-texture.svg);
}
main{
    overflow: hidden;
}
body {
    font-family:  var(--primary-font-family);
}
h1, h2, h3, h4, h5, h6{
    font-family:  var(--primary-font-family);
}
p, span, button, select{
    font-family: var(--third-font-family);
}

a{
    font-family:  var(--primary-font-family);
    text-decoration: none !important;
    color: #161616;
}

ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
}
section{
    padding: 50px 0;
}
/* HOVER CSS  */
.button__circle:hover svg.button__icon {
    transform: rotate(45deg);
}
.button__circle svg.button__icon {
    transition:0.5s ease;
}

/* OWL-BITTON CSS  */
.owl-dots {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-dot span {
    display: block;
    margin-right: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 60%);
}

.owl-dot.active span {
    background: #00457a;
}

/* Banner-css for for Product Banner  */
.water-heater-banner{
    background: url(../images/mobile-banner-products/water-heater.webp) no-repeat center !important;
    padding: 42px 0px 373px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.heat-pump{
    background: url(../images/mobile-banner-products/heat-pumps.webp) no-repeat center !important;
    padding: 42px 0px 270px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.vacuume-banner{
    background: url(../images/mobile-banner-products/vacuum-cleaner.webp) no-repeat center !important;
    padding: 42px 0px 270px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.bldc-fans-banner{
    background: url(../images/mobile-banner-products/bldc-fans.webp) no-repeat center !important;
    padding: 42px 0px 270px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.bldc-motor-banner{
    background: url(../images/mobile-banner-products/bldc-moter.webp) no-repeat center !important;
    padding: 42px 0px 198px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.pcb-controller-banner{
    background: url(../images/mobile-banner-products/pcb.webp) no-repeat center !important;
    padding: 42px 0px 198px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.tech-service-banner{
    background: url(../images/mobile-banner-products/tech-service.webp) no-repeat center !important;
    padding: 42px 0px 198px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
.room-heater-banner{
    background: url(../images/mobile-banner-products/room-heater.webp) no-repeat center !important;
    padding: 42px 0px 198px 0;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
}
/* Breadcrumb-css  */
.bread-crumb{
    background: url(../images/bread-crumb.webp) no-repeat center;
    background-size: cover !important;
}
.breadcrumb-list h1{
    font-weight: 600;
    color:var(--heading-color);
}
.breadcrumb-list ul{
    display: flex;
    justify-content: center;
}
.breadcrumb-list ul li{
    list-style: none;
    padding-left: 10px;
}
.breadcrumb-list i{
    padding-left: 5px;
}
.home-logos, .facilities{
    background:#F9F9F9 ;
}
.btn-primary{
    color: #fff !important;
    border-radius: 50px;
    padding: 14px  30px !important;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
.btn-secondary{
    width: 100%;
    padding:16px 24px;
    border-radius: 0;
    color: var(--primary-color);
    background: var(--bs-white);
    display: inline-block;
}
.btn-without-bg{
    color: var(--secondary-color) !important;
    font-size: 16px;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 2px;
    border-width: thin;
}
.btn-without-bg i{
    transform: rotate(320deg)
}
/*Universal Heading css  */
.heading-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-main-span span{
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--subheading-colork);
    margin: 0 0 10px;
    font-family: var(--third-font-family);
}

.main-heading h2{
    font-weight: 600 !important;
    font-size: 30px;
    color: var(--heading-color);
    line-height: 40px;
}
.main-heading span{
    font-family: var(--primary-font-family);
    color: var(--secondary-color);
}
.heading-text p{
    color: #00000070;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
/* Navigation css START  */
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--primary-color) !important;
}
.navbar-toggler{
    border: none !important;
}
.navbar-toggler-icon{
    filter: brightness(30) !important;
}
.navbar-toggler:focus{
    box-shadow: unset !important;
}
.navbar-brand img{
    width: 260px;
}

.navbar .navbar-collapse {
    position: absolute;
    border-radius: 0px;
    top:84px;
    left: 0px;
    right: 0px;
    z-index: 3;
    padding: 20px 0px 0 0;
    background: var(--primary-color);
}

.nav-link {
    line-height: 20px;
    text-align: left;
    color:var(--bs-white) !important;
    font-weight: 400;
    padding: 10px 15px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover{
    color: var(--bs-white) !important;
}
ul.dropdown-menu.show {
    border: none;
    padding: 0 20px 12px;
    margin-top: 0;

}
.dropdown-item:focus, .dropdown-item:hover{
    background: #F1F6FE;
}
a.dropdown-item {
    border-bottom: 1px solid#ddd;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}
.dropdown-toggle::after{
    font-family: 'Font Awesome 6 Free';
    content: "\f107" !important;
    position: absolute;
    right: 12px;
    border: none !important;
    font-size: 14px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
.dropdown-toggle.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.dropdown-menu {
  display: block;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  height: 100%;
}
/* Position the second-level dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0;
}
.navbar{
    background: var(--primary-color);
    width: 100%;
   
}
.sticky-header{
   position: fixed;
    top: 0px;
    z-index: 2;
}
.bookappointment-btn{
    margin: 0 10px 20px;
}

/* MEGA-MENU CSS START  */
.menu_box{
    display: flex;
    align-items: center;
    padding: 14px 0px;
    align-content: center;
}
.menu-img{
    width: 20%;
}
.menu-img img{
    width: 52px;
}
.menu-text{
    width: 80%;
}
.menu-text h3{
    color: #000000A1;
    font-weight: 400;
}
.menu-btn-box{
    margin: 20px;
    background: #EFEFEF;
    border-radius: 12px;
}
.menu-btn-box p{
    color: #0000004D;
}
.menu-btn-box i{
    transform: rotate(225deg);
}
/* MEGA-MENU CSS END  */

/* NAVIGATION CSS END  */

/* Banner css */

.banner-swiper { 
    width: 100%; 
    margin: 0 auto; 
}
.banner-swiper .swiper-slide { 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    overflow:hidden; 
}
.banner-image {
    width:100%;
    height: clamp(200px, 40vh, 520px); 
    display:block;
    object-fit: cover;
}
.banner-carousel .item {
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev { left: 20px; }
.owl-next { right: 20px; }

.slide-caption {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: var(--bs-white);
    top: 0;
    z-index: 5;
    font-family: sans-serif;
}

.swiper-button-next, .swiper-button-prev { color: #fff; }
.swiper-pagination-bullet { background: rgba(255,255,255,0.8); }

.banner-main,
.banner-swiper,
.banner-main .swiper,
.banner-main .swiper-wrapper,
.banner-main .swiper-slide,
.banner-main picture,
.banner-main img {
    width: 100% !important;
}

.banner-main {
    padding: 0;
    margin: 0;
}

.banner-main .item {
    position: relative;
    z-index: 5;
}

.banner-main picture,
.banner-main img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-swiper .item {
    position: relative;
    z-index: 1;
}


.banner-swiper .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(358deg, rgba(0, 0, 0, 0) 15.58%, rgba(0, 0, 0, 0.4235) 40.93%, rgb(0 0 0 / 35%) 68.07%, rgb(0 0 0 / 73%) 100%);
    z-index: 1; 
}



/* Caption above overlay */
.banner-swiper .slide-caption {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: #fff;
    text-align: center;
    width: 100%;    
    padding: 0;
}
.swiper-button-next:after, .owl-prev:after{
    font-size: 14px !important;
    color: #fff !important;
}
.swiper-pagination-bullet-active{
    background: var(--bs-white) !important;
}
.banner-swiper .owl-prev {
    bottom: 0 !important;
    top: unset;
    left: 20%;
}

.banner-swiper .owl-next {
    bottom: 0 !important;
    top: unset;
    right:20%
}
.banner-swiper .slide-caption h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.banner-swiper .slide-caption p{
    font-size: 14px;
    margin: 0;
    color: #ffffffda;
}
.banner-swiper .slide-caption a{
    color: #fff !important;
    font-size: 14px;
    padding-bottom: 3px;
    text-decoration: underline !important;
    transition: 0.5s ease-in-out;
}
.banner-swiper .slide-caption a:HOVER{
    color: var(--secondary-color) !important;
}
.banner-swiper .slide-caption i:hover{
    transform: rotate(45deg);
}
.banner-swiper .slide-caption i{
    transform: rotate(240deg);
    font-size: 14px;
    transition: 0.5s ease-in-out;
}

/* ABOUT US CSS START  */
.about-us:before{
    display: none;
}
.about-us .container > .row {
    flex-direction: column-reverse !important;
}
.director-bg{
    background: url(../images/about-us/main-director-bg.webp) no-repeat center;
    background-size: cover;
}
.director-img img{
    border: 1.6px solid #E2F6FF;
    width: 100%;
}
.director-profile{
    padding: 20px;
}
.director-profile h2{
    color: #222529;

}
.director-profile h3{
    background:#004DB2;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 30px;
    font-size: 20px;
}
.director-profile p{
    color: #363636 !important;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--third-font-family)  !important;
}
.about-us-img{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.about-us-img img{
    width: 15%;
}
.about-us-content p{
    font-weight: 300;
    color: #000;
    letter-spacing: 0.5px;
}

.about-us-image{
    position:relative;
}
.counter-box p{
    font-size: 13px;
}
.counter-box.left-top-cbox{
    position:absolute;
    left:0;
    overflow: hidden;
    top: 8px;
    background:#2F2F2F;
    padding: 11px;
    width: 103px;
    height: 120px;
}

.counter-box.right-bottom-cbox {
    position:absolute;
    overflow: hidden;
    right:0;
    bottom:0;
    background:#2F2F2F;
    padding: 12px 10px 15px 10px;
    width: 130px;
    height: 113px;
}
.counter-box.left-top-cbox::before{
    background-image: url('../images/home-page/counter-bg1.webp');  
}
.counter-box.right-bottom-cbox::before{
    background-image: url('../images/home-page/counter-bg2.webp');
}
.counter-box.left-top-cbox::before,
.counter-box.right-bottom-cbox::before {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -40px;
    width: 100px;
    height: 100px;
    background-size: cover;      /* adjust */
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
}
/* ABOUT US CSS END  */

/* WHY US CSS START */
.why-us{
    background: #E4E4E4;
}
.why-us-icon-box{
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.why-us-icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(13, 99, 212, 0.28) 100%);
}
.why-us-box{
    padding: 20px;
    border: 2px solid #FFFFFF;
    position: relative;
    background: linear-gradient(to bottom, #004DB23D 0%, #ffffff 70%);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    transition: 0.3s ease-in-out;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.why-us-icon-box img{
    z-index: 2;
}
.why-us-box:hover img.main-icon {
    transform: matrix(0.97, -0.22, 0.6, 0.8, 0, 0);
}
.why-us-box:hover .why-us-icon-box:before{
    transform:  matrix(0.97, -0.22, 0.6, 0.8, 0, 0) translate(-20px, 20px);
}
.why-us-box img.main-icon, .why-us-box .why-us-icon-box:before  {
    transition: all 0.3s ease-in-out;
}
.why-us-box img.main-icon{
    z-index:2;
    position:relative;
} 
.why-us-box:hover::before {
    transform: translateY(0px);
}

.why-us-box:hover{
    border: 2px solid rgba(0, 122, 255, 0.5);
}
.why-us-box:hover .why-us-text h3{
    color:var(--secondary-color) ;
}
.why-us-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(13, 99, 212, 0.28) 100%);
    background-image: url('../images/home-page/vector-line.svg');
    background-size: cover;     
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.why-us-box::after {
    background: rgba(0, 77, 178, 0.24);
    filter: blur(53.1px);
    position: absolute;
    content: '';
    top: -50%;
    bottom: auto;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
}
.why-us-text {
    z-index: 2;
}
.why-us-text h3{
    color:#000000 ;
}
.why-us-text p{
    color: #000000b0;
    font-weight: 400;

}
/* WHY US CSS END */

/* Home Logo Scroller START  */

.smooth-scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.smooth-scroll .item {
    flex-shrink: 0;
    width: 200px;
    margin: 0 10px;
    text-align: center
}
.smooth-scroll {
	display: flex;
	animation: 15s linear infinite scroll
}

@keyframes scroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-100%)
	}
}
/* Home Logo Scroller END  */

/* FACILITY CSS START  */

.facility-bg{
        box-shadow: 0px 0px 9px #c8c8c8c4;
}
.facility-new-box{
    padding: 20px;
    box-shadow: 0px 0px 9px #c8c8c8c4;
    margin-bottom: 20px;
    height: 100%;
}
.facility-main-content{
    padding: 20px 0 0 0;

}
/* Track */
.facility-new .facility-new-content::-webkit-scrollbar-track {
  background: #B8CBE2 !important; 
  border-radius: 16px;
}
/* Handle */
.facility-new .facility-new-content::-webkit-scrollbar-thumb {
  background: #FFFFFF !important; 
  height: 10px;
  border-radius: 16px;
}
 
/* Handle on hover */
.facility-new .facility-new-content::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
}
.facility-new-content h2, .facility-main-content h3{
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 22px;
}
.facility-new-content p, .facility-main-content p{
    font-weight: 300;
    color: #000;
    letter-spacing: 0.5px;
}
.hoverbox .hovertext {
     padding: 15px;
    position: absolute;
    background: linear-gradient(178deg, rgb(0 0 0 / 38%) 55%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    transform: translate(0, calc(100% - 60px));
    transition: all .3s ease-in-out;
    z-index: 1;
    display: flex;
     justify-content: space-between;
     width: 100%;
}
.hoverbox {
    position: relative;
    overflow: hidden;
    height: 100%;

}


.hoverbox .hoverimage img {
    transition: all .3s ease-in-out;
}

.hoverbox:before {
     content: '';
     background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 9%) 44%, rgb(255 255 255 / 0%) 100%);
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 1;
     top: 0;
}
.hoverbox h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 15px;
    text-shadow: 2px 4px 12px #000000;
}
.facility-btn{
    font-size: 16px;
    color: #fff;
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.facility-btn i{
    color: #fff;
   transform: rotate(320deg); 
}
.hoverbox .hoverimage img{
    transform: scale(1.2);
}

/* APPLICATION CSS END  */

/* BLOGS css START */
.recent-blogs{
    background:#F5F5F5D9 ;
}
.recent-blogs .hoverbox .hovertext{
    padding: 6px 15px;
    align-items: center;
    top: -40px;
}
.recent-blogs .hoverbox h4{
    font-size: 16px;
    width: 80%;
    font-family: var(--third-font-family);
    line-height: 28px;
}

/* CONTACT US SECTION  HOME CSS  */

.contact-us-list.footer-contact-list  ul li a{
    font-size: 18px !important;
    line-height: 25px;
    font-family: 'Open Sans';
}
.footer-contact-list ul{
    padding: 0;
    margin: 0;
    position: relative;
}
.footer-contact-list ul li{
    line-height: 20px;
    list-style: none;
    padding-bottom: 25px;
    padding-left: 60px;
    position: relative;
}
.footer-contact-list i{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.footer-contact-list ul li a{
    color: #3C3C3C;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.form_wrapp {
    background:#fff;
    padding: 30px;
}

.form-control{
    border: 1px solid #D0D5DD;
    height: 50px;
    border-radius: 0;
}
textarea.form-control {
    height: 120px;
}
.form_wrapp .btn-primary{
    width: 100%;
    border-radius: 0;
}

/* FOOTER CSS STARTS  */
footer{
    padding: 80px 0;
    background:#000C1C ;
}
.footer-text h2{
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(90.22deg, #FFFFFF 1.23%, #999999 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.footer-text p{
     background: linear-gradient(90.22deg, #FFFFFF 1.23%, #999999 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.footer-text .btn-primary{
    border-radius: 0;
}
.footer-text .btn-primary i{
    padding-right: 10px;
}
.footer-social-icon ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li{
    list-style: none;
    width: 40px;
    height: 40px;
    background:transparent;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.footer-social-icon ul li a{
 color: #fff  !important;
}
.footer-links h2{
    color: #FFFFFF !important;
    font-size: 25px;
    position: relative;
}
.footer-links h2::before{
    position: absolute;
    content: '';
    width: 20%;
    height: 4px;
    bottom: -15px;
    left: 0;
    background:#004DB2;
}
.footer-links ul{
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.footer-links ul li{
    list-style: none;
    padding: 13px 0 0 0 ;
}
.footer-links ul li a{
    color: #FFFFFFAB !important;
    font-size: 14px;
}
.footer-padding{
    padding-top: 30px;
}

/* PRODUCT CSS STARTS  */

.product_box{
    background: #DDD;
    border: 2px solid#fff;
    position: relative;
    margin-bottom: 20px;
}

.product_box_img img{
    width: 100%;
}
.product_box_content_main {
    position: absolute;
    top: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.product_box_content {
    width: 65%;
}
.product_box_content h3 ,
.product_box_down h3,
.product_down_right_content h3{
    color: #2F2F2F;
    font-weight: 600;
}
.product_box_content p,
.product_box_down p,
.product_down_right_content p{
    color: #000000b0;
    font-weight: 400;

}
.product_box_main_down, .product_down_right_main{
    background: #EBEBEB;
    padding: 25px;
    border: 2px solid#fff;
    position: relative;
    height: 380px;
    margin-bottom: 30px;
    overflow: hidden;
}
.product_down_right_main{
    margin-top: 0px;
    height:360px !important;
}
.product_box_dowm_img img{
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -8px;
}
.product_box_img_down_2 img{
    width: 320px;
    right: -83px;
}
.product_box_img_right img{
    position: absolute;
    bottom: -34px;
    right: -70px;
    width: 273px;
}



/* CONTACT US PAGE  */

/*Contact_us-main_start*/
.contact-us-main{
  padding: 50px 0;
}
.contact-head-text{
  background: var(--secondary-color);
  padding: 10px;
}

.contact-box{
  background: #EBEBEB;
  border: 2px solid#fff;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
}
.contactmargin{
  margin:0 0 15px 0;
}
.contact-box i{
  font-size: 40px;
  color: var(--secondary-color);
  margin: 10px 0;
}
.contact-box h4{
  font-size: 20px;
  color:var(--secondary-color);
  margin: 0 0 10px 0;
}
.contact-box a, .contact-box p{
  font-size: 16px;
  font-family: 'Open Sans' !important;
  color:#3B425E   !important;
  margin: 0 0 5px 0;
}

/* From Uiverse.io by AbanoubMagdy1 */ 
.conform-in {
  border-radius: 8px;
    padding: 50px 40px;
    background: #EBEBEB;
}
.conform-in h3{
  font-size: 25px;
  color: var(--secondary-color);
}
.conform-in p{
   font-size: 15px;
  color:#3B425E ;
  margin: 0 0 10px 0;
}
.wave-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.wave-group .input {
  font-size: 13px;
  padding: 10px 10px 10px 13px;
  display: block;
  width: 100%;
  border:1px solid #f3f6ff;
  background: #fff;
    line-height: 20px;
    color: #333333;
}


.wave-group .input:focus {
  outline: none;
}

.wave-group .label {
  color: #8f96b3;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 14px;
  top: 12px;
  display: flex;
}

.wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * .05s);
    background-color: #ffffff;
}

.wave-group .input:focus ~ label .label-char,
.wave-group .input:valid ~ label .label-char {
  transform: translateY(-24px);
  font-size: 14px;
  color: #5264AE;
}

.wave-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.wave-group .bar:before,.wave-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
  left: 50%;
}

.wave-group .bar:after {
  right: 50%;
}

.wave-group .input:focus ~ .bar:before,
.wave-group .input:focus ~ .bar:after {
  width: 50%;
}


.wave-group .textareac{
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border:1px solid #f3f6ff;
  background: #fff;
  height: 120px;
}
.wave-group .textareac:focus{
  outline: none;
}

.wave-group .label-char-textarea {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * .05s); /* corrected here */
}

.wave-group .textareac:focus ~ label .label-char-textarea,
.wave-group .textareac:valid ~ label .label-char-textarea {
  transform: translateY(-24px);
  font-size: 14px;
  color: #5264AE;
}
.wave-group .textareac:focus ~ .bar:before,
.wave-group .textareac:focus ~ .bar:after {
  width: 50%;
}
.wave-group .textareac:focus ~ .bar:before,
.wave-group .textareac:focus ~ .bar:after {
  width: 50%;
}
.contactin-btn{
  color: #fff;
  background: var(--secondary-color);
  outline: none;
  padding: 8px 16px;
  border: 1px solid#ddd;
  font-size: 15px;
  border-radius: 4px;
  display: block;
}
.contactin-btn:hover{
  border: 1px solidvar(--secondary-color);
  background: transparent;
  color: var(--secondary-color);
  transition: 0.3s;

}
/*Contact_us-main_end*/

/* ABOUT US CSS START  */
.vision-about-us{
    background:#F1F6FE ;
}
.vision_box{
    background: #fff;
    padding: 25px;
    border: 1px solid #004DB242;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    height: 100%;
    margin-bottom: 20px;
}
.vision_headingwithicon{
    display: flex;
    align-items: center;
    gap: 10px;
}
.vision_headingwithicon h3{
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 25px;
}
.vision-text p{
    color: #000000c9;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
}
.vision-text ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}
.vision-text i{
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 6px;
}
/* Team slider css  */
.team-box_main{
    background: #fff;
    padding: 0px;
    box-shadow: 1px 3px 3px rgba(25, 33, 61, .0784313725);
    border: 1px solid #004db228;
}
.team-box_main{
    height: 430px !important;
    position: relative;
    margin-bottom: 25px;
}
.team-popup{
    background: url(../images/about-us/main-director-bg.webp) no-repeat center;
    background-size: cover;
    border-radius: 0;
    padding: 0px;
    border:1.6px solid #E2F6FF;
}
.team-head h5{
    color: #004db2;
    font-weight: 500;
    font-size: 25px;
}
.team-head span{
    background: #004DB2;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0px;
    font-size: 16px;
}
.btn-close{
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #cccccc;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
}
.team-detail-modal p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.5px;
}
.team-detail{
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 0;
    right: 0;
    padding: 15px;
    background: #004db2;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.team-img-in{
    background: url(../images/about-us/main-director-bg.webp) no-repeat center;
    background-size: cover !important;
}
.team-img-in img{
    width: 100%;
}

.team-detail span{
    font-weight: 500;
    color: rgb(255 255 255 / 85%);
    padding: 8px 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: #E2EEFF1C;
}
.team-detail p{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000000A1;
}
.read-more-popup {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.read-more-popup a{
    padding-top: 10px;
    font-size: 12px;
    color:#fff  !important;
}
.read-more-popup i{
    font-size: 10px;
    padding-left: 4px;
}
.team-slider .swiper-pagination-bullet-active{
    background:  var(--secondary-color) !important; 
}

.team-img{
    padding: 23px 10px;
    position: relative;
}

.team-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team-designation{
    padding: 15px 10px;
    position: absolute;
    bottom: 2px;
}
.team-designation span{
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 15px;
    font-family: var(--third-font-family);
}
.team-carousel .owl-dots {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-carousel .owl-dot span {
    display: block;
    margin-right: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 60%);
}

.team-carousel .owl-dot.active span {
    background: #00457a;
}
/* End Team css  */


.key-year{
    text-align: center;
    margin-bottom: -11px;
}
.key-mile{
    position: relative;
    background: #F1F6FE;
}
.key-mile:before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-us/key-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
}

.key-mile-box{
    background: linear-gradient(180deg, #FFFFFF 0%, #C7D9F1 100%);
    padding: 30px 20px 20px 20px;
    border: 1px solid #C5D9F3;
}
.key-mile-box p{
    font-size: 16px;
    line-height: 25px;
    color: #000000A1;
}
.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.marquee-item {
    display: inline-block;
    margin-right: 30px; /* space between repeats */
    font-size: 16px;
}

.marquee-item img {
    vertical-align: middle;
    margin-right: 30px;
}
.key-year span{
    font-weight: 600;
    font-family: var(--primary-font-family);
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;
   background: var(--secondary-color);
}
.key-mile-box
.key-year{
    text-align: center;
 
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ABOUT US CSS END  */
/* water-heater-css start  */

.product-banner-content h1{
    font-weight: 600 !important;
    font-size: 30px;
    color: var(--heading-color);
    line-height: 40px;
    margin-top: 30px;
}
.product-banner-content span{
    font-family: var(--primary-font-family);
    color: var(--secondary-color);
}
.product-banner-content p{
    color: #000;
    font-weight: 500;
    margin: 0;
}
.product-spec span{
    padding: 10px 5px;
    margin-right: 7px !important;
    font-size: xx-small;
    background:var(--secondary-color);
    color: #fff;
    margin-right: 10px;
}
.featured-water-heater{
    background: #F7F7F6;
}
.feature-img-main h3{
    line-height: 28px;
    font-weight: 600;
    font-family: var(--third-font-family);
    margin-top: 15px;
    color:#003F92 ;
}
.feature-img-main{
    height: 100%;
    border-bottom:1px solid #0000000A;
}
.col-lg-4:last-child .feature-img-main {
    border: none;
}

.product-slide{
    position: relative;
    padding: 0px 20px 30px 20px;
}

.product-slide_main{
    padding: 20px;
    text-align: center;

}
.product-enquiry-btn a{
    background:#22376C;
    padding: 10px 15px;
    color: #fff !important;
    display: block;
    border-bottom: 1px solid #E3E3E3;
}

.product-slider{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    height: 100%;
}
.product-slider .swiper-button-prev {
    bottom: 0 !important;
    top: unset;
    left: 20%;
}

.product-slider .swiper-button-next {
    bottom: 0 !important;
    top: unset;
    right:20%
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after{
    color: var(--primary-color) !important;
    font-size: 15px;
}
.product-slider .swiper-pagination-bullet-active{
    background: #131313 !important;
}
.type-pf-product-dis {
    background: #fff;
    padding: 30px;
    height: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
}
.type-pf-product-dis h3{
    font-size: 35px;
    font-weight: 600;
    color:#000000;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--primary-font-family);
}
.type-pf-product-dis SPAN{
    background:#EDF5FF ;
    padding: 10px 15px;
    color: var(--secondary-color);
    font-weight: 600;
}
.type-pf-product-dis ul li:first-child{
    padding-top: 10px;
}
.type-pf-product-dis ul{
    padding-top: 20px;
}
.type-pf-product-dis ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    color:#6B6B6B;
}
.type-pf-product-dis li:first-child i{
    top: 15px;
}
.type-pf-product-dis i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: green;
}
.spec-card {
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 0 0 1px #e5e7eb; /* subtle outer border like card */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Table reset */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  font-size: 13px;
}
.spec-card .table tbody tr:last-child td {
    border-bottom: none;
}
.spec-card td{
    padding: 15px 10px 15px 0!important;
}

/* Header */
.spec-card  th {
  text-align: left;
  padding: 4px 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;   /* only bottom border */
}

/* Body cells */
.spec-card tbody td {
  padding: 15px 10px 15px 0;
  vertical-align: top;
  border-top: 1px solid #f1f5f9;      /* only horizontal lines */
  border-left: none;
  border-right: none;
  font-size: 15px;
  font-family: var(--third-font-family);
}

/* remove top border on first row */
.spec-card tbody tr:first-child td {
  border-top: none;
}

/* label + value styling */
/* .spec-card tbody td.label {
  width: 22%;
  font-weight: 600;
  color: #101828;
  font-size: 14px;
} */

/* .spec-card tbody td:not(.label) {
  width: 28%;
  color: #667085;
  font-weight: 400;
  font-family: var(--third-font-family);
} */

/* optional: make it a bit nicer on mobile */
@media (max-width: 768px) {
  .spec-card thead th {
    font-size: 13px;
  }
  .spec-card tbody td {
    font-size: 12px;
    padding-right: 8px;
  }
}
.product-banner{
    background: url(../images/water-heater/banner-first.webp) no-repeat center;
    background-size: cover !important;
}

/* water-heater-css end  */

/* vacuum-cleaners Product-page CSS */

.specification-card{
    display: flex;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 0px;
    border-radius: 12px;
    flex-wrap: wrap;
}
.specification-description{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}
.specification-img-text span{
    color: #101828;
    font-size: 16px;
    font-weight: 500;
}
.specification-img-text{
    display: flex;
    gap: 10px;
    align-items: center;
}
.specification-text{
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

/* vacuum-cleaners Product-page END */


/* Timeline STARTS CSS  */
.timeline-container {
    max-width: 1200PX;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 150px;
    position: relative;
    opacity: 0;
}

.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.timeline-year {
    flex: 1;
    font-size: 140px;
    font-weight: bold;
    line-height: 138px;
    text-align: center;
    position: relative;
    background: url('../images/about-us/text-bg.webp') no-repeat;
    background-size: cover  !important;
    background-position: bottom !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Makes the text show the image */
    background-clip: text;
    color: transparent;
}

.timeline-content {
    flex: 1;
    padding: 0px;
}

.timeline-item.left .timeline-content {
    text-align: left;
    margin-top: -20px;
    PADDING-LEFT: 80px;
}
.timeline-item.left .timeline-year{
    text-align: right;
     margin-top: -20px;
    padding-right: 80px;
}
.timeline-item.right .timeline-year{
    text-align: left;
     padding-left: 60px;
     margin-top: -20px;
}
.timeline-item.right .timeline-content {
    text-align: right;
    padding-right: 60px;
     margin-top: -20px;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #333;
    border-radius: 50%;
    z-index: 10;
}

.timeline-title {
    font-size: 25px;
    font-weight: bold;
    color:#000;
    margin-bottom: 10px;
}

.timeline-description {
    font-size: 14px;
    color: #5F6A75;
    font-weight: 400;
    line-height: 1.6;
}

.timeline-icon {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #5F6A7566;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 5;
}
.timeline-icon i{
    color: var(--heading-navy-blue);
    font-size: 16px;
}
.timeline-item:last-of-type{
    margin-bottom: 0;
}
@media (max-width: 768px){
    .timeline-item.left .timeline-content {
    text-align: left;
    margin-top: -50px;
    PADDING-LEFT: 0px;
}
.timeline-item.left .timeline-year{
    text-align: right;
     margin-top: -50px;
    padding-right: 0px;
}
.timeline-item.right .timeline-year{
    text-align: left;
     padding-left: 0px;
     margin-top: -50px;
}
.timeline-item.right .timeline-content {
    text-align: right;
    padding-right: 0px;
     margin-top: -50px;
}
.timeline-container {
    padding: 0 20px;
}

.timeline-line {
    left: 30px;
}

.timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-bottom: 80px;
    padding-left: 60px;
}

.timeline-item.left,
.timeline-item.right {
    flex-direction: column !important;
}

.timeline-year {
    font-size: 50px;
    text-align: left;
    margin-bottom: 15px;
}

.timeline-content {
    padding: 0 !important;
    text-align: left !important;
}

.timeline-item.left .timeline-content,
.timeline-item.right .timeline-content {
    padding: 0 !important;
    text-align: left !important;
}

.timeline-icon {
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.timeline-title {
    font-size: 16px;
}

.timeline-description {
    font-size: 13px;
}
    .timeline-line {
    left: 50px;
}
}

/* TIMELINE CSS END  */

/* Facilities css  */

.imageGallery-carousel .item {
    display: flex;
    justify-content: center;   /* center horizontally */
}

.imageGallery-carousel .item img {
    width: 70%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;         /* cover without distortion */
}

/* Video SLider  */
.videoGallery-carousel .item {
    max-width: 420px;
    margin: auto;
}

.video-thumb,
.videoGallery-carousel iframe {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 16px;
    border-radius: 50%;
    pointer-events: none;
}


/* Facilities css End  */
/* TECH SERVICE CSS  */
.tech-content-main {
    padding: 25px;
    background: #D9E1ED;
    border: 1px solid #cecece;
    margin-bottom: 20px;
    height: 100%;
}

/* INVESTOR CSS  */
.investor-box{
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 1px 8px 2px #dadada66;
}
.footer-contact-list h3{
    font-size: 20px;
    font-weight: 600;
    color: #003F92;
    margin-bottom: 20px;
}


/* PCB Controller  */

.accordion-button:not(.collapsed){
    background: #fff;
    color: #000;
}
.accordion-button{
    font-size: 20px;
    font-weight: 500;
}
.accordion-collapse{
    font-weight: 300;
    color: #000;
    letter-spacing: 0.5px;

}
.investor-relationpdf {
    display:flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.pdf-text h3{
    font-size: 16px;
    margin:0;
}

.pdf-text h3 a{
    color: #004db2 !important;
} 

/* Comming-soon images css */
.comming-soon-img{
    width: 50%;
    margin:auto ;
}
.comming-soon-img img{
    margin: auto;
}
.facility-carousel-img .item{
    width: 85%;
    margin: auto  !important;
}
.facility-map-img h3{
    font-size: 20px
}



ul li{
     color: #000000;
    font-weight: 300;
}