* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* body */
body {
  overflow-x: hidden;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

ul,
li,
a,
p,
pre {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /* text-align: justify; */
}

a:hover {
  cursor: pointer;
}

/* slider section start*/
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper>.clientel-slider {
  padding: 13px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 16px solid #fff;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%23B88846' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%23B88846'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E") 25;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* slider section end*/


.border-bottomm {
  border-bottom: 4px solid #178f90 !important;
  padding-bottom: 10px;
}

.welcome-left p {
  font-size: 16px;
}

/* welcome section end */

/* service and offer section start */
.service-box,
.offer-box {
  border: 1px solid grey;
  background: radial-gradient(circle,
      rgba(19, 110, 111, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  overflow: hidden;
  color: #fff;
}

.service-box:hover,
.offer-box:hover {
  background: #136e6f;
  color: #fff;
}

.offer-box::after {
  z-index: 5;
  background-color: #178f90 !important;
  opacity: 0.8 !important;
}

.offer-wrapper-box p {
  padding: 50px 0px;
  font-weight: 700;
  transition: transform 0.2s;
}

.offer-wrapper-box p:hover {
  transform: scale(1.2);
}

/* service and offer section start */

/* message section start */
.message {
  background: #178f90;
}

.message p {
  font-size: 30px;
  text-align: center;
  margin: 8px 0px;

  color: white;
  font-weight: 600;
}

/* message section start */

/* inner product css  */
.section-heading {
  border-bottom: 1px solid #a92a3061;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.5rem;
}

.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-body ul li {
  display: flex;
  align-items: normal;
  margin-bottom: 15px;
}

.card-body ul li::before {
  content: "✓";
  color: #a92a30;
  font-size: 1.25rem;
  margin-right: 10px;
}



.highlight-card p {
  color: #000000;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body span {
  font-weight: bold;
  color: #a92a30;
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.25rem;
  }
}

.inner-product-range {
  height: auto;
}

/* --------  for inner details ----------- */
.section-heading-inner {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.5rem;
}

.inner-details {
  border: none;
  border-radius: 0.5rem;
}

.card-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-details ul li {
  display: flex;
  align-items: normal;
  font-size: 14px !important;
  text-align: left;
}

.card-details ul li p {
  margin-bottom: 8px !important;
}

.inner-about-para {
  font-size: 16px;
}

.card-details ul li::before {
  content: "✓";
  color: #a92a30;
  font-size: 1.25rem;
  margin-right: 10px;
}



.highlight-card p {
  color: #000000;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-details span {
  font-weight: bold;
  color: #a92a30;
}

@media (max-width: 576px) {
  .section-heading-inner {
    font-size: 1.25rem;
  }
}

/* above foter section ------------ */

.custom-container {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-bottom: solid #0000002b;
}

.custom-button {
  margin-bottom: 10px;
}

.custom-image {
  width: 45%;
  border-radius: 5px;
  margin-top: 10px;
}

.cutom-section {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: baseline;
}

.inner-india {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.product-range {
  list-style: none;
  padding: 0;
}

.product-range li a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  font-size: 16px;
}

.product-range li a:hover {
  text-decoration: none;
  color: #df1f25;
  font-size: 18px;
}

/* footer page start*/

.footer {
  background-color: #178f90;
  background-image: url("../asset/img/bg-block.jpg");
  background-attachment: fixed;
  background-position: center center;
  padding: 60px 0;
  color: #fff;
  position: relative;
}

.footer_overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #020101d6;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer-nav ul {
  padding: 20px 0px;
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.footer-nav ul li {
  font-size: 16px;
  text-align: justify;
  list-style-type: none;
}

.footer-nav ul li i {
  font-size: 12px;
}

.footer-nav ul li a,
.footer-nav .footer-contact a {
  text-align: justify;
  color: #fff !important;
  text-decoration: none !important;
  padding-left: 5px;
  line-height: 2;
  width: max-content;
  font-size: 16px;
      margin-top: 10px;
  transition: ease all 0.3s;
}

.footer-nav ul li,
.footer-nav .footer-contact {
  transition: ease all 0.3s;
}

.footer-logo-p {
  text-align: justify;
  font-size: 13px;
}

.bottom-texts p {
  font-size: 16px;
}

.bottom-texts .inner-para {
  text-align: justify;
}

.inner-system ul li:hover {
  color: #ffffff;
}

.footer-nav ul li:hover,
.footer-nav .footer-contact:hover {
  color: #df1f25;
  transform: translateX(4px);
}

.footer-nav .inner-system li:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-nav ul li:hover::after,
.footer-nav .footer-contact:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


@media (max-width: 768px) {

  .footer-nav ul li a,
  .footer-nav .footer-contact a {
    font-size: 16px;
  }

  .footer-nav ul li:hover,
  .footer-nav .footer-contact:hover {
    transform: translateY(-2px);

  }
}



.quick-link {
  position: relative;
}

.quick-link::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 2px;
  top: 32px;
  width: 87px;
  background: #fff;
}

.footer-bottom {
  background-color: #140b0ce8 !important;
}

.footer-bottom p {
  color: #fff;
}

.footer-bottom1 {
  margin-top: 15px !important;

  display: grid;
  place-items: center;
  margin: 0px;
  padding-top: 10px;
}

.footer-contact {
  display: flex;
}

.footer-icon {
  height: 30px;
  border: 1px solid white;
  background-color: white;
  padding: 5px;
  margin: 10px 0px;
  border-radius: 20%;
}

.footer-contact p {
  align-items: center;
  margin: 0px;
}

.footer-contact pre {
  margin-top: -19px;
  margin-left: 8px;
  font-size: 14px;
}

.footer-phone {
  padding-top: 11px;
}

.whatsapp {
  right: 21px;
  z-index: 9999;
  position: fixed;
  bottom: 97px;
}

/* back to top */

.back-to-top {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 7px #ff0000;
  }

  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 7px #ff0000;
  }

  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 7px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 7px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

.back-to-top:focus {
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 38px;
  z-index: 9999;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  color: #fff !important;
  background-color: #a1151c !important;
}

.back-to-top:hover {
  background-color: grey;
  color: #fff;
}

.back-to-top i {
  position: relative;
  font-size: 23px;
  left: -3px;
  top: 0px;
  color: #fff;
}


.quick-link1 {
  position: relative;
}

.quick-link1::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 2px;
  top: 32px;
  width: 87px;
  background: #fff;
}

