* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
}
html {
  scroll-behavior: smooth !important;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #ded2c4 #f8f1e9;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
a {
  font-family: var(--paragraph-font);
  text-decoration: none;
}
p {
  font-family: var(--paragraph-font);
}

.section-padding {
  padding-top: 6em;
  padding-bottom: 6em;
}

.heading {
  text-align: center;
  width: 80%;
  margin: auto;
}
.heading h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 800;
  text-transform: capitalize;
}
.heading p {
  font-size: 18px;
  width: 80%;
  margin: auto;
  color: #000;
  line-height: 25px;
  margin-top: 20px;
}
.btn.btn_style {
  background: var(--color-1);
  font-weight: 600;
  color: #fff;
  width: fit-content;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--paragraph-font);
  padding: 0 25px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn.btn_style:hover {
  background: var(--gradient_color);
  color: #fff;
}

/* ************************************************************ banner ****************************************** */
.banner .carousel,
.banner .carousel-item,
.banner .carousel-item.active {
  height: 100vh;
}

.banner .carousel-inner {
  height: 100%;
  background: #000;
}

.banner .carousel-caption {
  bottom: 19%;
  text-align: left;
  left: 6%;
}
.banner .carousel-caption h2 {
  color: #000;
  font-size: 50px;
  width: 50%;
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 57px;
  margin-bottom: 15px;
}
.banner .carousel-caption p {
  color: #000;
  font-family: var(--paragraph-font);
  font-size: 20px;
  width: 50%;
  line-height: 23px;
  margin-bottom: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  opacity: 1;
}
.banner .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Animation */
.animated {
  animation-duration: 1.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
/* *************************************************************** dealer enquery ******************************************* */
.dealer_enquery_box {
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s;
  box-shadow: 0px 0px 40px -30px #000;
}
.dealer_enquery_box .dealer_enquery_content {
  padding: 30px 35px;
  background: #fff;
}
.dealer_enquery_box .dealer_enquery_content h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
.dealer_enquery_box .dealer_enquery_content p {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.dealer_enquery_box .dealer_enquery_image {
  height: 250px;
  border-bottom: 6px solid #fff;
  background-color: #000;
  overflow: hidden;
  transition: all 0.3s;
}
.dealer_enquery_box .dealer_enquery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.dealer_enquery_box:hover .dealer_enquery_image img {
  opacity: 0.5;
  transform: scale(1.2);
}
/* ************************************************************ footer *********************************************** */
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;
}
.footer-top p,
.company-footer-contact-list li {
  color: #fff;
  font-size: 15px;
}
.footer-top .site-logo {
  margin-bottom: 15px;
  display: block;
  max-width: 108px;
}
.footer-top .small-post-title a {
  color: #ffffff;
  font-weight: 400;
}
.footer-bottom {
  padding: 8px 0;
  border-top: 1px dashed rgb(218, 194, 0);
  background-color: #111;
}
.copy-right-text {
  color: #666;
}
.copy-right-text a {
  color: #666;
  text-decoration: none;
}

.footer-bottom .social-icons-btn {
  display: flex;
  gap: 10px;
  justify-content: right;
}
.footer-bottom .social-icons-btn .icons {
  min-width: 35px;
  min-height: 35px;
  background: #ededed;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 13px;
  color: #000;
  display: grid;
  place-content: center;
}
/* ******************************************************* contact page *************************************************** */
.contact_details {
  padding-top: 9em;
  background-image: linear-gradient(
    to right,
    rgb(92, 83, 11) 0%,
    rgb(39, 39, 39) 100%
  );
  padding-bottom: 3em;
}
.contact_details .box {
  text-align: center;
  color: #fff;
  padding: 0 40px;
}
.contact_details .box .icon {
  width: 80px;
  height: 80px;
  font-size: 32px;
  border: 2px solid #fff;
  color: var(--color-1);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin: auto;
  display: ;
  margin-bottom: 20px;
}
.contact_details .box h3 {
  color: var(--color-1);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--banner-font);
}
.contact_details .box p {
  font-size: 19px;
  line-height: 25px;
}
.contact_form {
  background-color: var(--bgcolor1);
}
.contact_form .login_form {
  box-shadow: 0px 0px 20px -10px #000;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  border-top: ;
  border-top: 7px solid var(--color-1);
  margin-top: 40px;
}
.contact_form .login_form .form-control {
  height: 45px;
  border: 1px solid #666;
  border-radius: ;
}
.contact_form .login_form .form-group {
  position: relative;
}
.contact_form .login_form label {
  font-size: 17px;
  color: #000;
  position: absolute;
  left: 12px;
  top: -13px;
  background: #fff;
  padding: 0 5px;
  font-family: var(--banner-font);
}
.contact_form .btn.btn_style {
  width: 150px;
  font-size: 17px;
}

