*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* common */

@font-face {
  font-family: 'ChakraPetch';
  font-style: normal; /* See note below */
  font-weight: 500;
  src: url(../font/ChakraPetch-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'ChakraPetchlight';
  font-style: normal; /* See note below */
  font-weight: 500;
  src: url(../font/ChakraPetch-Light.ttf) format('truetype');                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
}
@font-face {
  font-family: 'ChakraPetchsemibold';
  font-style: normal; /* See note below */
  font-weight: 500;
  src: url(../font/ChakraPetch-SemiBold.ttf) format('truetype');                                                                                                                                                                                                                                                                                                                                                                                                 
}

h1, h2, h3, h4, h5, h6, li{
  font-family: "ChakraPetchsemibold";
}

@media(min-width:690px){
  h1{
    font-size: 28px !important;
  }
}
@media(min-width:1020px){
  h1{
    font-size: 44px !important;
  }
}
h2{
  font-size: 18px !important;
}
@media(min-width:690px){
  h2{
    font-size: 20px !important;
  }
}
@media(min-width:1020px){
  h2{
    font-size: 24px !important;
  }
}

p, a{
  font-family: "ChakraPetch";
  font-size: 12px !important;
  text-decoration: none !important;
}
@media(min-width:690px){
  p, a{
    font-size: 14px !important;
  }
}
@media(min-width:1020px){
  p, a{
    font-size: 16px !important;
  }
}
section{
  padding: 20px 0px;
}
@media(min-width:690px){
  section{
    padding: 30px 0px;
  }
}
@media(min-width:1020px){
  section{
    padding: 40px 0px;
  }
}
img{
  width: 100%;
}
body{
  overflow-x: hidden;
}


/* navbar */
@media(min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
  }
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.nav-item a{
  font-size: 14px;
  font-weight: 500;
  color: #000000d5;
  font-family: 'ChakraPetchlight' !important;

}
@media(min-width:690px){
  .nav-item a{
    font-size: 16px;
  }
}
@media(min-width:1020px){
  .nav-item a{
    font-size: 18px;
  }
}
.nav-item a:hover{
  text-decoration: underline !important; 
  text-decoration-color: #FE0002 !important; 
  text-decoration-thickness: 2px !important;
  text-underline-offset: 10px;
}
.navbar-nav li{
  padding: 0px 5px 0px 5px;
}
.navbar-toggler {
  border: none !important;
}
.navbar-brand img{
  width: 75%;
}
@media(min-width:690px){
  .navbar-brand img{
    width: 75%;
  }
}
@media(min-width:1020px){
  .navbar-brand img{
    width: 90%;
  }
}
nav{
  border-bottom: 1px solid #ff000070;
}
/* .navbar-nav li.active{
  background-color: #ff000091;
} */
.navbar-nav li.active a{
  color: #FE0002;
  font-weight: 600;
}
.navbar-nav li.active:hover a{
  text-decoration: none !important;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 10 !important;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: .5s;
}








/* Home Page */
/* #home-page-banner {
  background-image: url("../images/home-page-banner.png");
  background-size: cover;
  background-position: left;
  height: 25vh;
  position: relative;
}
.banner-steel{
position: absolute;
bottom: 0;
}
@media(min-width:690px){
  #home-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #home-page-banner {
    height:45vh;
  }
}
@media(min-width:1280px){
  #home-page-banner {
    height:55vh;
  }
}
.home-page-banner-content{
  padding: 0px 0px 0px 0px;
}
@media(min-width:690px){
  .home-page-banner-content{
    padding: 25px 0px 0px 0px;
  }
}
@media(min-width:1020px){
  .home-page-banner-content{
    padding: 25px 0px 0px 0px;
  }
} */
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 0rem !important;
  left: 5% !important;
  padding-top: 0rem !important;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start !important;
  width: 100%;
}
@media(min-width:690px){
  .carousel-caption {
    padding-top: 1.25rem !important;
    top: 1.25rem !important;
  }
}
@media(min-width:1020px){
  .carousel-caption {
    padding-top: 1.25rem !important;
    top: 1.25rem !important;
  }
}
/* .carousel-item img {
  height: 18vh;
} */
/* @media(min-width:690px){
  .carousel-item img {
    height: 30vh;
  }
}
@media(min-width:1020px){
  .carousel-item img {
    height:45vh;
  }
} */
/* @media(min-width:1280px){
  .carousel-item img {
    height:55vh;
  }
} */
.steel-image{
  height: auto !important;
  position: relative;
  bottom: 9px;
}
@media(min-width:690px){
  .steel-image{
    height: auto !important;
    bottom: 0px;
  }
}
@media(min-width:1020px){
  .steel-image{
    height: auto !important;
    bottom: 0px;
  }
}
.home-page-banner-content h1{
  background: linear-gradient(to right, #FF0000, #990000); /* Define your gradient colors */
  -webkit-background-clip: text; /* For WebKit browsers */
  background-clip: text; /* Standard syntax */
  color: transparent; /* Hide the default text color */
  font-weight: 800;
  font-size: 16px !important;
}
@media(min-width:690px){
  .home-page-banner-content h1{
    font-size: 28px !important;
  }
}
@media(min-width:1020px){
  .home-page-banner-content h1{
    font-size: 36px !important;
  }
}
.home-page-banner-content p{
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 8px !important;
  margin-bottom: 5px;
}
@media(min-width:690px){
  .home-page-banner-content p{
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}
@media(min-width:1020px){
  .home-page-banner-content p{
    font-size: 16px !important;
    margin-bottom: 20px;
  }
}
.home-page-banner-content a{
  background-image: linear-gradient(to right, #FF0000, #990000);
  padding: 3px 12px 3px 12px;
  border: none;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000091;
  font-size: 8px !important;
}
@media(min-width:690px){
  .home-page-banner-content a{
    padding: 5px 15px 5px 15px;
    font-size: 14px !important;
  }
}
@media(min-width:1020px){
  .home-page-banner-content a{
    padding: 5px 15px 5px 15px;
    font-size: 16px !important;
  }
}
.home-page-banner-content a:hover{
  background-image: linear-gradient(to right, #df2929, #e43434);
}
.home-page-banner-content{
  padding: 0px 0px 0px 0px !important;
}

.welcome {

  background-color: #E2E2E2;
}

.welcome_second_bar {

    background-color: #F5F5F5;
}

/* Welcome Section */
.welcome-section-content h2{
    color: #FE0002;
    text-align: auto;
    font-weight: 800;
}
.welcome-section-content h5{
  color: #000;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 23px;
}
@media(min-width:690px){
  .welcome-section-content h5{
    font-size: 14px !important;
    line-height: 25px;
  }
}
@media(min-width:1020px){
  .welcome-section-content h5{
    font-size: 18px !important;
    line-height: 30px;
  }
}


/* Product Range Section */
.product-range-section{
  /*background-image: url("../images/product-range-background.webp");*/
  background-size: cover;
  background-position: center;
}
.product-range-head h1{
   font-weight: bold;
   color: #3A3A3A;
}
.product-range-head p{
  background-image: linear-gradient(to right, #e43434, #df2929);
  height: 5px;
  width: 30px;
  border-radius: 10px;
}
.product-range-box-content h3{
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
@media(min-width:690px){
  .product-range-box-content h3{
    font-size: 20px;
  }
}
@media(min-width:1020px){
  .product-range-box-content h3{
    font-size: 20px;
  }
}
.product-range-box-content p{
  font-weight: 400;
  color: #000;
  font-size: 14px !important;
}
.product-range-box{
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
/*.product-range-box:hover{
  box-shadow: 0px 0px 5px #c5bdbd;
  background-color: #f000;
}
*/
.product-range-box-new{
  height: 100%;
  position: relative;
  cursor: pointer;
  border-right:1px solid #A49D9D ;
  padding: 25px;

}
.product-range-box-new:hover{
  box-shadow: 0px 0px 5px #c5bdbd;
  background-color: #f000;
}




.border-line-white {

       border-right: 1px solid #fff !important; 
}


.bg-bar {
  background-image: url("../images/bar.png");
  background-size: cover;
  position: relative;
}

.product-range-box-content{
  padding: 10px;
}
.product-range-image img{
  position: absolute;
  bottom: 0;
  width: 38%;
}
@media(min-width:690px){
  .product-range-image img{
    width: 43%;
  }
}
@media(min-width:1020px){
  .product-range-image img{
    width: 40%;
  }
}


/* Home page Gallery Section */
.home-page-gallery{
  position: relative;
  width: 100%;
}
.home-page-gallery img{
  padding: 3px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.home-page-gallery-content {
  position: absolute;
  bottom: 20px;
  left: 3px;
  background-color: #ff0000b0; /* Black background with opacity */
  color: white;
  padding: 5px; /* Adjust padding as needed */
  width: 195px;
  height: 45px;
  box-sizing: border-box; /* Ensure padding does not affect width */
}
@media(min-width:690px){
  .home-page-gallery-content {
    width: 160px;
    height: 45px;
    padding: 5px;
  }
}
@media(min-width:1020px){
  .home-page-gallery-content {
    width: 195px;
    height: 50px;
    padding: 5px;
  }
}
.home-page-gallery-content p{
  font-size: 13px !important;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
@media(min-width:690px){
  .home-page-gallery-content p{
    font-size: 12px !important;
  }
}
@media(min-width:1020px){
  .home-page-gallery-content p{
    font-size: 15px !important;
  }
}
.home-page-gallery-content-1 {
  position: absolute;
  bottom: 20px;
  left: 3px;
  background-color: #ff0000b0; /* Black background with opacity */
  color: white;
  padding: 5px; /* Adjust padding as needed */
  width: 195px;
  height: 45px;
  box-sizing: border-box; /* Ensure padding does not affect width */
}
@media(min-width:690px){
  .home-page-gallery-content-1 {
    width: 160px;
    height: 45px;
    padding: 5px;
  }
}
@media(min-width:1020px){
  .home-page-gallery-content-1 {
    width: 195px;
    height: 50px;
    padding: 5px;
  }
}
.home-page-gallery-content-1 p{
  font-size: 13px !important;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
@media(min-width:690px){
  .home-page-gallery-content-1 p{
    font-size: 11px !important;
  }
}
@media(min-width:1020px){
  .home-page-gallery-content-1 p{
    font-size: 14px !important;
  }
}


/* Looking For Section */


.looking-for-section{
  background-color: #F5F5F5;
}

.underline:after{
    background: #fe0002  none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    width: 200px;
    margin-top: 12px;
}

.looking-for-content h1{
  color: #FE0002;
  font-weight: bold;
}



.looking-for-content p{
  font-size: 14px !important;
  padding: 10px 0px 0px 0px;
}
@media(min-width:690px){
  .looking-for-content p{
    font-size: 16px !important;
  }
}
@media(min-width:1020px){
  .looking-for-content p{
    font-size: 20px !important;
  }
}
.looking-for-content-button{
  margin: 25px 0px 0px 0px;
}
.looking-for-content-button a{
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
}
@media(min-width:690px){
  .looking-for-content-button a{
    font-size: 16px !important;
  }
}
@media(min-width:1020px){
  .looking-for-content-button a{
    font-size: 20px !important;
  }
}
.looking-for-content-button a:hover{
  background-image: linear-gradient(to right, #e43434, #df2929);
}







/* news and Updates */
.news-grid {
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.16);
	margin: 10px;
  border-radius: 10px;
}

.news-grid-image {
	overflow: hidden;
}

.news-grid-image img {
	transition: .5s;
}

.news-grid-txt {
	padding: 15px;
}

.news-grid-txt ul {
	padding: 0;
	margin: 0;
}

.news-grid-txt ul li {
	list-style: none;
	color: #000000;
	font-size: 14px;
	margin: 8px 10px 8px 0px;
  font-weight: 600;
}

.news-grid-txt p {
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #ececec;
	margin-bottom: 25px;
  height: auto;
}
@media(min-width:690px){
  .news-grid-txt p {
    height: 150px;
  }
}
@media(min-width:1020px){
  .news-grid-txt p {
    height: 230px;
  }
}
@media(min-width:1150px){
  .news-grid-txt p {
    height: 150px;
  }
}
.news-grid-txt a {
	color: #fff;
	background: #ff0000;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px !important;
	font-weight: 600;
}

/*Hover-Section*/

.news-grid:hover .news-grid-image img {
	filter: grayscale(1);
	transform: scale(1.1);
	transition: .5s;
}

.news-grid:hover .news-grid-txt a {
	text-decoration-line: none;
	color: #fff;
	letter-spacing: 2px;
	transition: .5s;
}

/*OWL*/
.owl-controls .owl-buttons {
	position: relative;
}

.owl-controls .owl-prev {
  position: absolute;
  left: 0px;
  bottom: 230px;
  /* padding: 8px 17px; */
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  transition: .5s;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .owl-controls .owl-prev {
    left: -20px;
    bottom: 230px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-prev {
    left: -40px;
    bottom: 230px;
  }
}

.owl-controls .owl-next {
	position: absolute;
	right: 0px;
	bottom: 230px;
	/* padding: 8px 17px; */
	background: #fff;
  border: 1px solid #000;
	border-radius: 50px;
	transition: .5s;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .owl-controls .owl-next {
    right: -20px;
    bottom: 230px;
  }
}
@media(min-width:1020px){
  .owl-controls .owl-next {
    right: -40px;
    bottom: 230px;
  }
}
.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #000;
	font-size: 16px;
}
.owl-controls .owl-prev:after:hover{
  color: #ffffff;
}


.owl-controls .owl-next:after {
	content: '\f105';
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}








/* Float icon */
.whatsapp-icon{
	position:fixed;
	width:40px;
	height:40px;
	bottom:75px;
	right:25px;
	background-color:#0B0B0B;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:16px !important;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .whatsapp-icon{
    width:40px;
    height:40px;
    bottom:40px;
    right:25px;
    font-size:16px !important;
  }
}
@media(min-width:1020px){
  .whatsapp-icon{
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    font-size:30px !important;
  }
}
.arrow-icon{
	position:fixed;
	width:40px;
	height:40px;
	bottom:105px;
	right:26px;
  color: #000;
	text-align:center;
  font-size:16px !important;
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width:690px){
  .arrow-icon{
    width:40px;
    height:40px;
    bottom:72px;
    right:26px;
    font-size:17px !important;
  }
}
@media(min-width:1020px){
  .arrow-icon{
    width:60px;
    height:60px;
    bottom:88px;
    right:40px;
    font-size:30px !important;
  }
}






















/* Product Page */


#product-page-banner {
  background-image: linear-gradient(to right, rgb(0 0 0 / 49%), rgb(0 0 0 / 0%)), url("../images/product-page/product-page-banner.webp");
  background-size: cover;
  background-position: bottom;
  height: 25vh;
}
@media(min-width:690px){
  #product-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #product-page-banner {
    height:45vh;
  }
}
@media(min-width:1280px){
  #product-page-banner {
    height:65vh;
  }
}
#product-page-banner h1{
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 20%;
}
@media(min-width:690px){
  #product-page-banner h1{
    padding-top: 20%;
  }
}
@media(min-width:1020px){
  #product-page-banner h1{
    padding-top: 12%;
  }
}
@media(min-width:1280px){
  #product-page-banner h1{
    padding-top: 20%;
  }
}






.product-page-second-section{
  background-color: #EAE9E9;
}
.product-steel-para p{
  text-align: center;
  color: #3E3E3E;
  font-weight: 400;
}
.product-page-third-image {
   position: relative;
}
.product-page-third-image img{
  z-index: 999;
}
.product-page-third-image p {
  height: 65%;
  width: 10%;
  background-color: #f009;
  position: absolute;
  top: 10%;
  left: -8px;
  z-index: -999;
}
@media(min-width:690px){
  .product-page-third-image p {
    height: 65%;
    width: 10%;
    left: -15px;
  }
}
@media(min-width:1020px){
  .product-page-third-image p {
    height: 75%;
    width: 10%;
    left: -15px;
  }
}
.product-page-third-head h1 {
  font-weight: bold;
  color: #3A3A3A;
}
.product-page-third-head p {
  background-image: linear-gradient(to right, #990000, #FF0000);
  height: 5px;
  width: 40px;
  border-radius: 10px;
}
.product-page-third-para p{
  color: #282828;
  font-weight: 400;
}
.product-page-third-background h2{
  color: #3A3A3A;
  font-weight: bold;
  background-color: #ff00001a;
  padding: 20px 10px 20px 10px;
  width: fit-content;
}
@media(min-width:690px){
  .product-page-third-background h2{
    padding: 20px 15px 20px 15px;
  }
}
@media(min-width:1020px){
  .product-page-third-background h2{
    padding: 20px 35px 20px 35px;
  }
}
.product-page-third-button a{
  color: #FC0101;
  border: 1px solid #FC0101;
  font-weight: 700;
  border-radius: 25px;
  padding: 8px 10px 8px 15px;
}
.product-page-third-button a:hover{
  background-color: #f1dbdbb0;
}
.product-page-third-button a i {
  border: 1px solid #FC0101;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 23px;
  margin-left: 8px;
}
@media(min-width:690px){
  .product-page-third-button a i {
    height: 25px;
    width: 25px;
    line-height: 23px;
  }
}
@media(min-width:1020px){
  .product-page-third-button a i {
    height: 30px;
    width: 30px;
    line-height: 27px;
  }
}
.thermex-bars-background{
  background-color: #EAE9E9;
}
.thermex-bars-head{
  text-align: center;
}
.thermex-bars-head h1{
  font-weight: bold;
  background: linear-gradient(to right, #FF0000, #990000);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}
.thermex-bars-head h1:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #FF6666;
  display: inline-block;
  margin: 0px 15px 5px 0px;
}
@media(min-width:690px){
  .thermex-bars-head h1:before {
    margin: 0px 15px 6px 0px;
  }
}
@media(min-width:1020px){
  .thermex-bars-head h1:before {
    margin: 0px 15px 10px 0px;
  }
}
.thermex-bars-head h1:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #FF6666;
  display: inline-block;
  margin: 0px 0px 5px 15px;
}
@media(min-width:690px){
  .thermex-bars-head h1:after {
    margin: 0px 0px 6px 15px;
  }
}
@media(min-width:1020px){
  .thermex-bars-head h1:after {
    margin: 0px 0px 10px 15px;
  }
}
.thermex-bars-head h2{
  font-weight: bold;
  font-size: 15px !important;
}
@media(min-width:690px){
  .thermex-bars-head h2{
    font-size: 16px !important;
  }
}
@media(min-width:1020px){
  .thermex-bars-head h2{
    font-size: 20px !important;
  }
}
.thermex-bars-para h3{
   color: #3A3A3A;
   font-size: 16px !important;
   font-weight: 800;
}
@media(min-width:690px){
  .thermex-bars-para h3{
    font-size: 25px !important;
  }
}
@media(min-width:1020px){
  .thermex-bars-para h3{
    font-size: 30px !important;
  }
}
.product-thermex-box{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 5px;
}
.thermex-bars-para p{
  color: #282828;
  font-weight: 400;
  height: 50px;
}
@media(min-width:690px){
  .thermex-bars-para p{
    height: 90px;
  }
}
@media(min-width:1020px){
  .thermex-bars-para p{
    height: 200px;
  }
}
@media(min-width:1120px){
  .thermex-bars-para p{
    height: 100px;
  }
}
#product-page-last-slider{
  background-color: #282828;
}
.product-slider h3{
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
}
@media(min-width:690px){
  .product-slider h3{
    font-size: 20px;
  }
}
@media(min-width:1020px){
  .product-slider h3{
    font-size: 24px;
  }
}
.product-slider p{
  color: #282828;
  padding: 10px 0px 0px 0px;
}
.product-page-left-arrow i {
  border: 1px solid #c39f9f;
  color: #000;
  background-color: #fff !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px #ff9898 !important;
}
@media(min-width:690px){
  .product-page-left-arrow i {
    height: 40px;
    width: 40px;
    font-size: 13px;
  }
}
@media(min-width:1020px){
  .product-page-left-arrow i {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
}
.product-page-right-arrow i {
  border: 1px solid #c39f9f;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px #ebd1d1;
  box-shadow: 0px 0px 5px #ff9898 !important;
}
@media(min-width:690px){
  .product-page-right-arrow i {
    height: 40px;
    width: 40px;
    font-size: 13px;
  }
}
@media(min-width:1020px){
  .product-page-right-arrow i {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
}
#product-page-last-slider .carousel-control-prev {
  top: -140px !important;
  bottom: 0 !important;
  left: 0px !important;

}
@media(min-width:690px){
  #product-page-last-slider .carousel-control-prev {
    left: -40px !important;
    top: 0 !important;
  }
}
@media(min-width:1020px){
  #product-page-last-slider .carousel-control-prev {
    left: -100px !important;
    top: 0 !important;
  }
}
#product-page-last-slider .carousel-control-next {
  top: -140px !important;
  bottom: 0 !important;
  right: 0px !important;
}
@media(min-width:690px){
  #product-page-last-slider .carousel-control-next {
    right: -40px !important;
    top: 0 !important;
  }
}
@media(min-width:1020px){
  #product-page-last-slider .carousel-control-next {
    right: -100px !important;
    top: 0 !important;
  }
}
















