/* ==========================================================================
   UPD Plastics - AB Inflatable Boat Windshields
   ========================================================================== */

:root {
  --blue: #003b6b;
  --dark-navy: #0b1a30;
  --finder-bg: #041d4c;
  --green: #0aba74;
  --text-dark: #252525;
  --text-body: #444444;
  --text-muted: #666666;
  --text-light: #888888;
  --border-light: #dddddd;
  --tag-bg: #f1f5f8;
  --tag-cyan-bg: #e1f5fe;
  --card-border: rgba(0, 59, 107, 0.1);
  --font-primary: 'Rethink Sans', 'Segoe UI', Arial, sans-serif;
  --hero-shape-color: #f1f5f8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  color: var(--text-dark);
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}

.ab-page section + section {
  margin-top: 50px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 377px;
}

.hero-left {
  position: relative;
  z-index: 2;
  max-width: 704px;
  /* max-width: 100%; */
  flex-shrink: 0;
  padding-top: 24px;
}

.breadcrumb {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--text-light);
}

.breadcrumb span {
  font-weight: 600;
  color: var(--blue);
}

.hero-heading-wrap {
  margin-bottom: 20px;
}

.hero-title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
}

.hero-title .line-dark {
  display: block;
  color: #000000;
}

.hero-title .line-blue {
  display: block;
  color: var(--blue);
}

.hero-desc {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-body);
  max-width: 704px;
}

.badge-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 30px 0 15px;
  border-right: 1px solid rgba(0, 59, 107, 0.2);
}

.badge-item:first-child {
  padding-left: 0;
}

.badge-item--last {
  border-right: 0;
  padding-right: 20px;
}

.badge-icon {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  width: 30px;
  height: 34px;
}

.badge-icon img {
  position: absolute;
  max-width: none;
}

.badge-icon--1 img {
  left: -30.05%;
  top: -32.64%;
  width: 491.83%;
  height: 160.88%;
}

.badge-icon--2 {
  width: 33px;
}

.badge-icon--2 img {
  left: -169.08%;
  top: -30.89%;
  width: 447.12%;
  height: 160.88%;
}

.badge-icon--3 {
  width: 35px;
}

.badge-icon--3 img {
  left: -302.5%;
  top: -40.39%;
  width: 421.57%;
  height: 160.88%;
}

.badge-text {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-dark);
  white-space: nowrap;
}

.hero-right {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  /* width: 880px; */
  max-width: 880px;
  width: 100%;
  height: 377px;
  /* max-width: 62%; */
}

.hero-shape {
  position: absolute;
  left: 53px;
  top: 0;
  width: 275px;
  height: 377px;
  z-index: 1;
  background-color: var(--hero-shape-color);
  clip-path: polygon(36.36% 0%, 100% 0%, 63.64% 100%, 0% 100%);
}

.hero-boat {
  position: absolute;
  left: 175px;
  top: 0;
  /* width: 705px; */
  max-width: 705px;
  width: 100%;
  height: 376px;
  object-fit: cover;
}

/* Finder card */

.finder-card {
  margin-top: 20px;
  background: var(--finder-bg);
  border-radius: 15px;
  padding: 19px 28px;
}

.finder-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.finder-search-icon {
  width: 24px;
  height: 24px;
}

.finder-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  white-space: pre;
}

.dropdowns-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dropdown-selector {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 50px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}

.dropdown-selector select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 34px 5px 15px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  color: var(--text-dark);
  cursor: pointer;
  background-image: url(assets/images/manufacture-images/select-down-arrow.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.dropdown-selector select:focus {
  outline: none;
}

.dropdown-selector .dropdown-chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  pointer-events: none;
}

.submit-btn {
  flex: 0 0 199px;
  height: 50px;
  padding: 5px 15px !important;
  border: 0;
  border-radius: 8px !important;
  background: var(--green);
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out 0s;
}

button.submit-btn:hover { background: #019E5F;}

.finder-footer {
  margin: 15px 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  text-align: center;
  font-size: 15px;
}

.finder-footer,
.finder-footer a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.finder-footer a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}

.finder-footer a:hover {text-decoration: none;}

/* ==========================================================================
   Products
   ========================================================================== */

.section-title {
  margin: 0 0 62px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.6px;
  color: var(--dark-navy);
  text-align: center;
}

.products-section .section-title {margin-bottom: 25px;}

.cards-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 16px;
}



.product-card {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: all 0.3s ease-in-out 0s;
  max-width: 350px;
}

.product-card:hover {
 border-color: rgba(0, 59, 107, 0.15);
  box-shadow: 0 12px 24px rgba(0, 59, 107, 0.12);
}

.product-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 10px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-img:hover img,
.product-img:focus-visible img {
  opacity: 0.7;
}

.card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-name {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  color: var(--text-dark);
}

.product-name a {
  color: inherit;
  transition: color 0.2s ease;
}

.product-name a:hover,
.product-name a:focus-visible {
  color: var(--blue);
  
}

.tags-row {
  display: flex;
  gap: 6px;
}

