@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");

.font-poppins {
  font-family: "Poppins", sans-serif;
}
.CallusBackground {
  background-color: #fa8816;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.cardTextBlue {
  color: #0054a6;
}

.font16 {
  font-size: 16px;
}
.fontweight400 {
  font-weight: 400;
}

.fontandlineheight {
  /* font-size: 35px; */
  line-height: 35px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
.diagonal-cut {
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

/* tabs */
.tabs {
  color: #2b6cb0;

  margin-left: 0.5rem;
  margin-right: 0.5rem;

  cursor: pointer;
}
.activeTab {
  border-bottom-width: 3px;
  border-color: #ed8936;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: 15%;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* corousel circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #013379;
}

.flickity-page-dots .dot:hover {
  background: #fa8816;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #fa8816;
}

.flickity-button {
  background: #7f7f7f;
  color: #ffffff;
  font-weight: 800;
  opacity: 0.8;
  height: 40px;
  width: 40px;
}
.flickity-button:hover {
  background: #000000;
}
/* Common dropdown styles */
.dropdown-base {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 12rem;
  width: max-content;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.dropdown-menu-link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: rgb(0, 84, 166);
  white-space: normal;
  display: block;
  padding: 0.25rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* First level dropdown */

.dropdown-content {
  font-family: "Raleway", sans-serif !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background-color: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 12rem;
  max-width: calc(100vw - 2rem);
  width: max-content;
  line-height: 1.5rem;

  z-index: 1000;
  margin-top: 0;
  overflow: visible;
}

/* Third-level dropdown styles */
.sub-dropdown-content {
  position: absolute;
  left: 100%;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background-color: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 12rem;
  max-width: calc(100vw - 2rem);
  width: max-content;
  padding: 0.5rem;
  z-index: 1001;
  overflow: visible;
}

/* Show only immediate dropdown on parent hover */
.dropdown:hover > .dropdown-content,
.sub-dropdown:hover > .sub-dropdown-content {
  opacity: 1;
  visibility: visible;
  display: block;
}

.dropdown {
  position: relative;
}

.sub-dropdown {
  position: relative;
  padding-right: 1rem;
}

/* Common menu item styles */
.menu-item {
  border-bottom: 1px solid #f97316;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: rgb(0, 84, 166);
}

.menu-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: rgb(0, 84, 166);
  white-space: normal;
  display: block;
  padding: 0.15rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.menu-link:hover {
  color: #1d4ed8;
}

.cardsBlueBG {
  background-color: #0054a5;
}
.cardsGrayBG {
  background-color: #f5f5f7;
}
/* Mobile menu styles */
@media (max-width: 768px) {
  .desktop-nav {
    display: none !important;
  }

  .mobile-nav {
    display: block;
  }
}

@media (min-width: 769px) {
  .desktop-nav {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }
}

/* Mobile Menu Styles */
.mobile-menu-list {
  padding: 1rem;
}

.mobile-menu-item {
  border-bottom: 1px solid #1e40af; /* border-blue-800 */

  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-menu-header {
  display: block;
  color: white;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-header::after {
  content: "\f107"; /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
}

.mobile-menu-header.active::after {
  content: "\f106"; /* FontAwesome up arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.mobile-menu-link {
  display: block;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-submenu {
  padding-left: 1rem;
  display: none;
}

.mobile-submenu.active {
  display: block;
}

/* Base carousel styles */
.main-carousel {
  margin: 0;
  width: 100%;
  position: relative;
}

.carousel-cell {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.carousel-cell img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Contact Us Button */
.carousel-contact-btn {
  position: absolute;
  background-color: #013379;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  z-index: 10;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.carousel-contact-btn:hover {
  background-color: #fa8816;
}

/* Desktop styles (769px and above) */
@media screen and (min-width: 769px) {
  .carousel-cell {
    height: 328px;
  }

  .carousel-contact-btn {
    padding: 0.25rem 2rem;
    font-size: 0.75rem;
  }

  .flickity-button {
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
  }

  .flickity-button:hover {
    background: white;
  }

  .flickity-button-icon {
    fill: #013379;
  }

  .flickity-page-dots {
    bottom: 25px;
  }

  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #013379;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
  }

  .flickity-page-dots .dot:hover {
    background: #f97316;
  }

  .flickity-page-dots .dot.is-selected {
    background: #f97316;
  }
}

/* Update carousel contact button */
.carousel-contact-btn {
  position: absolute;
  background-color: #013379;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  z-index: 10;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

/* Mobile styles (768px and below) */
@media screen and (max-width: 768px) {
  .carousel-cell {
    height: 184px;
  }

  .carousel-contact-btn {
    padding: 6px 14px;
    font-size: 8px;
  }

  /* Hide navigation elements on mobile */
  .flickity-button,
  .flickity-page-dots {
    display: none;
  }

  .flickity-page-dots {
    bottom: 10px;
  }
}

.project-image {
  transition: transform 0.3s ease;
  max-height: 200px !important;
  Overflow:hidden
}

.project-image:hover {
  transform: scale(1.05);
}

.footerbackground {
  background-color: #013379;
}

.font2-segoe-400 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
}

.footerbackground2 {
  background-color: #1d4988;
}

.callUsTextColour {
  color: #013379;
}

.headingColour {
  color: #0054a6;
}
.ourProductsHeadingColour {
  color: #013379;
}

.ourProductsSubHeadingColour {
  color: #444444;
}

.zoom-effect {
  overflow: hidden;
  display: block;
}

.zoom-effect img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.zoom-effect:hover img {
  transform: scale(1.2);
}

.requestQuoteButton {
  background-color: #fa8816;
}

.requestQuoteButtonArrow {
  background-color: #fedb03;
}

.careersBG {
  background-color: #90aedb;
}

/* Add these styles to your existing mobile menu styles */
#mobile-menu {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

#mobile-menu:not(.hidden) {
  opacity: 1;
}

.mobile-submenu {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.mobile-submenu.active {
  max-height: 1000px; /* Adjust based on your content */
}

.orange-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  font-size: 19px;
  line-height: 20px;
  color: #fa8816;
}

/* New class for the specified heading style */
.heading-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /* font-size: 37px; */
  line-height: 60px;
  color: #0054a6;
}

.text-style-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgb(0, 84, 166);
  font-size: 12px;
  line-height: 18px;
}
.text-style-primary-faqs {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
}

.montserrat-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgb(1, 51, 121);
}

/* Update these styles */
#quote-sidebar {
  width: 400px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  right: 0;
  background-color: white;
  height: 100vh;
  position: fixed;
  top: 0;
}

@media (max-width: 768px) {
  #quote-sidebar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.sidebar-open {
  transform: translateX(0) !important;
}

.sidebar-content {
  flex: 1;
  overflow-y: auto;
}

.sidebar-footer {
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
  background: white;
}

.send-quote-btn {
  width: 100%;
  padding: 0.5rem;
  background-color: #013379;
  color: white;
  border-radius: 0.375rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  transition: background-color 0.3s ease;
}

.view-application-btn {
  padding: 0.6rem;
  background-color: #013379;
  color: white;
  border-radius: 0.375rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  transition: background-color 0.3s ease;
}

/* Remove backdrop styles */
#quote-sidebar-overlay {
  display: none !important;
}