/* Infrastructure */
#infrastructure-page-banner {
  background-image: linear-gradient(to right, rgb(0 0 0 / 49%), rgb(0 0 0 / 0%)), url("../images/infrastructure-page/infrastructure-banner.webp");
  background-size: cover;
  background-position: bottom;
  height: 25vh;
  position: relative;
}
@media(min-width:690px){
  #infrastructure-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #infrastructure-page-banner {
    height:45vh;
  }
}
@media(min-width:1280px){
  #infrastructure-page-banner {
    height:65vh;
  }
}
#infrastructure-page-banner h1{
  color: #fff;
  font-weight: bold;
  padding-top: 0%;
}
@media(min-width:690px){
  #infrastructure-page-banner h1{
    padding-top: 20%;
  }
}
@media(min-width:1020px){
  #infrastructure-page-banner h1{
    padding-top: 12%;
  }
}
@media(min-width:1280px){
  #infrastructure-page-banner h1{
    padding-top: 20%;
  }
}
.infrastructure-page-banner-video {
  background-color: #fff;
  padding: 10px 5px 10px 5px;
  border-top-left-radius: 10px;
  position: absolute;
  bottom: 0;
}
.infrastructure-banner-image{
  position: relative;
}
.infrastructure-banner-icon {
  position: absolute;
  top: 40%;
  right: 18%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}







