.top_red_rebon {
  background-color: #bf1e2e;
  padding: 13px 0;
}
.top_red_rebon_inner {
  overflow: hidden;
  width: 100%;
}
.top_red_rebon_inner_block {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
  align-items: center;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.trrib_holder p {
  font-size: 16px;
  color: #ffffff;
}
.trrib_holder p span a {
  color: #ffffff !important;
}
.top_red_rebon_inner_block:hover {
  animation-play-state: paused;
}
.banner_section .owl-dots {
  display: none;
}
.common_padding {
  padding: 70px 0;
}
.our_products_heading h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  color: #000000;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 92px;
  height: 6px;
  background: #bf1e2e;
  border-radius: 30px;
}

.product-name {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  min-height: 40px;
  color: #000000;
  height: 60px;
}

.view-btn {
  border: 1px solid #c60000;
  color: #000;
  font-size: 13px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.view-btn span {
  border-left: 1px solid #c60000;
  padding-left: 10px;
}

.view-btn:hover {
  background: #c60000;
  color: #fff;
}

.explore-btn {
  color: #c60000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin: 30px 0;
}

.explore-btn:hover {
  text-decoration: underline;
}

.extra-products {
  display: none;
}
.product_catalogue_inner {
  background-color: #7e242d;
}
.product_catalogue_inner_left {
  padding-left: 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.product_catalogue_inner_left_inner h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.product_catalogue_inner_left_inner p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  width: 90%;
}
.view_btn_block {
  margin-top: 30px;
  width: 220px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff;
}
.view_btn_block span {
  border-left: 1px solid #ffffff;
}
.contact-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 32px;
}

.contact-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  line-height: 26px;
}

/* Contact List */
.contact-info li,
.location-info li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-size: 20px;
  color: #2b2b2b;
}
.contact-info li a,
.location-info li a {
  color: #2b2b2b !important;
}

/* Common icon style */
.contact-info li,
.location-info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

/* ICON USING IMAGE */
.contact-info li::after,
.location-info li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Individual Icons */
.phone-icon::after {
  background-image: url("../images/customer-care-icon-contact.webp");
}

.mobile-icon::after {
  background-image: url("../images/official-number-contact.webp");
}

.mail-icon::after {
  background-image: url("../images/mail-icon-contact.webp");
}

.location-icon::after {
  background-image: url("../images/location-contact.webp");
}

/* Location Heading */
.location-title {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2b2b2b;
  font-size: 24px;
}

/* ===== Right Form Card ===== */
.contact-form-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.contact-form-card h5 {
  font-weight: 600;
  color: #000000;
  font-size: 24px;
}
.contact-form-card p {
  margin: 15px 0;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}
.form-control {
  background: #e9e9e9 !important;
  border: none;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.submit-btn {
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #000;
  color: #fff;
}
.yonoplash_left h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
}
.yonoplash_left p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-top: 22px;
}
.yonoplash_slider {
  margin-top: 50px;
}
.yonoplash_slider_img {
  margin: 0 10px;
}
.map_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.map_grid_text {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-color: #7e242d;
  padding: 14px 30px;
  font-size: 16px;
  color: #ffffff;
}
.new_footer {
  padding: 50px 0;
  background-color: #ffe5e8;
  border-bottom: 1px solid #2b2b2b;
}
.new_footer_one p {
  color: #575757;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
.new_footer_one ul {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.footer_sub_heading {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.new_footer_four .contact-info li,
.new_footer_four .location-info li,
.new_footer_three .contact-info li,
.new_footer_three .location-info li {
  font-size: 16px;
  padding-left: 35px;
}
.new_footer_two ul li a {
  color: #2b2b2b !important;
  font-size: 16px;
}
.products_li {
  margin-top: 12px;
}
.all_rights_reserved {
  display: flex;
  justify-content: space-between;
}
.all_rights_reserved_left p,
.all_rights_reserved_right p {
  color: #2b2b2b;
  font-size: 18px;
}
.all_rights_reserved_right p a {
  color: #2b2b2b;
  font-weight: bold;
}
.yonoplash {
  margin-bottom: 60px;
}
.mobile_img {
  display: none;
}
.yonoplash_slider .owl-dots {
  display: none;
}
.new_footer_block {
  border-bottom: none;
}
@media (max-width: 576px) {
  .product-name {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .product_catalogue_inner_right {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .product-card img {
    width: 100%;
  }
  .product_catalogue_inner_left {
    padding: 60px 15px 0 15px;
  }
  .product_catalogue_inner_right {
    margin-top: 30px;
    text-align: center;
  }
  .contact-form-card {
    margin-top: 30px;
  }
  .new_footer_three,
  .new_footer_four {
    margin-top: 30px;
  }
  .destop_img {
    display: none;
  }
  .mobile_img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .common_padding {
    padding: 40px 0;
  }
  .our_products_heading h2 {
    font-size: 28px;
  }
  .product-name {
    font-size: 16px;
    height: 45px;
  }
  .our_products_heading {
    margin-bottom: 20px;
  }
  .section-title {
    margin: 0 0 50px 0 !important;
  }
  .product_catalogue_inner_left {
    padding: 40px 15px 0 15px;
  }
  .product_catalogue_inner_left_inner h2,
  .contact-title,
  .yonoplash_left h3 {
    font-size: 28px;
  }
  .map_grid {
    grid-template-columns: 1fr;
  }
  .yonoplash_slider {
    margin: 40px 0;
  }
  .new_footer {
    padding: 40px 0;
  }
  .new_footer_two {
    margin-top: 30px;
  }
  .all_rights_reserved {
    flex-direction: column;
    justify-content: center;
  }
  .all_rights_reserved_left,
  .all_rights_reserved_right {
    text-align: center;
  }
  .all_rights_reserved_left p,
  .all_rights_reserved_right p {
    font-size: 14px;
  }
  .new_footer_block {
    padding: 15px 0;
  }
  .trrib_holder p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 580px) {
  .map_grid_text {
    padding: 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 516px) {
  .map_grid_text {
    right: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info li,
  .location-info li {
    font-size: 14px;
  }
  .map_grid_text {
    padding: 4px;
    font-size: 12px;
    top: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .product-name {
    font-size: 14px;
    height: 45px;
  }
}