body.sidebar-active {
  overflow: initial;
}

.sidebar-header-bg {
  background-color: #f1f1f1;
}

.breadcrumbs {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.breadcrubHeading {
  color: #0056b3;
}
.breadcrumbsub {
  color: #6c757d;
}

.cardBorder {
  border-color: #013379;
}

.font-montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #013379;
  font-size: 28px;
  line-height: 34px;
}

.font-segoe-700 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}
.font-segoe-400 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}
.font-sogoe {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-montserrat-600 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 28px;
  line-height: 34px;
}

.custom-form-styles input::placeholder,
.custom-form-styles textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-style: italic !important;
}

.custom-form-styles input {
  font-family: "Poppins", sans-serif;
  border-color: #d5d5d5;
  outline: none;
}

.custom-form-styles input:focus {
  border: 1px solid #9e9e9e;

  outline: none;
  box-shadow: none; /* Removes any focus shadow */
}

.animated-button {
  margin-top: 2rem;
  position: relative;
  background-color: transparent;
  color: #f97316;
  border: 1px solid #f97316;
  padding: 1.5rem 3rem;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  border-radius: 999px;
  cursor: pointer;
}

.animated-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #f97316;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animated-button:hover::before {
  transform: translate(-50%, -50%) scale(8);
}

.animated-button::after {
  content: ">";
  position: absolute;
  opacity: 0;
  margin-left: 5px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.animated-button:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.animated-button:hover {
  color: white;
}

.heading-how-can-we-assist {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(46, 46, 46);
  font-size: 35px;
  line-height: 35px;
}

.bg-contact-form {
  background-color: #f7f7f7;
}

/* Add container control */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 1rem;
}

