/*-----------------------------------------------------------------

Template Name:  Odor - Vape Store WooCommerce HTML Template
Author:  Gramentheme
Author URI: https://themeforest.net/user/gramentheme/portfolio
Developer: Kawser Ahmed Roni
Version: 1.0.0
Description: Odor - Vape Store WooCommerce HTML Template

-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01. abstracts
    1.01 --> mixins
    1.02 --> variable

02. base
    2.01 --> typography
    2.02 --> animation
    2.03 --> responsive

03. components
    3.01 --> buttons
    3.02 --> progress

04. layout
    4.01 --> header
    4.02 --> banner
    4.03 --> section
    4.04 --> footer

------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Prosto+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
@font-face {
  font-family: "Oswald";
  src: url("../Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Surface area calculator */
.surface-calculator-area { position: relative; overflow: hidden; background: #003759; }
.surface-calculator-area { scroll-margin-top: 90px; }
.surface-calculator__intro h2 { margin-bottom: 28px; }
.surface-calculator__intro > p { max-width: 620px; font-size: 17px; line-height: 1.75; }
.surface-calculator__intro ul { margin: 30px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.surface-calculator__intro li { position: relative; margin: 12px 0; padding-left: 26px; color: var(--wdp-white); font-weight: 600; }
.surface-calculator__intro li::before { content: ""; position: absolute; top: 9px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color); }
.surface-calculator__note { color: rgba(255,255,255,.72); font-size: 14px !important; }
.surface-calculator { padding: 48px; border: 1px solid rgba(255,217,61,.35); border-radius: 18px; background: rgba(0,47,77,.88); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.surface-calculator__fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 22px; }
.surface-calculator__field label { display: block; margin-bottom: 10px; color: var(--wdp-white); font-size: 14px; font-weight: 700; }
.surface-calculator__field input,
.surface-calculator__field select { width: 100%; height: 56px; padding: 0 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; outline: none; background: rgba(255,255,255,.08); color: var(--wdp-white); }
.surface-calculator__field select option { background: #003759; color: var(--wdp-white); }
.surface-calculator__field input:focus,
.surface-calculator__field select:focus { border-color: var(--primary-color); }
.surface-calculator__button { margin-top: 28px; border: 0; }
.surface-calculator__result { display: flex; flex-direction: column; margin-top: 30px; padding: 25px 28px; border-left: 4px solid var(--primary-color); border-radius: 0 10px 10px 0; background: #90D5FF; }
.surface-calculator__result span,
.surface-calculator__result small { color: rgb(0, 0, 0);   font-weight: 600;}
.surface-calculator__result strong { margin: 5px 0; color:#08151D; font-family: var(--oswald); font-size: 42px; line-height: 1.2; }

@media (max-width: 767px) {
  .surface-calculator { padding: 30px 22px; }
  .surface-calculator__fields { grid-template-columns: 1fr; }
  .surface-calculator__result strong { font-size: 34px; }
}

:root {
  --prosto-one: "Prosto One", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --oswald: "Oswald", sans-serif;
  --primary-color: #FFD93D;
  --secondary-color: #000000;
  --sub-bg: #003759;
  --heading-color: #ffffff;
  --paragraph: #d2d2d2;
  --span: #ffffff;
  --border: #414141;
  --border-light: #a9a9a9;
  --white: #ffffff;
  --black: #000000;
  --footer-color: #727272;
  --border-1px: 1px solid #414141;
  --border-2px: 2px solid #414141;
  --transition: all 0.3s ease-in-out;
}

:root[data-theme=light] {
  --primary-color: #FFD93D;
  --secondary-color: #fff;
  --sub-bg: #f5f5f5;
  --heading-color: #000;
  --paragraph: #414141;
  --paragraph-light: #d2d2d2;
  --span: #000;
  --border: #d9d9d9;
  --border-light: #003759;
  --white: #000;
  --black: #fff;
  --footer-color: #727272;
  --border-1px: 1px solid #d9d9d9;
  --border-2px: 2px solid #d9d9d9;
  --transition: all 0.3s ease-in-out;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--montserrat);
  color: var(--paragraph);
  background-color: var(--black);
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-family: var(--prosto-one);
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-size: 16px;
}

span {
  display: inline-block;
  color: var(--span);
}

del {
  color: #727272;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--heading-color);
  transition: var(--transition);
}

a:hover {
  color: var(--heading-color);
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
}

input {
  border: none;
  outline: none;
}

::placeholder {
  color: var(--span);
}

::selection {
  color: var(--white);
  background-color: var(--primary-color);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.bor {
  border: 1px solid var(--border);
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.primary-color {
  color: var(--primary-color);
}

.footer-color {
  color: var(--footer-color);
}

.primary-hover {
  transition: var(--transition);
}
.primary-hover:hover {
  color: var(--primary-color);
}

.primary-bg {
  background-color: var(--primary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.heading-color {
  color: var(--heading-color);
}

.sub-bg {
  background-color: var(--sub-bg);
}

.sm-font {
  font-size: 14px;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.overlay, .gallery__image {
  position: relative;
}
.overlay::before, .gallery__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.radius-10 {
  border-radius: 10px;
}

.fw-600 {
  font-weight: 600;
}

.lightPara-color {
  color: #d2d2d2;
}

.star i {
  color: #FFD93D;
  font-size: 14px;
}

.btn-one, .btn-one-light, .btn-two {
  display: inline-block;
  vertical-align: middle;
 background: linear-gradient(180deg, #79764e 0%, #CEC88A 20%, #d4ce92 62%, #A49E67 80%, #7c774b 100%);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  transition: var(--transition);
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 100px;
}
.btn-one:hover, .btn-one-light:hover, .btn-two:hover {
  color: var(--primary-color);
  background-color: var(--white);
}
.btn-one:hover::before, .btn-one-light:hover::before, .btn-two:hover::before {
  top: 100%;
}
.btn-one:hover::after, .btn-one-light:hover::after, .btn-two:hover::after {
  bottom: -50%;
}
.btn-one::before, .btn-one-light::before, .btn-two::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--black);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-one::after, .btn-one-light::after, .btn-two::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--white);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-one span, .btn-one-light span, .btn-two span {
  position: relative;
  color: inherit;
  z-index: 2;
}

.btn-one-light, .btn-two {
 background: linear-gradient(180deg, #0183c4 0%, #53e4ff 20%, #0398c7 62%, #006996 80%, #003759 100%);
  color: #ffffff;
}
.btn-one-light:hover, .btn-two:hover {
  color: #000000;
}
.btn-one-light::after, .btn-two::after {
  background-color: var(--primary-color);
}

.dot .swiper-pagination-bullet, .dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.6s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
}
.dot .swiper-pagination-bullet::before, .dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #858585;
  transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--primary-color);
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--primary-color);
}

.dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}
.dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.pagi-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-1px);
}
.pagi-btn:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.pagi-btn.active {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--footer-color);
  border: var(--border-1px);
}
.social-icon a:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.arry-btn button {
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-btn button:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.arry-btn .active {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-prev {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--border);
  transition: var(--transition);
}
.arry-prev:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.arry-next {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}

.nav-pills .nav-item .nav-link {
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
  line-height: 12px;
  font-weight: 600;
  color: var(--footer-color);
  transition: var(--transition);
}
.nav-pills .nav-item .nav-link:hover {
  color: var(--white);
}
.nav-pills .nav-item .nav-link.active {
  color: var(--white);
  position: relative;
}
.nav-pills .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.off-btn {
  border: var(--border-1px);
  padding: 10px 18px;
  border-radius: 100px;
  font-weight: 600;
}

.off-tag {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}

.video__btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.video-btn a {
  position: relative;
  color: var(--primary-color);
  font-size: 28px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  transition: 0.4s;
}

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.radio-btn {
  display: flex;
  align-items: center;
}
.radio-btn p {
  color: var(--span);
  margin-left: 10px;
  font-size: 14px;
}
.radio-btn span {
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.radio-btn span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 6px;
  left: 6px;
}
.radio-btn .radio-btn-active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.radio-btn .radio-btn-active::after {
  background-color: var(--white);
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: var(--primary-color);
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: var(--black);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
}
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: var(--black);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone:after {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  width: 100%;
  text-align: center;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 400;
  font-size: 24px;
  text-transform: lowercase;
  letter-spacing: 5px;
  z-index: 9999999999;
}
.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 26px;
  height: 36px;
  margin-left: -13px;
  margin-top: 0;
  z-index: 10000001;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../images/icon/mouse.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -16px;
  margin-top: 0;
  width: 32px;
  height: 45px;
  background-color: transparent;
  opacity: 0;
}

.cursor-outer {
  margin-left: -24px;
  margin-top: -4px;
  width: 48px;
  height: 48px;
  border: 0;
  background-color: rgba(207, 227, 238, 0.58);
  box-shadow: -14px 0 24px rgba(207, 227, 238, 0.72);
  filter: blur(12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.85;
  -webkit-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none !important;
  }
  a,
  button,
  input[type="button"],
  input[type="submit"],
  [role="button"] { cursor: pointer !important; }
  input:not([type="button"]):not([type="submit"]),
  textarea { cursor: text !important; }
  select { cursor: default !important; }
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.cursor-logo-trail {
  position: fixed;
  z-index: 9999999;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(207, 227, 238, 0.72);
  box-shadow: 0 0 22px 10px rgba(207, 227, 238, 0.48);
  filter: blur(7px);
  transform: translate(-50%, -50%);
  animation: cursorLogoTrailFade 0.65s ease-out forwards;
}

@keyframes cursorLogoTrailFade {
  0% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(0.25); }
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: var(--transition);
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: var(--transition);
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Floating WhatsApp shortcut positioned above the back-to-top button. */
.floating-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 99;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid #FFD93D;
  border-radius: 50%;
  background: #25D366;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(0, 37, 68, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.floating-whatsapp i {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
.floating-whatsapp:hover {
  background: #1fb958;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(0, 37, 68, 0.42);
  transform: translateY(-3px);
}
@media (max-width: 575px) {
  .floating-whatsapp,
  .scroll-up {
    right: 16px;
  }
  .floating-whatsapp {
    bottom: 92px;
  }
}

.section-header .section-title-icon {
  position: relative;
}
.section-header .section-title-icon span {
  position: absolute;
  left: -30px;
  top: 10px;
}

.short .nice-select {
  border-radius: 6px;
  border: var(--border-1px);
  background-color: var(--black);
}
.short .nice-select .list {
  background-color: var(--black);
  border: var(--border-1px);
}
.short .nice-select .list .option.selected {
  background-color: var(--black);
  font-weight: normal;
}
.short .nice-select .list li:hover {
  background-color: var(--black);
  color: var(--primary-color);
}

.title-icon {
  width: 21px;
  height: 14px;
  position: relative;
}
.title-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  top: 0;
  left: 0;
  animation: moveLeft 3s linear infinite;
}
.title-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 2px solid var(--primary-color);
  top: 0;
  right: 0;
  animation: moveRight 3s linear infinite;
}