/* footer section end */

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.mail-f p {
  margin-top: 10px;
}

.footer-icon1 {
  height: 50px;
  border: 1px solid white;
  background-color: white;
  padding: 9px;
  margin-top: 6px !important;
  margin: 16px 20px;
  padding-right: 7px;
  border-radius: 20%;
}

.contact-us-wrapper {
  padding: 60px 0px;
  color: #fff;
  background-color: #a1151c !important;
}

.contact-us-left {
  border-right: 1px solid white;
}


.contact-us-left a {
  text-decoration: none;
  font-size: 29px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease;
}

.contact-us-left a:hover {
  color: #ffffffcf;
}

.comming-wrapper {
  height: 70vh;
}

.comming-div {
  display: grid;
  place-items: center;
  height: 70vh;
}

/* contact-us page */
.item {
  text-align: center;
  padding: 0px 0px;
  -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
  box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
  border-radius: 20px;
  border: 1px solid rgb(19 110 111);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
  min-height: 325px;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #312875;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.item p {
  font-size: 14px;
}

.icon i {
  color: #136e6f;
}

/* breadcrum */
.breadcrum-inner {
  width: 100px;
  height: 0;
  position: relative;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

.breadcrum-inner img {
  width: 80%;
}

.location {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  background: url(../asset/img/inner-section/SELECTIVE_PALLET_RACKING1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  position: relative;
}

.location-career {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  background: url(../asset/img/inner-section/career-banner.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  position: relative;
}

.location-blog {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  background: url(../asset/img/inner-section/blog.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  position: relative;
  background-position: 0px -85px;
}

.location-about-us {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  background: url(../asset/img/inner-section/about_us.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 265px;
  position: relative;
}

.location-contact-us {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  background: url(../asset/img/inner-section/contact_us.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  position: relative;
}

/* overlay effect in breadcrum */
.bread-custom {
  position: relative;
  background-color: #0e0e0e4a;
  width: 100%;
  backdrop-filter: blur(1px);
  padding: 63px;
  width: 100%;
}

.bread-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.bread-custom>* {
  position: relative;
  z-index: 2;
}

/* end  */
.bread-custom {
  background-color: #0e0e0e4a;
  width: 100%;
  width: 100%;
}

.bread-custom h2 {
  text-decoration: none;
  color: #fff;
}

.bread-custom h2:hover {
  text-decoration: none;
  color: #fff;
}

.bread {
  text-align: center;
}

.bread h2 {
  font-size: 45px;
  color: #fff;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  color: #fff;
  justify-content: center;
}

ul.breadcrumb li {
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

/*modal css              */

.modal-header .btn-close {
  padding: 0.5rem 2.5rem;
  margin: -0.1rem -1.5rem -0.1rem auto;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal.show .modal-dialog {
  transform: none;
  margin-top: 12px;
}

.quote-popup {
  border: solid;
  border-radius: 5px;
  background-color: #ffff;
  padding: 12px;
  color: #fff;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0px;
}

.modal-title {
  font-size: 17px;
  margin-bottom: 0;
}

.text,
#detail-information {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.text,
#detail-information {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 8px;
  resize: vertical;
}

#form-submit {
  margin: 5px 5px;
  padding: 5px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s cubic-bezier(0.99, 0.7, 0.19, 1.09);
  background-size: 200% auto;
  color: white;
  border-radius: 6px;
  display: block;
  border: 0px;
  font-weight: 600;
  font-size: 16px !important;
  box-shadow: 0px 0px 14px -7px #fcfeff;
  background-color: #16173d;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#form-submit:hover {
  color: #fff;
  background-position: right center;
  background-image: linear-gradient(45deg,
      #16173d 36%,
      #c1baba6b 56%,
      #16173d 76%);
  transition: 0.5s cubic-bezier(0.99, 0.7, 0.19, 1.09);
}

/* contact-us page */
.right_cont_form {
  margin: 20px;
  background: #136e6f;
  padding: 20px 54px;
  color: #fff;
}

.right_cont_form h3 {
  position: relative;
}

.right_cont_form h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 158px;
  top: 43px;
  background: #fff;
  left: 1px;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

input[type="text"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.button-submit {
  padding: 5px;
  border-radius: 7px;
  width: 25%;
  color: #000;
  cursor: pointer;
}

.service:hover {
  font-weight: bold;
  font-size: 22px;
  transition: 1s;
  color: #ffffff;
}

/*cards   */
.card-inner-product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card-image a img {
  border-radius: 10px;
}

/*2nd last section  */

/* turquoise */
.text-turquoise,
.link-turquoise {
  color: #d81921;
}

.link-turquoise:hover {
  color: #136e6f;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.link-light:hover {
  color: #f8f9fa;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.bg-turquoise {
  background-color: #a1151c;
}

.btn-turquoise {
  background-color: #a1151c;
}

.wrapper-company {
  display: flex;
  align-items: start;
  justify-content: start;
}

.wrapper-company a:hover {
  color: #000;
}

.btn-inner-text {
  display: block;
  font-size: 64px;
  letter-spacing: -0.03em;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  color: #212121;
}

.btn-inner-text::after {
  content: "";
  position: absolute;
  bottom: -0.01em;
  left: 0px;
  width: 50%;
  height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right,
      #00000036 50%,
      rgb(220 53 69) 50%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-inner-text:hover::after {
  background-position: 0% 50%;
}

.download-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.right-img img {
  border-radius: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  #career-link {
    display: none;
  }
}

.left-img img {
  border-radius: 5px;
  width: 100%;
  margin: auto;
}

.bottom-img img {

  border-radius: 5px;
}

.bottom-img1 img {
  border-radius: 5px;
}



.inner-product-range ul li {
  height: 40px;
}

table {
  width: 750px;
  border-collapse: collapse;
  margin: -9px 35px;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #a8292f;
  color: white;
  font-weight: bold;
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 14px;
}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }


  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {

    position: absolute;

    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;

    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }
}

.inner-details {
  font-size: 18px;
}

/* ---------------  inner card css of multiple products   -------------------- */
.item-card-offers {
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
  transform: perspective(1000px) rotateY(0deg);
  will-change: transform;
}

.item-card-offers:hover {
  transform: perspective(1000px) rotateY(10deg) scale(1.05);
}

.card-inner-product {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-inner-product:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}

.card-image img {
  border-radius: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.card-image a {
  display: block;
}

.card-image:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.plastic-product-title {
  margin-top: 10px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.plastic-product-title a {
  text-decoration: none;
}

.plastic-product-title h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.plastic-product-title:hover {
  background-color: #e2e6ea;
}

.inner-who-we-are img {
  width: 90%;
  margin-left: 40px;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 68vh;
  overflow: hidden;
  background: #f3f3f3;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .item-card-offers {
    margin-bottom: 15px;
  }

  .card-inner-product {
    border-radius: 10px;
  }

  .card-image img {
    border-radius: 10px;
  }

  .plastic-product-title {
    padding: 12px;
  }

  .plastic-product-title h5 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .plastic-product-title h5 {
    font-size: 14px;
  }
}

/* ------  title for section ----------- */

.display-title {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .display-title {
    font-size: 2rem;
  }
}