.infrastructure-page-about-presence:hover i{
  color: #ff6e6e;
}
.infrastructure-page-about-presence-head h1{
  font-weight: bold;
  background: linear-gradient(to right, #FF0000, #990000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.infrastructure-page-about-presence-head i{
  color: #A3A3A3;
  font-size: 20px;
}
@media(min-width:690px){
  .infrastructure-page-about-presence-head i{
    font-size: 30px;
  }
}
@media(min-width:1020px){
  .infrastructure-page-about-presence-head i{
    font-size: 30px;
  }
}
.infrastructure-page-about-presence-line p{
  font-size: 20px !important;
  font-weight: bold;
  border-top: 1px solid #000;
  width: fit-content;
  padding-top: 15px;
}
@media(min-width:690px){
  .infrastructure-page-about-presence-line p{
    font-size: 30px !important;
  }
}
@media(min-width:1020px){
  .infrastructure-page-about-presence-line p{
    font-size: 40px !important;
  }
}
.infrastructure-page-sup{
  font-size: 12px !important;
  font-weight: bold;
  top: -15px !important;
}
@media(min-width:690px){
  .infrastructure-page-sup{
    font-size: 16px !important;
    top: -15px !important;
  }
}
@media(min-width:1020px){
  .infrastructure-page-sup{
    font-size: 20px !important;
    top: -35px !important; 
  }
}








.infrastructure-page-facilities:hover i{
  color: #ff6e6e;
}
.infrastructure-page-facilities{
  background-color: #E7E7E7;
}
.infrastructure-page-facilities-head h1{
  font-weight: bold;
  color: #000;
}
.infrastructure-page-facilities-head i{
  color: #A3A3A3;
  font-size: 20px;
}
@media(min-width:690px){
  .infrastructure-page-facilities-head i{
    font-size: 30px;
  }
}
@media(min-width:1020px){
  .infrastructure-page-facilities-head i{
    font-size: 30px;
  }
}










.infrastructure-construction-bars-heads h2{
     color: #000;
     font-weight: 700;
} 
.infrastructure-construction-bars-image img {
  width: auto;
  position: absolute;
  top: -27px;
  left: 20px;
  background-color: #fff;
  padding: 0px 20px 0px 20px;
}
.infrastructure-construction-bars-para h3{
  color: #F90101;
  font-weight: 500;
  font-size: 16px !important;
}
@media(min-width:690px){
  .infrastructure-construction-bars-para h3{
    font-size: 18px !important; 
  }
}
@media(min-width:1020px){
  .infrastructure-construction-bars-para h3{
    font-size: 20px !important;
  }
}
.infrastructure-construction-bars-para p{
  color: #3E3E3E;
  font-weight: 400;
  height: auto;
}
@media(min-width:690px){
  .infrastructure-construction-bars-para p{
    height: 90px;
  }
}
@media(min-width:1020px){
  .infrastructure-construction-bars-para p{
    height: 90px;
  }
}
.infrastructure-construction-bars-box {
  border: 1px solid #000;
  padding: 20px 15px 20px 15px;
  position: relative;
  margin-top: 45px;
}






.highest-quality-section{
  background-color: #E7E7E7;
  margin-bottom: 20px;
}
.highest-quality-image-2{
  margin-top: 70%;
}
.highest-quality-image-1{
  margin-top: 30%;
}
.high-quality-center-content h1{
  color: #F90101;
  font-weight: bold;
  font-size: 38px !important;
}
@media(min-width:690px){
  .high-quality-center-content h1{
    font-size: 48px !important;
  }
}
@media(min-width:1020px){
  .high-quality-center-content h1{
    font-size: 68px !important;
  }
}
.high-quality-center-content h2{
  color: #000000;
  font-weight: bold;
  font-size: 28px !important;
}
@media(min-width:690px){
  .high-quality-center-content h2{
    font-size: 38px !important;
  }
}
@media(min-width:1020px){
  .high-quality-center-content h2{
    font-size: 38px !important;
  }
}
.high-quality-center-content {
  rotate: 0deg;
  padding: 10px 10px 20px 10px;
}
@media(min-width:690px){
  .high-quality-center-content {
    rotate: 90deg;
    padding: 10px 10px 64px 10px;
  }
}
@media(min-width:1020px){
  .high-quality-center-content {
    rotate: 90deg;
    padding: 10px 10px 64px 10px;
  }
}
.highest-quality-button a{
  background-color: #FF0000;
  color: #fff;
  padding: 10px 10px;
}
.highest-quality-button a:hover{
  background-color: #ff00006b;
}
.highest-quality-button{
  text-align: center;
  margin-top: 20px;
}
@media(min-width:690px){
  .highest-quality-button{
    margin-top: 50px;
  }
}
@media(min-width:1020px){
  .highest-quality-button{
    margin-top: 50px;
  }
}








/* Estimator Page */
#estimator-page-banner {
  background-image: linear-gradient(to right, rgb(0 0 0 / 49%), rgb(0 0 0 / 0%)), url("../images/estimator/estimator-banner.webp");
  background-size: cover;
  background-position: bottom;
  height: 25vh;
  position: relative;
}
@media(min-width:690px){
  #estimator-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #estimator-page-banner {
    height:45vh;
  }
}
@media(min-width:1280px){
  #estimator-page-banner {
    height:65vh;
  }
}
#estimator-page-banner h1{
  color: #fff;
  font-weight: bold;
  padding-top: 20%;
}
@media(min-width:690px){
  #estimator-page-banner h1{
    padding-top: 20%;
  }
}
@media(min-width:1020px){
  #estimator-page-banner h1{
    padding-top: 12%;
  }
}
@media(min-width:1280px){
  #estimator-page-banner h1{
    padding-top: 20%;
  }
}
.estimator-second-section-background{
  background-color: #EAE9E9;
}
.estimator-head h1{
  color: #000;
  font-weight: bold;
  text-align: center;
}
.estimator-form label{
  font-size: 15px;
  color: #3E3E3E;
  font-weight: 500;
  padding: 15px 0px 10px 0px;
}
@media(min-width:690px){
  .estimator-form label{
    font-size: 16px;
    padding: 30px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .estimator-form label{
    font-size: 20px;
    padding: 30px 0px 10px 0px;
  }
}
.estimator-form input {
  padding: 20px 10px 20px 10px;
  border: 1px solid #969696 !important;
  /* background-color: #ffffff00; */
  width: 100%;
  font-size: 13px;
  height: 40px;
}
.estimator-form input:focus {
  outline: none;
  box-shadow: none;
}
.get-in-touch-form{
  background-color: #fff;
  box-shadow: 0px 0px 4px #c5aeae;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 15px 0px 0px 0px;
}
.get-in-touch-head h2{
 color: #000;
 font-weight: bold;
 text-align: center;
}

.get-in-touch-input input{
  padding: 20px 10px 20px 10px;
  border: 2px solid #969696 !important;
  background-color: #ffffff00;
  width: 100%;
  height: 40px;
  margin: 15px 0px 10px 0px;
}

.get-in-touch-input textarea {
  padding: 5px 10px 20px 10px;
  border: 1px solid #969696 !important;
  background-color: #ffffff00;
  width: 100%;
  font-size: 13px;
  height: 100px;
  margin: 15px 0px 10px 0px;
}

@media(min-width:690px){
  .get-in-touch-input input{
    margin: 15px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .get-in-touch-input input{
    margin: 15px 0px 10px 0px;
  }
}
.get-in-touch-input input:focus {
outline: none;
box-shadow: none;
}

.get-in-touch-input select{
  border: 2px solid #969696 !important;
  background-color: #ffffff00;
  color: #887587;
  width: 100%;
  height: 40px;
  margin: 15px 0px 10px 0px;
}
@media(min-width:690px){
  .get-in-touch-input select{
    margin: 15px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .get-in-touch-input select{
    margin: 15px 0px 10px 0px;
  }
}
.get-in-touch-input select:focus {
outline: none;
box-shadow: none;
}
.get-in-touch-input-button {
  font-weight: bold;
  background-color: #FF0000 !important;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  height: 40px;
  border: none;
}

/* end estimator */



/* Investors Page */
#investors-page-banner {
  background-image: linear-gradient(to right, rgb(0 0 0 / 49%), rgb(0 0 0 / 0%)), url("../images/investor_corner.png");
  background-size: cover;
  background-position: bottom;
  height: 25vh;
  position: relative;
}
@media(min-width:690px){
  #investors-page-banner {
    height: 45vh;
  }
}
@media(min-width:1020px){
  #investors-page-banner {
    height:45vh;
  }
}
@media(min-width:1280px){
  #investors-page-banner {
    height:65vh;
  }
}
#investors-page-banner h1{
  color: #fff;
  font-weight: bold;
  padding-top: 20%;
}
@media(min-width:690px){
  #investors-page-banner h1{
    padding-top: 20%;
  }
}
@media(min-width:1020px){
  #investors-page-banner h1{
    padding-top: 12%;
  }
}
@media(min-width:1280px){
  #investors-page-banner h1{
    padding-top: 20%;
  }
}
.investors-second-section-background{
  background-color: #EAE9E9;
}
.investors-head h1{
  color: #000;
  font-weight: bold;

}
.investors-form label{
  font-size: 15px;
  color: #3E3E3E;
  font-weight: 500;
  padding: 15px 0px 10px 0px;
}
@media(min-width:690px){
  .investors-form label{
    font-size: 16px;
    padding: 30px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .investors-form label{
    font-size: 20px;
    padding: 30px 0px 10px 0px;
  }
}
.investors-form input{
    padding: 20px 10px 20px 10px;
    border: 2px solid #969696 !important;
    background-color: #ffffff00;
    width: 100%;
    height: 40px;
}
.investors-form input:focus {
  outline: none;
  box-shadow: none;
}
.get-in-touch-form{
  background-color: #fff;
  box-shadow: 0px 0px 4px #c5aeae;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 15px 0px 0px 0px;
}
.get-in-touch-head h2{
 color: #000;
 font-weight: bold;
 text-align: center;
}

.get-in-touch-input input {
  padding: 5px 0px 5px 10px;
  border: 1px solid #969696 !important;
  background-color: #ffffff00;
  font-size: 13px;
  width: 100%;
  height: 40px;
  margin: 15px 0px 10px 0px;
}
@media(min-width:690px){
  .get-in-touch-input input{
    margin: 15px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .get-in-touch-input input{
    margin: 15px 0px 10px 0px;
  }
}
.get-in-touch-input input:focus {
outline: none;
box-shadow: none;
}

.get-in-touch-input select{
  border: 2px solid #969696 !important;
  background-color: #ffffff00;
  color: #887587;
  width: 100%;
  height: 40px;
  margin: 15px 0px 10px 0px;
}
@media(min-width:690px){
  .get-in-touch-input select{
    margin: 15px 0px 10px 0px;
  }
}
@media(min-width:1020px){
  .get-in-touch-input select{
    margin: 15px 0px 10px 0px;
  }
}
.get-in-touch-input select:focus {
outline: none;
box-shadow: none;
}
.get-in-touch-input-button {
  font-weight: bold;
  background-color: #FF0000 !important;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  height: 40px;
  border: none;
}

textarea:focus-visible {
  outline: none !important;
}
/* end investors */


/* Footer */

.footer-logo img{
  width: 30%;
}
.footer-content p a{
   color: #000;
   font-weight: 500;
   padding: 5px 10px 5px 10px;
}
.footer-content p a:hover{
  color: #ff0000;
}
.news-letter-box:hover{
  color: #fff !important;
  background-color: #ff0000;
  border: 2px solid #ff0000 !important;
}
.footer-copyright p{
  font-size: 13px !important;
  font-weight: 500;
  color: #000000;
  /* border-top: 1px solid #E50002; */
  padding: 10px 0px 0px 0px;
}
@media(min-width:690px){
  .footer-copyright p{
    font-size: 14px !important;
  }
}
@media(min-width:1020px){
  .footer-copyright p{
    font-size: 16px !important;
  }
}
.footer-copyright-logo {
  width: 15%;
}
@media(min-width:690px){
  .footer-copyright-logo {
    width: 8%;
  }
}
@media(min-width:1020px){
  .footer-copyright-logo {
    width: 5%;
  }
}



/* Animation */
  .fade-in-left,
  .fade-in-right,
  .fade-in-up,
  .fade-in-down,
  .fade-out-left,
  .fade-out-right,
  .fade-out-up,
  .fade-out-down {
      opacity: 0;
      transition: opacity 1s ease, transform 1s ease;
  }

  .fade-in-left {
      transform: translateX(-50px);
  }

  .fade-in-right {
      transform: translateX(50px);
  }

  .fade-in-up {
      transform: translateY(50px);
  }

  .fade-in-down {
      transform: translateY(-50px);
  }

  .fade-in-left.visible,
  .fade-in-right.visible,
  .fade-in-up.visible,
  .fade-in-down.visible {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }

  .fade-out-left.hidden,
  .fade-out-right.hidden,
  .fade-out-up.hidden,
  .fade-out-down.hidden {
      opacity: 0;
  }

  .fade-out-left.hidden {
      transform: translateX(-50px);
  }

  .fade-out-right.hidden {
      transform: translateX(50px);
  }

  .fade-out-up.hidden {
      transform: translateY(50px);
  }

  .fade-out-down.hidden {
      transform: translateY(-50px);
  }


/* loader */
  /* .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
} */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* Dark background for a professional look */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dot-ball {
  display: flex;
  justify-content: space-around;
  width: 60px;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #ff0000; /* Light color for contrast */
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}

.dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-30px);
  }
  60% {
      transform: translateY(-15px);
  }
}