.top__header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.top__header .top__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .top__header .top__wrapper {
    justify-content: space-between;
  }
}
.top__header .top__wrapper .main__logo {
  margin-right: 82px;
  width: 128px;
  height: 24px;
  display: block;
}
@media screen and (max-width: 500px) {
  .top__header .top__wrapper .main__logo {
    display: none;
  }
}
.top__header .top__wrapper .search__wrp {
  margin-right: 61px;
  position: relative;
}
@media (max-width: 991px) {
  .top__header .top__wrapper .search__wrp {
    margin-right: 10px;
  }
}
.top__header .top__wrapper .search__wrp input {
  background-color: var(--white);
  outline: none;
  padding: 16px 5% 16px 53px;
  border-radius: 100px;
  width: 600px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  text-transform: capitalize;
}
.top__header .top__wrapper .search__wrp input::placeholder {
  color: #a6a6a6;
}
.top__header .top__wrapper .search__wrp button {
  position: absolute;
  left: 20px;
  top: 18px;
}
.top__header .top__wrapper .search__wrp button i {
  color: var(--primary-color);
  font-size: 18px;
}
@media (max-width: 1600px) {
  .top__header .top__wrapper .search__wrp input {
    width: 400px;
  }
}
@media (max-width: 1399px) {
  .top__header .top__wrapper .search__wrp input {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .top__header .top__wrapper .search__wrp input {
    display: none;
  }
  .top__header .top__wrapper .search__wrp button {
    position: initial;
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__header .top__wrapper .search__wrp button i {
    color: var(--white);
    font-size: 14px;
  }
}
.top__header .top__wrapper .account__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .top__header .top__wrapper .account__wrap {
    gap: 15px;
  }
}
.top__header .top__wrapper .account__wrap .acc__cont span {
  color: #003759;
  font-weight: 500;
}
.top__header .top__wrapper .account__wrap .c__one span {
  color: #003759;
  font-weight: 600;
}
.top__header .top__wrapper .account__wrap .account {
  width: 156px;
  background-color: var(--white);
  border-radius: 100px;
  gap: 8px;
}
@media (max-width: 991px) {
  .top__header .top__wrapper .account__wrap .account {
    background-color: transparent;
    width: unset;
  }
}
.top__header .top__wrapper .account__wrap .account .user__icon {
  width: 51px;
  height: 50px;
  border-radius: 100px 0 0 100px;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 50px;
}
.top__header .top__wrapper .account__wrap .account .user__icon a i {
  color: var(--white);
  font-size: 15px;
}
@media (max-width: 991px) {
  .top__header .top__wrapper .account__wrap .account .user__icon {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.top__header .top__wrapper .account__wrap .account span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .top__header .top__wrapper .account__wrap .account .acc__cont span {
    display: none;
  }
}
.top__header .top__wrapper .account__wrap .cart {
  width: 174px;
  border-radius: 100px;
  background-color: var(--white);
  gap: 19px;
}
.top__header .top__wrapper .account__wrap .cart .one {
  background-color: #003759;
  padding: 15px;
  font-weight: 500;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .cart {
    background-color: transparent;
    width: unset;
  }
}
.top__header .top__wrapper .account__wrap .cart .cart__icon {
  width: 51px;
  height: 48px;
  text-align: center;
  line-height: 50px;
}
.top__header .top__wrapper .account__wrap .cart .cart__icon i {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .cart .cart__icon {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top__header .top__wrapper .account__wrap .cart .cart__icon i {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .cart .c__one {
    display: none;
  }
  .top__header .top__wrapper .account__wrap .cart .one {
    display: none;
  }
}
.top__header .top__wrapper .account__wrap .flag__wrap {
  position: relative;
  width: 119px;
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .flag__wrap {
    width: 80px;
  }
}
.top__header .top__wrapper .account__wrap .flag__wrap .nice-select {
  padding: 1px 28px 0px 55px;
  background: var(--white);
  border-radius: 100px;
  border: none;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .flag__wrap .nice-select {
    padding: 1px 7px 0px 13px;
    width: 70px;
  }
}
.top__header .top__wrapper .account__wrap .flag__wrap .nice-select span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}
.top__header .top__wrapper .account__wrap .flag__wrap .nice-select .list {
  width: 110px;
}
.top__header .top__wrapper .account__wrap .flag__wrap .nice-select .list li {
  color: var(--black);
}
.top__header .top__wrapper .account__wrap .flag__wrap .flag {
  position: absolute;
  top: 4px;
  left: 7px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top__header .top__wrapper .account__wrap .flag__wrap .flag {
    display: none;
  }
}
.top__header .top__wrapper .account__wrap .flag__wrap .flag img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .top__header .top__wrapper .account__wrap {
    gap: 14px;
  }
}
@media (max-width: 1199px) {
  .top__header .top__wrapper {
    justify-content: space-between;
  }
}

.top__header.top-header-one .search__wrp input {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--border);
}
.top__header.top-header-one .account {
  background-color: var(--black) !important;
  border: var(--border-1px);
}
.top__header.top-header-one .top__wrapper .account__wrap .cart {
  background-color: var(--black);
  border: var(--border-1px);
}
.top__header.top-header-one .top__wrapper .account__wrap .cart .one {
  background-color: var(--primary-color);
}

.header-section {
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 114px;
  left: 0;
  background-color: #003759;
}
@media (max-width: 1199px) {
  .header-section {
    top: 100px;
  }
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #003759;
  border-bottom: unset;
}
.menu-fixed .header-wrapper .main-menu .logo {
  display: block;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  padding: 10px 0;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu .logo {
  display: none;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  text-transform: capitalize;
  border-radius: initial;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 38px;
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}
.header-wrapper .main-menu li a {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
  padding: 15px 0;
}
.header-wrapper .main-menu li a:hover {
  color: var(--primary-color);
}
.header-wrapper .main-menu li .sub-menu {
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  display: none;
  transform: translateY(15px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 999;
    width: 180px;
    transition: var(--transition);
    background-color: rgb(245, 244, 255);
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding: 8px 20px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
  color: var(--primary-color);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .shipping__item {
  gap: 60px;
}
@media (max-width: 1199px) {
  .header-wrapper .shipping__item {
    gap: 30px;
  }
}
@media screen and (max-width: 350px) {
  .header-wrapper .shipping__item {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .header-wrapper .shipping__item .menu__right {
    align-items: initial !important;
  }
}
@media (max-width: 991px) {
  .header-wrapper .shipping__item .menu__right .thumb {
    width: 30px;
    height: 30px;
  }
  .header-wrapper .shipping__item .menu__right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 450px) {
  .header-wrapper .shipping__item .menu__right .thumb {
    width: 20px;
    height: 20px;
  }
}
.header-wrapper .shipping__item .menu__right .content {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .header-wrapper .shipping__item .menu__right .content {
    margin-left: 10px;
  }
  .header-wrapper .shipping__item .menu__right .content p {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .header-wrapper .shipping__item .menu__right .content {
    margin-left: 10px;
  }
  .header-wrapper .shipping__item .menu__right .content p {
    font-size: 9px;
  }
}
.header-wrapper .shipping__item .menu__right .content .items .form__select {
  background: none;
  border: none;
}
.header-wrapper .shipping__item .menu__right .content .items .form__select .list li {
  color: var(--black);
}
@media (max-width: 991px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select span {
    font-size: 9px !important;
  }
}
.header-wrapper .shipping__item .menu__right .content .items .form__select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  right: -15px;
}
@media (max-width: 1199px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select::after {
    right: -5px;
    top: 15px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select::after {
    width: 7px;
    height: 7px;
    top: 12px;
  }
}
@media (max-width: 450px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select::after {
    width: 5px;
    height: 5px;
    top: 12px;
    right: -3;
  }
}
.header-wrapper .shipping__item .menu__right .content .items .form__select span {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
}
@media (max-width: 991px) {
  .header-wrapper .shipping__item .menu__right .content .items .form__select span {
    font-size: 12px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    border-bottom: unset;
  }
  .header-section .header-wrapper {
    justify-content: space-between;
    width: 100%;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 0px 0px;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
    background-color: var(--black-color);
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    border-radius: 10px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .main-menu li a {
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px !important;
  }
  .main-menu li .sub-menu {
    transform: translateY(0px) !important;
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li {
    margin-bottom: 10px;
  }
  .main-menu li .sub-menu li a {
    padding: 10px 0px !important;
    color: var(--white) !important;
    font-size: 14px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 15px 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    padding: 10px 15px !important;
    display: block;
  }
  .main-menu .btn--items {
    box-shadow: none;
    border: unset;
  }
  .main-menu .btn--items .cmn--btn {
    width: 140px;
    text-align: center;
    display: block !important;
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 40px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    width: 30px;
    background: var(--white);
  }
  .header-bar span:last-child {
    bottom: 0;
    width: 25px;
    background: var(--white);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
    width: 40px;
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .cmn--btn {
    display: none;
  }
}
.logo {
  max-width: 158px;
}
.logo img {
  width: 100%;
}

.side-bar-btn i {
  font-size: 20px;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: var(--white);
  padding: 40px;
  padding-top: 65px;
  z-index: 9999;
  transition: var(--transition);
}
.side_bar p {
  color: var(--white);
}
.side_bar .info li {
  font-size: 20px;
}
.side_bar .info li i {
  margin-right: 10px;
}
.side_bar .info li a {
  color: var(--white);
}
.side_bar .side_bar_overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: var(--transition);
}
.side_bar button:hover {
  transform: rotate(90deg);
}
.side_bar .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-1px);
  color: var(--primary-color);
  margin-right: 10px;
}
.side_bar .social-icon a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
  border: 1px solid var(--primary-color);
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.banner-area {
  padding-top: 350px;
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.banner__content h5 {
  margin-bottom: 20px;
}
.banner__item {
  position: relative;
}

.banner-two {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1920/915;
  min-height: 640px;
}
.banner-two::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) -0.98%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
}
.banner-two__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: bannerVideoZoom 18s ease-out infinite alternate;
  z-index: 0;
}
.liquid-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.liquid-hero.is-liquid-ready .banner-two__video {
  opacity: 0;
}
.liquid-hero .banner-two__video {
  transition: opacity 300ms ease;
}
.liquid-hero .banner-two__content h1 {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.liquid-hero .banner-two__content h1::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 118%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  filter: blur(24px);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .liquid-hero__canvas { display: none; }
}
@keyframes bannerVideoZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
.banner-two__product {
  position: absolute;
  right: clamp(24px, 6vw, 120px);
  bottom: 0;
  width: min(42vw, 650px);
  max-height: 82%;
  object-fit: contain;
  object-position: right bottom;
  z-index: 1;
  pointer-events: none;
}
.banner-two__shape-left {
  position: absolute;
  bottom: 310px;
  left: -70px;
  z-index: 2;
  top: 30%;
}
.banner-two__shape-right {
  position: absolute;
  bottom: 20px;
  right: -80px;
  z-index: 2;
}
.banner-two__content {
  padding-bottom: 100px;
  padding-top: 300px;
  position: relative;
  z-index: 2;
}
.banner-two__content h4 {
  font-weight: 200;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 30px;
}
.banner-two__content h4 img {
  width: 34px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.water-gradient-text {
    display: inline-block;

    background: linear-gradient(180deg, #0183c4 0%, #53e4ff 20%, #0398c7 62%, #006996 80%, #003759 100%);
    background-size: 100% 100%;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    line-height: 1.30;
    padding: 3px 0;
    overflow: visible;
    text-shadow: 0 2px 0 rgba(0, 55, 89, 0.55);
}

.off-btn img[src$="watericon.png"],
.get-now-area h4 img[src$="watericon.png"] {
  width: 28px;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}
.banner-two__content h1 {
  color: var(--white);
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}
.banner-two__content p {
  font-weight: 500;
}
.banner-two__content .banner-two__info span {
  color: var(--border-light);
  font-weight: 500;
  font-size: 14px;
}
.banner-two .banner-two__content {
  padding-top: 90px;
  padding-bottom: 70px;
}
.banner-two .banner-two__content p.mt-40 {
  margin-top: 28px;
}
.banner-two .banner-two__content .btn-wrp.mt-65 {
  margin-top: 34px;
}
.banner-two .banner-two__content .btn-one-light,
.banner-two .banner-two__content .btn-one-light span {
  color: #ffffff !important;
}
.banner-two .banner-two__content .btn-one-light:hover,
.banner-two .banner-two__content .btn-one-light:hover span {
  color: #000000 !important;
}
.banner-two-light .banner-two__content h4 {
  color: var(--black);
}
.banner-two-light .banner-two__content h1 {
  color: var(--black);
}
.banner-two-light .banner-two__content p {
  color: var(--paragraph-light);
}
.banner-two-light .banner-two__content .banner-two__info span {
  color: var(--paragraph-light);
}
.banner-two-light .banner-two__content .banner-two__info h3 {
  color: var(--black);
}

.page-banner {
  margin-top: 200px;
  text-align: center;
}
.page-banner .breadcrumb-list a,
.page-banner .breadcrumb-list span {
  font-size: 14px;
  font-weight: 500;
}

.ad-banner-area {
  overflow: hidden;
}
.ad-banner__content {
  position: relative;
}
.ad-banner__content p {
  font-size: 20px;
  font-weight: 600;
}
.ad-banner__content.left {
  margin-left: 25%;
}
.ad-banner__item {
  position: relative;
  overflow: hidden;
}
.ad-banner__item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.ad-banner__item:hover .bg-image {
  transform: scale(1.1);
}

.product__image {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}
.product__image .back-image {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.product__image .font-image {
  transition: var(--transition);
  opacity: 1;
  visibility: visible;
}
.product__image img {
  width: 100%;
}
.product__content {
  padding: 30px;
}
.product__content del,
.product__content span {
  font-size: 20px;
  font-weight: 600;
}
.product__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.product__item .wishlist {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-2px);
  position: absolute;
  top: 30px;
  right: 30px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  z-index: 1;
}
.product__item .wishlist:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.product__item:hover {
  transform: translateY(-10px);
}
.product__item:hover .font-image {
  opacity: 0;
  visibility: hidden;
}
.product__item:hover .back-image {
  opacity: 1;
  visibility: visible;
}
.product__item:hover .wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.product__left-item {
  padding: 30px;
  border-radius: 10px;
}
.product-area .row.g-4 > .col-xl-3 {
  align-self: flex-start;
  margin-top: 82px;
}
.product-area .product__left-item {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 30px;
}
.product-area .product__coundown .btn-two {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-area .row.g-4 > .col-xl-3 { margin-top: 0; }
}
.product__left-item .star {
  margin-top: 16px;
}
.product__left-item .left-title {
  font-size: 24px;
}
.product__coundown span {
  font-size: 14px;
  margin-top: 5px;
}
.product__coundown .coundown-item {
  text-align: center;
}
.product__coundown .coundown-item span {
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 20px;
  background-color: var(--primary-color);
}
.product__coundown .coundown-item h6 {
  color: #a6a6a6;
  margin-top: 10px;
}
.product__cart {
  text-align: center;
  padding: 20px;
  position: relative;
  font-weight: 600;
}
.product__cart span,
.product__cart i {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.product__cart::after, .product__cart::before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  transition: var(--transition);
}
.product__cart::before {
  left: 0;
}
.product__cart:hover::after, .product__cart:hover::before {
  width: 50%;
}
.product__cart:hover i {
  color: #000000 !important;
}
.product__cart:hover span,
.product__cart:hover i {
  color: #000000 !important;
}
.product__slider-item {
  border-radius: 10px;
  position: relative;
}
.product__slider-item .wishlist {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  
  border: var(--border-2px);
  position: absolute;
  top: 30px;
  right: 30px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  z-index: 1;

}
.product__slider-item .wishlist:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.product__slider-item:hover .wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.checkout__item-left {
  padding: 30px;
  border-radius: 10px;
}
.checkout__item-left input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid var(--border);
  transition: var(--transition);
  border-radius: 10px;
  color: var(--white);
  background-color: transparent;
}
.checkout__item-left input:focus {
  border: 1px solid var(--primary-color);
}
.checkout__item-left label {
  font-weight: 500;
  color: var(--heading-color);
}
.checkout__item-left h5 {
  font-weight: 500;
}
.checkout__item-left .nice-select {
  border-radius: 10px;
  width: 100%;
  border: 1px solid var(--border);
  font-size: 16px;
  line-height: 1px;
  padding: 30px 20px;
  background-color: transparent;
}
.checkout__item-left .nice-select span {
  color: var(--paragraph);
  font-weight: 600;
}
.checkout__item-left .nice-select .list {
  width: 100%;
  color: var(--black);
}
.checkout__item-left textarea {
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid var(--border);
  height: 200px;
  resize: none;
  transition: var(--transition);
  color: var(--white);
  background-color: transparent;
}
.checkout__item-left textarea::placeholder {
  color: var(--paragraph);
}
.checkout__item-left textarea:focus {
  border: 1px solid var(--primary-color);
}
.checkout__item-right {
  border-radius: 10px;
  padding: 30px;
}
.checkout__item-right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout__item-right ul li a:hover {
  color: var(--primary-color);
}

.get-now-area {
  overflow: hidden;
}
.get-now__image {
  max-width: 648px;
  height: 648px;
  line-height: 648px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--sub-bg);
  position: relative;
}
.get-now__image .get-bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 520px;
  width: 100%;
}
.get-now__image .get-bg-image img {
  width: 100%;
}
.get-now__image .image {
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.get-now__content ul {
  padding-left: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.get-now__content ul li {
  font-weight: 600;
  list-style: disc;
}
.get-now__content .get-info {
  font-size: 24px;
}
.get-now__content .get-info span {
  font-weight: 700;
}
.get-now__content .get-info del {
  font-weight: 500;
  margin-right: 20px;
}
.get-now__content .time-up .info span {
  font-size: 18px;
  margin-top: 10px;
}
.get-now__content .time-up .get-time {
  width: 70px;
  height: 70px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  padding-top: 10px;
  border: var(--border-1px);
}
.get-now__content .time-up .get-time h3 {
  line-height: 30px;
}
.get-now__content .time-up .get-time span {
  color: var(--footer-color);
  font-weight: 600;
}
.get-now-arry {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
.get-now-arry i {
  color: #d9d9d9;
  font-size: 26px;
}
.get-now__arry-right {
  left: inherit;
  right: 20px;
}

.cart-page {
  overflow: hidden;
}
.cart-page .column-labels {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.product-details {
  width: 40%;
}
.product-details img {
  width: 80px;
}

.product-price {
  width: 10%;
}

.product-quantity {
  width: 14%;
}
.product-quantity input {
  border: 1px solid var(--border);
  width: 100px;
  text-align: center;
  border-radius: 10px;
}

.product-removal {
  width: 6%;
  text-align: right;
}
.product-removal i {
  transition: var(--transition);
}
.product-removal i:hover {
  color: var(--primary-color) !important;
}

.product-line-price {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .shopping-cart {
    display: none;
  }
  .shopping-cart.mobile-view {
    display: block;
  }
  .shopping-cart.mobile-view .product-details {
    width: 100%;
    text-align: center;
  }
  .shopping-cart.mobile-view .product-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-quantity {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-removal {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .shopping-cart.mobile-view .product-line-price {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
}
@media screen and (min-width: 768px) {
  .shopping-cart {
    display: block;
  }
  .shopping-cart.mobile-view {
    display: none;
  }
}
.shop-single {
  overflow: hidden;
}
.shop-single .swiper-slide img {
  border-radius: 10px;
}
.shop-single .shop-single-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f4f4f4;
}
.shop-single .shop-single-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.shop-single .shop-singe-tab .nav-pills .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-single .shop-singe-tab .nav-pills .nav-link::after {
  display: none;
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active {
  background: transparent;
}
.shop-single .shop-singe-tab .nav-pills .nav-link.active h4 {
  color: var(--primary-color);
}
.shop-single .shop-slider-thumb img {
  cursor: pointer;
}
.shop-single .shop-slider-thumb .swiper-slide {
  border: 1px solid transparent;
  opacity: 0.5;
  transition: var(--transition);
}
.shop-single .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  opacity: 1;
  border-radius: 10px;
}
.shop-single .cart-quantity {
  padding-right: 15px;
}
.shop-single .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}
.shop-single .cart-quantity .qty {
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 10px;
}
.shop-single .cart-quantity .minus {
  color: var(--heading-color);
  border-radius: 10px;
}
.shop-single .cart-quantity .plus {
  color: var(--heading-color);
  border-radius: 10px;
}
.shop-single .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-single .cart-wrp .discount input {
  border: 1px solid var(--border);
  padding: 8px 15px;
  background-color: transparent;
  border-radius: 10px;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .shop-single .cart-wrp .discount {
    margin-top: 10px;
  }
}
.shop-single .abmin img {
  border-radius: 50%;
}
.shop-single .abmin .content {
  border-radius: 10px;
}
.shop-single .abmin .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--black);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
.shop-single .comment-form input {
  background-color: transparent;
  border-radius: 10px;
  color: var(--white);
}
.shop-single .comment-form textarea {
  background-color: transparent;
  border-radius: 10px;
  color: var(--white);
  height: 250px;
}
.shop-single .fa-star,
.shop-single .fa-star-half-stroke {
  color: #FFD93D;
}
.shop-single__rate-now {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-single__rate-now p {
  font-weight: 500;
  color: var(--heading-color);
}
.shop-single__rate-now .star span i {
  color: var(--span);
  cursor: pointer;
}

.category__image {
  position: relative;
  width: 210px;
  height: 210px;
  line-height: 210px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 auto;
  border: 1px solid #FFD93D;
}
.category__image .category-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #002544;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
}
.category__item:hover h4 a {
  color: var(--primary-color);
}
.category__item:hover .category__image .category-icon {
  background-color: rgba(0, 0, 0, 0.081);
}
.category__item:hover .category__image .category-icon img {
  filter: invert(49%) sepia(60%) saturate(5401%) hue-rotate(354deg) brightness(96%) contrast(105%);
}

.category-static-grid {
  --bs-gutter-x: 72px;
  row-gap: 56px;
}
.category-area__container {
  width: 100%;
  max-width: none;
  padding-right: clamp(24px, 4vw, 80px);
  padding-left: clamp(24px, 4vw, 80px);
}
.category-static-grid > [class*="col-"] {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .category-static-grid {
    --bs-gutter-x: 42px;
  }
}
@media (max-width: 575px) {
  .category-static-grid {
    --bs-gutter-x: 24px;
    row-gap: 42px;
  }
}

.category-two__item:hover .category__image .category-icon {
  opacity: 0;
}
.category-two__item:hover .category__image .category-icon img {
  filter: none;
}

/* Bottom call to action */
.project-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  background-position: center;
  background-size: cover;
}

.project-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 47, 77, 0.96), rgba(0, 47, 77, 0.78));
}

.project-cta__content {
  max-width: 1050px;
  margin: 0 auto;
}

.project-cta .sub-title {
  margin-bottom: 28px;
}

.project-cta .sub-title h3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.project-cta h2 {
  margin-bottom: 24px;
  color: var(--wdp-white);
}

.project-cta p {
  max-width: 800px;
  margin: 0 auto;
  color: var(--wdp-white);
  font-size: 18px;
  line-height: 1.7;
}

.project-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
}

.project-cta__actions .btn-one-light:hover,
.project-cta__actions .btn-one-light:hover span {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .project-cta {
    padding: 80px 0;
  }

  .project-cta p {
    font-size: 16px;
  }
}

.discount-area {
  overflow: hidden;
}

.why-choose-area {
  position: relative;
  isolation: isolate;
}
.why-choose-area::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  pointer-events: none;
}
.why-choose-area .container {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.why-choose-row {
  margin-left: 0;
  margin-right: 0;
}
.why-choose-content {
  padding-left: 0;
  padding-right: 0;
}
.why-choose-content .sub-title {
  text-align: left;
}
.why-choose-content .sub-title h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.why-choose-content .sub-title h3 .title-icon:first-child {
  position: absolute;
  left: -30px;
}
.why-choose-content .sub-title h3 .title-icon:first-child + * {
  margin-left: 0;
}
.why-choose-content .btn-one,
.why-choose-content .btn-one span {
  color: #000000 !important;
}
.why-choose-action {
  margin-top: 15px;
}
.why-choose-action .btn-one,
.why-choose-action .btn-one span {
  color: #000000 !important;
}

.testimonial {
  overflow: hidden;
}
.testimonial__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.testimonial__item p {
  font-size: 20px;
  line-height: 35px;
  color: var(--footer-color);
}
.testimonial__item .testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial__item .testi-header .testi-content span {
  color: var(--primary-color);
  padding-top: 10px;
  font-weight: 600;
}
.testimonial__item .testi-header i {
  font-size: 60px;
  color: var(--primary-color);
}
.testimonial__image {
  position: relative;
}
.testimonial__image img {
  width: 100%;
}
.testimonial__image::after {
  position: absolute;
  content: url(../../assets/images/testimonial/testimonial-line.png);
  left: -80px;
  top: 5px;
}

.blog {
  position: relative;
}
.blog__head-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog__item-left {
  border-radius: 10px;
  border: var(--border-1px);
  background-color: var(--sub-bg);
  padding: 30px;
  position: relative;
}
.blog__item-left-content h3 {
  margin-top: 30px;
}
.blog__item-left-content h3 a:hover {
  color: var(--primary-color);
}
.blog__item-left-content p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.blog__item-left-content-info {
  color: var(--footer-color);
}
.blog__item-left-dot-wrp {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.blog__item-right {
  border: var(--border-1px);
  border-radius: 10px;
  padding: 30px;
  background-color: var(--sub-bg);
}
.blog__item-right h3 a {
  margin: 20px 0;
}
.blog__item-right h3 a:hover {
  color: var(--primary-color);
}
.blog__item-right span {
  color: var(--footer-color);
}
.blog__tag {
  color: var(--primary-color) !important;
  padding: 2px 10px;
  background-color: var(--white);
  border-radius: 100px;
}

.blog-slingle .image img {
  border-radius: 10px;
}
.blog-slingle .item {
  padding: 0 30px;
}
.blog-slingle .info span a {
  color: var(--span);
}
.blog-slingle .info span a:hover {
  color: var(--primary-color);
}
.blog-slingle .info_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--border);
  margin: 0 10px;
}
.blog-slingle .list_here {
  padding-left: 30px;
}
.blog-slingle .list_here li {
  list-style-type: disc;
}
.blog-slingle .blog_testimonial {
  padding: 40px 65px;
  border-radius: 10px;
}
.blog-slingle .blog_testimonial p {
  font-size: 24px;
  line-height: 40px;
  color: var(--heading-color);
}
.blog-slingle .tag-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-slingle .tag-share .tag a {
  padding: 2px 10px;
  background-color: var(--sub-bg);
  border-radius: 30px;
  color: var(--span);
  margin-left: 2px;
  font-size: 14px;
}
.blog-slingle .tag-share .share a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--span);
  margin-left: 2px;
}
.blog-slingle .tag-share .share a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.blog-slingle .arry a i {
  transition: var(--transition);
}
.blog-slingle .arry a:hover i {
  color: var(--primary-color);
}
.blog-slingle .recent-post {
  padding: 20px;
  display: flex;
  align-items: center;
}
.blog-slingle .recent-post .con {
  padding-left: 15px;
}
.blog-slingle .recent-post .con span {
  font-size: 14px;
  padding-bottom: 3px;
}
.blog-slingle .recent-post .con h5 a {
  text-transform: capitalize;
}
.blog-slingle .recent-post .con h5 a:hover {
  color: var(--primary-color);
}
.blog-slingle .right-item {
  border-radius: 10px;
  padding: 30px;
}
.blog-slingle .right-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.blog-slingle .right-item .search {
  position: relative;
}
.blog-slingle .right-item .search input {
  width: 100%;
  padding: 15px 20px;
  background-color: #dadada;
  border: none;
  border-radius: 10px;
}
.blog-slingle .right-item .search input::placeholder {
  color: #646464;
}
.blog-slingle .right-item .search button {
  color: #646464;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  background-color: #dadada;
}
.blog-slingle .right-item .right_list {
  padding-left: 30px;
}
.blog-slingle .right-item .right_list li {
  list-style-type: disc;
}
.blog-slingle .right-item .tags a {
  padding: 5px 10px;
}
.blog-slingle .right-item a {
  text-transform: capitalize;
}
.blog-slingle .right-item a:hover {
  color: var(--primary-color);
}

