.product_sec {
  display: flex;
}

.product_slider_left {
  width: 40%;
  position: relative;
}

.product_slider_two {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: 0;
  backdrop-filter: blur(10px);
  padding: 20px 0;
}

.product_slider_two .swiper-slide {
  width: 100px !important;
  height: 90px !important;
  cursor: pointer;
  margin: 0;
}

.product_slider_two .swiper-slide img {
  width: 100%;
  height: 100%;
}

.product_slider_two .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.product_slider_two .swiper-slide-thumb-active {
  border: 3px solid var(--yellowColor);
}

.product_slider_left .swiper-button-next {
  margin-right: 115px;
}

.product_slider_left .swiper-button-prev {
  margin-left: 115px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}
.product_slider_right {
  background: #ffebae;
  padding: 55px;
  width: 60%;
}

.product_slider_right .d-flex {
  gap: 45px;
}

.batching_plant_txt h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 40px;
}
.batching_plant_txt {
  width: 70%;
}

.social_links {
  background: var(--yellowColor);
  width: 290px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.share_bg {
  background: #e3b600;
  padding: 15px 30px;
}

.share_bg {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}

.social_icons {
  padding: 30px;
}

.social_icons ul li {
  list-style: none;
}

.social_icons ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 10px;
}

.social_icons ul li:last-child a {
  margin-bottom: 0;
}

.social_icons ul li a img {
  margin-right: 10px;
}
.social_buttons .btn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 13px 0;
  font-size: 20px;
  font-weight: normal;
}

.social_buttons .btn span {
  font-size: 20px;
}

.social_buttons .dwnld_btn {
  background: #fff;
  color: #000;
}

.social_buttons .dwnld_btn .bi-arrow-down {
  transform: rotate(0);
  font-size: 18px;
  color: #000;
  transition: all 0.5s;
}

.social_buttons .dwnld_btn:hover {
  background: var(--yellowColor);
}

.social_buttons .dwnld_btn:hover .bi-arrow-down {
  transform: rotate(-90deg);
  margin-left: 2px;
  transition: all 0.5s;
}

.sectionTitle h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.specifications h4 {
  padding-bottom: 20px;
}

.table_border {
  border: 1px solid #929699;
  padding: 40px 30px;
  border-radius: 20px;
}

.table_border h3 {
  font-weight: normal;
  color: #4e4949;
  font-size: 26px;
  margin-bottom: 30px;
}

.table_border thead th,
.table_border tbody td {
  text-align: center;
}