.effect {
     text-align: center;
     display: inline-block;
     position: relative;
     text-decoration: none;
     color: #fff;
     text-transform: capitalize;
    /* background-color: - add your own background-color */
    /* put your font-family */
     font-size: 18px;
     padding: 20px 0px;
     width: 150px;
     border-radius: 35px;
     overflow: hidden;
         background: #fe0002;
}
/* effect-1 styles */
 .effect.effect-1 {
     transition: all 0.2s linear 0s;
}
/* .effect.effect-1:before {
     content: "\f178";
     font-family: FontAwesome;
     font-size: 15px;
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 0;
     top: 0;
     opacity: 1;
     height: 100%;
     width: 40px;
     transition: all 0.2s linear 0s;
}*/
 .effect.effect-1:hover {
     text-indent: -20px;
}
 .effect.effect-1:hover:before {
     opacity: 1;
     text-indent: 0px;
}

/***********accordian style***********/

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
  transition: all 0.5s !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}
.accordion-button::after {
  transition: all 0.5s !important;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {

    color: #f1f7ff !important;
    background-color: #ff8484 !important;
}


/**********************end *********************/


/************* contact us ****************/

.text-color-dark {

     color:#000;
     font-weight: 500;
}


.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible
}

.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: var(--dark--200)!important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem
}