.blog-slingle.blog-area h3 a:hover {
  color: var(--primary-color);
}
.blog-slingle.blog-area .item {
  padding: 30px;
  border-radius: 10px;
}
.blog-slingle.blog-area .go_blog {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: var(--white);
  border-radius: 10px;
  background-color: var(--primary-color);
}
.blog-slingle.blog-area .go_blog i {
  transform: rotate(-45deg);
  transition: var(--transition);
}
.blog-slingle.blog-area .go_blog:hover i {
  transform: rotate(0deg);
}
.blog-slingle.blog-area .image-tag a {
  padding: 2px 10px;
  border-radius: 30px;
  color: var(--span);
  font-size: 14px;
}
.blog-slingle.blog-area .image-tag a:first-child {
  background-color: var(--primary-color);
}
.blog-slingle.blog-area .image-tag a:last-child {
  background-color: var(--sub-bg);
  margin-left: 3px;
}
.blog-slingle.blog-area .video_item {
  position: relative;
}
.blog-slingle.blog-area .video_item .video-btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-pegi {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  margin-right: 5px;
}
.blog-pegi:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.blog_pegi_arrow {
  transition: var(--transition);
}
.blog_pegi_arrow:hover {
  color: var(--primary-color);
}

.blog-pegi.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.brand__item {
  cursor: pointer;
}
.brand__item img {
  transition: var(--transition);
}
.brand__item:hover img {
  filter: brightness(0) invert(1);
}

.service-area {
  overflow: hidden;
}
.service__icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-1px);
  position: relative;
}
.service__icon img {
  position: relative;
  z-index: 2;
}
.service__icon::after {
  position: absolute;
  content: "";
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
}
.service__content p {
  margin-top: 10px;
  font-size: 14px;
}
.service__image {
  position: relative;
}
.service__image .service-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: center;
}
.service__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service__item:hover .service__icon {
  border: 1px solid transparent;
}
.service__item:hover .service__icon::after {
  background-color: var(--primary-color);
  transform: scale(1);
}

.gallery__image {
  position: relative;
}
.gallery__image img {
  border-radius: 10px;
}
.gallery__image::before {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #003759 100%);
  border-radius: 10px;
}
.gallery__content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.gallery__content h3 a:hover {
  color: var(--primary-color);
}
.gallery__item {
  position: relative;
}
.gallery__item .off-tag {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.view-area {
  position: relative;
}
.view__eyebrow {
  margin-bottom: 0;
}
.view__eyebrow h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.view__grid {
  align-items: flex-start !important;
  --bs-gutter-y: 0;
}
.view__right-column {
  padding-top: 0;
}
/* Homepage About section scroll-over background. */
.view-area.view-area--fixed-background {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.view-area--fixed-background + .product-area {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background-color: #0793B8;
}

.view-area--fixed-background > .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 120px;
}

.view-area__fixed-bg {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../images/bg/view-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: none !important;
  transition: none !important;
  transform: none !important;
  pointer-events: none;
}

@media (max-width: 767px) {
  .view-area--fixed-background > .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.view__left-content {
  padding: 40px !important;
}
.view__left-content p {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .view__left-content {
    height: 490px;
  }
  .view__left-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .view__left-content p {
    margin-bottom: 30px;
  }
  .view__left-content a {
    margin-top: 10px;
  }
}
.view__left-content .off-btn {
  float: right;
}
@media (max-width: 575px) {
  .view__left-content .off-btn {
    float: left;
    display: inline-block;
  }
}
.view__left-item {
  border-radius: 10px;
  overflow: hidden;
}
.view__content {
  padding: 40px 20px 40px 40px;
}
.view__content p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.view__image {
  width: 245px;
}
.view__image img {
  width: 100%;
}
.view__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--sub-bg);
  border-radius: 10px;
  overflow: hidden;
  padding-right: 40px;
}

.text-slider {
  overflow: hidden;
  font-size: 20px;
  line-height: 65px;
  color: var(--heading-color);
  text-transform: capitalize;
  font-family: var(--prosto-one);
}

.marquee-wrapper {
  position: relative;
  height: 105px;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}
.marquee-list {
  float: left;
  width: 50%;
}
.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}
.marquee-item img {
  margin-top: -5px;
}

/* Seamless homepage product marquee with even text/icon spacing. */
.product-marquee-section {
  margin: 0;
  padding: 0;
  background: #000000;
}

.product-marquee {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: normal;
  background: #000000;
}

.product-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: productMarquee 32s linear infinite;
  will-change: transform;
}

.product-marquee__set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}

.product-marquee__set span {
  display: inline-block;
  white-space: nowrap;
}

.product-marquee__set img {
  flex: 0 0 auto;
  margin: 0;
}

@keyframes productMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .product-marquee__set {
    gap: 48px;
    padding-right: 48px;
  }
}

.marquee-inner.to-right {
  animation: marqueeRight 30s linear infinite;
}

@keyframes marqueeRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.marquee-inner.to-left {
  animation: marqueeLeft 30s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.form-area form input {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--sub-bg);
  border: 1px solid var(--border);
  color: var(--white);
  border-radius: 10px;
}
.form-area form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--sub-bg);
  border: 1px solid var(--border);
  margin-top: 30px;
  height: 200px;
  resize: none;
  border-radius: 10px;
}
.form-area form button {
  padding: 12px 26px;
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white);
  border-radius: 10px;
}
.form-area form button i {
  padding-left: 6px;
  transform: rotate(-40deg);
  transition: var(--transition);
}
.form-area form button:hover i {
  transform: rotate(0deg);
}

.contact form input {
  margin-bottom: 30px;
  transition: var(--transition);
}
.contact form input:focus {
  border: 1px solid var(--primary-color);
}
.contact form textarea {
  height: 140px;
  margin-top: 0;
  transition: var(--transition);
  color: var(--white);
}
.contact .form-area form button {
  margin-top: 30px !important;
}
.contact-form-panel {
  padding: 30px;
  background-color: #006ba4;
  border-radius: 15px;
}
.contact-form-heading {
  margin-bottom: 30px;
}
.contact-form-heading .sub-title h3,
.contact-form-heading h2 {
  color: #ffffff;
}
.contact-form-heading h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}
.contact form textarea:focus {
  border: 1px solid var(--primary-color);
}
.contact form .nice-select {
  width: 100%;
  border: 1px solid var(--border);
  font-size: 16px;
  line-height: 1px;
  padding: 30px 20px;
  background-color: var(--sub-bg);
  border-radius: 10px;
}
.contact form .nice-select span {
  color: var(--span);
}
.contact form .nice-select ul {
  width: 100%;
  border-radius: 10px;
}
.contact form .nice-select ul li {
  color: var(--black);
  font-weight: 600;
}
.contact .content {
  color: var(--white);
  background-color: #002544;
  /* Replace this URL with the final contact image when it is ready. */
  background-image: linear-gradient(rgba(0, 37, 68, 0.78), rgba(0, 37, 68, 0.78)), url("../images/contact/01.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
}
.contact-equal-column {
  display: flex;
}
.contact-equal-column > .content,
.contact-equal-column > .form-area {
  width: 100%;
}
.contact .content h2 {
  color: var(--white);
  padding-bottom: 40px;
}
.contact .content .arry {
  margin: 50px 0;
}
.contact .content ul li {
  margin-bottom: 20px;
}
.contact .content ul li a {
  color: var(--white);
}
.contact .content ul li a i {
  color: #FFD93D;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #006BA4;
  border-radius: 8px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .contact .content {
    text-align: center;
  }

  .contact .content ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .contact .content ul {
    margin-top: 30px;
  }

  .contact .content ul li a i {
    margin: 0 auto 12px;
  }
}

.google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -10px;
}