/* ********************************************************* district *************************************************** */
.district_sec .nav-tabs {
  justify-content: center;
  border: none;
}
.district_sec .nav-item {
  flex-basis: calc(12.5% - 10px);
  margin: 0 5px;
}
.district_sec .nav-tabs .nav-link i {
  font-size: 20px;
  color: #c7b101;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #dac2003b;
  border-radius: 50%;
  margin-bottom: 7px;
  display: grid;
  place-content: center;
}
.district_sec .nav-tabs .nav-link {
  color: #000;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  border: none;
  width: 100%;
  text-transform: capitalize;
  padding: 2px 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.district_sec .nav-tabs .nav-link.active {
  border-bottom: var(--color-1) 2px solid;
  color: var(--color-1);
}
.district_sec .nav-tabs .nav-link.active i {
  background-color: var(--color-1);
  color: #fff;
}
.district_sec .map {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid var(--color-1);
}
/* ****************************************************** about us ***************************************************** */
/* .inner_banner {
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.inner_banner .overlay {
  position: absolute;
  background-color: rgba(99, 88, 0, 0.64);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  top: 0;
  left: 0;
}
.inner_banner .overlay h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80px;
  text-shadow: 0px 0 12px #00000094;
} */
/* .about_section .abt_txt {
  padding-right: 50px;
} */
.about_section {
  background-image: url(../images/abt_bg.jpg);
  background-size: cover;
  background-position: center;
}
.about_section .abt_txt h2 {
  font-size: 45px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about_section .abt_txt p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: justify;
  font-family: var(--heading-font);
}
.leadership_box .pic {
  overflow: hidden;
  border-radius: 20px;
  height: 220px;
  background-color: var(--color-1);
}
.leadership_box .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.leadership_box .details {
  text-align: center;
  padding-top: 10px;
}
.leadership_box .details .designations {
  color: #666;
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 15px;
}
.leadership_box .details h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.leadership_box:hover .pic img {
  scale: 1.3;
  background-color: ;
  opacity: 0.5;
}
.leadership_box:hover .details h4 {
  color: var(--color-1);
}
.leadership_box:hover .details .designations {
  color: #000;
}
/* ********************************************* Map ************************************************* */
.map-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  border: 2px solid var(--color-1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fcf9e8;
}
.map-container img {
  width: 100%;
  height: auto;
  display: block;
}

.marker {
	position: absolute;
	background-color: var(--color-1);
	transform: translate(-78%, -39%);
	top: -6px;
	padding: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	box-shadow: 0px 0px 17px -5px #000;
	border: 2px solid #fff;
	color: #7a6c00;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
}
.map-container .label {
	position: absolute;
	color: #fff;
	font-size: 13px;
	padding: 0px 8px 2px 15px;
	border-radius: 4px;
	white-space: nowrap;
	transform: translate(-1px, -8px);
	font-weight: 600;
	font-family: var(--banner-font);
	background: #7a6c00;
	transition: all 0.3s ease-in-out;
}

.marker::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: rgba(122, 108, 0, 0.5); /* Same as marker color but transparent */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 1.5s infinite;
  z-index: -1;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/* ************************************************* business cement ***************************************************** */
.buniess_intro {
	background-color: #fafafa;
}
.buniess_intro .tmt_content{
  text-align: left;
}
.buniess_intro .tmt_content h2{
  	font-size: 30px;
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 20px;
	font-family: var(--heading-font);
	text-align: left;
}
.buniess_intro .tmt_content p {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: justify;
	font-family: var(--paragraph-font);
	width: 100%;
	margin: 0;
}
.buniess_intro .tmt_content .tmt_ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
.buniess_intro .tmt_content .tmt_ul li {
	list-style: none;
	display: flex;
	align-content: flex-start;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 12px;
}
.buniess_intro .tmt_content .tmt_ul li i {
	color: var(--color-1);
	font-size: 20px;
}
.buniess_intro .image_section  {
  width: 100%;
  height: 450px;
  
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-attachment: fixed;
}
.buniess_intro .heading img.logo {
	width: 250px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: auto;
	display: block;
}
.buniess_intro .content {
	padding-left: 60px;
}
.buniess_intro .content h2 {
	font-size: 50px;
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 20px;
	font-family: var(--heading-font);
	text-align: left;
}
.buniess_intro .content p {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: justify;
	font-family: var(--paragraph-font);
	width: 100%;
}
.buniess_intro  .heading h1{
  text-align: left;
}
.advantages_sec .advantages_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.advantages_sec .advantages_ul .advantage_li {
	flex-basis: calc(16.66% - 20px);
	margin: 10px;
	text-align: center;
	background-color: #dddddd70;
	padding: 20px 20px;
	border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.advantages_sec .advantages_ul .advantage_li img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	padding: 10px;
	border-radius: 10px;
	filter: invert();
	position: relative;
  transition: all 0.3s;
}
.advantages_sec .advantages_ul .advantage_li .img {
	content: '';
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: linear-gradient(45deg, #af9c00, #dac200);
	z-index: -1;
	transition: all 0.3s;
	display: grid;
	place-content: center;
	margin: auto;
	margin-bottom: 10px;
}
.advantages_sec .advantages_ul .advantage_li p {
	margin: 0;
	font-size: 14px;
	font-family: var(--heading-font);
	font-weight: 500;
	line-height: 16px;
  transition: all 0.3s;
}
.advantages_sec .advantages_ul .advantage_li:hover {
  background-color: var(--color-1);
}
.advantages_sec .advantages_ul .advantage_li:hover p{
  color: #fff;
}
.advantages_sec .advantages_ul.tmtRebars_ul .advantage_li h5 {
	color: var(--color-1);
  font-weight: 600;
}
.advantages_sec .advantages_ul .advantage_li:hover .img{
  background-color: #fff;
  background-image: none;
  transform: scale(1.1);
  box-shadow: 0px 0px 20px -10px #000;
}
.advantages_sec .advantages_ul .advantage_li:hover .img img{
  filter: none;;
}
.advantages_sec .advantages_ul.tmtRebars_ul .advantage_li {
	flex-basis: calc(33.33% - 20px);
}
.advantages_sec .advantages_ul.tmtRebars_ul .advantage_li:hover h5 {
	color: #fff;
}



.product-specs-section {
	background: radial-gradient(circle,rgb(33, 31, 31) 0%, rgb(80, 80, 80) 100%);
}
.specs-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #111;
}

.specs-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.specs-column {
	flex: 1;
}
.specs-subheading {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
	border-left: 6px solid var(--color-1);
	padding-left: 15px;
	font-family: var(--banner-font);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.specs-card-left {
    overflow: hidden;
    border-radius: 20px;
}
.specs-card {
	background-color: currentcolor;
	border-radius: 0;
	padding: 10px 25px;
	border-bottom: 1px solid #ffffff6e;
	margin-bottom: 0px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 42%);
	display: flex;
	align-items: center;
	gap: 25px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.specs-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.8);
  background-color: #666;
  border: none;
}
.specs-card-left .specs-card:last-child {
  border-bottom: none;

}
.specs-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}