.social-icons li:hover a {
    background: #151719;
    color: #fff !important
}

.social-icons li:hover.social-icons-x a {
    background: #1aa9e1!important
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a!important
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2!important
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201!important
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39!important
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127!important
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e!important
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a!important
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6!important
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39!important
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8!important
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576!important
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c!important
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107!important
}

.social-icons li:hover.social-icons-whatsapp a {
    background: #25d366!important
}

.fab {

    font-size: 18px !important;
}

.fa-brands {

  font-size: 18px !important;
}

.get-in-touch-input-button:hover,.get-in-touch-input-button.hover {

    background-color: #000;
    color:#fff;
}


.contact-us-letter-box:hover{
  color: #fff !important;
  background-color: #ff0000 !important;
  border: 2px solid #ff0000 !important;
}


.contact-info-area  {
    line-height: 30px;
    text-align: justify;
    border-bottom: 2px solid #ddc8c8;
}
@media(min-width:690px){
  .contact-info-area  {
    line-height: 45px;
}
}
@media(min-width:1020px){
  .contact-info-area  {
    line-height: 45px;
}
}
.contact-info-top  {
    line-height: 20px;
    padding-left: 30px;
    text-align: justify;
}
#contact p{
  color: #000;
  font-weight: 500;
}

/***********************end ***************/