/* Adjust logo positioning */
.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-where-to-find-us {
  font-size: 16px;
  line-height: 26px;
}

.product-page-button {
  background-color: #fa8816 !important;
}

.product-page-button:hover {
  background-color: #464b4e !important;
}
.product-page-button-blue {
  background-color: #013379 !important;
}
.product-page-button-blue:hover {
  background-color: #464b4e !important;
}

.product-page-title {
  font-family: "Montserrat", sans-serif;
  color: #013379;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.product-page-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}

.product-page-packaging {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 600;
  color: rgb(61, 61, 61);
  font-size: 18px;
  line-height: 18px;
}

.product-page-quantity {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  width: 100%;
  border: 1px solid #d1d5db;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  padding-right: 20px; /* Space for spinner buttons */
}

/* Style spinner buttons */
.product-page-quantity::-webkit-inner-spin-button {
  appearance: inner-spin-button;
  -webkit-appearance: inner-spin-button;
  opacity: 1;
  position: absolute;
  right: 0;
  height: 100%;
}

.product-page-quantity:focus {
  outline: none;
}

/* Product Description Styles */
.product-content-container {
  margin-top: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.product-content-inner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #013379;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.product-content-inner.hidden {
  display: none;
}

.product-content-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.toggle-description-btn {
  background-color: #013379;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  outline: none;
}

.toggle-description-btn:hover {
  background-color: #0054a6;
  transform: translateY(-1px);
}

.content-divider {
  height: 1px;
  background-color: #e5e7eb;
  margin: 2rem auto;
  max-width: 1200px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-content-container {
    padding: 0 1rem;
  }

  .product-content-inner {
    font-size: 14px;
  }

  .toggle-description-btn {
    width: 100%;
    max-width: 300px;
  }
}
.product-page-description-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 23px;
}

.product-page-subHeadings {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: rgb(1, 51, 121);
  font-size: 24px;
  line-height: 29px;
}

.product-page-ul {
  list-style: none;
}

.product-page-ul li:before {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: "✓";
  margin-right: 10px;
  color: #013379;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.product-page-ul li {
  margin-bottom: 10px;
}

.custom-table-border {
  border: 1px solid #013379;
}

.custom-table-border th {
  border: 1px solid #013379;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  color: #013379;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  background-color: #f3f3f3;
  text-align: left;
}
.custom-table-border td {
  border: 1px solid #013379;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}

/* related products carousel */

.related-products-carousel-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 32px;
}

.related-products-carousel {
  margin: 0;
  width: 100%;
  position: relative;
}