.bg-yellow {
  background-color: var(--color-1);
}
.specs-text {
	font-size: 16px;
	font-weight: 500;
	flex: 1;
	font-family: var(--heading-font);
	color: #fff;
}
.specs-value {
  font-weight: 600;
  color: #111;
  font-size: 16px;
}
.specs-card-ul {
	display: flex;
	flex-wrap: wrap;
}

.specs-card-ul .specs-row {
	flex-basis: calc(50% - 20px);
	margin: 10px;
	display: block;
	background: transparent;
	border: 1px solid #fffc;
	text-align: center;
	line-height: normal;
	border-radius: 10px;
}
.specs-card.specs-row .specs-text {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.specs-card-ul .specs-row .specs-value {
	color: var(--color-1);
	font-size: 27px;
	font-weight: bold;
}
/* Responsive */
@media (max-width: 768px) {
  .specs-grid {
    flex-direction: column;
  }

  .specs-title {
    font-size: 30px;
  }

  .specs-subheading {
    font-size: 20px;
  }
}


/* ************************************************ brochure page **************************************************** */
.brochure_div{
  background-color: var(--bgcolor1);
}
.brochure_div .card {
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0px 20px -10px #00000058;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.brochure_div .card .card-body{
  padding: 35px;
}
.brochure_div .card .card-body p {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.brochure_div .card  img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid #426fa8;
}

/* ***************************************** index page map section ******************************************* */
.map_sec .map_txt{
  padding-right: 50px;
}
.map_sec .map_txt h2{
  font-size: 50px;
  line-height: 50px;
  color: var(--color-1);
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
}
.map_sec .map_txt p{
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: justify;
  font-family: var(--paragraph-font);
  width: 100%;
  margin-bottom: 20px;
}


/* *********************************** onload modal css ******************************************* */
   .custom-modal .modal-dialog {
      position: fixed;
      bottom: 20px;
      right: 20px;
      margin: 0;
      max-width: 320px;
      width: auto;
    }
    .custom-modal .modal-content {
      padding: 0;
      border-radius: 10px;
      overflow: hidden;
    }
    .custom-modal .btn-close {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 2;
		background-color: #fff;
		opacity: 1;
		background-size: 12px;
	}
    .custom-modal img {
      width: 100%;
      height: auto;
      display: block;
    }
#openModalBtn {
    position: fixed;
    right: -59px;
    z-index: 999;
    bottom: 20%;
    border-bottom-left-radius: 0;
    background: var(--gradient_color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: fit-content;
    border: none;
    transform: rotate(-90deg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    padding: 6px 40px;
    box-shadow: 0px 0px 10px 0px #00000075;
    border-bottom-right-radius: 0;
    border-top: 3px solid #fff;
}


/* Set initial transform for sliding effect */
.bottom-top-modal .modal-dialog {
  transform: translateY(100px);
  transition: transform 0.4s ease-out;
}

/* On modal show, reset the transform */
.bottom-top-modal.show .modal-dialog {
  transform: translateY(0);
}

/* Optional: add fade effect too */
.bottom-top-modal.fade .modal-dialog {
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.bottom-top-modal.fade.show .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