/* New Page Estimator Start */
.heading h2{
  font-size: 32px !important;

}

   .underline-red {
      display: inline-block;
      position: relative;
      font-weight: 700;
      font-size: 1.25rem; /* Adjust as needed */
    }

    .underline-red::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 47%;
      height: 3px;
      background-color: #ff4107;
    }

    .title-underline {
      position: relative;
      display: inline-block;
      font-weight: 700;
    }

    .title-underline::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 2px;
      background-color: #ff4107;
    }

    .form-control,
    .form-select {
      border: 1px solid #ddd;
      border-radius: 0;
      font-size: 14px;
    }

    .btn-black {
      background-color: black;
      color: white;
      border-radius: 0;
      padding: 6px 20px;
    }

    .estimation-card {
      border: 1px solid #eee;
      padding: 10px 15px;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .estimation-value {
      font-weight: bold;
      color: #ff4107;
    }

    .divider {
      border-left: 2px solid #ff4107;
      height: 100%;
    }

    .btn-calculate {
    font-family: 'ChakraPetch';
    text-align: center;
    background-color: black;
    color: white;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .btn-calculate::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -6px;
    width: 3px;
    height: 80%;
    background-color: #ff4107;
  }
  .fancy-underline-container {
      display: inline-block;
      align-items: center;
      margin-bottom: 1rem;
       width:65%;
      
    }

    .fancy-underline-title {
      font-weight: 700;
      margin-right: 10px;
    }
    .fancy-underline-line {
      flex-grow: 1;
      height: 1px;
      background-color: #ff4107;
      position: relative;
     
    }
    .fancy-underline-line1 {
      flex-grow: 1;
      height: 1px;
      background-color: #ff4107;
      position: relative;
      width:45%;
    }


     .fancy-underline-line1::before,
    .fancy-underline-line1::after {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #ff4107;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
     .fancy-underline-line1::before {
      left: 0;
    }

    .fancy-underline-line1::after {
      right: 0;
    }
    .fancy-underline-line::before,
    .fancy-underline-line::after {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #ff4107;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .fancy-underline-line::before {
      left: 0;
    }

    .fancy-underline-line::after {
      right: 0;
    }
    .text p{
      
      font-weight: 700;
    }
    .red-icon {
      padding-right: 5px;
  color: #ff4107;
}
.para{
  font-weight: 700;

}
.faq-tabs .nav-link {
  background-color: #f1f1f1;
  color: #000;
  font-weight: 600;
  border: none;
  margin: 4px;
  padding: 12px 24px;
  width: 100px; /* Fixed width to align all tabs */
  text-align: center;
  border-radius: 0; /* Square corners */
  transition: background-color 0.3s ease;
}

.faq-tabs .nav-link.active {
  background-color: #ff3c00; /* Red-orange active */
  color: #000;
}

    .accordion-button {
      font-weight: 600;
      color: black;
      border-bottom: 2px solid #ff4107 !important;
    }

    .accordion-button:not(.collapsed) {
      background-color: #ff4107 !important;
      color: white;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #ff4107;
    }

    .accordion-body {
      border: 1px solid #ddd;
      border-top: none;
      padding: 1rem;
      font-size: 14px;
      background-color: #fff;
    }
    .nav-link:hover {
      color: #000 !important; 
    }
   




.fancy-underline-line2 {
  width: 40px;
  height: 2px;
  background-color: #ff4107;
}


    .fancy-underline-line2 {
      flex-grow: 1;
      height: 1px;
      background-color: #ff4107;
      position: relative;
      width:50%;
    }


     .fancy-underline-line2::before,
    .fancy-underline-line2::after {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #ff4107;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
     .fancy-underline-line2::before {
      left: 0;
    }

    .fancy-underline-line2::after {
      right: 0;
    }


      #cardSlider .slider-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      background: #fff;
      height: 100%;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    #cardSlider .slider-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
    }

   

   

    #cardSlider .carousel-control-prev,
    #cardSlider .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
    }

    #cardSlider .carousel-control-prev-icon,
    #cardSlider .carousel-control-next-icon {
      background-image: none;
      width: 0;
      height: 0;
      border-style: solid;
    }

    #cardSlider .carousel-control-prev-icon {
      border-width: 18px 15px 17px 0;
      border-color: transparent #FE0002 transparent transparent;
    }

    #cardSlider .carousel-control-next-icon {
      border-width: 18px 0px 15px 17px;
      border-color: transparent transparent transparent #FE0002;
    }

    #cardSlider .carousel-control-prev {
      left: -50px;
    }

    #cardSlider .carousel-control-next {
      right: -50px;
    }

    @media (max-width: 1024px) {
      #cardSlider .carousel-control-prev {
        left: -30px;
      }

      #cardSlider .carousel-control-next {
        right: -30px;
      }
    }

    @media (max-width: 768px) {
      #cardSlider .carousel-item .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      #cardSlider .carousel-control-prev,
      #cardSlider .carousel-control-next {
        display: none !important;
      }

      #cardSlider .slider-card {
        padding: 16px;
      }

      #cardSlider .slider-card p {
        font-size: 14px;
      }
    }

    .info-block {
  color: #FE0002;
  
}
.slider-card h4{
  font-size: 20px;
}
.info-item {
  min-width: 120px;
}