.related-products-card {
  box-sizing: border-box;
  width: calc(20% - 1rem) ;
  height: 270px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e0e8ef;
  padding: 2rem 1rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.related-products-card:hover {
  transform: scale(1.05);
}

.related-products-img img {
  width: 250px !important;
  height: 200px !important;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}

.related-products-title {
  margin-top: 0.5rem;
  font-family: "Segoe UI", apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 17px;
  line-height: 20px;
}

@media screen and (min-width: 769px) {
  .related-products-card {
    width: calc(33.333% - 1rem);
    margin: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .related-products-card {
    width: calc(80% - 1rem);
    margin: 0.5rem;
  }
}

.systems-and-solutions-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 54px;
  line-height: 65px;
}

.products-card-titles {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #013379;
  text-align: center;
}
.products-card-titles:hover {
  color: rgb(250, 136, 22);
}

.systems-and-solutions-card-titles {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgb(1, 51, 121);
}

.systems-and-solutions-card-titles:hover {
  color: rgb(22, 145, 170);
  text-decoration: underline;
}

.searchBarCard {
  background-color: transparent;
  min-height: 80px;
  width: 100%;
  padding: 14px 4%;
  box-shadow: 0px 15px 40px 0px #0133791f;
}

.form-control {
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #013379;
  color: white;
}

.form-control::placeholder {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form-select {
  height: 52px;
  border-radius: 4px;
  background: #013379;
  color: #ffffff;
  line-height: 100%;
  font-weight: 500;
  border: solid 1px #bbb;
  padding: 16px 48px 16px 18px;
}

.hero-section-sns {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  z-index: 0;
  box-shadow: 0 4px 20px -4px #0133796b;
}

.hero-background-sns {
  position: absolute;
  inset: 0;
  background-image: url("../../content/uploads/2021/08/crack-fill.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.hero-background-coverage-drymix {
  position: absolute;
  inset: 0;
  background-image: url("../../content/uploads/2021/11/Dry-Mix-Mortar-1.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.hero-content-sns {
  margin-left: 40px; /* Added margin for desktop */
}

/* Mobile styles */
@media (max-width: 768px) {
  .hero-section-sns {
    min-height: 220px !important; /* Increased from 200px */
    flex-direction: column;
    position: relative;
  }

  .hero-background-sns {
    height: 220px !important; /* Increased from 200px */
    background-image: url("../../content/uploads/2021/08/crack-fill-1.webp") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .hero-background-coverage-drymix {
    height: 220px !important; /* Increased from 200px */
    background-image: url("../../content/uploads/2021/08/dry-mix-motars-1.webp") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .breadcrumb-sns {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .hero-overlay-sns {
    min-height: auto !important;
    padding: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 10px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
  }

  .hero-content-sns {
    padding: 0 20px;
    width: 100%;
    margin-left: 0; /* Reset desktop margin for mobile */
  }

  .breadcrumb-sns {
    padding-left: 20px;
  }
}

.breadcrumb-link-sns {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgb(1, 51, 121);
}

.breadcrumb-separator-sns,
.breadcrumb-current-sns {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 117, 125);
}

.sns-card-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: rgb(1, 51, 121);
  text-align: center;
}

.sns-card-title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.grid-title-large {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: rgb(1, 51, 121);
}

.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin: 0 10rem;
}

.video-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: scale(1.05);
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-thumbnail::before {
  content: "\f144"; /* FontAwesome play icon */
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-item:hover .video-thumbnail::before,
.video-item:hover .video-thumbnail::after {
  opacity: 1;
}

.video-title {
  margin-top: 0.75rem;
  text-align: center;
  color: #013379;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

/* Pagination Styles */
.pagination-btn {
  padding: 10px 30px;
  background: #013379;
  border-radius: 100px;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.pagination-btn:not(:disabled):hover {
  background: #fa8816;
}

.pagination-number {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  background: #f0f0f0;
  transition: all 0.3s ease;
}

.pagination-number.active {
  background: #013379;
  color: white;
}

/* Video gallery  Overlay Styles */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none; /* Hide by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-container {
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.close-video-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
}

.close-video-btn:hover {
  opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .video-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .video-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .video-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .video-gallery-grid {
    grid-template-columns: 1fr;
    margin: 0 1rem;
  }
}

.qoute-card-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}
.transition-height {
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
  text-decoration: none;
  color: inherit;
}

.card-image {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}

.card-title {
  padding: 0px;
  text-align: center;

  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 640px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    padding: 0 15px;
  }

  .card-image {
    height: 150px;
  }

  .card-title {
    padding: 12px;
    font-size: 14px;
  }
}

.hero-image-left {
  background-position: 97% 0px;
}

.hero-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 43px;
  line-height: 43px;
}

.hero-subheading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}

.text-orange {
  color: #fa8816;
}

.modal-close-btn {
  box-shadow: 2px 2px 4px #fa8816;
}

.gray-border {
  border: 1px solid #bbbbbb;
}

/* hero sections */
.bg-hero-responsive {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative !important;
  text-align: left !important;
}
.bg-shade-card {
  background-image: url("../../content/uploads/2021/08/shede-card.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-using-water-guard-491 {
  background-image: url("../../content/uploads/2021/08/leaked-overhead-tanks.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-crack-on-floors {
  background-image: url("../../content/uploads/2021/08/crack-on-floor-2.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-references {
  background-image: url("../../content/uploads/2021/08/projects.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-references-pictures {
  background-image: url("../../content/uploads/2021/08/projects.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-careers {
  background-image: url("../../content/uploads/2021/10/JOB-MOBILE.jpg");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-acid-rain-attacks {
  background-image: url("../../content/uploads/2021/08/acid-rain-attack-1.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}

.bg-effloresence {
  background-image: url("../../content/uploads/2021/08/EFFLORESCENCE-1.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-mildew-and-algae {
  background-image: url("../../content/uploads/2021/08/mildew-and-algae.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-salt-bursts {
  background-image: url("../../content/uploads/2021/08/salt-burst-3.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-freeze-thaw-damage {
  background-image: url("../../content/uploads/2021/08/freeze-thaw-damages.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}
.bg-cracks-on-walls-new-construction {
  background-image: url("../../content/uploads/2021/08/crack-on-wall.webp");
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  text-align: left !important;
  height: 450px !important;
}

@media (min-width: 768px) {
  .bg-hero-responsive {
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-shade-card {
    background-image: url("../../content/uploads/2021/08/shade-card.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-using-water-guard-491 {
    background-image: url("../../content/uploads/2021/08/leaked-over-head-tanks.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-crack-on-floors {
    background-image: url("../../content/uploads/2021/08/crack-on-floor-1.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-mildew-and-algae {
    background-image: url("../../content/uploads/2021/08/mildew-and-alagae.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-salt-bursts {
    background-image: url("../../content/uploads/2021/08/salt-burst-1.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-freeze-thaw-damage {
    background-image: url("../../content/uploads/2021/08/freeze-thaw-damge-1.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-acid-rain-attacks {
    background-image: url("../../content/uploads/2021/08/acid-rain-attack.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-effloresence {
    background-image: url("../../content/uploads/2021/08/EFFLORESCENCE.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-references {
    background-image: url("../../content/uploads/2021/08/projects.jpg");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-references-pictures {
    background-image: url("../../content/uploads/2021/08/projects.jpg");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-careers {
    background-image: url("../../content/uploads/2021/10/JOB-BANNER.jpg");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
  .bg-cracks-on-walls-new-construction {
    background-image: url("../../content/uploads/2021/08/crack-on-walls.webp");
    background-position: 97% 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    z-index: -1 !important;
    padding: 0 58% 0 30px !important;
    text-align: left !important;
    height: 300px !important;
  }
}

.shade-cards-hero-heading {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 38px;
  line-height: 38px;
}

.drop-shadow-custom {
  background: linear-gradient(-180deg, hsla(0, 100%, 50%, 0) 6%, #eee8e8c5 83%);
  padding: 10px;
}

.contact-us-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 30px;
  line-height: 30px;
}

.references-button {
  background-color: #fa8816;
  color: white;
  padding: 8px 24px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.submit-button {
  background-color: #fa8816;
  height: 40px;
  color: white;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 4px;
  width: 100%;
  transition: all 0.3s ease;
}

.references-button:hover {
  background-color: #e67200;
}

.references-button.white {
  background-color: white;
  color: #0054a6;
}

.references-button.white:hover {
  background-color: #f0f0f0;
}

.references-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0054a6;
  margin-bottom: 24px;
}

.references-heading.white {
  color: white;
}

.references-heading-2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 34px;
  line-height: 34px;
}

@media (max-width: 768px) {
  .references-heading-2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.references-heading-1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 39px;
  line-height: 39px;
}

@media (max-width: 768px) {
  .references-heading-1 {
    font-size: 28px;
    line-height: 28px;
  }
}

.bg-blue-reference {
  background-color: #0054a6;
}

.bg-gray-reference {
  background-color: #f5f5f7;
}

.bg-gray-careers-2 {
  background-color: #f3f3f3;
}

.montserrat-careers-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 34px;
  line-height: 50px;
}

.custom-table-border-2 {
  border: 1px solid #013379;
}

.custom-table-border-2 th {
  border: 1px solid #013379;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  color: #013379;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  background-color: #f3f3f3;
  text-align: left;
}
.custom-table-border-2 td {
  border: 1px solid #013379;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}

.heading-404 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: rgb(1, 51, 121);
  font-size: 120px;
  line-height: normal;
}

.subheading-404 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: rgb(1, 51, 121);
  font-size: 35px;
  line-height: 39px;
}

.text-404 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 29px;
}

.aux-back-to-home {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(61, 61, 61);
  font-size: 16px;
  line-height: 24px;
}

/* reference pictures */

.zoom img {
  transition: transform 0.4s ease;
  overflow-clip-margin: content-box;
  overflow: clip;
}

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

.reference-pic-card-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}

.reference-pic-card-heading:hover {
  text-decoration: underline;
}

.card-border {
  border: 0.2px solid #01337924;
}

.placeholder-text-white::placeholder {
  color: white;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent !important; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blue_btn {
  background: #013379 !important;
  color: white !important;
}

.font2-segoe-500 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  color: rgb(1, 51, 121);
  font-size: 25px;
  line-height: 38px;
}

.font2-segoe-700 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 25px;
  line-height: 38px;
}

.text-primary-800 {
  color: #013379;
}

/* Masonry Grid Layout */
.masonry-grid {
  columns: 4;
  column-gap: 1rem;
  width: 100%;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  position: relative;
  background-color: #eee;
  border-radius: 2px;
  overflow: hidden;
}

.masonry-item img {
  width: 100%;
  height: auto;
  max-height: 80vh; /* 80% of viewport height */
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .masonry-grid {
    columns: 3;
  }
  .masonry-item img {
    max-height: 70vh; /* 70% of viewport height for medium screens */
  }
}

@media screen and (max-width: 768px) {
  .masonry-grid {
    columns: 2;
  }
  .masonry-item img {
    max-height: 60vh; /* 60% of viewport height for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .masonry-grid {
    columns: 1;
  }
  .masonry-item img {
    max-height: 50vh; /* 50% of viewport height for mobile */
  }
}

/* Keep existing hover effects */
.cursor {
  cursor: pointer;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.project__title {
  font-family: "Montserrat", sans-serif;
  color: #013379;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
  margin: 0 10px;
}

.pager li a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px !important  ;
  color: #013379;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;

  font-size: 16px;
  line-height: 24px;
  transition: background-color 150ms linear, color 150ms linear;
}

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

.masonary-page-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(1, 51, 121);
  font-size: 26px;
  line-height: 31px;
}

.masonary-page-subheading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: rgb(1, 51, 121);
  font-size: 34px;
  line-height: 40px;
}

.masonary-page-titles {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: rgb(61, 61, 61);
  font-size: 18px;
  line-height: 26px;
}

.masonary-page-answers {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 600;
  color: rgb(1, 51, 121);
  font-size: 16px;
  line-height: 24px;
}

.line-break-words p {
  width: 100%;
  white-space: normal !;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* text-align: justify; */
}

.video-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.2;
}

.full-custom-product-description {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: rgb(1, 51, 121);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Headings */
.full-custom-product-description h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 23px;
  margin: 1rem 0;
}

.full-custom-product-description h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin: 1.5rem 0;
}

/* Paragraphs and text */
.full-custom-product-description p {
  font-size: 16px;
  line-height: 24px;
  margin: 1.25rem 0;
}

.full-custom-product-description strong {
  font-weight: 700;
}

.full-custom-product-description small {
  font-size: 85%;
}

/* Lists */
.full-custom-product-description ul {
  list-style: none;
  margin: 1.25rem 0;
}

.full-custom-product-description ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.full-custom-product-description ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #013379;
  font-weight: 700;
}

/* Tables */
.full-custom-product-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  border: 1px solid #013379;
}

.full-custom-product-description th {
  background-color: #f3f3f3;
  font-weight: 700;
  text-align: left;
  padding: 8px;
  border: 1px solid #013379;
}

.full-custom-product-description td {
  padding: 8px;
  border: 1px solid #013379;
}

/* Links */
.full-custom-product-description a {
  color: inherit;
  text-decoration: none;
}

.full-custom-product-description a:hover {
  text-decoration: underline;
}

/* Button wrapper and button */
.full-custom-product-description .product-content-btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.full-custom-product-description button {
  background-color: #013379;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.full-custom-product-description button:hover {
  background-color: #0054a6;
  transform: translateY(-1px);
}

/* Description sections */
.full-custom-product-description .description-short {
  position: relative;
  padding: 10px;
  background: linear-gradient(-180deg, hsla(0, 100%, 50%, 0) 6%, #eee8e8c5 83%);
}

.full-custom-product-description .description-full {
  display: none;
}

.full-custom-product-description .description-full.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .full-custom-product-description {
    padding: 1rem;
  }

  .full-custom-product-description h5 {
    font-size: 17px;
  }

  .full-custom-product-description h4 {
    font-size: 20px;
  }

  .full-custom-product-description button {
    width: 100%;
    max-width: 300px;
  }
}

.full-custom-product-description img.alignleft {
  margin: 0.4em 1.2em 1em 0;
  float: left;
}

.bg-hero-responsive {
  padding: 20px;
}

.modal-custom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog-custom {
  background: white;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

.modal-header-custom {
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title-custom {
  margin: 0;
  font-size: 18px;
}

.modal-body-custom {
  padding: 15px;
  text-align: center;
}

.modal-body-custom img {
  max-width: 100%;
  height: auto;
}

.close {
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}