.tag {
  padding: 3px 8px !important;
  border-radius: 4px;
  background: var(--tag-bg);
  font-weight: 600;
  font-size: 12px;
  color: var(--blue);
  white-space: nowrap;
}

.tag--cyan {
  background: var(--tag-cyan-bg);
}

.price-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}

.price-col {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 12px;
  color: var(--text-muted);
}

.price-value {
  font-weight: 700;
  font-size: 16px;
  color: var(--blue);
}

.view-btn {
  border: 0;
  border-radius: 8px;
  background: #003b6b;
  color: #ffffff;
     font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
  white-space: nowrap;
  transition:all 0.3s ease-in-out 0s;

}

.view-btn:hover { background: var(--green); color: #ffffff;}

.view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}

.btn-pill {
  border: 0;
  border-radius: 30px;
  background: var(--green);
  color: #ffffff;
  font-weight: 600 !important; 
  font-size: 15px !important; 
  padding: 16px 20px !important; 
  white-space: nowrap;    display: flex;
    width: fit-content;
 transition:all 0.3s ease-in-out 0s;
}

.btn-pill:hover { background: var(--text-dark);color: #fff;}

/* ==========================================================================
   About / Craftsmanship
   ========================================================================== */

.about-section {
  display: flex;
  align-items: center;
  gap: 70px;
}

.about-image {
  flex-shrink: 0;
  width: 398px;
  height: 327px;
  border-radius: 30px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  flex: 1 1 0;
  min-width: 0;
}

.about-title {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 40px;
  color: var(--text-dark);
}

.about-text {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  max-width: 962px;
}

/* ==========================================================================
   Information banners
   ========================================================================== */

.info-banners-section {
  display: flex;
  gap: 24px;
}

.info-card {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-card-top {
  display: flex;
  gap: 15px;
}

.info-icon {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  width: 50px;
  height: 51px;
}

.info-icon img {
  position: absolute;
  max-width: none;
}

.info-icon--1 img {
  left: -36.01%;
  top: -31.45%;
  width: 498.17%;
  height: 163.8%;
}

.info-icon--2 img {
  left: -192.55%;
  top: -30.84%;
  width: 498.17%;
  height: 163.8%;
}

.info-icon--3 {
  height: 48px;
}

.info-icon--3 img {
  left: -329.99%;
  top: -31.3%;
  width: 469.61%;
  height: 163.93%;
}

.info-card-text {
  flex: 1 1 0;
  min-width: 0;
}

.info-card-heading {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--dark-navy);
}

.info-card-text > p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-body);
}

.info-card-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.pill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  padding: 0 15px !important;
  border: 0;
  border-radius: 30px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}

.pill-btn img {
  width: 15px;
  height: 15px;
}

.pill-btn--blue {
  background: var(--blue);
}

.pill-btn--blue:hover {
  background: var(--text-dark);
}

.pill-btn--green {
  background: var(--green);
}

.pill-btn--green:hover {
  background: var(--text-dark);
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 1px 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-body);
}

.check-list li img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  flex-shrink: 0;
}