.small-label h4{
      font-weight: 700;
    text-align: end;
    font-size: 32px;
  color: #FE0002;
  
}

.info-value h4{
  padding-right: 40px;
  font-size: 40px;
  font-weight: bold;
}

.divider {
  
  width: 1px;
  background-color: #FE0002;
}

.info-block .divider {
  display: none;                /* hidden by default (mobile) */
}

@media (min-width: 768px) {
  .info-block .divider {
    display: block;             /* show only on md+ */
    width: 1px;
    height: 60px;
    background-color: #ccc;
  }
}

.facili{
  background-color:#FE0002 ;
}
.underline-white {
      display: inline-block;
      position: relative;
      font-weight: 700;
      font-size: 1.25rem; /* Adjust as needed */
    }

    .underline-white::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 47%;
      height: 3px;
      background-color: #ffffff;
    }
    .title{
      color:#ffffff;
    }
    .facility p{
      color:#ffffff;
    }

    .custom-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.custom-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.custom-underline {
  width: 30px;
  height: 2px;
  background-color: #FE0002;
}

.image-mask-container {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.masked-img {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  object-fit: cover;
}

.chevron-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: auto;
  z-index: 2;
}


.lab-section h6 {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

.lab-section .text-danger {
  color: #FE0002 !important;
}

.lab-section .border-end {
  border-color:  #FE0002 !important;
  
}

@media (max-width: 768px) {
  .border-end {
    border: none !important;
  }
}
.arrow {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Left-facing red triangle */
.arrow-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FE0002;
}

/* Right-facing red triangle */
.arrow-right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FE0002;
}


    .custom-border {
      border-right: 2px solid red;
    }

    @media (max-width: 767.98px) {
      .custom-border {
        border-right: none !important;
      }
    }
 