.login-area {
  overflow: hidden;
}
.login__image {
  position: relative;
}
.login__image img {
  width: 100%;
  border-radius: 10px;
}
.login__image .btn-wrp {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(-90deg);
}
.login__image .btn-wrp a {
  padding: 10px 20px;
  border: 1px solid var(--white);
  color: var(--white);
  transition: var(--transition);
  border-radius: 10px;
}
.login__image .btn-wrp a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.login__image .btn-wrp .active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin: 0 15px;
}
.login__item {
  padding: 65px;
  border: var(--border-1px);
  border-radius: 10px;
}
.login__form form input {
  padding-left: 0;
  border: none;
  border-bottom: var(--border-1px);
  background-color: transparent;
  color: var(--white);
  border-radius: 0px;
}
.login__form form input:focus {
  border-bottom: 1px solid var(--primary-color);
}
.login__form form input::placeholder {
  color: var(--white);
  font-weight: 400;
}
.login__form form button {
  width: 100%;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.login__form form button:hover {
  background-color: var(--black);
  color: var(--primary-color);
}
.login__form .radio-btn .radio-btn-active {
  background-color: var(--primary-color);
  border: 1px solid var(--white);
}
.login__form .radio-btn p {
  color: var(--white);
}
.login__form .radio-btn span {
  background-color: var(--white);
}
.login__form .or {
  color: var(--white);
  text-align: center;
  display: block;
  font-weight: 500;
}
.login__with a {
  width: 100%;
  padding: 17px 30px;
  font-weight: 600;
  border: var(--border-1px);
  border-radius: 10px;
}
.login__with a:hover {
  color: var(--primary-color);
}
.login__with a img {
  margin-right: 65px;
}

.error {
  text-align: center;
  overflow: hidden;
}
.error h1 {
  font-size: 300px;
  color: var(--white);
  font-weight: 500;
  line-height: 250px;
}

.light-bar span {
  background-color: var(--black) !important;
}

.black-area .top__wrapper .search__wrp input {
  color: var(--black);
}
.black-area .top__wrapper .account__wrap .flag__wrap .nice-select .list li {
  color: unset !important;
}
.black-area .header-wrapper .main-menu li a {
  color: var(--black);
}
.black-area .header-wrapper .main-menu li .sub-menu li a {
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .black-area .header-wrapper .main-menu li .sub-menu li a {
    color: var(--black) !important;
  }
}
.black-area .header-wrapper .main-menu li .sub-menu li a:hover {
  color: var(--primary-color);
}
.black-area .header-wrapper .shipping__item .menu__right .content p {
  color: var(--black);
}
.black-area .header-wrapper .shipping__item .menu__right .content .items .form__select span {
  color: var(--black);
}
.black-area .header-wrapper .shipping__item .menu__right .content .items .form__select .list li {
  color: var(--white);
}
.black-area .btn-one, .black-area .btn-one-light, .black-area .btn-two {
  background-color: var(--primary-color);
  color: var(--black);
}
.black-area .btn-one::after, .black-area .btn-one-light::after, .black-area .btn-two::after {
  background-color: var(--black);
}
.black-area .btn-one:hover, .black-area .btn-one-light:hover, .black-area .btn-two:hover {
  color: var(--primary-color);
}
.black-area .btn-one-light, .black-area .btn-two {
  background-color: var(--black);
  color: #ffffff;
}
.black-area .btn-one-light::after, .black-area .btn-two::after {
  background-color: var(--primary-color);
}
.black-area .btn-one-light:hover, .black-area .btn-two:hover {
  color: #000000;
}
.black-area .category__image {
  border: 1px solid var(--border);
}
.black-area .category__image .category-icon {
  background-color: var(--paragraph);
}
.black-area .brand__item:hover img {
  filter: brightness(1) invert(0);
}
.black-area .footer-title {
  color: var(--black);
}

.gallery-light .gallery__content h3 a {
  color: var(--black);
}
.gallery-light .gallery__content p {
  color: var(--black);
}
.gallery-light .off-tag {
  background-color: var(--black);
}

.ns-light .nice-select li {
  color: var(--white) !important;
}

.ns-head .nice-select::after {
  border-bottom: 2px solid var(--black) !important;
  border-right: 2px solid var(--black) !important;
}

.footer-area {
  overflow: hidden;
}
.footer__item .footer-title {
  margin-bottom: 25px;
}
.footer__item ul li:not(:last-child) {
  margin-bottom: 6px;
}
.footer__item ul li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: var(--border-1px);
  margin-right: 6px;
  transition: var(--transition);
}
.footer__item ul li a {
  font-size: 14px;
  color: var(--footer-color);
  font-weight: 500;
}
.footer__item ul li a:hover {
  color: var(--primary-color);
}
.footer__item ul li a:hover span {
  border: 1px solid var(--primary-color);
}
.footer__item.newsletter .subscribe {
  position: relative;
}
.footer__item.newsletter .subscribe input {
  width: 100%;
  background-color: var(--sub-bg);
  padding: 16px 24px;
  border-radius: 100px;
  border: var(--border-1px);
  color: var(--white);
}
.footer__item.newsletter .subscribe input::placeholder {
  font-size: 14px;
  color: var(--footer-color);
}
.footer__item.newsletter .subscribe button {
  color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  font-size: 17px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.footer__copy-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer__copy-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--footer-color);
}
.footer__copy-text p a {
  color: var(--footer-color);
}
.footer__copy-text .payment {
  max-width: 275px;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-7px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sway {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.sway__animation {
  animation: sway 5s linear infinite alternate;
}

@keyframes sway_Y {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.sway_Y__animation {
  animation: sway_Y 5s linear infinite alternate;
}

@media screen and (max-width: 991px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-header h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .pt-130 {
    padding-top: 65px;
  }
  .pb-130 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 470px) {
  .nav-pills .nav-item .nav-link {
    padding: 0 5px !important;
    font-size: 12px;
  }
  .nav-pills .nav-item .nav-link.active::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .section-header h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner-area .product__dot {
    text-align: center;
  }
  .banner-two__product {
    width: min(45vw, 420px);
    opacity: 0.72;
  }
  .banner-two .banner-two__content {
    padding-top: 75px;
    padding-bottom: 55px;
  }
  .banner-two__content h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 30px;
  }
  .banner-two__content h1 {
    color: var(--white);
    font-size: 60px;
    line-height: 74px;
  }
  .banner-two__content p {
    font-weight: 500;
  }
  .banner-two__content .banner-two__info span {
    color: var(--border-light);
    font-weight: 500;
    font-size: 14px;
  }
  .ad-banner__content.left {
    margin-left: 0%;
    padding-left: 65px;
  }
  .ad-banner__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-area {
    padding-top: 250px;
  }
  .banner-two__product {
    width: min(58vw, 320px);
    opacity: 0.5;
    right: 8px;
  }
  .banner-two .banner-two__content {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .banner-two__content h4 {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 15px;
  }
  .banner-two__content h1 {
    color: var(--white);
    font-size: 40px;
    line-height: 40px;
  }
  .banner-two__content p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
  }
  .banner-two__content .btn-wrp {
    margin-top: 30px;
  }
  .banner-two .banner-two__content .btn-wrp.mt-65 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .banner-area {
    padding-top: 200px;
  }
}
@media screen and (max-width: 424px) {
  .banner__content h5 {
    margin-bottom: 15px;
  }
  .banner__content h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner__content .btn-one, .banner__content .btn-one-light, .banner__content .btn-two {
    margin-top: 20px;
  }
  .banner-two .btn-wrp a {
    padding: 5px 15px;
  }
  .ad-banner__content {
    padding-left: 20px;
  }
  .ad-banner__content.left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 424px) {
  .page-banner h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .gallery__content {
    bottom: 30px;
    left: 30px;
  }
  .gallery__item .off-tag {
    top: 30px;
    left: 30px;
  }
  .testimonial__image::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gallery__item {
    padding: 0 15px;
  }
  .product__content {
    text-align: center;
  }
  .get-now__image {
    background-color: var(--black);
  }
}
@media screen and (max-width: 575px) {
  .shop-page-wrp {
    flex-direction: column;
  }
  .shop-page-wrp .short {
    margin-top: 20px;
  }
  .testimonial .pb-65,
  .testimonial .pt-65,
  .testimonial .pl-65,
  .testimonial .pr-65,
  .testimonial .pr-55 {
    padding: 10px;
  }
  .testimonial__item p {
    font-size: 18px;
    line-height: 25px;
  }
  .login__item {
    padding: 20px;
  }
  .login__content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .login__image .btn-wrp {
    right: -90px;
  }
}
@media screen and (max-width: 424px) {
  .blog-list .container-fluid {
    padding: 0 20px;
  }
  .get-now__image {
    height: 400px;
    line-height: 400px;
  }
  .discount__item .off-btn {
    padding: 10px 4px;
    font-size: 12px;
  }
  .discount__item .off-btn img {
    margin-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  .footer__copy-text {
    flex-direction: column;
    padding: 30px 0;
  }
  .footer__copy-text p {
    margin: 15px 0;
  }
}

/* Waterproofing Depot colour overrides - text/colour only, layout and images unchanged */
:root {
  --wdp-dark: #002544;
  --wdp-dark-2: #0B2235;
  --wdp-light-blue: #6EC6FF;
  --wdp-yellow: #FFD93D;
  --wdp-white: #FFFFFF;
}
body { background-color: #0793B8; color: var(--wdp-white); }
a:hover, .header-top__link:hover, .main-menu a:hover { color: var(--wdp-light-blue) !important; }
.btn-one, button, input[type="submit"] { background-color: var(--wdp-yellow); color: var(--wdp-dark) !important; border-color: var(--wdp-yellow); }
.btn-two { background-color: var(--wdp-yellow); color: #ffffff !important; border-color: var(--wdp-yellow); }
.btn-one:hover, button:hover, input[type="submit"]:hover { background-color: var(--wdp-light-blue); border-color: var(--wdp-light-blue); color: var(--wdp-dark) !important; }
.btn-two:hover { background-color: var(--wdp-light-blue); border-color: var(--wdp-light-blue); color: #000000 !important; }
.section-header h2, .section-header h3, h1, h2, h3, h4 { color: var(--wdp-white); }
.header-top, .main-header, .mobile-menu, .footer-area, .footer__copy, .footer__main, .sub-bg, .dark-area { background-color: var(--wdp-dark) !important; }
.primary-color, .secondary-color, .span, .section-header span { color: var(--wdp-yellow) !important; }

/* Homepage header layout */
.header-section--compact {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 6px 24px rgba(0, 55, 89, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  height: 78px;
}

.header-section--compact .container {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .header-section--compact {
    top: 0;
  }
}

.header-section--compact .header-wrapper {
  flex-wrap: nowrap;
  gap: 36px;
  height: 78px;
  min-height: 0;
  padding: 0;
}

.header-section--compact .header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 270px;
  max-width: 270px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-section--compact .header-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header-section--compact .main-menu {
  justify-content: center;
  gap: 30px;
  flex: 0 0 auto;
}

.header-section--compact .main-menu li:not(:last-child) {
  margin-right: 0;
}

.header-section--compact .main-menu li a {
  color: var(--wdp-dark);
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  white-space: nowrap;
}

.header-section--compact .main-menu li a:hover {
  color: #90D5FF !important;
}

.header-section--compact .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1 1 430px;
  margin-left: 0;
  min-width: 0;
}

.header-section--compact .header-search {
  position: relative;
  flex: 1 1 160px;
  width: min(100%, 170px);
  min-width: 140px;
  max-width: 170px;
  overflow: hidden;
  border-radius: 999px;
}

.header-section--compact .header-search input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 55, 89, 0.25);
  border-radius: 999px;
  background-color: #e7edf2;
  color: #000000;
  outline: none;
  padding: 0 40px 0 15px;
  font-size: 11px;
  font-weight: 700;
}

.header-section--compact .header-search input::placeholder {
  color: #003759;
  opacity: 1;
  text-transform: capitalize;
}

.header-section--compact .header-search button {
  position: absolute;
  top: 50%;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #90D5FF;
  color: var(--wdp-dark) !important;
  transform: translateY(-50%);
}

.header-section--compact .header-search button:hover {
  background-color: #7bc9f3;
  color: var(--wdp-dark) !important;
}

.header-section--compact .header-cart i {
  color: var(--wdp-dark);
}

.header-section--compact .header-search button i {
  color: var(--wdp-dark);
}

.header-section--compact .header-search button:hover i {
  color: var(--wdp-dark);
}

.header-section--compact .header-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFD93D;
  color: var(--wdp-dark) !important;
}

.header-section--compact .header-cart:hover {
  background-color: #90D5FF;
  color: var(--wdp-dark) !important;
}

.header-section--compact .header-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #79764e 0%, #CEC88A 20%, #d4ce92 62%
62%
, #A49E67 80%, #7c774b 100%);
  color: #002544 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.header-section--compact .header-quote-btn:hover {
  background-color: #90D5FF;
  color: #002544 !important;
}

@media (max-width: 575px) {
  .header-section--compact .header-quote-btn {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 11px;
  }
}

.header-section--compact .header-cart__count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background-color: var(--wdp-dark);
  color: var(--wdp-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 1600px) {
  .header-section--compact .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .header-section--compact .header-wrapper {
    gap: 28px;
    height: 78px;
  }

  .header-section--compact .header-logo {
    flex-basis: 240px;
    max-width: 240px;
  }

  .header-section--compact .main-menu {
    gap: 24px;
  }

  .header-section--compact .main-menu li a {
    font-size: 18px;
  }

  .header-section--compact .header-actions {
    flex-basis: 390px;
    margin-left: 0;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header-section--compact .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-section--compact .header-wrapper {
    gap: 18px;
  }

  .header-section--compact .header-logo {
    flex-basis: 210px;
    max-width: 210px;
  }

  .header-section--compact .main-menu {
    gap: 16px;
  }

  .header-section--compact .main-menu li a {
    font-size: 16px;
  }

  .header-section--compact .header-actions {
    flex: 1 1 340px;
    gap: 12px;
  }

  .header-section--compact .header-search {
    flex-basis: 110px;
    min-width: 100px;
    max-width: 140px;
  }

  .header-section--compact .header-quote-btn {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .header-section--compact .header-wrapper {
    gap: 18px;
    height: 68px;
    min-height: 0;
  }

  .header-section--compact .header-logo {
    flex-basis: 210px;
    max-width: 210px;
  }

  .header-section--compact .main-menu li:not(:last-child) {
    margin-right: 0;
  }

  .header-section--compact .main-menu {
    gap: 16px;
  }

  .header-section--compact .main-menu li a {
    font-size: 16px;
  }

  .header-section--compact .header-actions {
    flex-basis: 320px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-section--compact {
    height: 64px;
  }

  .header-section--compact .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-section--compact .header-wrapper {
    gap: 16px;
    height: 64px;
    min-height: 0;
  }

  .header-section--compact .header-actions {
    flex: 1 1 auto;
    gap: 12px;
    margin-left: 0;
  }

  .header-section--compact .header-logo {
    flex-basis: 170px;
    max-width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-section--compact .header-search {
    min-width: 0;
  }

  .header-section--compact .header-search input {
    height: 38px;
    padding-right: 40px;
    padding-left: 12px;
    font-size: 11px;
  }

  .header-section--compact .header-search button {
    width: 32px;
    height: 32px;
  }

  .header-section--compact .header-cart {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 480px) {
  .header-section--compact .header-wrapper {
    gap: 10px;
  }

  .header-section--compact .header-logo {
    flex-basis: 128px;
    max-width: 128px;
  }
}

/* Global font system */
body,
button,
input,
textarea,
select,
a,
p,
li,
span {
  font-family: var(--montserrat);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-header h2,
.section-header h3,
.sub-title h3,
.footer-title,
.page-banner h2,
.banner-two__content h4,
.banner-two__content h1 {
  font-family: var(--oswald);
}

.banner-two__content h1,
.banner-two__content h2,
.banner-two__content h3,
.banner-two__content h4,
.banner-two__content h5,
.banner-two__content h6 {
  font-weight: 500;
}

.page-banner h1,
.page-banner h2,
.page-banner h3,
.banner-area h1,
.banner-area h2,
.banner-area h3,
.banner-two__content h1,
.banner-two__content h2,
.banner-two__content h3,
.banner-two__content h4,
.banner-two__content h1 span,
.banner-two__content h2 span,
.banner-two__content h3 span,
.banner-two__content h4 span {
  font-family: var(--oswald) !important;
  font-weight: 500 !important;
}

/* About section card spacing */
.view-area .view__left-item .view__left-content.sub-bg {
  box-sizing: border-box;
  padding: 40px !important;
}

.view-area .view__left-item .view__left-content.sub-bg h2,
.view-area .view__left-item .view__left-content.sub-bg p,
.view-area .view__left-item .view__left-content.sub-bg .btn-two {
  margin-left: 0;
  margin-right: 0;
}

/* =========================================================
   Waterproofing Depot mobile responsive patch
   Desktop styling is left unchanged. These rules only apply
   on tablet and phone widths.
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  body {
    overflow-x: clip;
  }

  .container,
  .container-fluid {
    max-width: 100%;
  }

  .header-section--compact,
  .header-section,
  .menu-fixed {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    height: auto !important;
    min-height: 64px !important;
    background-color: #ffffff !important;
  }

  .header-section--compact .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header-section--compact .header-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 64px !important;
    padding: 8px 0 !important;
  }

  .header-section--compact .header-logo {
    flex: 0 1 185px !important;
    max-width: 185px !important;
    padding: 0 !important;
  }

  .header-section--compact .header-logo img {
    width: 100% !important;
    height: auto !important;
  }

  .header-section--compact .header-actions {
    flex: 0 0 auto !important;
    gap: 10px !important;
    margin-left: 0 !important;
    order: 3 !important;
  }

  .header-section--compact .header-search {
    display: none !important;
  }

  .header-section--compact .header-cart {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .header-section--compact .header-bar,
  .header-bar {
    display: block !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 22px !important;
    order: 2 !important;
    margin-left: auto !important;
  }

  .header-section--compact .header-bar span,
  .header-bar span {
    background-color: #003759 !important;
    height: 3px !important;
    border-radius: 10px !important;
  }

  .header-section--compact .main-menu,
  .header-section .main-menu,
  .main-menu {
    position: absolute !important;
    top: 100% !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-height: calc(100vh - 78px) !important;
    overflow-y: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 14px !important;
    border-radius: 14px !important;
    background-color: #003759 !important;
    box-shadow: 0 16px 40px rgba(0, 27, 44, 0.22) !important;
  }

  .header-section--compact .main-menu:not(.active),
  .header-section .main-menu:not(.active),
  .main-menu:not(.active) {
    display: none !important;
  }

  .header-section--compact .main-menu li,
  .main-menu li {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .header-section--compact .main-menu li:not(:last-child),
  .main-menu li:not(:last-child) {
    margin-bottom: 6px !important;
  }

  .header-section--compact .main-menu li a,
  .main-menu li a {
    display: block !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
  }

  .header-section--compact .main-menu li a:hover,
  .main-menu li a:hover {
    background-color: rgba(144, 213, 255, 0.15) !important;
    color: #90D5FF !important;
  }

  .banner-two {
    min-height: auto !important;
    aspect-ratio: auto !important;
    padding: 78px 0 58px !important;
  }

  .banner-two .banner-two__content,
  .banner-two__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 720px !important;
  }

  .banner-two__content h1 {
    font-size: clamp(38px, 8vw, 60px) !important;
    line-height: 0.5 !important;
  }

  .banner-two__content h4 {
    font-size: 15px !important;
    margin-bottom: 16px !important;
  }

  .banner-two__content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    max-width: 92% !important;
  }

  .banner-two__product {
    right: 0 !important;
    bottom: 0 !important;
    width: min(46vw, 330px) !important;
    opacity: 0.36 !important;
  }

  .page-banner,
  .inner-banner {
    margin-top: 0 !important;
    padding-top: 110px !important;
    padding-bottom: 70px !important;
  }

  .page-banner h1,
  .page-banner h2,
  .inner-banner h1,
  .inner-banner h2 {
    font-size: clamp(32px, 7vw, 54px) !important;
    line-height: 1.1 !important;
  }

  .pt-130 { padding-top: 78px !important; }
  .pb-130 { padding-bottom: 78px !important; }
  .mt-130 { margin-top: 78px !important; }
  .mb-130 { margin-bottom: 78px !important; }
  .pt-65 { padding-top: 42px !important; }
  .pb-65 { padding-bottom: 42px !important; }

  .section-header {
    text-align: center;
    justify-content: center !important;
  }

  .section-header h2,
  .section-header h3 {
    font-size: clamp(30px, 6vw, 42px) !important;
    line-height: 1.18 !important;
  }

  .product__wrp,
  .shop-page-wrp {
    gap: 20px !important;
  }

  .product__item,
  .category__item,
  .view__left-content,
  .view__right-content,
  .service__item,
  .blog__item,
  .testimonial__item {
    width: 100% !important;
  }

  .product__image img,
  .category__item img,
  .view-area img,
  .about-area img,
  .discount-area img,
  .shop-single img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .view-area .view__left-item .view__left-content.sub-bg {
    padding: 28px !important;
  }

  .discount-area .image,
  .about-area .image,
  .get-now__image {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cart-area table,
  .checkout-area table,
  .table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .footer-area,
  .footer__main {
    text-align: center !important;
  }

  .footer-area ul,
  .footer__main ul {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-section--compact .header-logo {
    flex-basis: 158px !important;
    max-width: 158px !important;
  }

  .banner-two {
    padding: 70px 0 52px !important;
    min-height: 540px !important;
  }

  .banner-two__content {
    text-align: left !important;
  }

  .banner-two__content h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  .banner-two__content p {
    max-width: 100% !important;
  }

  .banner-two__content .btn-wrp,
  .btn-wrp {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .banner-two__content .btn-wrp a,
  .btn-one,
  .btn-one-light,
  .btn-two {
    margin-left: 0 !important;
  }

  .pt-130 { padding-top: 58px !important; }
  .pb-130 { padding-bottom: 58px !important; }
  .mt-130 { margin-top: 58px !important; }
  .mb-130 { margin-bottom: 58px !important; }

  .section-header h2,
  .section-header h3 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .category__item,
  .product__item,
  .blog__item,
  .testimonial__item,
  .login__item,
  .contact__item {
    margin-bottom: 24px !important;
  }

  .product__item .product__content,
  .product__content {
    text-align: center !important;
  }

  .view-area .view__left-item .view__left-content.sub-bg {
    padding: 24px !important;
  }

  .view-area h2,
  .view-area h3 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.2 !important;
  }

  .view-area p,
  .about-area p,
  .product__content p,
  .footer-area p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .page-banner,
  .inner-banner {
    padding-top: 92px !important;
    padding-bottom: 56px !important;
  }
}

@media (max-width: 575px) {
  .header-section--compact .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .header-section--compact .header-wrapper {
    gap: 8px !important;
    min-height: 60px !important;
  }

  .header-section--compact .header-logo {
    flex-basis: 136px !important;
    max-width: 136px !important;
  }

  .header-section--compact .header-cart {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }

  .header-section--compact .header-bar,
  .header-bar {
    width: 30px !important;
    flex-basis: 30px !important;
  }

  .banner-two {
    min-height: 500px !important;
    padding-top: 62px !important;
  }

  .banner-two__product {
    width: 72vw !important;
    opacity: 0.28 !important;
  }

  .banner-two__content h1 {
    font-size: 36px !important;
  }

  .banner-two__content h4 img,
  .off-btn img[src$="watericon.png"],
  .get-now-area h4 img[src$="watericon.png"] {
    width: 22px !important;
  }

  .banner-two__content .btn-wrp a,
  .btn-one,
  .btn-one-light,
  .btn-two {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .view-area .view__left-item .view__left-content.sub-bg,
  .login__item,
  .contact__item,
  .checkout__item,
  .cart__item {
    padding: 20px !important;
  }

  .shop-page-wrp {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .nice-select,
  input,
  textarea,
  select {
    max-width: 100% !important;
  }
}

@media (max-width: 420px) {
  .header-section--compact .header-logo {
    flex-basis: 118px !important;
    max-width: 118px !important;
  }

  .banner-two__content h1 {
    font-size: 32px !important;
  }

  .section-header h2,
  .section-header h3 {
    font-size: 26px !important;
  }
}


/* Waterproofing Depot static product catalogue additions */
.product-card-static .product__image { min-height: 230px; display: flex !important; align-items: center; justify-content: center; }
.product-card-static .product__image img { max-height: 220px; object-fit: contain; }
.product-card-static .back-image { opacity: 0; }
.product-card-static:hover .back-image { opacity: 1; }
.product-category-label { display: inline-block; font-size: 13px; font-weight: 600; margin-bottom: 8px; opacity: .78; }
.product-short-description { font-size: 14px; line-height: 1.55; margin-bottom: 12px; min-height: 44px; }
.product-price-static { display: inline-block; font-weight: 700; line-height: 1.5; }
.product-category-list { list-style: none; padding-left: 0; margin-left: 0; }
.product-category-list li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.product-category-list a { color: inherit; }
.product-meta-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.product-meta-table th, .product-meta-table td { padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.12); vertical-align: top; }
.product-meta-table th { width: 190px; font-weight: 700; }
@media (max-width: 767px) {
  .product-card-static .product__image { min-height: 190px; }
  .product-card-static .product__image img { max-height: 185px; }
  .product-short-description { min-height: auto; }
  .product-meta-table th, .product-meta-table td { display: block; width: 100%; padding-left: 0; padding-right: 0; }
  .product-meta-table th { border-bottom: 0; padding-bottom: 4px; }
}

/* Product section title spacing and eyebrow styling */
.product-area .product-section-heading .sub-title {
  margin-bottom: 30px;
}
.product-area .product-section-heading .sub-title h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}
.product-area .product-section-heading h2 {
  margin-bottom: 28px;
}
.product-area .product-section-heading p {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .product-area .product-section-heading .sub-title {
    margin-bottom: 22px;
  }
  .product-area .product-section-heading h2 {
    margin-bottom: 20px;
  }
}


/* Waterproofing Depot specials section refinements */
.get-now-area .featured-price-align {
  margin-left: 32px;
  padding-top: 16px !important;
}
.get-now-area .featured-price-align span {
  font-weight: 700;
}
.get-now-area .quote-cta-wrap {
  padding-top: 10px;
}
.get-now-area .quote-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.get-now-area .get-now-static-image {
  position: relative;
  z-index: 2;
}
.get-now-area .get-now-arry {
  display: none !important;
}
@media (max-width: 575px) {
  .get-now-area .featured-price-align {
    margin-left: 0;
  }
}
/* Waterproofing Depot: hide offer/off badges */
.off-tag,
.product__item .off-tag,
.view__item .off-tag,
.gallery__item .off-tag,
.shop__item .off-tag {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Custom update: center homepage hero content and soften/gradient header navigation */
@media (min-width: 992px) {
  .banner-two > .container {
    position: relative;
    z-index: 2;
    min-height: 640px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-two .banner-two__content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
  }

  .banner-two .banner-two__content h4,
  .banner-two .banner-two__content h1,
  .banner-two .banner-two__content p {
    text-align: center;
  }

  .banner-two .banner-two__content h1 {
    width: 100%;
    transform: scaleX(1.55) !important;
    transform-origin: center;
  }

  .banner-two .banner-two__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-two .banner-two__content .btn-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.header-section--compact .main-menu li a {
  font-weight: 400 !important;
  font-size: 18px !important;
  background: linear-gradient(180deg, #d7fbff 0%, #53e4ff 24%, #0398c7 52%, #006996 76%, #003759 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 1px 0 rgba(0, 55, 89, 0.35);
}

.header-section--compact .main-menu li a:hover {
  background: linear-gradient(180deg, #ffffff 0%, #90D5FF 30%, #0398c7 62%, #003759 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

@media (max-width: 991px) {
  .header-section--compact .main-menu li a {
    font-weight: 400 !important;
    font-size: 16px !important;
    text-shadow: none;
  }
}

/* Footer custom layout updates */
.footer-area .footer-brand img {
  height: 50px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}
.footer-area .footer-slogan {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer-area .footer-brand-block {
  display: flex;
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-area .footer-brand {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer-area .footer-brand-block .footer-slogan {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.footer-area .footer-brand {
  display: block !important;
  text-align: center;
}
.footer-area .footer-brand img {
  margin-left: auto;
  margin-right: auto;
}
.footer-area .footer-social-only {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}
.footer-area .footer-social-only .social-icon {
  margin-top: 0 !important;
}
.footer-area .footer__copy-text .logo {
  display: none !important;
}

/* Footer spacing and link colour refinements */
@media (min-width: 992px) {
  .footer-area .footer__wrp > .row {
    display: grid !important;
    grid-template-columns: minmax(290px, 1.35fr) minmax(160px, 0.8fr) minmax(270px, 1fr) minmax(220px, 0.9fr) !important;
    column-gap: clamp(55px, 5.5vw, 110px) !important;
    row-gap: 32px !important;
    align-items: start !important;
  }

  .footer-area .footer__wrp > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.footer-area .footer__item ul li a,
.footer-area .footer__item ul li a:visited {
  color: #ffffff !important;
}

.footer-area .footer__item ul li a:hover {
  color: var(--primary-color) !important;
}

/* Even desktop spacing for every header item. */
@media (min-width: 992px) {
  .header-section--compact .header-wrapper {
    --header-item-gap: clamp(16px, 1.5vw, 30px);
    justify-content: center;
    gap: var(--header-item-gap);
  }

  .header-section--compact .header-logo {
    margin-right: 0;
  }

  .header-section--compact .main-menu {
    gap: var(--header-item-gap);
    margin-right: 0;
  }

  .header-section--compact .header-actions {
    flex: 0 1 auto;
    justify-content: flex-start;
    gap: var(--header-item-gap);
  }
}

/* Header navigation hover colour */
.header-section--compact .main-menu li a:hover,
.header-section .main-menu li a:hover {
  background: none !important;
  color: #e6bf20 !important;
  -webkit-text-fill-color: #e6bf20 !important;
  text-shadow: none !important;
}

/* Water V1.5: equal product card heights, blue buttons, and glass product blocks */
.product-area .row,
.shop-page .row,
.shop-area .row {
  align-items: stretch;
}

.product-area .row > [class*="col-"],
.shop-page .row > [class*="col-"],
.shop-area .row > [class*="col-"] {
  display: flex;
}

.product-card-static,
.product__item.product-card-static {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(7, 16, 21, 0.6), rgba(6, 19, 27, 0.07)) !important;
  border: 1px solid rgba(144, 213, 255, 0.38) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-card-static .product__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.product-card-static .product-short-description {
  min-height: 68px;
}

.product-card-static .product-price-static {
  margin-top: auto;
}

.product-card-static .product__cart {
  margin-top: auto;
 background: linear-gradient(180deg, #0183c4 0%, #53e4ff 20%, #0398c7 62%, #006996 80%, #003759 100%);
  color: #ffffff !important;
  border-color: rgba(144, 213, 255, 0.55) !important;
}

.product-card-static .product__cart span,
.product-card-static .product__cart i,
.product-card-static .product__cart .primary-color {
  color: #ffffff !important;
}

.product-card-static .product__cart::after,
.product-card-static .product__cart::before {
  background-color: var(--primary-color);
}

.product-card-static .product__cart:hover span,
.product-card-static .product__cart:hover i,
.product-card-static .product__cart:hover .primary-color {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .product-area .row > [class*="col-"],
  .shop-page .row > [class*="col-"],
  .shop-area .row > [class*="col-"] {
    display: block;
  }
  .product-card-static,
  .product__item.product-card-static {
    min-height: auto;
  }
  .product-card-static .product-short-description {
    min-height: auto;
  }
}
/* Move hero liquid rubber can image to the right */
.banner-two__product {
  transform: translateX(120px);
}

/* 1500 x 500 inner heroes used by About, Shop and Contact. */
.page-banner.page-banner--full-hd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min( 450px);
  min-height: 320px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .page-banner.page-banner--full-hd {
    height: 320px;
    min-height: 320px;
  }
}
/* About Us section headings - Oswald medium */
.view-area h2,
.view-area h2 a,
.view-area h3,
.view-area h3 a,
.view-area .sub-title h3,
.view-area .view__eyebrow h3 {
  font-family: var(--oswald) !important;
  font-weight: 300 !important;
}

/* About section full-width layout */
.view-area {
  padding-top: 100px;
  padding-bottom: 120px;
}

.view-area > .container {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

/* Match the About heading rhythm to the Shop Products heading. */
.view-area .view__eyebrow {
  margin-bottom: 65px;
}

.view-area .view__eyebrow h3 {
  margin: 0 0 30px;
  gap: 12px;
}

.view-area .view__eyebrow h2 {
  margin-bottom: 28px;
}

.view-area .view__eyebrow p {
  max-width: 1500px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Separate the main About feature from the two supporting cards. */
.view-area .view__right-column--split {
  margin-top: 40px;
}

.view__left-item--full {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.view__left-item--full .image {
  flex: 0 0 42%;
  box-sizing: border-box;
  padding: 60px 60px 60px 60px;
  background-color: #002544;
}

.view__left-item--full .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view__left-item--full .view__left-content.sub-bg {
  flex: 1 1 auto;
  padding: 48px 80px !important;
}

.view__right-column--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.view__right-column--split .view__item {
  height: 100%;
  align-items: stretch;
  margin-bottom: 0 !important;
}

.view__right-column--split .view__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}

.view__right-column--split .view__content .btn-two {
  margin-top: auto;
}

.view__right-column--split .view__image {
  flex: 0 0 180px;
}

@media (max-width: 991px) {
  .view-area > .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .view__left-item--full {
    display: block;
  }

  .view__left-item--full .image img {
    height: auto;
  }

  .view__right-column--split {
    grid-template-columns: 1fr;
  }

  .view__right-column--split .view__image {
    flex-basis: 220px;
  }
}

@media (max-width: 767px) {
  .view__left-item--full .image {
    padding: 30px 30px 30px 30px;
  }

  .view-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .view-area .view__eyebrow {
    margin-bottom: 45px;
  }

  .view-area .view__eyebrow h3 {
    margin-bottom: 22px;
  }

  .view-area .view__eyebrow h2 {
    margin-bottom: 20px;
  }

  .view__left-item--full .view__left-content.sub-bg {
    padding: 40px !important;
  }

  .view__right-column--split .view__item {
    display: block;
    padding-right: 0;
  }

  .view__right-column--split .view__content {
    padding: 40px !important;
  }
}

/* Calculator control spacing and legibility overrides. */
.surface-calculator-area .row {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 80px;
}

.surface-calculator .surface-calculator__field {
  display: block;
  width: 100%;
  margin: 0;
  clear: both;
}

.surface-calculator .surface-calculator__field label {
  display: block;
  margin: 0 0 14px;
}

.surface-calculator .surface-calculator__fields {
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}

.surface-calculator .surface-calculator__field input,
.surface-calculator .surface-calculator__field select {
  display: block;
  width: 100% !important;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #d9e0e5 !important;
  border-radius: 8px;
  background: #ffffff !important;
  color: #003759 !important;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}

.surface-calculator input[type="number"] {
  color: #003759 !important;
  caret-color: #003759;
  accent-color: #003759;
  color-scheme: light;
}

.surface-calculator input[type="number"]::-webkit-inner-spin-button,
.surface-calculator input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.surface-number {
  position: relative;
}

.surface-number input {
  padding-right: 52px !important;
  -moz-appearance: textfield;
}

.surface-number__controls {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  transform: translateY(-50%);
}

.surface-number__controls button {
  width: 22px;
  height: 18px;
  padding: 0;
  background: transparent !important;
  color: #003759;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
}

.surface-number__controls button:hover {
  color: #006ba6;
}

.surface-calculator .surface-calculator__field select option {
  background: #ffffff !important;
  color: #003759 !important;
}

.surface-calculator .surface-calculator__button {
  display: block;
  margin-top: 38px;
}

.surface-calculator .surface-calculator__result {
  margin-top: 38px;
}

@media (min-width: 768px) {
  .surface-calculator .surface-calculator__fields .surface-calculator__field:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* Standard corner radius for all full-size website buttons. */
.btn-one,
.btn-one-light,
.btn-two,
input[type="submit"],
.form-area form button,
.contact form button,
.login__form form button,
.footer__item.newsletter .subscribe button {
  border-radius: 15px !important;
}

/* Keep the two homepage hero actions equal without altering their labels. */
.banner-two .banner-two__content .btn-wrp > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .banner-two .banner-two__content .btn-wrp > a {
    width: 100%;
  }
}

/* Use a consistent normal weight for all paragraph copy. */
p {
  font-weight: 400 !important;
}

/* Keep only the About feature introduction bold. */
.view-area .view__left-content p.fw-600 {
  font-weight: 800 !important;
}

/* Consistent rounded corners for content image containers. */
.image,
.product__image,
.view__image,
.gallery__image,
.about__image,
.discount__image,
.service__image,
.blog__image,
.shop-single__image {
  border-radius: 15px !important;
  overflow: hidden;
}

.image > img,
.product__image > img,
.view__image > img,
.gallery__image > img,
.about__image > img,
.discount__image > img,
.service__image > img,
.blog__image > img,
.shop-single__image > img {
  border-radius: 15px !important;
}

/* Slide-in cart drawer (keep at the end so theme rules cannot override it). */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 999998;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.62);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-drawer-overlay.is-open { visibility: visible; opacity: 1; }
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: min(510px, 100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f8fa;
  color: #002544;
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.22);
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 24px 30px; background: #fff; border-bottom: 1px solid #ececec; }
.cart-drawer__title { display: flex; align-items: center; gap: 12px; margin: 0; color: #002544; }
.cart-drawer__title i { color: var(--primary-color); }
.cart-drawer__count { display: inline-grid; place-items: center; min-width: 25px; height: 25px; padding: 0 7px; border-radius: 20px; background: var(--primary-color); color: #002544; font-size: 13px; }
.cart-drawer__close { border: 0; padding: 5px; background: transparent !important; color: #002544 !important; font-size: 28px; line-height: 1; cursor: pointer; }
.cart-drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 20px; }
.cart-drawer__empty { padding: 70px 20px; color: #002544; text-align: center; }
.cart-drawer__item { display: grid; grid-template-columns: 95px 1fr auto; gap: 18px; align-items: center; margin-bottom: 14px; padding: 18px; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.cart-drawer__image { width: 95px; height: 95px; object-fit: contain; border-radius: 5px; }
.cart-drawer__name { margin: 0 0 7px; color: #002544; font-size: 18px; }
.cart-drawer__price, .cart-drawer__quantity span { color: #002544; }
.cart-drawer__quantity { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.cart-drawer__quantity button { width: 28px; height: 28px; padding: 0; border: 1px solid #ddd; border-radius: 3px; background: #fff !important; color: #002544 !important; cursor: pointer; }
.cart-drawer__remove { border: 0; padding: 8px; background: transparent !important; color: #002544 !important; cursor: pointer; }
.cart-drawer__benefits { display: flex; justify-content: space-around; padding: 16px 10px; background: #fff; color: #002544; font-size: 12px; text-align: center; }
.cart-drawer__benefits i { display: block; margin-bottom: 5px; color: var(--primary-color); font-size: 20px; }
.cart-drawer__footer { padding: 18px 24px 24px; background: #fff; border-top: 1px solid #ececec; }
.cart-drawer__subtotal { display: flex; justify-content: space-between; margin-bottom: 8px; color: #002544; font-size: 20px; font-weight: 700; }
.cart-drawer__note { margin-bottom: 16px; color: #002544; font-size: 13px; text-align: center; }
.cart-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cart-drawer__actions .btn-one, .cart-drawer__actions .btn-two { padding: 15px 12px; text-align: center; }
.cart-drawer__checkout { grid-column: 1 / -1; }
body.cart-drawer-open { overflow: hidden; }
@media (max-width: 575px) {
  .cart-drawer__header { padding: 20px; }
  .cart-drawer__body { padding: 12px; }
  .cart-drawer__item { grid-template-columns: 72px 1fr auto; gap: 12px; padding: 13px; }
  .cart-drawer__image { width: 72px; height: 72px; }
  .cart-drawer__actions { grid-template-columns: 1fr; }
  .cart-drawer__checkout { grid-column: auto; }
}

/* Shop page introduction. */
.shop-page-intro {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 48px 30px;
  border-radius: 16px;
  background: #002544;
}
.shop-page-intro h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.12;
}
.shop-page-intro > p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 575px) {
  .shop-page-intro {
    margin-bottom: 42px;
    padding: 38px 20px;
  }
  .shop-page-intro > p { font-size: 15px; }
}

/* Active shop category heading above the filtered product grid. */
.shop-category-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}
.shop-category-heading h2 {
  width: 100%;
  margin: 0;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.15;
}
#shop-category-heading[hidden] {
  display: none !important;
}

/* Keep all informational text in the white cart drawer dark blue. */
.cart-drawer .cart-drawer__note,
.cart-drawer .cart-drawer__benefits span,
.cart-drawer .cart-drawer__subtotal span,
.cart-drawer .cart-drawer__quantity span {
  color: #002544 !important;
  opacity: 1 !important;
}

/* Gold quotation action on product cards. */
.product-card-static a.product__cart.product__cart--add {
  background: linear-gradient(180deg, #79764e 0%, #CEC88A 20%, #d4ce92 62%, #A49E67 80%, #7c774b 100%);
  border-color: #FFD93D !important;
  color: #002544 !important;
}
.product-card-static a.product__cart.product__cart--add span,
.product-card-static a.product__cart.product__cart--add i {
  color: #002544 !important;
}

.product-card-static a.product__cart.product__cart--guide {
  background: #002544 !important;
}

.product-card-static a.product__cart.product__cart--guide span,
.product-card-static a.product__cart.product__cart--guide i {
  color: #ffffff !important;
}

.product-card-static a.product__cart.product__cart--guide:hover {
  background: #ffd93d !important;
}

.product-card-static a.product__cart.product__cart--guide:hover span,
.product-card-static a.product__cart.product__cart--guide:hover i {
  color: #002544 !important;
}

/* 50% black overlay for all inner-page hero images. */
.page-banner.page-banner--full-hd {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.page-banner.page-banner--full-hd::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.page-banner.page-banner--full-hd > .container {
  position: relative;
  z-index: 1;
}

/* Professional cart page */
.cart-page--legacy[hidden] { display: none !important; }
.wdp-cart-page {
  position: relative;
  background: #006BA4;
  color: #002544;
}
.wdp-cart-page .container { max-width: 1320px; }
.wdp-cart-table-wrap {
  overflow: hidden;
  padding: 0 30px 26px;
  border: 1px solid rgba(0, 37, 68, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 37, 68, 0.08);
}
.wdp-cart-table-head,
.wdp-cart-row {
  display: grid;
  grid-template-columns: minmax(300px, 2fr) minmax(100px, .75fr) minmax(110px, .75fr) minmax(110px, .75fr);
  gap: 22px;
  align-items: center;
}
.wdp-cart-table-head {
  margin: 0 -30px;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 37, 68, 0.1);
  background: #f8fafb;
  color: #002544;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wdp-cart-row {
  min-height: 130px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 37, 68, 0.1);
}
.wdp-cart-product { display: grid; grid-template-columns: 32px 92px 1fr; gap: 16px; align-items: center; }
.wdp-cart-product img {
  width: 92px;
  height: 92px;
  padding: 8px;
  border: 1px solid rgba(0, 37, 68, 0.1);
  border-radius: 10px;
  background: #f7f8f9;
  object-fit: contain;
}
.wdp-cart-product h4 { margin: 0; color: #002544; font-size: 17px; line-height: 1.4; }
.wdp-cart-remove {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 217, 61, .18) !important;
  color: #002544 !important;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.wdp-cart-remove:hover { background: #FFD93D !important; transform: scale(1.06); }
.wdp-cart-price, .wdp-cart-line-total { color: #002544; font-size: 15px; font-weight: 700; }
.wdp-cart-quantity {
  width: 78px;
  height: 44px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 37, 68, .2);
  border-radius: 8px;
  outline: none;
  background: #ffffff;
  color: #002544;
  font-weight: 700;
  text-align: center;
}
.wdp-cart-quantity:focus { border-color: #FFD93D; box-shadow: 0 0 0 3px rgba(255,217,61,.2); }
.wdp-cart-table-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; }
.wdp-cart-table-actions .btn-two { min-width: 155px; padding: 14px 22px; }
.wdp-cart-table-actions > a { color: #002544; font-weight: 700; }
.wdp-cart-table-actions > a::before { content: "←"; margin-right: 8px; }
.wdp-cart-empty { padding: 80px 20px; color: #002544; text-align: center; }
.wdp-cart-empty h3 { color: #002544; }
.wdp-cart-totals {
  position: sticky;
  top: 120px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 217, 61, .35);
  border-radius: 16px;
  background: #002340;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 37, 68, .2);
}
.wdp-cart-totals::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: #FFD93D; }
.wdp-cart-totals h3 { margin: 0 0 8px; color: #FFD93D; font-size: 30px; }
.wdp-cart-totals__intro { margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.wdp-cart-total-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #ffffff; }
.wdp-cart-total-row span, .wdp-cart-total-row strong { color: #ffffff; }
.wdp-cart-shipping { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.wdp-cart-shipping h4 { margin: 0 0 16px; color: #ffffff; font-size: 17px; }
.wdp-cart-shipping label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin-bottom: 13px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.55;
  cursor: pointer;
}
.wdp-cart-shipping input { margin-top: 3px; accent-color: #FFD93D; }
.wdp-cart-shipping label strong { color: #FFD93D; }
.wdp-cart-shipping p { margin: 16px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.6; }
.wdp-cart-grand-total { margin: 24px 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); font-size: 19px; }
.wdp-cart-grand-total strong { color: #FFD93D; font-size: 24px; }
.wdp-cart-totals .btn-one { width: 100%; padding: 16px 20px; }
.wdp-cart-secure { margin-top: 16px; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
.wdp-cart-secure i { margin-right: 6px; color: #FFD93D; }
@media (max-width: 991px) {
  .wdp-cart-totals { position: static; margin-top: 10px; }
}
@media (max-width: 767px) {
  .wdp-cart-page { padding-top: 80px !important; padding-bottom: 80px !important; }
  .wdp-cart-table-wrap { padding: 0 18px 22px; }
  .wdp-cart-table-head { display: none; }
  .wdp-cart-row { grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 0; }
  .wdp-cart-product { grid-column: 1 / -1; grid-template-columns: 30px 76px 1fr; }
  .wdp-cart-product img { width: 76px; height: 76px; }
  .wdp-cart-price::before { content: "Price: "; font-weight: 500; }
  .wdp-cart-line-total::before { content: "Subtotal: "; font-weight: 500; }
  .wdp-cart-table-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .wdp-cart-totals { padding: 28px 22px; }
}

/* Surface calculator modal */
.surface-calculator-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 20, 34, 0.78);
  transition: opacity .3s ease, visibility .3s ease;
}
.surface-calculator-modal.is-open { visibility: visible; opacity: 1; }
.surface-calculator-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 48px;
  border: 1px solid rgba(255, 217, 61, .35);
  border-radius: 20px;
  background: #003759;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
  transform: translateY(25px) scale(.98);
  transition: transform .3s ease;
}
.surface-calculator-modal.is-open .surface-calculator-modal__dialog { transform: translateY(0) scale(1); }
.surface-calculator-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 28px;
  line-height: 38px;
}
.surface-calculator-modal__header { margin-bottom: 28px; padding-right: 45px; }
.surface-calculator-modal__header h2 { margin-bottom: 10px; color: #ffffff; }
.surface-calculator-modal__header p { margin: 0; color: rgba(255,255,255,.76); }
.surface-calculator-modal .surface-calculator { padding: 34px; }
.surface-calculator-modal .surface-calculator__field label { color: #ffffff; }
body.surface-calculator-modal-open { overflow: hidden; }
@media (max-width: 767px) {
  .surface-calculator-modal { padding: 12px; }
  .surface-calculator-modal__dialog { max-height: calc(100vh - 24px); padding: 34px 18px 22px; }
  .surface-calculator-modal .surface-calculator { padding: 24px 18px; }
  .surface-calculator-modal__header { padding-right: 35px; }
}

/* Unified navy About feature card. */
.view-area .view__left-item--full {
  overflow: hidden;
  border: 1px solid rgba(144, 213, 255, .2);
  border-radius: 18px;
  background: #002544 !important;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .22);
}
.view-area .view__left-item--full .image,
.view-area .view__left-item--full .view__left-content.sub-bg {
  background: #002544 !important;
}
.view-area .view__left-item--full .image {
  border-radius: 0 !important;
}

/* Match all cart drawer actions to the hero View Products button. */
.cart-drawer__actions .btn-one-light {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  border: 0;
  border-radius: 15px !important;
background: linear-gradient(180deg, #0183c4 0%, #53e4ff 20%, #0398c7 62%, #006996 80%, #003759 100%);
  color: #ffffff !important;
  font-weight: 600;
  text-align: center;
}
.cart-drawer__actions .btn-one-light span { color: #ffffff !important; }
.cart-drawer__actions .btn-one-light:hover,
.cart-drawer__actions .btn-one-light:hover span { color: #000000 !important; }
.cart-drawer__actions .btn-one-light::after { background: #FFD93D; }

/* Professional two-column calculator layout. */
.surface-calculator-modal__dialog {
  width: min(1040px, 100%);
  padding: 0;
  border-radius: 22px;
  background: #ffffff;
}
.surface-calculator-modal__layout {
  display: grid;
  grid-template-columns: minmax(290px, .82fr) minmax(0, 1.55fr);
  min-height: 610px;
}
.surface-calculator-modal__guide {
  padding: 54px 42px;
  background: linear-gradient(145deg, #002544, #003759);
}
.surface-calculator-modal__header { margin: 0; padding: 0; }
.surface-calculator-modal__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #FFD93D !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.surface-calculator-modal__header h2 { margin-bottom: 16px; font-size: 36px; line-height: 1.12; }
.surface-calculator-modal__header p { color: rgba(255,255,255,.76); line-height: 1.7; }
.surface-calculator-modal__tips { margin: 42px 0 0; padding: 0; }
.surface-calculator-modal__tips li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
}
.surface-calculator-modal__tips i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,217,61,.14);
  color: #FFD93D;
}
.surface-calculator-modal__tips strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 13px; }
.surface-calculator-modal__main { padding: 48px; background: #ffffff; }
.surface-calculator-modal__step {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #002544;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.surface-calculator-modal__step span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #FFD93D;
  color: #002544 !important;
}
.surface-calculator-modal .surface-calculator {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.surface-calculator-modal .surface-calculator__field--type {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 28px;
  text-align: center;
}
.surface-calculator-modal .surface-calculator__field label { color: #002544; font-weight: 700; }
.surface-calculator-modal .surface-calculator__field input,
.surface-calculator-modal .surface-calculator__field select {
  height: 54px;
  border: 1px solid #d6e0e6 !important;
  border-radius: 9px;
  background: #f8fafb !important;
  color: #002544 !important;
}
.surface-calculator-modal .surface-calculator__field input:focus,
.surface-calculator-modal .surface-calculator__field select:focus {
  border-color: #FFD93D !important;
  box-shadow: 0 0 0 3px rgba(255,217,61,.2);
}
.surface-calculator-modal .surface-calculator__fields {
  width: 100%;
  gap: 18px;
  margin: 0 auto;
  justify-content: center;
}
.surface-calculator-modal .surface-calculator__fields .surface-calculator__field:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 9px);
  justify-self: center;
}
.surface-calculator-modal .surface-calculator__button {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 28px auto 0;
}
.surface-calculator-modal .surface-calculator__result {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 22px 24px;
  border: 0;
  border-radius: 12px;
  background: #eaf7ff;
  text-align: center;
}
.surface-calculator-modal .surface-calculator__result strong { font-size: 38px; }
.surface-calculator-modal .surface-calculator__result span,
.surface-calculator-modal .surface-calculator__result small { color: #002544 !important; }
.surface-calculator-modal__close {
  border-color: rgba(0,37,68,.15);
  background: #ffffff !important;
  color: #002544 !important;
  box-shadow: 0 4px 15px rgba(0,37,68,.1);
}
@media (max-width: 900px) {
  .surface-calculator-modal__layout { grid-template-columns: 1fr; }
  .surface-calculator-modal__guide { padding: 38px 34px; }
  .surface-calculator-modal__tips { display: none; }
  .surface-calculator-modal__main { padding: 34px; }
}
@media (max-width: 575px) {
  .surface-calculator-modal__guide { padding: 32px 22px; }
  .surface-calculator-modal__header h2 { font-size: 28px; }
  .surface-calculator-modal__main { padding: 26px 18px; }
  .surface-calculator-modal .surface-calculator__fields { grid-template-columns: 1fr; }
  .surface-calculator-modal .surface-calculator__fields .surface-calculator__field:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }
}

/* Professional Waterproofing Depot checkout */
.checkout-area--legacy[hidden] { display: none !important; }
.wdp-checkout { background: linear-gradient(180deg, #006BA4 0%, #006BA4 100%); color: #002544; }
.wdp-checkout__heading {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 30px;
  border-radius: 16px;
  background: #002544;
}
.wdp-checkout__heading > span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  color: #ffffff !important;
  font-family: var(--oswald);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-text-fill-color: #ffffff !important;
}
.wdp-checkout__heading > span::before,
.wdp-checkout__heading > span::after {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: #FFD93D;
  content: "";
}
.wdp-checkout__heading h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-family: var(--oswald);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.12;
  background: none !important;
  color: #ffffff !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
}
.wdp-checkout__heading p {
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}
.wdp-checkout-card {
  padding: 34px;
  border: 1px solid rgba(0,37,68,.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,37,68,.07);
}
.wdp-checkout-card__title { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid rgba(0,37,68,.1); }
.wdp-checkout-card__title > span { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #FFD93D; color: #002544 !important; font-weight: 800; }
.wdp-checkout-card__title h3 { margin: 0 0 4px; color: #002544; font-size: 23px; }
.wdp-checkout-card__title p { margin: 0; color: #687f8e; font-size: 13px; }
.wdp-checkout-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.wdp-checkout-field--full { grid-column: 1 / -1; }
.wdp-checkout-field label { display: block; margin-bottom: 9px; color: #002544; font-size: 13px; font-weight: 700; }
.wdp-checkout-field label small { color: #708695; font-weight: 400; }
.wdp-checkout-field input,
.wdp-checkout-field select,
.wdp-checkout-field textarea {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #d4e0e6;
  border-radius: 9px;
  outline: none;
  background: #f9fbfc;
  color: #002544;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.wdp-checkout-field textarea { min-height: 120px; resize: vertical; }
.wdp-checkout-field input:focus,
.wdp-checkout-field select:focus,
.wdp-checkout-field textarea:focus { border-color: #FFD93D; box-shadow: 0 0 0 3px rgba(255,217,61,.2); }
.wdp-checkout-field input[readonly] { background: #edf3f6; cursor: not-allowed; }
.wdp-payment-option {
  display: grid;
  grid-template-columns: 20px 1fr 30px;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #d4e0e6;
  border-radius: 10px;
  color: #002544;
  cursor: pointer;
}
.wdp-payment-option:has(input:checked) { border-color: #FFD93D; background: rgba(255,217,61,.08); }
.wdp-payment-option input { accent-color: #FFD93D; }
.wdp-payment-option strong, .wdp-payment-option small { display: block; color: #002544; }
.wdp-payment-option small { margin-top: 3px; color: #687f8e; font-size: 12px; }
.wdp-payment-option > i { color: #c5a500; font-size: 21px; text-align: center; }
.wdp-checkout-summary {
  position: sticky;
  top: 115px;
  overflow: hidden;
  padding: 32px;
  border-radius: 16px;
  background: #002544;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(0,37,68,.22);
}
.wdp-checkout-summary::before { position: absolute; top: 0; left: 0; width: 100%; height: 5px; content: ""; background: #FFD93D; }
.wdp-checkout-summary h3 { margin-bottom: 25px; color: #FFD93D; }
.wdp-checkout-order-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.wdp-checkout-order-item span, .wdp-checkout-order-item strong { color: #ffffff; font-size: 13px; }
.wdp-checkout-order-item small { display: block; margin-top: 3px; color: rgba(255,255,255,.62); }
.wdp-checkout-summary__row { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; color: #ffffff; }
.wdp-checkout-summary__row span, .wdp-checkout-summary__row strong { color: #ffffff; }
.wdp-checkout-summary__total { margin: 22px 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 18px; }
.wdp-checkout-summary__total strong { color: #FFD93D; font-size: 24px; }
.wdp-checkout-summary .btn-one { padding: 16px 20px; }
.wdp-checkout-summary__secure { margin: 16px 0; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
.wdp-checkout-summary__secure i { margin-right: 6px; color: #FFD93D; }
.wdp-checkout-summary__back { display: block; color: #ffffff; font-size: 13px; text-align: center; }
.wdp-checkout-summary__back:hover { color: #FFD93D; }
.wdp-checkout-message { margin-top: 18px; padding: 12px; border-radius: 8px; background: #90D5FF; color: #002544; font-size: 13px; text-align: center; }
.wdp-checkout-empty { padding: 20px 0; color: rgba(255,255,255,.75); text-align: center; }
@media (max-width: 991px) { .wdp-checkout-summary { position: static; margin-top: 10px; } }
@media (max-width: 767px) {
  .wdp-checkout { padding-top: 80px !important; padding-bottom: 80px !important; }
  .wdp-checkout-card { padding: 25px 20px; }
  .wdp-checkout-grid { grid-template-columns: 1fr; }
  .wdp-checkout-field--full { grid-column: auto; }
  .wdp-checkout-summary { padding: 28px 22px; }
}

/* About page feature block, CTA spacing and actions. */
.about-area > .container > .row {
  padding: 60px;
  border: 1px solid rgba(144, 213, 255, .2);
  border-radius: 20px;
  background: #002544;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}
.about-area + .about-advice-cta + .testimonial .testimonial__wrp,
.about-area ~ .testimonial .testimonial__wrp,
.about-area ~ .testimonial .testimonial__head-wrp,
.about-area ~ .testimonial .testimonial__item {
  background-color: #002544 !important;
}
.about-area .image {
  overflow: hidden;
  border-radius: 15px;
}
.about-area .btn-one,
.about-area .btn-one span,
.about-area .btn-one:hover,
.about-area .btn-one:hover span {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.about-advice-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 80px;
  padding: 110px 0;
  background-position: center;
  background-size: cover;
}
.about-advice-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 20, 34, .78);
}
.about-advice-cta__content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}
.about-advice-cta__content h2 {
  max-width: 800px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.1;
}
.about-advice-cta__content > p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.75;
}
.about-advice-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 38px;
}
.about-advice-cta__actions .btn-one,
.about-advice-cta__actions .btn-one span,
.about-advice-cta__actions .btn-one:hover,
.about-advice-cta__actions .btn-one:hover span {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.about-advice-cta__actions .btn-one-light,
.about-advice-cta__actions .btn-one-light span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.about-advice-cta__actions .btn-one-light:hover,
.about-advice-cta__actions .btn-one-light:hover span {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.about-advice-cta__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: center;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.about-advice-cta__trust span { color: #ffffff; font-size: 13px; font-weight: 600; }
.about-advice-cta__trust i { margin-right: 8px; color: #FFD93D; }
@media (max-width: 991px) {
  .about-area > .container > .row { padding: 40px; }
  .about-area .discount__item { padding-left: 0 !important; padding-top: 45px; }
}
@media (max-width: 575px) {
  .about-area > .container > .row { padding: 24px; }
  .about-advice-cta { padding: 80px 0; }
  .about-advice-cta__actions a { width: 100%; }
}

/* Latest products section on the About page. */
.about-guides-legacy[hidden] { display: none !important; }
.about-latest-products { background: #002544; }
.about-latest-products__head { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.about-latest-products__head h2 { margin: 0; }
.about-latest-products__head .btn-one,
.about-latest-products__head .btn-one span,
.about-latest-products__head .btn-one:hover,
.about-latest-products__head .btn-one:hover span { color: #002544 !important; -webkit-text-fill-color: #002544 !important; }
.about-product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(144,213,255,.28);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.about-product-card__image { display: flex; height: 300px; align-items: center; justify-content: center; padding: 28px; background: rgba(144,213,255,.08); }
.about-product-card__image img { width: 100%; height: 100%; border-radius: 12px; object-fit: contain; }
.about-product-card__content { display: flex; min-height: 390px; flex-direction: column; padding: 30px; }
.about-product-card__category {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 100px;
  background: #ffffff;
  color: #002544 !important;
  font-size: 12px;
  font-weight: 700;
}
.about-product-card__content h3 { margin-bottom: 15px; font-size: 25px; line-height: 1.3; }
.about-product-card__content p { color: rgba(255,255,255,.72); line-height: 1.65; }
.about-product-card__content > strong { margin-top: auto; padding-top: 20px; color: #FFD93D; }
.about-product-card__button {
  display: block;
  margin-top: 22px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #ffffff;
  color: #002544 !important;
  font-weight: 700;
  text-align: center;
}
.about-product-card__button:hover { background: #90D5FF; color: #002544 !important; }
@media (max-width: 767px) {
  .about-latest-products__head { align-items: flex-start; flex-direction: column; }
  .about-product-card__image { height: 250px; }
  .about-product-card__content { min-height: 340px; }
}

/* About page content system */
.about-page .about-story-section,
.about-page .about-values-section,
.about-page .about-purpose-section,
.about-page .about-closing-cta { background: #0793B8; }
.about-page-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}
.about-page-image img { display: block; width: 100%; min-height: 520px; object-fit: cover; }
.about-page-copy h2 { margin-bottom: 28px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.1; }
.about-page-copy p { margin-bottom: 22px; color: rgb(255, 255, 255); font-size: 16px; line-height: 1.8; }
@media (min-width: 992px) {
  .about-page .about-story-section .row {
    align-items: stretch !important;
  }
  .about-page .about-story-section .col-lg-6:first-child {
    display: flex;
  }
  .about-page .about-story-section .about-page-image {
    height: 100%;
  }
  .about-page .about-story-section .about-page-image img {
    height: 100%;
    min-height: 0;
  }
}
.about-values-panel {
  padding: 60px;
  border: 1px solid rgba(144,213,255,.22);
  border-radius: 20px;
  background: #002340;
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
}
.about-purpose-card {
  height: 100%;
  padding: 40px;
  border: 1px solid rgba(144,213,255,.22);
  border-radius: 18px;
  background: #0b5279;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  text-align: center;
}
.about-purpose-card__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  background: #FFD93D;
  color: #002544;
  font-size: 25px;
}
.about-purpose-card h2 { min-height: 0; margin-bottom: 10px; font-size: clamp(28px, 2.5vw, 36px); line-height: 1.15; }
.about-purpose-card p { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.74); line-height: 1.7; }
.about-why-section { position: relative; isolation: isolate; overflow: hidden; background-position: center; background-size: cover; }
.about-why-section::before { position: absolute; inset: 0; z-index: -1; content: ""; background: rgba(0,0,0,.85); }
.about-why-content { max-width: 900px; margin: 0 auto; text-align: center; }
.about-why-content h2 { margin-bottom: 28px; font-size: clamp(40px, 5vw, 62px); line-height: 1.1; }
.about-why-content > p { max-width: 820px; margin: 0 auto 20px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; }
.about-benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 44px; }
.about-benefits-grid > div { padding: 24px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(0,37,68,.72); }
.about-benefits-grid i { display: block; margin-bottom: 12px; color: #FFD93D; font-size: 24px; }
.about-benefits-grid span { color: #ffffff; font-size: 13px; font-weight: 700; }
.about-closing-cta__inner {
  padding: 75px 50px;
  border: 0;
  border-radius: 20px;
  background-image: linear-gradient(rgba(0, 35, 64, 0.78), rgba(0, 35, 64, 0.78)), url("../images/view/view-image7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 24px 65px rgba(0,0,0,.2);
}
.about-closing-cta__inner h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 64px); line-height: 1.1; }
.about-closing-cta__inner > p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.75; }
.about-closing-cta__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 38px; }
.about-closing-cta__actions a,
.about-closing-cta__actions a span,
.about-closing-cta__actions a:hover,
.about-closing-cta__actions a:hover span { color: #002544 !important; -webkit-text-fill-color: #002544 !important; }
@media (max-width: 991px) {
  .about-page-image img { min-height: 420px; }
  .about-values-panel { padding: 40px; }
  .about-purpose-card h2 { min-height: 0; }
  .about-benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .about-page-image img { min-height: 300px; }
  .about-values-panel, .about-purpose-card { padding: 28px 22px; }
  .about-benefits-grid { grid-template-columns: 1fr; }
  .about-closing-cta__inner { padding: 55px 22px; }
  .about-closing-cta__actions a { width: 100%; }
}

/* Full-width desktop header layout */
@media (min-width: 1200px) {
  .header-section--compact .container {
    width: 100%;
    max-width: none;
    padding-left: clamp(64px, 4vw, 80px);
    padding-right: clamp(64px, 4vw, 80px);
  }

  .header-section--compact .header-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(28px, 3vw, 64px);
  }

  .header-section--compact .header-logo {
    justify-self: start;
    transform: translateY(-4px);
  }

  .header-section--compact .main-menu {
    justify-self: center;
    justify-content: center;
    gap: clamp(20px, 1.65vw, 34px);
    white-space: nowrap;
  }

  .header-section--compact .main-menu li:not(:last-child) {
    margin-right: 0;
  }

  .header-section--compact .header-actions {
    width: max-content;
    max-width: 100%;
    justify-self: end;
  }
}

/* Homepage mobile alignment refinements. Desktop layout remains unchanged. */
@media (max-width: 767px) {
  .category-static-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .category-static-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .category-static-grid .category__item {
    width: 100%;
    min-width: 0;
  }

  .category-static-grid .category__image {
    width: clamp(64px, 19vw, 100px);
    height: clamp(64px, 19vw, 100px);
    line-height: normal;
  }

  .category-static-grid .category__image > img {
    display: block;
    width: 74%;
    height: 74%;
    margin: 13% auto;
    object-fit: contain;
  }

  .category-static-grid .category-icon {
    display: flex;
    width: clamp(50px, 15vw, 80px);
    height: clamp(50px, 15vw, 80px);
    align-items: center;
    justify-content: center;
    line-height: normal;
  }

  .category-static-grid .category-icon img {
    display: block;
    width: 46%;
    height: 46%;
    margin: 0;
    object-fit: contain;
  }

  .category-static-grid h4 {
    margin-top: 12px !important;
    font-size: clamp(10px, 2.5vw, 14px);
    line-height: 1.25;
  }

  .banner-two .banner-two__content,
  .banner-two .banner-two__content h4,
  .banner-two .banner-two__content h1,
  .banner-two .banner-two__content p {
    text-align: center !important;
  }

  .banner-two .banner-two__content p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .view__right-column--split .view__item {
    padding-bottom: 32px;
  }

  .view__right-column--split .view__image {
    display: block;
    width: calc(100% - 48px);
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

  .view__right-column--split .view__image img {
    display: block;
    width: 100%;
  }

  .why-choose-area .image {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .why-choose-area .image img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;
  }

  .why-choose-content .sub-title {
    width: 100%;
    text-align: center !important;
  }

  .why-choose-content .sub-title h3 {
    position: static;
    display: inline-flex;
    width: auto !important;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .why-choose-content .sub-title h3 .title-icon {
    position: static;
    display: inline-block !important;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border: 2px solid #FFD93D !important;
    border-radius: 50%;
    background-color: #FFD93D !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .why-choose-content .sub-title h3 .title-icon::before,
  .why-choose-content .sub-title h3 .title-icon::after {
    display: none !important;
    content: none !important;
    animation: none !important;
  }
}

/* Shop search feedback */
.shop-search-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding: 18px 22px;
  border: 1px solid rgba(144, 213, 255, 0.35);
  border-radius: 12px;
  background: #002544;
}

.shop-search-status[hidden] {
  display: none !important;
}

.shop-search-status p {
  margin: 0;
  color: #ffffff;
}

.shop-search-clear {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #90D5FF !important;
  font-weight: 700;
  text-decoration: underline;
}

.shop-search-clear:hover {
  background: transparent;
  color: #FFD93D !important;
}

@media (max-width: 575px) {
  .shop-search-status {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Quotation request flow */
.cart-drawer__options { margin: 5px 0 10px; color: #526b7b; font-size: 12px; line-height: 1.5; }
.wdp-quote-table-head,
.wdp-quote-row { grid-template-columns: minmax(0, 1fr) 130px 150px !important; }
.wdp-quote-row .wdp-cart-product { min-width: 0; }
.wdp-quote-options { margin: 7px 0 0; color: #587183; font-size: 13px; line-height: 1.5; }
.wdp-quote-sku { color: #587183; font-size: 13px; }
.wdp-quote-status { margin: 18px 0 0; color: #ffffff; font-weight: 600; }
.wdp-quotation-checklist { margin: 25px 0 30px; }
.wdp-quotation-checklist li { display: flex; gap: 10px; margin: 12px 0; color: #ffffff; }
.wdp-quotation-checklist i { margin-top: 4px; color: #FFD93D; }
.quotation-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quotation-choice-group { display: flex; flex-wrap: wrap; gap: 12px; }
.quotation-choice-group label { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 16px; border: 1px solid rgba(0,37,68,.18); border-radius: 9px; background: #f6fafc; color: #002544; cursor: pointer; }
.quotation-choice-group input { width: auto !important; height: auto !important; }
.product-details-single { position: relative; z-index: 2; overflow: visible; }
.shop-single .description.review { position: relative; z-index: 1; }
.product-quote-options { position: relative; z-index: 10; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.product-quote-options label > span { display: block; margin-bottom: 8px; color: #ffffff; font-weight: 600; }
.product-quote-options select { width: 100%; min-height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #ffffff; color: #002544; }
.product-quote-field { position: relative; z-index: 100; }
.product-quote-field > select { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.product-colour-dropdown__toggle { display: grid; grid-template-columns: 20px minmax(0,1fr) auto; gap: 10px; align-items: center; width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #ffffff !important; color: #002544 !important; text-align: left; }
.product-colour-dropdown__toggle i { font-size: 12px; transition: transform .2s ease; }
.product-colour-dropdown__toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.product-colour-dropdown__toggle.is-invalid { border-color: #FFD93D; box-shadow: 0 0 0 3px rgba(255,217,61,.25); }
.product-colour-swatches { position: absolute; top: calc(100% + 6px); right: 0; left: 0; z-index: 1000; overflow-y: auto; max-height: 300px; padding: 6px; border: 1px solid rgba(0,37,68,.22); border-radius: 8px; background: #ffffff; box-shadow: 0 14px 30px rgba(0,37,68,.22); }
.product-colour-swatches[hidden] { display: none; }
.product-colour-swatch { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; border: 0; border-radius: 5px; background: #ffffff !important; color: #002544 !important; font-size: 14px; line-height: 1.2; text-align: left; }
.product-colour-swatch > span:last-child,
#product-colour-selected-text {
  display: inline-block;
  color: #002544 !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-fill-color: #002544 !important;
  opacity: 1 !important;
}
.product-colour-swatch:hover, .product-colour-swatch.is-selected { background: #eaf6fd !important; }
.product-colour-swatch__chip { width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid rgba(0,37,68,.25); border-radius: 50%; }
.wdp-quote-summary-item { display: grid !important; grid-template-columns: 62px minmax(0,1fr); gap: 13px; align-items: center; }
.wdp-quote-summary-item img { width: 62px; height: 62px; border-radius: 8px; background: #f5f5f5; object-fit: contain; }
.wdp-quote-summary-item strong, .wdp-quote-summary-item small, .wdp-quote-summary-item span { display: block; }
.wdp-quote-summary-item small { margin: 4px 0; color: rgba(255,255,255,.68); line-height: 1.4; }
.wdp-quote-summary-item span { color: #FFD93D; font-size: 13px; font-weight: 600; }
.wdp-checkout-message.is-success { border: 1px solid #69c98f; background: #e9f8ef; color: #155b31; }
.wdp-checkout-message.is-error { border: 1px solid #e79696; background: #fff0f0; color: #8a2020; }
#quotation-submit:disabled { cursor: wait; opacity: .75; }

/* Terms and privacy pages */
.policy-content {
  background: #006BA4;
}
.policy-intro {
  margin-bottom: 55px;
  padding: 52px 32px;
  border-radius: 18px;
  background: #002544;
  box-shadow: 0 18px 45px rgba(0, 37, 68, 0.18);
}
.policy-intro h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.12;
}
.policy-intro > p {
  max-width: 820px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}
.policy-updated {
  display: inline-block;
  color: #FFD93D !important;
  font-size: 13px;
  font-weight: 700;
}
.policy-nav {
  position: sticky;
  top: 120px;
  padding: 30px;
  border-radius: 16px;
  background: #002544;
  box-shadow: 0 14px 35px rgba(0, 37, 68, 0.18);
}
.policy-nav h3 {
  margin-bottom: 20px;
  color: #FFD93D;
  font-size: 26px;
}
.policy-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}
.policy-nav a:last-child { border-bottom: 0; }
.policy-nav a:hover { color: #FFD93D !important; }
.policy-card {
  padding: 46px;
  border: 1px solid rgba(144, 213, 255, 0.24);
  border-radius: 16px;
  background: #002544;
  box-shadow: 0 18px 45px rgba(0, 37, 68, 0.18);
}
.policy-card section {
  padding: 0 0 30px;
  scroll-margin-top: 130px;
}
.policy-card section + section {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.policy-card section:last-child { padding-bottom: 0; }
.policy-card h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: clamp(23px, 2.3vw, 30px);
  line-height: 1.3;
}
.policy-card p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 1.85;
}
.policy-card p:last-child { margin-bottom: 0; }
.policy-card a {
  color: #FFD93D;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 991px) {
  .policy-nav { position: static; }
  .policy-card { padding: 36px 30px; }
}
@media (max-width: 575px) {
  .policy-intro { padding: 38px 20px; }
  .policy-intro > p { font-size: 15px; }
  .policy-nav { padding: 25px 22px; }
  .policy-card { padding: 30px 22px; }
}
@media (max-width: 767px) {
  .wdp-quote-table-head { display: none !important; }
  .wdp-quote-row { grid-template-columns: 1fr 1fr !important; }
  .wdp-quote-row .wdp-cart-product { grid-column: 1 / -1; }
  .product-quote-options { grid-template-columns: 1fr; }
  .quotation-choice-group { flex-direction: column; }
}

.page-banner--large-title h2 {
  font-size: clamp(58px, 6vw, 82px) !important;
  line-height: 1.05 !important;
}

/* Align related products on the single-product page. */
.related-products-section {
  width: 100%;
  background-color: #063456;
}
.related-products-title {
  text-align: center;
}
#related-products > [class*="col-"] {
  display: flex;
 
}
#related-products .product__item {
  display: flex;
  flex: 1 1 auto;
  background-color:#2369a3;
  flex-direction: column;
  height: 100%;
}
#related-products .product__content {
  flex: 1 1 auto; 
  background-color:#2369a3;
}
#related-products .product__cart {
  margin-top: auto;
  background: linear-gradient(180deg,#003759 0%, #0183c4 20%, #53e4ff 40%, #0398c7 62%
62%, #006996 80%, #003759 100%);
}
#related-products .product__cart,
#related-products .product__cart span,
#related-products .product__cart i {
  color: #ffffff !important;
}
#related-products .product__cart:hover,
#related-products .product__cart:hover span,
#related-products .product__cart:hover i {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .page-banner--large-title h2 { font-size: clamp(42px, 12vw, 54px) !important; }
}
/* Product information blue block */
.product-info-blue-block {
  background: linear-gradient(
    135deg,
    #032b49 0%,
    #052f50 60%,
    #0a456b 100%
  ) !important;

  border-radius: 15px;
  padding: 30px !important;
  overflow: visible;

  border: 1px solid rgba(144, 213, 255, 0.18);
  box-shadow: 0 18px 45px rgba(0, 20, 40, 0.35);
}

/* Normal text */
.product-info-blue-block p,
.product-info-blue-block li,
.product-info-blue-block label,
.product-info-blue-block td,
.product-info-blue-block th,
.product-info-blue-block .category {
  color: #ffffff !important;
}

/* Yellow headings and stars */
.product-info-blue-block h3,
.product-info-blue-block h4,
.product-info-blue-block .primary-color,
.product-info-blue-block .star i {
  color: #ffd93d !important;
}

/* Table and divider lines */
.product-info-blue-block .bor-top {
  border-top-color: rgba(255, 255, 255, 0.18) !important;
}

.product-info-blue-block .bor-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.product-info-blue-block table,
.product-info-blue-block tr,
.product-info-blue-block td,
.product-info-blue-block th {
  border-color: rgba(255, 255, 255, 0.18) !important;
}

/* Application guide */
.application-guide-area {
  background: #006ba4;
}
.application-guide-nav {
  position: sticky;
  top: 120px;
}
.application-guide-nav .application-guide-category-link {
  position: relative;
  padding-right: 32px;
}
.application-guide-nav .application-guide-category-link::before {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "\f078";
  color: #90d5ff;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  transform: translateY(-50%);
  transition: transform .25s ease;
}
.application-guide-nav .application-guide-category-link[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
.application-guide-nav .product-category-list .application-guide-category-link.is-active {
  color: #ffd93d !important;
}
.application-guide-nav .product-category-list .application-guide-category-link.is-active::after {
  color: #ffd93d;
}
.application-guide-product-menu {
  margin: 4px 0 14px;
  padding: 5px 0 5px 16px;
  border-left: 2px solid rgba(144,213,255,.22);
}
.application-guide-product-menu[hidden] {
  display: none !important;
}
.application-guide-nav .product-category-list .application-guide-product-menu li {
  border-bottom: 0;
}
.application-guide-nav .product-category-list .application-guide-product-menu a {
  padding: 8px 10px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.45;
}
.application-guide-nav .product-category-list .application-guide-product-menu a::after {
  display: none;
}
.application-guide-nav .product-category-list .application-guide-product-menu a:hover,
.application-guide-nav .product-category-list .application-guide-product-menu a.is-active {
  color: #ffd93d !important;
}
.application-guide-category[hidden] {
  display: none !important;
}
.application-guide-card[hidden] {
  display: none !important;
}
.application-guide-category {
  padding-top: 15px;
  scroll-margin-top: 120px;
}
.application-guide-category + .application-guide-category {
  margin-top: 55px;
}
.application-guide-category > h2 {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  font-size: clamp(34px, 4vw, 48px);
}
.application-guide-card {
  width: 1050px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 34px;
  border: 1px solid rgba(144,213,255,.28);
  border-radius: 15px;
  background: #002544;
  box-shadow: 0 18px 45px rgba(0,37,68,.2);
}
.application-guide-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.application-guide-card__heading span {
  margin-bottom: 7px;
  color: #90d5ff;
  font-size: 13px;
  font-weight: 700;
}
.application-guide-card__heading h3 {
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.25;
}
.application-guide-card__heading > a {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid #ffd93d;
  border-radius: 8px;
  color: #ffd93d;
  font-size: 13px;
  font-weight: 700;
}
.application-guide-card__heading > a:hover {
  background: #ffd93d;
  color: #002544 !important;
}
.application-guide-card ol {
  margin: 0;
  padding-left: 30px;
  counter-reset: guide-step;
}
.application-guide-card ol li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 8px;
  list-style: decimal;
  color: rgba(255,255,255,.84);
  line-height: 1.7;
}
.application-guide-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 4px solid #ffd93d;
  border-radius: 0 8px 8px 0;
  background: rgba(144,213,255,.1);
  color: #ffffff;
}
.application-guide-note strong {
  color: #ffd93d;
}
@media (max-width: 991px) {
  .application-guide-nav {
    position: static;
  }
}
@media (max-width: 575px) {
  .application-guide-card {
    width: 390px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 26px 20px;
  }
  .application-guide-card__heading {
    align-items: stretch;
    flex-direction: column;
  }
  .application-guide-card__heading > a {
    align-self: flex-start;
  }
}