.check-list--sm li img {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.info-card-top--why {
  align-items: flex-start;
}

.info-card-top--why .info-card-heading {
  margin-bottom: 12px;
}

/* ==========================================================================
   FAQ + Brands
   ========================================================================== */

.faq-brands-section {
  display: flex;
  gap: 48px;
}

.faq-col,
.brands-col {
  flex: 1 1 0;
  min-width: 0;
}

.faq-heading {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 26px;
  color: var(--text-dark);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 17px;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 0 !important;
  text-align: left;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
}

.faq-question img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-question img {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
  margin-top: 12px;
}

.faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-body);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.brand-logo {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 0 0 rgba(0, 59, 107, 0);
  text-align: center;
  font-weight: 600;
    color: #003B6BF2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brand-logo:hover,
.brand-logo:focus-visible {
  
  border-color: rgba(0, 59, 107, 0.15);
  box-shadow: 0 12px 24px rgba(0, 59, 107, 0.12);
}

.brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.faqcls {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;    color: #113b6d;
}




.hero-boats{width: 150px;
    z-index: 9999999;
    position: absolute;
    left: 16%;
    top: 10%;}
.clsnonediv {display: none;}

.pro-logo img{border-radius: 10px;margin-top: 10px;}
.manufacturerprodbox h2{    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;}
.manufacturerprodbox .loader-gif{display: flex;align-items: center;justify-content: center;margin:auto;height:300px}

/* ==========================================================================
   Responsive breakpoints
   ========================================================================== */
@media (max-width: 1400px) {
 .hero-left{ max-width: 45%;}
}

@media (max-width: 1300px) {
  .page-container {
    padding: 32px 24px 64px;
  }

  .hero-title {
    font-size: 48px;
  }

  /* Below this point the hero image no longer has enough room next to the
     text without overlapping it, so stack the two columns instead. */


 

 .hero-left {
    max-width: 45%;
  }
  
  .hero-desc {max-width: inherit;}

  .badge-row {gap: 20px 0px;}
}

@media (max-width: 1199px) {
  .hero-boats{left: 0;}
   .hero-desc{    max-width: 100%;}
 .hero-left {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

    .hero-top {
    flex-direction: column;
    min-height: 0;
  }

  
  .hero-right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .hero-shape {
    display: none;
  }

  .hero-boat {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 705 / 376;
    left: auto;
    border-radius: 15px;
  }

 


}

@media (max-width: 1299px) {
  .hero-desc{    max-width: 85%;}
}
@media (max-width: 1100px) {
  .dropdowns-row {
    flex-wrap: wrap;
  }

  .dropdown-selector {
    /* flex: 1 1 calc(50% - 8px); */
  }

  .submit-btn {
    /* flex: 1 1 100%; */
  }

  .cards-row {
    flex-wrap: wrap;
  }

  .product-card {
    flex: 1 1 calc(50% - 8px);
  }

  .about-section {
   /*  flex-direction: column; */
    text-align: left;
    align-items: flex-start;
    gap: 30px;
  }

  .about-image {
    width: 100%;
    max-width: 460px;
    height: auto;
    aspect-ratio: 398 / 327;
  }

  .info-banners-section {
    flex-wrap: wrap;
  }

  .info-card {
    flex: 1 1 calc(50% - 12px);
  }

  .faq-brands-section {
    flex-direction: column;
  }

   .about-text {
    font-size: 16px;
    line-height: 26px;
  }

  .brand-logo img {max-width: 170px;}
  



}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  .dropdown-selector {
     flex: 1 1 calc(50% - 8px); 
  }

  /* .submit-btn {
     flex: 1 1 100%; 
  } */
 button.submit-btn {flex: 1 1 calc(50% - 8px);}

}

@media (max-width: 991px) {
  .about-section {
      flex-direction: column;  
    }

    .about-image {margin-left: auto; margin-right: auto;}

}
@media (max-width: 767px) {

  .manufacturerprodbox .loader-gif, .manufacturerprodbox h2 {height:auto}
  .page-container {
    padding: 24px 16px 48px;
  }

 

   .submit-btn {
    flex: 1 1 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .badge-row {
    gap: 12px 0;
  }

  .badge-item {
    padding: 0 16px 0 0 !important;
    border-right: 0 !important;
  }

  .finder-card {
    padding: 18px;
  }

  .dropdown-selector {
    flex: 1 1 100%;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .product-card {
    flex: 1 1 100%;
  }

  .about-title {
    font-size: 30px;
  }

 

  .info-card {
    flex: 1 1 100%;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section {gap: 40px;}
  .info-card-top {flex-direction: column;}
  .badge-row  {flex-direction: column; align-items: flex-start; gap: 20px;}
  .badge-row .badge-text br {display: none;}

  .finder-card, .about-image, .info-banners-section .info-card, .brands-grid {max-width: 350px; margin-left: auto; margin-right: auto;}
  .about-image {border-radius: 15px;}

  .brand-logo img {max-width: 100%;}
  
}

@media (max-width: 575px) { 
  .brand-logo img {max-width: 100%;}
}

@media (max-width: 480px) {
  .hero-boats{    width: 120px;}
  .hero-title {
    font-size: 28px;
  }

  .finder-title {
    font-size: 16px;
    white-space: normal;
  }

  .finder-footer {
    text-align: left;
    justify-content: flex-start;
  }

  .info-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pill-btn {
    width: 100%;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .brand-logo {
    height: 90px;
    padding: 12px;
  }

  .view-all-wrap .btn-pill,
  .brands-col .btn-pill {
    width: 100%;
  }
}





.custom-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.custom-popup .popup-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 420px;
    margin: 10% auto;
    padding: 28px 24px 24px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-popup .close-popup {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 35px;
    line-height: 1;
     color: #061b3f;
    cursor: pointer;
    padding: 0;
}

.custom-popup .close-popup:hover {
    color: #000;
}

.custom-popup h2 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.custom-popup p {
  font-family: 'Rethink Sans';    font-size: 16px;
    line-height: 1.6;
    color: #444;
    white-space: pre-line;
}

.custom-popup .popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


.custom-popup .btn-cancel {
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    border: 0;
    border-radius: 30px;
    background: transparent;
       border: 1.5px solid var(--blue);
    color: var(--blue);
    font-weight: 700;
    font-size: 15px;
    transition: all .3s ease-in-out 0s;
}


.custom-popup .btn-cancel:hover {
    background: var(--blue);
    color: #fff;
}

.custom-popup .btn-continue {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    border: 0;
    border-radius: 30px;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: all .3s ease-in-out 0s;
}

.custom-popup .btn-continue:hover {
       background: var(--green);
}

.order-product-row {
    display: flex;
    gap: 16px;    background: #f9fafb;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    padding: 16px;
        margin-bottom: 20px;
}

.order-product-img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
}

.order-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-product-info {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;

}
.order-product-name {
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    color: var(--text-dark);
}
.order-product-meta {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: var(--text-dark);
}
.order-product-qty-price {
    display: flex;
    align-items: center;
    justify-content: space-between;    font-family: 'Rethink Sans';
    font-size: 16px;
    color: var(--text-dark);
}