/* Footer New */
.footer-section {
    background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
/* Mobile-specific background */
@media (max-width: 767.98px) {
  .footer-section {
    background-image: url("../images/footer-mobile.png"); 
    background-position: center;
    background-repeat: no-repeat;
  background-size: contain;
  }
}
.footer-title h3{
    font-family: "ChakraPetchsemibold";
    font-size: 40px;
}

    .btn-footer {
    font-family: 'ChakraPetch';
    text-align: center;
    background-color: black;
    color: white;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
  }

.social-line {
  height: 1px;
  background-color: #d92332;
  width: fit-content;
  min-width: 580px;
}

/* Optional: Size social icons consistently */
.social-icons a i {
  font-size: 20px;
  color: #000;
  transition: 0.3s;
}

.social-icons a i:hover {
  color: #d92332;
}
@media (max-width: 767.98px) {
  .social-line {
     height: 1px;
  background-color: #d92332;
  min-width: 300px;
  }
}


.team-card {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 10px;
}

.team-image {
  width: 100%;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
  color: white;
  padding: 10px;
  text-align: center;
}

.misson{
  background-color: #e8e8e8;
}
.class h1{
  color: #ffffff;
  font-size: 10rem !important;
  font-weight: 700;
  text-align: right;
}
.vision p{
  text-align: right;
}
.our h1{
  color: #ffffff;
  font-size: 10rem !important;
  font-weight: 700;
  text-align: left;
}
.para-vision p{
  width:750px;
  text-align: left;
}
.slider-new-card h1 {
  font-weight: bold;
}

.vision-section{
  position: relative;
}
.vector{
      right: 0;
    top: 97px;
  position: absolute;
}


/*************gopi ********************/


.card-1-img {
   background-image: url(../images/red_img.jpg);
   background-size: cover;
}
.card-2-img {
   background-image: url(../images/card_img_2.jpg);
   background-size: cover;
}
.card-3-img {
   background-image: url(../images/card_img_3.jpg);
   background-size: cover;
}

.card_carousel_title {
   color: #fff !important;
}
.card-text-carousel  {
   color: #fff !important;
}

@media(min-width:325px){

    .card-body {
    padding: 70px 25px 15px 15px !important;
    height: 200px;
}

.border-line {
    display: none;
}

}

@media(min-width:690px){

.card-body {
    padding: 60px 25px 15px 15px !important;
    height: 350px;
}

.border-line {
   border-right: 1px solid #FE0002;
}

}

@media screen (min-width: 1025px) {

    .card-body {
    padding: 60px 25px 15px 15px !important;
    height: 350px;
}

.border-line {
  border-right: 1px solid #FE0002;
}

}



@media(min-width:325px){
    
    .card-new {
        
        height: 200px !important;
        
    }
}

@media(min-width:690px){
    
    .card-new {
        
        height: 225px !important;
        
    }
}

@media(min-width:1025px){
    
    .card-new {
        
        height: 225px !important;
        
    }
}


    #multiCardCarousel .carousel-control-prev,
    #multiCardCarousel .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
    }

    #multiCardCarousel .carousel-control-prev-icon,
    #multiCardCarousel .carousel-control-next-icon {
      background-image: none;
      width: 0;
      height: 0;
      border-style: solid;
    }

    #multiCardCarousel .carousel-control-prev-icon {
      border-width: 18px 15px 17px 0;
      border-color: transparent #FE0002 transparent transparent;
    }

    #multiCardCarousel .carousel-control-next-icon {
      border-width: 18px 0px 15px 17px;
      border-color: transparent transparent transparent #FE0002;
    }

    #multiCardCarousel .carousel-control-prev {
      left: -17px;
    }

    #multiCardCarousel .carousel-control-next {
      right: -17px;
    }

    @media (max-width: 1024px) {
      #multiCardCarousel .carousel-control-prev {
        left: -30px;
      }

      #multiCardCarousel .carousel-control-next {
        right: -30px;
      }
    }

    @media (max-width: 768px) {
      #multiCardCarousel .carousel-item .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      #multiCardCarousel .carousel-control-prev,
      #multiCardCarousel .carousel-control-next {
        display: none !important;
      }

      #multiCardCarousel .slider-card {
        padding: 16px;
      }

      #multiCardCarousel .slider-card p {
        font-size: 14px;
      }
    }


    .whats-new-title {
      font-size: 36px;
      font-weight: bold;
      color: red;
      text-align: center;
      margin-top: 30px;
    }
    .news-banner {
      width: 100%;
      max-width: 1100px;
      height: 90px;
      margin: 20px auto;
      background-color: #e9ecef;
      text-align: center;
      line-height: 90px;
      font-size: 14px;
      overflow: hidden;
    }

     /* Button-like tabs */
    .nav-tabs.btn-tabs .nav-link {
      margin: 0 10px;
      border-radius: 4px;
      padding: 8px 20px;
      background-color: #EAEAEA;
      border: none;
      color: #000;
    }

    .nav-tabs.btn-tabs .nav-link.active {
      background-color: #FE0002;
      color: #fff;
    }

    .tab-pane {
      padding-top: 20px;
    }

    .nav-tabs {

        border-bottom: none !important;
    }

    #latest .card  {

        background-color: #ECEBEB;
    }

    .card_sub {

        padding: 20px ;
    }

    .bg-red { background-color:#FE0002;  }

    .bg-red h2{  color:#fff !important; } .bg-red p{  color:#fff !important; }


    @media(min-width:320px){

        .under_line { margin-left:0 !important; margin-top:5px !important;}


    }  @media(min-width:690px){
        
         .under_line { margin-left:20px !important;}

    } @media(min-width:1025px){
           
           .steel_img{ margin-top:-22%;  }
           
            .under_line { margin-left:20px !important;}
    }



    #cardSlider .slider-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      background: #fff;
      height: 100%;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    #cardSlider .slider-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
    }

   

   

    #productcardSlider .carousel-control-prev,
    #productcardSlider .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
    }

    #productcardSlider .carousel-control-prev-icon,
    #productcardSlider .carousel-control-next-icon {
      background-image: none;
      width: 0;
      height: 0;
      border-style: solid;
    }

    #productcardSlider .carousel-control-prev-icon {
      border-width: 18px 15px 17px 0;
      border-color: transparent #FE0002 transparent transparent;
    }

    #productcardSlider .carousel-control-next-icon {
      border-width: 18px 0px 15px 17px;
      border-color: transparent transparent transparent #FE0002;
    }

    #productcardSlider .carousel-control-prev {
      left: -50px;
    }

    #productcardSlider .carousel-control-next {
      right: -50px;
    }

    @media (max-width: 1024px) {
      #productcardSlider .carousel-control-prev {
        left: -30px;
      }

      #productcardSlider .carousel-control-next {
        right: -30px;
      }
    }

    @media (max-width: 768px) {
      #productcardSlider .carousel-item .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      #productcardSlider .carousel-control-prev,
      #productcardSlider .carousel-control-next {
        display: none !important;
      }

      #productcardSlider .slider-card {
        padding: 16px;
      }

      #productcardSlider .slider-card p {
        font-size: 14px;
      }
    }


    .slider-new-card {

        background-color: #f5f5f5 !important;
    }

    .slider-card img {

    width: 175px;
    margin: 20px auto;
    display: block;
    }
    
    @media (max-width: 767.98px) {
  .form-overlay {
    position: static !important;
    transform: none !important;
    margin: 20px auto;
  }
}



/******************end********************/
