body,
p {
  font-family: Montserrat, Verdana, "Bitstream Vera Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

a,
a:link,
a:active {
  color: #369;
}

a:hover {
  color: #936;
}

blockquote {
  padding-left: 60px !important;
  border-left: none !important;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  font-size: 80px;
  color: #999;
  position: absolute;
  left: 10px;
  top: -30px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

nav {
  z-index: 1040 !important;
}

span.highlight {
  background-color: #936;
  color: #fff;
  padding: 2px 4px;
}

hr.separator {
  border: 2px solid #396;
}

.bg-grey {
  background-color: #e8e9eb;
}

.bg-white {
  background-color: #ffffff;
}

.navbar-toggler {
  right: 0;
}

.navbar {
  border-bottom: 1px solid #396;
}

.navbar-brand {
  margin-right: 45px;
  font-family: "Patua One", Verdana, sans-serif;
}

.navbar-brand img {
  height: 30px;
  width: auto;
}

#top .nav-link {
  font-family: Rubik;
  font-weight: 500;
  margin-right: 10px;
}

.active a {
  color: #936;
}

.dropdown-menu {
  border-radius: 0 0 3px 3px;
}

.bg-white {
  background-color: #ffffff;
}

.x-scroll {
  overflow-x: scroll;
}

#masthead {
  width: 100%;
  height: calc(100vh - 40px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 50%;
  background-image: url(../images/bottles.jpg);
  color: #fff;
  border-bottom: 4px solid #396;
}

#masthead h2 {
  font-size: 3.2em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: "Patua One", Rubik, Verdana, sans-serif;
}

.why-us {
  border-bottom: 4px solid #396;
  background: linear-gradient(#ccc, #fff);
  color: #111;
}

span.left,
span.right {
  padding: 0.4em 1% 0.4em 5%;
  background-color: rgba(51, 102, 153, 0.95);
  border-radius: 8px 0 0 8px;
}

span.right {
  padding: 0.4em 5% 0.4em 1%;
  background-color: rgba(153, 51, 102, 0.95);
  border-radius: 0 8px 8px 0;
}

.masthead-inner {
  padding-top: 65vh;
}

/*INDUSTRIES*/
.industries {
  border-bottom: 4px solid #396;
  background-color: #38393b;
}

.industries .section-title {
  color: #ccc;
}

.industry-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.67);
  bottom: 0;
  left: 0;
}

.industry-caption h4 {
  color: #fff;
  line-height: 1.4;
}

/*END INDUSTRIES*/

/*SECTION TITLE WITH DECORATIVE LINE*/
.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  color: #333;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title-line {
  width: 80px;
  height: 3px;
  background: #0056b3;
  margin: 0 auto 20px;
}

/*END SECTION TITLE*/

/*PARTNERS SECTION*/
.partners-section {
  background-color: #ffffff;
  border-bottom: 4px solid #396;
}

.partners-section h2 {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 150px;
}

.partner-logo-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-color: #396;
}

.partner-logo {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.partner-logo-container:hover .partner-logo {
  filter: grayscale(0%);
}

/* Responsive design for partners section */
@media only screen and (max-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .partner-logo-container {
    padding: 15px;
    min-height: 120px;
  }

  .partner-logo {
    max-height: 100px;
  }

  .partners-section h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

/*END PARTNERS SECTION*/

/*TESTIMONIALS*/

.testimonial {
  font-size: 16px;
}

/*END TESTIMONIALS*/

/*PRODUCTS*/

.products {
  border-bottom: 4px solid #396;
  margin-bottom: 50px;
}

.products:last-child {
  border-bottom: 0px;
}

.products span {
  font-size: 18px;
  font-weight: 500;
}

.products section>div {
  border-bottom: 4px solid #396;
}

.product-1,
.product-2,
.product-3 {
  padding: 30px 0;
}

.product-1 {
  background-color: #fff;
  color: #333;
}

.product-2 {
  background-color: #c8c9cb;
  color: #111;
  padding: 50px 0;
}

.product-3 {
  background-color: #38393b;
  color: #fff;
  padding: 50px 0;
}

.product-3 img {
  /* margin-top: -30px; */
}

/*END PRODUCTS*/

/*CONTACT*/

.contact-page nav {
  background-color: #efefef;
}

.contact-banner {
  background-color: #336699;
  color: #fff;
}

.contact-banner,
.adhesives-banner {
  border-bottom: 4px solid #396;
}

.ion-icon {
  font-size: 36px;
  line-height: 1;
}

.contact-page .form-control {
  border-radius: 3px;
}

.contact-page textarea.form-control {
  height: 100px;
}

.submit-btn {
  border-radius: 2px;
}

.submit-btn:hover {
  cursor: pointer;
}

/*END CONTACT*/

/*ABOUT US */

.aboutus-page nav {
  background-color: #efefef;
}

.about-banner {
  background-image: url('../images/aboutbanner.png');
  background-position: 140%;
  background-repeat: no-repeat;
  background-color: #369;
  color: #fff;
  border-bottom: 4px solid #396;
}

.about-banner .text-muted {
  color: #ccc !important;
}

/*END ABOUT US */

.adhesives-banner {
  background-color: #369;
  color: #e8e9eb;
}

.polygon-products h4 {
  font-size: 1.3rem;
  background-color: #396;
  color: #fff;
  padding: 0.4em 1%;
}

.polygon-products th {
  background-color: #f8f9fb;
}

.polygon-products .row>div {
  padding: 0.8em 2%;
  margin-bottom: 0.8em;
}

#colophon {
  text-align: center;
  background-color: #ccc;
  padding: 1.6em 0;
}

#colophon p {
  margin-bottom: 0;
}

.contact-form {
  background-color: #ccc;
  border-radius: 8px;
  padding: 1.6em 5%;
  margin-bottom: 1.6em;
}

.categories {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
  border-right: 4px solid #396;
}

.categories li {
  margin-bottom: 0.4em;
}

.page-title {
  color: #fff;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1690px) {
  .about-banner {
    background-position: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #masthead {
    background-position: 25% 50%;
  }

  #masthead h2 {
    font-size: 20px;
    text-align: center !important;
    margin-right: 0;
  }

  .about-banner {
    background-image: none;
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .about-banner {
    background-position: 210%;
  }
}

@media only screen and (max-width: 767px) {
  .category-list {
    position: static;
  }

  nav .container {
    width: 100%;
  }

  #masthead {
    background-position: 50% 50%;
  }

  #masthead h2 {
    font-size: 20px;
    text-align: center !important;
    margin-right: 0;
  }
}

@media only screen and (max-width: 415px) {
  #masthead {
    background-position: 20% 50%;
  }

  #masthead h2 {
    font-size: 14px;
    text-align: center !important;
  }
}