/* Bulma Elements */
/* Bulma Elements */
.icn {
  display: flex;
  align-items: center;
}
.icn .txt, .icn .link {
  font-size: 1em;
  margin-left: 8px;
}
.icn .feather {
  height: 28px;
  width: 28px;
  background-color: rgb(247, 219, 187);
  padding: 5px;
  border-radius: 50%;
  color: black;
}

.icn-list-1 .icn {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.icn-list-1 .icn .txt, .icn-list-1 .icn .link {
  font-size: 1.2em;
  margin-left: 8px;
}
.icn-list-1 .icn .feather {
  height: 36px;
  width: 36px;
  background-color: rgb(131, 70, 0);
  padding: 8px;
  border-radius: 50%;
  color: white;
}
.icn-list-1 .icn .txt {
  margin-left: 10px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.wc-flex {
  display: flex;
  align-items: center;
}
.wc-flex.end {
  justify-content: end;
}
.wc-flex.start {
  justify-content: start;
}
.wc-flex.center {
  justify-content: center;
}

.button.btn-1 {
  background-color: rgb(247, 219, 187);
}
.button.btn-1:hover {
  background-color: rgb(241.6315789474, 194.8421052632, 141.3684210526);
}
.button.btn-1:hover {
  color: black;
}
.button.btn-2 {
  background-color: rgb(131, 70, 0);
  color: rgb(253, 255, 221);
}
.button.btn-2:hover {
  background-color: rgb(80, 42.7480916031, 0);
}
.button.btn-2:hover {
  color: white;
}

.img-zm-1 {
  overflow: hidden;
  border-radius: 5%;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  transition: all ease-in-out 0.7s;
}
.img-zm-1 img {
  transition: all ease-in-out 0.7s;
  box-shadow: rgba(149, 157, 165, 0.7) 0px 8px 24px;
  border-radius: 5%;
}
.img-zm-1 img:hover {
  transform: scale(1.3);
}
.img-zm-1:hover {
  box-shadow: rgba(100, 100, 111, 0.8) 0px 7px 29px 0px;
}

.imgGrp .img1 {
  width: 80%;
  border-radius: 30px;
  position: relative;
}
.imgGrp .img1.lt {
  float: left;
}
.imgGrp .img1.rt {
  float: right;
}
.imgGrp .img2 {
  width: 60%;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  border: 10px solid white;
  margin-top: -190px;
}
.imgGrp .img2.lt {
  float: right;
}
.imgGrp .img2.rt {
  float: left;
}

@media (max-width: 768px) { /* Adjust the max-width for your specific breakpoint */
  .columns.wc-reversed {
    flex-direction: column-reverse;
    display: flex; /* Ensure display flex is applied */
  }
}
.product-image-container {
  position: relative;
  overflow: hidden;
}
.product-image-container .image img {
  transition: transform 0.5s ease;
}
.product-image-container:hover .image img {
  transform: scale(1.1);
}
.product-image-container:hover .overlay {
  opacity: 1;
}
.product-image-container .zoom .feather {
  color: white;
  height: 48px;
  width: 48px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modal {
  z-index: 50 !important;
}

.lobs-700 {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.topBar {
  background-color: rgb(64, 34, 0);
  color: rgb(247, 219, 187);
  padding: 10px 0px;
  transition: display 0.3s ease-in-out;
  z-index: 50;
  position: fixed;
  min-width: 100%;
  min-height: 52px;
  top: 0px;
}
.topBar .icn .link {
  color: rgb(247, 219, 187);
}
.srchs {
  display: flex;
}
.srchs .btn {
  margin-left: -30px;
  z-index: 20;
  position: relative;
  display: flex;
  align-items: center;
  background: rgb(247, 219, 187);
  padding: 0px 5px;
  color: black;
  border-radius: 0px 5px 5px 0px;
  border-left: 2px solid rgba(102, 102, 102, 0.4);
}
.srchs .btn label {
  margin-right: 3px;
}
.srchs .btn .feather {
  height: 16px;
  width: 16px;
  padding-top: 1px;
}
.srchs input {
  border-radius: 5px 5px 5px 5px;
  background: rgb(253, 255, 221);
}
.srchs input::placeholder {
  color: rgb(87, 47, 0);
}
.srchs input:blank {
  width: 170px;
}
.srchs input:hover, .srchs input:focus, .srchs input:active {
  background: white;
  width: 200px;
}
.srchs:hover .btn {
  background: rgb(241.6315789474, 194.8421052632, 141.3684210526);
}

.srch {
  transition: all 1s ease-in-out 0.2s;
}
.srch .input {
  border-radius: 20px;
  background-color: rgb(249.6842105263, 231.0789473684, 209.8157894737);
  font-size: 0.8em;
  font-weight: 600;
}
.srch .input:hover {
  width: 13rem;
  background-color: rgb(252.3684210526, 243.1578947368, 232.6315789474);
}
.srch .input::placeholder {
  color: rgb(87, 47, 0);
}
.srch .btn {
  background-image: linear-gradient(to right, #f2e927, #fbd72a, #ffc632, #ffb63c, #ffa646);
  transition: all 1s ease-in-out 0.2s;
  margin-left: -45px;
  position: relative;
  z-index: 10;
  padding: 7px;
  border-radius: 0px 20px 20px 0px;
  color: black;
  box-shadow: -10px 0 20px -5px rgba(115, 115, 115, 0.75);
}
.srch .btn:hover {
  background-image: linear-gradient(to left, #f2e927, #fbd72a, #ffc632, #ffb63c, #ffa646);
}
.srch .btn label {
  font-size: 0.8em;
}
.srch .btn .feather {
  height: 18px;
}

.flx-cnt {
  display: flex;
  align-items: center;
}

.flx-cnt-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-header {
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.13) -4px 9px 45px -6px;
  transition: all 0.3s ease-in-out 1ms;
  position: fixed;
  z-index: 30;
  min-width: 100%;
  top: 52px;
}
.wc-header .navbar {
  background: transparent;
}
.wc-header .navbar .navbar-brand .navbar-item img {
  max-width: 75px;
  max-height: 4.5rem;
  height: 4.3rem;
}
.wc-header .navbar .navbar-brand .navbar-item .names p {
  line-height: 23px;
}
.wc-header .navbar .navbar-brand .navbar-item .names p.name {
  font-size: 1.2em;
}
.wc-header .navbar .navbar-brand .navbar-item .names p.tag-line {
  font-size: 0.75em;
  letter-spacing: 1px;
  display: block;
  clear: both;
}
.wc-header .navbar .navbar-brand .navbar-item .names p:hover {
  background-color: transparent;
}
.wc-header .navbar .navbar-item {
  color: rgb(115, 61.09375, 0);
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-family: "Truculenta", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: 2px solid transparent;
}
.wc-header .navbar .navbar-item:hover {
  background-color: rgb(253, 255, 221);
  border-bottom: 2px solid rgb(255, 209, 3);
}
.wc-header .navbar .navbar-item.has-dropdown .navbar-link {
  color: rgb(115, 61.09375, 0);
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-family: "Truculenta", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
}
.wc-header .navbar .navbar-item.has-dropdown .navbar-link:hover {
  background-color: rgb(253, 255, 221);
}
.wc-header .navbar .navbar-dropdown {
  background-color: rgb(253, 255, 221);
  border-top: 0px;
}
.wc-header .navbar .navbar-dropdown .navbar-item {
  background-color: transparent !important;
}
.wc-header .navbar .navbar-dropdown .navbar-item:hover {
  background-color: rgb(248.5, 255, 144.5) !important;
}
.wc-header .navbar .navbar-link:not(.is-arrowless)::after {
  border-color: rgb(64, 34, 0);
  /* Change to your desired color */
}

.wc-scrolled .wc-header {
  background-color: white;
}

.sld {
  padding-top: 20vh;
  margin-top: 0vh;
  position: relative;
  z-index: 5;
}
.sld.sld-1 {
  background-image: linear-gradient(to top, #ffe5a7, #fbe9af, #f8ecb8, #f5efc1, #f3f2ca);
}
.sld .container,
.sld .container-fluid {
  display: flex;
  align-items: center;
}
.sld .container .lt,
.sld .container-fluid .lt {
  width: 50%;
}
.sld .container .lt h1,
.sld .container-fluid .lt h1 {
  font-size: 3.5em;
  color: black;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.sld .container .lt h2,
.sld .container-fluid .lt h2 {
  letter-spacing: 2px;
  border-left: 30px solid rgb(231, 180, 10);
  line-height: 60px;
  padding-left: 10px;
  font-size: 2em;
  margin-top: -6.5em;
  position: absolute;
}
.sld .container .lt p,
.sld .container-fluid .lt p {
  font-size: 1.3em;
}
.sld .container .lt .text-4,
.sld .container-fluid .lt .text-4 {
  font-weight: 600;
}
.sld .container .lt .btn,
.sld .container-fluid .lt .btn {
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .sld.sld-1 {
    background-image: url("../../media/images/cont/happy_dog_2.png") !important;
    background-attachment: scroll;
    background-size: cover;
    color: white;
    overflow: hidden;
  }
  .sld.sld-1:before {
    content: "";
    position: absolute;
    min-height: 550px;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
  }
  .sld .rt {
    display: none !important;
  }
  .sld .lt {
    width: 100% !important;
    padding: 30px 20px 50px 20px;
    text-align: center;
  }
  .sld .lt h1 {
    font-size: 1.8em !important;
    color: rgb(255, 255, 255) !important;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  .sld .lt h2 {
    display: none;
    letter-spacing: 2px;
    border-left: 30px solid rgb(231, 180, 10);
    line-height: 60px;
    padding-left: 10px;
    font-size: 2em;
    margin-top: -6.5em;
    position: absolute;
  }
  .sld .lt p {
    font-size: 1em !important;
  }
  .sld .lt .text-4 {
    font-weight: 600;
  }
  .sld .lt .btn {
    border-radius: 50px;
  }
}
.wc-subheader {
  background: #833AB4;
  background: linear-gradient(to top, #ffe5a7, #fbe9af, #f8ecb8, #f5efc1, #f3f2ca);
  padding: 150px 0 60px 0px;
  color: rgb(87, 47, 0);
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.wc-subheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 50%, rgba(255, 204, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.wc-subheader .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wc-subheader .title-side .page-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: "Inter", "Smooch Sans", sans-serif;
}
.wc-subheader .title-side .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.wc-subheader .title-side .breadcrumb ul {
  margin-left: 0;
}
.wc-subheader .title-side .breadcrumb ul li::before {
  color: rgb(131, 70, 0);
  content: "/";
}
.wc-subheader .title-side .breadcrumb ul li:first-child::before {
  content: "";
}
.wc-subheader .title-side .breadcrumb ul li a {
  color: rgb(64, 34, 0);
  padding: 0 0.75em;
}
.wc-subheader .title-side .breadcrumb ul li a:hover {
  color: rgb(247, 219, 187);
}
.wc-subheader .title-side .breadcrumb ul li.is-active a {
  color: rgb(64, 34, 0);
  font-weight: 600;
}
.wc-subheader .search-side {
  width: 100%;
  max-width: 400px;
}
.wc-subheader .search-side .search-box {
  position: relative;
}
.wc-subheader .search-side .search-box .input {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: rgb(64, 34, 0);
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.wc-subheader .search-side .search-box .input::placeholder {
  color: rgb(87, 47, 0);
}
.wc-subheader .search-side .search-box .input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgb(247, 219, 187);
  box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.1);
}
.wc-subheader .search-side .search-box .search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(64, 34, 0);
  pointer-events: none;
}
.wc-subheader .search-side .search-box .search-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(247, 219, 187);
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wc-subheader .search-side .search-box .search-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

@media (max-width: 768px) {
  .wc-subheader {
    padding: 40px 0;
  }
  .wc-subheader .container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .wc-subheader .title-side .page-title {
    font-size: 2rem;
  }
  .wc-subheader .search-side {
    max-width: 100%;
  }
}
.fetrd {
  margin-top: 100px;
}

.columns.prod .column .card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-top: 2em;
}
.columns.prod .column .card img {
  max-height: 150px;
}
.columns.prod .column .card .buttons {
  display: none;
}
.columns.prod .column .card .text .name {
  font-size: 1.2em;
  font-weight: 800;
  text-transform: capitalize;
}
.columns.prod .column .card .text .met {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  color: rgb(205.7894736842, 121.0526315789, 24.2105263158);
  font-weight: 700;
}

.box-link {
  position: static;
}

.box-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Ensures the link is above other elements */
}

.prd .page-main {
  margin-top: 10px;
}

.product-details {
  padding: 3rem 0;
}
.product-details .product-image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px;
  transition: transform 0.3s ease;
  text-align: center;
}
.product-details .product-image-container img {
  display: block;
  width: auto;
  max-height: 600px;
  margin: 0 auto;
}
.product-details .product-image-container .zoom-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
}
.product-details .product-info {
  padding-left: 2rem;
}
.product-details .product-info .category {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.product-details .product-info .product-title {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #333;
}
.product-details .product-info .tags-container {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.product-details .product-info .tags-container .tag-custom {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
.product-details .product-info .tags-container .tag-custom.is-sku {
  background-color: rgb(247, 219, 187);
  color: #000;
}
.product-details .product-info .tags-container .tag-custom.is-material {
  background-color: #f5f5f5;
  color: #333;
}
.product-details .product-info .description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 2rem;
}
.product-details .product-info .description strong {
  color: #333;
}
.product-details .product-info .actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.product-details .product-info .actions .button {
  height: 3.5rem;
  padding: 0 2rem;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.product-details .product-info .actions .button.is-enquire {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
}
.product-details .product-info .actions .button.is-enquire:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.product-details .product-info .actions .button.is-back {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}
.product-details .product-info .actions .button.is-back:hover {
  border-color: #999;
  color: #333;
}
.product-details .product-info .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.product-details .product-info .features-grid .feature-item {
  text-align: center;
}
.product-details .product-info .features-grid .feature-item .icon-container {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.product-details .product-info .features-grid .feature-item .feature-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #333;
}

@media (max-width: 768px) {
  .product-details .product-info {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.search-sidebar {
  position: sticky;
  top: 20px;
  border-radius: 12px;
}
.search-sidebar h3 {
  border-bottom: 2px solid rgb(247, 219, 187);
  padding-bottom: 10px;
  display: inline-block;
}
.search-sidebar .sidebar-search {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.search-sidebar .sidebar-search .search-box {
  position: relative;
}
.search-sidebar .sidebar-search .search-box .input {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.25rem 1rem 1.25rem 2.8rem;
  height: 3rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  width: 100%;
}
.search-sidebar .sidebar-search .search-box .input:focus {
  background: #fff;
  border-color: rgb(247, 219, 187);
  box-shadow: 0 0 0 0.125em rgba(255, 204, 0, 0.2);
  outline: none;
}
.search-sidebar .sidebar-search .search-box .search-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}
.search-sidebar .sidebar-search .search-box .search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(247, 219, 187);
  border: none;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-sidebar .sidebar-search .search-box .search-btn:hover {
  background: #333;
  color: #fff;
}
.search-sidebar .filter-group .label {
  font-size: 0.9rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-sidebar .filter-group .select select {
  border-radius: 8px;
}
.search-sidebar .filter-group .select select:focus {
  border-color: rgb(247, 219, 187);
  box-shadow: 0 0 0 0.125em rgba(255, 204, 0, 0.25);
}

.search-result-row {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.search-result-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(255, 204, 0, 0.3);
}
.search-result-row .result-image {
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
}
.search-result-row .result-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 10px;
}
.search-result-row .result-details .title {
  color: #121619;
  margin-bottom: 0.5rem;
}
.search-result-row .result-details .sku {
  font-size: 0.85rem;
  font-weight: 600;
}
.search-result-row .result-details .description {
  color: #666;
  line-height: 1.5;
}
.search-result-row .result-action .price {
  font-weight: 800;
  margin-bottom: 1rem;
}
.search-result-row .result-action .button {
  transition: all 0.3s ease;
}
.search-result-row .result-action .button:hover {
  background-color: rgb(247, 219, 187);
  color: #000;
  border: none;
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .search-sidebar {
    position: static;
    margin-bottom: 2rem;
  }
  .search-result-row .columns {
    display: block;
  }
  .search-result-row .column {
    text-align: center;
  }
  .search-result-row .result-image img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.wc-footer {
  background-color: #121619;
  color: #fff;
  position: relative;
  padding-top: 80px;
  margin-top: 130px;
}
.wc-footer .footer-cta {
  background: linear-gradient(90deg, rgb(255, 251, 191) 0%, rgb(255, 248, 153) 50%, rgb(226, 168, 255) 100%);
  padding: 40px 60px;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.wc-footer .footer-cta .cta-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 500px;
  color: rgb(46, 46, 46);
}
.wc-footer .footer-cta .cta-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wc-footer .footer-cta .cta-contact .cta-icon {
  background: rgba(51, 51, 51, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.wc-footer .footer-cta .cta-contact .cta-info p {
  font-size: 0.9rem;
  margin-bottom: 2px;
  opacity: 0.8;
  color: rgb(54, 18, 18);
}
.wc-footer .footer-cta .cta-contact .cta-info a {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(54, 18, 18);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wc-footer .footer-main {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(161.5, 161.5, 161.5);
}
.wc-footer .footer-main .footer-logo-side .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.wc-footer .footer-main .footer-logo-side .footer-logo img {
  max-height: 40px;
}
.wc-footer .footer-main .footer-logo-side .footer-logo .name {
  font-size: 1.8rem;
  font-weight: 800;
}
.wc-footer .footer-main .footer-logo-side .social-links {
  display: flex;
  gap: 20px;
  font-size: 1.1rem;
  font-weight: 600;
}
.wc-footer .footer-main .footer-logo-side .social-links a {
  color: #fff;
}
.wc-footer .footer-main .footer-logo-side .social-links a:hover {
  opacity: 0.7;
}
.wc-footer .footer-main .footer-logo-side h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.wc-footer .footer-main .footer-column h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.wc-footer .footer-main .footer-column address {
  font-style: normal;
  line-height: 1.6;
  color: #888;
  margin-bottom: 15px;
}
.wc-footer .footer-main .newsletter-field .field {
  position: relative;
  max-width: 300px;
}
.wc-footer .footer-main .newsletter-field .field .input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 80px !important;
  box-shadow: none !important;
}
.wc-footer .footer-main .newsletter-field .field .input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.wc-footer .footer-main .newsletter-field .field .input:focus {
  border-bottom-color: #fff !important;
}
.wc-footer .footer-main .newsletter-field .field .submit-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wc-footer .footer-main .newsletter-field .field .submit-btn:hover {
  opacity: 0.7;
}
.wc-footer .footer-main .newsletter-field .privacy-note {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wc-footer .footer-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.wc-footer .footer-bottom .bottom-links {
  display: flex;
  gap: 25px;
}
.wc-footer .footer-bottom .bottom-links a {
  color: #888;
}
.wc-footer .footer-bottom .bottom-links a:hover {
  color: #fff;
}
.wc-footer .footer-bottom .copyright {
  color: #888;
}
.wc-footer .footer-bottom .copyright span {
  color: #fff;
}

@media (max-width: 1024px) {
  .wc-footer {
    padding-top: 150px;
  }
  .wc-footer .footer-cta {
    width: 90%;
    flex-direction: column;
    text-align: center;
    top: -120px;
    gap: 30px;
  }
  .wc-footer .footer-cta .cta-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .wc-footer .footer-main .footer-column {
    margin-bottom: 40px;
  }
  .wc-footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .wc-footer .footer-bottom .bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* Contact Page Styles */
.company-description h3 {
  color: var(--bulma-warning-20);
}
.company-description p {
  line-height: 1.8;
  font-size: 1.1rem;
}

.contact-details {
  border-top: 5px solid rgb(131, 70, 0);
}
.contact-details .icon-text {
  align-items: center;
}
.contact-details .icon-text .icon {
  margin-right: 0.5rem;
}

#contactForm .label {
  color: var(--bulma-text-strong);
}
#contactForm .button.btn-1 {
  transition: transform 0.2s ease;
}
#contactForm .button.btn-1:hover {
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .company-description {
    margin-bottom: 2rem !important;
  }
}
.img-zm-1 {
  overflow: hidden;
  border-radius: 5%;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  transition: all ease-in-out 0.7s;
}
.img-zm-1 img {
  transition: all ease-in-out 0.7s;
  box-shadow: rgba(149, 157, 165, 0.7) 0px 8px 24px;
  border-radius: 5%;
}
.img-zm-1 img:hover {
  transform: scale(1.3);
}
.img-zm-1:hover {
  box-shadow: rgba(100, 100, 111, 0.8) 0px 7px 29px 0px;
}

.cont-3.rt .column {
  margin-top: 4rem;
}

.intro {
  margin-top: 100px;
}
.intro .columns.row-2 {
  margin-top: 50px;
}
.intro .columns .cont-1 h3 {
  margin-top: -10px;
  font-size: 2em;
  margin-bottom: 20px;
}

#query-modal {
  z-index: 100;
  border-top: 5px double rgb(238, 255, 2);
}

.cont-5 h2 {
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cont-5 h3 {
  font-size: 1.5rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.list-st-1 {
  list-style-type: disc;
}
.list-st-1 li {
  margin: 5px 0px 5px 30px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  body {
    min-height: 1000px;
  }
  .topBar {
    text-align: center !important;
    justify-content: center !important;
  }
  .topBar .columns .column.start, .topBar .columns .column.end {
    justify-content: center !important;
  }
  .topBar .columns .column.end {
    margin-top: -15px;
    background-color: rgb(64, 34, 0);
  }
  .topBar .columns .column.start {
    position: fixed;
    bottom: 0px;
    background-color: rgb(64, 34, 0);
    min-width: 105%;
  }
  .wc-header {
    margin-top: -2px;
    background: white !important;
  }
  .wc-header .navbar {
    background: white !important;
  }
  .wc-header .navbar .navbar-brand .navbar-item img {
    max-width: 3.2rem;
    height: 2.8rem;
  }
  .wc-header .navbar .navbar-brand .navbar-item .names p {
    line-height: 20px;
  }
  .wc-header .navbar .navbar-brand .navbar-item .names p.name {
    font-size: 1em;
  }
  .intro .imgGrp .img1,
  .intro .imgGrp .img2 {
    margin: 0 auto;
  }
  .intro .imgGrp .img1.lt, .intro .imgGrp .img1.rt,
  .intro .imgGrp .img2.lt,
  .intro .imgGrp .img2.rt {
    float: none;
    display: block;
    clear: both;
  }
  .intro .imgGrp .img2 {
    display: none !important;
  }
  .intro .container .columns.row-1, .intro .container .columns.row-2 {
    text-align: center;
    justify-content: center;
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 12px 0px;
    margin: 5vh 20px 5vh 20px;
    border-radius: 20px;
  }
  .intro .container .columns .column {
    padding: 0px;
  }
  .intro .container .columns .column.imgs {
    padding: 0px;
  }
  .intro .container .columns .column.imgs img {
    width: 100%;
    border-radius: 0px;
    border-radius: 20px 20px 0px 0px;
  }
  .intro .container .columns .column.cont {
    padding: 20px 15px 50px 15px;
    justify-content: center;
  }
  .intro .container .columns .column.cont h3 {
    margin-top: 0px !important;
    font-size: 1.5em !important;
    line-height: 1.3em;
  }
  .intro .container .columns .column.cont .secLabel {
    font-weight: 700;
    letter-spacing: 1px;
  }
  .intro .icn-list-1 .txt {
    font-size: 1em !important;
  }
  .prod {
    padding: 0 10px;
  }
  .prod .card img {
    max-height: 110px !important;
    padding: 0 20px;
  }
  .prod .card .card-content .text .name {
    font-size: 0.7em !important;
  }
  .prod .card .card-content .text .met {
    font-size: 0.6em !important;
  }
  .fetrd {
    margin-bottom: 250px;
  }
  .wc-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wc-footer .footer-cta {
    margin-top: -200px;
  }
}

/*# sourceMappingURL=theme.css.map */