.table_border thead th:first-child {
  background: #000;
  color: #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.table_border thead th:nth-child(2),
.table_border thead th:nth-child(3),
.table_border thead th:nth-child(4),
.table_border thead th:nth-child(5),
.table_border thead th:nth-child(6),
.table_border thead th:nth-child(7) {
  background: #626262;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.table_border thead th:nth-child(2),
.table_border tbody td:nth-child(2),
.table_border thead th:nth-child(3),
.table_border tbody td:nth-child(3) {
  border-right: 3px solid #fff;
}

.table_border tbody td:first-child {
  background: var(--yellowColor);
  border: transparent;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.table_border tbody td:nth-child(2),
.table_border tbody td:nth-child(3),
.table_border tbody td:nth-child(4),
.table_border tbody td:nth-child(5),
.table_border tbody td:nth-child(6),
.table_border tbody td:nth-child(7) {
  border-bottom: 3px solid #fff;
  background: #ffebae;
}

.note {
  margin-top: 22px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #4e4949;
  width: 442px;
}

.airport_card {
  position: relative;
  z-index: 1;
  display: block;
}

.airport_card:after {
  position: absolute;
  background: var(--yellowColor);
  content: "";
  width: 270px;
  height: 143px;
  top: -5px;
  z-index: -1;
  left: -5px;
}

.airport_card_txt h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #4e4949;
  padding: 12px 30px;
}

.airport_card_txt {
  position: absolute;
  background: #fff;
  bottom: -40px;
  width: 383px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px 0px #00000026;
  border-radius: 10px;
}
.airport_card_txt span {
  background: #000;
  border-radius: 0 10px 10px 0;
  font-size: 37px;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.airport_card_txt span i {
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.airport_card figure {
  position: relative;
  overflow: hidden;
}

.airport_card figure img {
  transition: all 0.5s;
}

.airport_card:hover figure img {
  transform: scale(1.05);
}

.airport_card:hover span i {
  color: var(--yellowColor);
  transform: rotate(0);
}

.project_details .sectionTitle h2 {
  text-transform: capitalize;
  color: #4e4949;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px; /* space between text and line */
}

.project_details .sectionTitle h2:after {
  content: "";
  flex: 1; /* takes remaining space */
  height: 1px;
  background: var(--yellowColor);
}
.details_img,
.details_img figure {
  height: 100%;
}

p:empty,
p:has(br:only-child) {
  display: none;
}

.project_bg {
  background: #f1f1f1;
  padding: 31px;
}

.project_bg span {
  background: var(--yellowColor);
  padding: 10px 15px;
  font-size: 25px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 21px;
}

.project_bg h1 {
  margin-bottom: 40px;
  font-size: 2rem;
}

.srch_result .product-card .product-img img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.srch_result .product-card .product-img a {
  display: block;
}

.srch_result h2 {
  margin-bottom: 30px;
}

.srch_result .product-card h4 {
  color: #000;
  font-size: 17px;
  margin-top: 15px;
}

.product-card h4 a {
  color: #000;
}

.white_box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  background: var(--yellowColor);
  padding: 15px 0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}

.white_box {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0000001a;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.white_box_padding {
  padding: 20px;
  flex-grow: 1;
}

.parts_network h3,
.parts_enquiry h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 27px;
  color: #4e4949;
  margin-bottom: 20px;
}
.parts_enquiry h3 {
  color: #fff;
  margin-bottom: 0;
  background: #4e4949;
  padding: 20px 25px;
}
.parts_enquiry {
  background: #f1f1f1;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.parts_enquiry form {
  padding: 30px;
}

.parts_enquiry input::placeholder {
  color: #707275;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}

.parts_enquiry .form-control,
.parts_enquiry .form-select {
  height: 50px;
  border: transparent;
  color: #707275;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}

.message_field label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 13px;
  color: #707275;
  margin-bottom: 13px;
}

.message_field textarea {
  height: 97px !important;
  padding: 14px 20px;
}

.message_field label.form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #707275;
}

.message_field label.form-check-label a {
  color: #707275;
}

.submit_btn {
  background: #000;
  border: transparent;
  width: 140px;
  border-radius: 30px;
}

.submit_btn:hover {
  background: var(--yellowColor);
  color: #000;
}

.wpcf7 form > div {
  margin-bottom: 0 !important;
}

.modal-header {
  background: var(--yellowColor);
}
.read-only input {
  border: transparent;
  padding: 0 !important;
}

input::placeholder {
  font-size: 13px;
}

.modal-dialog select {
  font-size: 13px;
  color: #605d5d;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: auto;
  display: block;
}

.parts_enquiry .form-check {
  padding-left: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.parts_enquiry .text-end {
  position: relative;
}

.parts_enquiry .text-end .wpcf7-spinner {
  position: absolute;
}

.followUs ol li a svg {
  height: 1em;
}
.project_details .row {
  display: flex;
  align-items: stretch; /* makes both columns equal height */
}
.project_details .details_img,
.project_details .project_bg {
  height: 100%;
}
.project_details .details_img figure,
.project_details .details_img img {
  height: 100%;
}

.project_details .details_img img {
  object-fit: cover;
}

.aiport a {
  display: block;
}

.aiport a figure img {
  height: 321px;
}
.feature_list {
  background: #ffebae;
  padding: 20px;
  margin-bottom: 10px;
}

.feature_list:nth-child(odd) {
  background: #f1f1f1;
}

.feature_list h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #000;
  margin-bottom: 15px;
}

.feature_list ul li {
  list-style: disc;
  color: #000;
  font-weight: 500;
}

.feature_list ul {
  padding: 0 0 0 20px;
}

/* Width */
.batching_plant_txt::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.batching_plant_txt::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Thumb */
.batching_plant_txt::-webkit-scrollbar-thumb {
  background: #f4b400;
  border-radius: 10px;
  transition: 0.3s;
}

.model_desc h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 27px;
  padding-bottom: 0;
}

.model_desc {
  background: #f1f1f1;
  padding: 30px 23px;
  min-height: 285px;
}

.border_img figure img {
  width: 100%;
}

.border_txt ul {
  padding-left: 20px;
}

.model_desc p {
  margin-bottom: 0;
}

.overview_tab .nav-link,
.overview_tab .nav-tabs {
  border: 0;
  text-align: left;
  color: #000;
}

.overview_tab .nav-link.active .model_view {
  border: 5px solid #ffcc00;
  border-radius: 30px;
  position: relative;
}

.overview_tab .nav-link.active .model_view:after {
  position: absolute;
  content: "";
  background: url(../images/down-arw.png) no-repeat;
  width: 41px;
  height: 20px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.overview_tab .nav-link .model_view {
  padding: 25px;
}

.overview_tab .table_border {
  border: transparent;
  padding-left: 0;
  padding-right: 0;
}

.border_box {
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 20px;
}
.border_img figure {
  width: 350px;
  max-width: 350px;
  margin: 0;
}

.border_box .d-flex {
  gap: 25px;
}

.border_box h4 {
  margin-bottom: 25px;
  font-weight: 600;
}
.border_txt ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.border_box {
  margin-bottom: 30px;
}

.yellow_border {
  border: 2px solid #ffebae;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px;
}

.optional_img figure {
  border: 1px solid #ebebeb;
  margin: 0;
  width: 180px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellow_border .d-flex {
  gap: 30px;
  margin-bottom: 20px;
}

.optional_txt h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
}

.optional_txt ul li {
  list-style: disc;
}

.sectionTitle h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.optional_img figure img {
  height: 100%;
  width: 100%;
  padding: 5px;
}

.model_card img {
  height: 227px;
}

.optional_txt ul {
  padding: 0 0 1rem 15px;
}
