@font-face {
  font-family: 'Soria';
  src: url('/fonts/soria/soria.woff2') format('woff2'),
       url('/fonts/soria/soria.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    font-family: 'Futura Now Headline', sans-serif;
}
a{
    text-decoration: none;
}
p{
    font-family: 'Baskervville', sans-serif;
}
span{
    font-family: 'Futura Now Headline', sans-serif;
}
.navbar-custom {
    background-color: #001423; /* Dark blue */
    padding: 0.5rem 2rem;
}
.navbar-custom .nav-link {
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-custom .nav-link:hover {
    color: #ccc;
}
.navbar-custom .dropdown-toggle::after {
    margin-left: 0.25rem;
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  color: white; /* adjust as needed */
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #00c1d5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-logo {
    height: 40px;
}
.navbar-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.navbar-icons i {
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}
.right-box {
    background-color: #12202b;
    padding: 0.5rem 1rem;
}
.navbar-custom {
  background-color: #011627; /* Match background color */
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Custom Dropdown Styling */
.custom-dropdown .nav-link {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

/*.custom-dropdown .nav-link::after {
  content: ' \25BC';
  font-size: 0.6rem;
  margin-left: 5px;
}*/

.custom-dropdown .dropdown-menu {
  background-color: #081c24; /* Dark navy */
  border: none;
  padding: 1rem 0;
  min-width: 200px;
  border-top: 2px solid #00cfff;
  top: 100%;
}

.custom-dropdown .dropdown-item {
  color: white;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  padding: 0.5rem 1.5rem;
  white-space: normal;
}

.custom-dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #00cfff; /* Blue on hover */
}

/* Optional: Underline below the nav link */
/*.custom-dropdown .nav-link::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #00cfff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}*/

.custom-dropdown .nav-link:hover::before {
  transform: scaleX(1);
}
.dropdown-toggle::after{
    border: none;
}
.nav-link:focus-visible{
    box-shadow: none;
    color: white;
}


.vr {
  width: 1px;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .navbar-custom .d-flex {
    margin-left: auto; /* Pushes the icons to the right side in desktop */
  }
}


.hero-multi-media {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align content to the left */
    text-align: left; /* Align text inside the wrapper to the left */
    padding-left: 5%;
}

.hero-multi-media__background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-multi-media__background-container picture,
.hero-multi-media__background-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-multi-media__col--text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    padding: 2rem 1rem;
}

.hero-multi-media__text-wrapper {
    max-width: 600px;
}

.textblock__heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.textblock__preheader {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.5rem;
}

.textblock__headline {
    font-size: 3.6rem;
    display: block;
    font-weight: 800;
    margin-bottom: 20px;
}

.textblock__body p {
    font-family: 'Baskervville', sans-serif;
    font-size: 1.225rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  letter-spacing: 1px;
}

.button-list__container a.button {
    display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #461387;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  border: 2px solid #461387;
}

.button-list__container a.button:hover {
    background-color: white;
  color: #461387;
}

/* Responsive typography and alignment */
@media (max-width: 768px) {
    .hero-multi-media {
        justify-content: center;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-multi-media__col--text {
        max-width: 100%;
        padding: 1rem;
    }

    .textblock__heading {
        font-size: 1.75rem;
    }

    .textblock__headline {
        font-size: 1.5rem;
    }

    .textblock__body p {
        font-size: 1rem;
    }
}

.bootles {
    background: linear-gradient(to bottom, #dff6ff, #ffffff);
    text-align: center;
}

.product-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

#sliderDisplay {
    display: flex;
    transition: transform 0.8s ease-in-out;
    width: 800px;
    overflow: hidden;
}

.product-card {
    text-align: center;
    padding: 1rem;
    width: 50%;
    flex-shrink: 0;
    transition: transform 0.8s ease-in-out;
}

.product-card img {
    height: 450px;
    object-fit: contain;
    width: 100%;
}

.product-volume {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 1rem;
}

.product-desc {
    color: #555;
    font-size: 0.95rem;
}

.btn-group .btn {
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.75rem 1.25rem;
}

.btn-group .btn:hover {
    background-color: #461387;
  border: 1px solid #461387;
}

.thumbnail-list .thumb-item {
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

.thumbnail-list .thumb-item img {
    height: 70px;
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.thumbnail-list .thumb-item.active img {
    opacity: 1;
    transform: scale(1.05);
}

.thumbnail-volume {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thumb-item.active .thumbnail-volume {
    opacity: 1;
}

.slider-arrow {
    position: absolute;
    top: 40%;
    z-index: 10;
    background: transparent;     /* remove background */
  border: none;                /* remove border */
  box-shadow: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.slider-arrow.left {
    left: 0;
}

.slider-arrow.right {
    right: 0;
}

.slider-arrow .icon {
  color: black;                /* make icon black */
  stroke: black;               /* for Lucide icons */
  width: 54px;                 /* optional: adjust size */
  height: 54px;
}

.features-items .circle-bg {
  background-color: #bbdde6;
  border-radius: 50%;
  width: 100px;              /* adjust as needed */
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.features-items .circle-bg img {
  width: 100%;              /* scale inside icon */
  height: 100%;
}

.features-items .img-border {
  border-bottom: 1px solid #bbdde6;
  width: 100%;
  margin: 20px auto;
}



.hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: url("https://cdn.builder.io/api/v1/image/assets%2F7f2a427c7e5d46d486cd081a3a926bdc%2F96a54809539e47b1bf4860b363794d16?format=jpeg&width=768&height=768");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.overlay-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    border-radius: 12px;
    color: #fff;
    gap: 2rem;
}

.left-image img {
    width: 600px;
    max-width: 100%;
    height: auto;
    border-radius: 1px;
}

.right-content {
    flex: 1;
    padding-left: 50px;
}

.right-content h2 {
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.icon-list li {
    display: flex;
    flex-direction: column;
}

.icon-list li img {
    width: 80px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.icon-list li span {
    font-weight: 500;
    font-size: 1.5rem;
}

.cta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 20px;
}

.cta-button:hover {
    color: white;
  background-color: #461387;
  border-color: #461387;
}

.story:hover{
    color: white;
  background-color: #461387;
  border-color: #461387;
}

/* Responsive */
@media (max-width: 768px) {
    .overlay-content {
        flex-direction: column;
        text-align: center;
    }

    .left-image img {
        margin-bottom: 1.5rem;
    }
}

.hover-wrapper {
  position: relative;
  overflow: hidden;
}

.hover-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

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

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

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
}

.hover-content {
  background-color: white;
  color: #000;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hover-content:hover{
    color: white;
  background-color: #461387;
  border-color: #461387;
}

.hover-content i {
  font-size: 22px;
}
.hover-content span {
  font-size: 22px;
}


.about-section {
    background: url("https://cdn.builder.io/api/v1/image/assets%2F7f2a427c7e5d46d486cd081a3a926bdc%2F4add4290239544db9d15d5f9ef821cc2?format=jpeg&width=768&height=768") center/cover no-repeat;
    color: black;
    text-align: center;
    padding: 100px 20px;
}
.video-section {
    background: url("https://images.unsplash.com/photo-1601571445073-42cfafeb3264?fit=crop&w=1400&q=80") center/cover no-repeat;
    padding: 60px 20px;
    color: black;
    text-align: center;
    position: relative;
}

.community-section {
    background-color: #461387;
    color: white;
    padding: 60px 0;
}
.community-section img {
    width: 100%;
    height: 400px;
    max-height: 100%;
}

.handleblock p {
    padding-left: 0.75rem;
    color: #bbdde6;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.135rem;
    margin: 30px;
}
.community-section hr {
    margin: 40px;
    color: #f2f2f2;
    width: 130%;
}

.impact-section {
    background: linear-gradient(to bottom, #d5f5ff, #ffffff);
    padding: 60px 0;
}

.impact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.impact-section .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.impact-section h2 {
    font-weight: 700;
    color: #0033a0;
    font-size: 4rem;
}

.impact-section p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
}

.impact-section a.btn {
    padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 0px;
}
.impact-section a.btn:hover{
    color: white;
  background-color: #461387;
  border-color: #461387;
}

.image-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}

.image-grid div {
    flex: 1 1 30%;
}

.image-grid img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .impact-section .row {
        flex-direction: column;
        text-align: center;
    }

    .image-grid {
        flex-direction: column;
        gap: 20px;
    }

    .image-grid div {
        flex: 1 1 100%;
    }
}

.fiji-footer {
    color: #000;
    background: #fff;
    padding-top: 60px;
}

.footer-top {
    text-align: center;    padding-bottom: 40px;
}

.section-divider .border-top {
  border-top: 1px solid #000; /* Change color as needed */
}

.section-divider h4 {
  font-weight: bold;
  font-size: 1.25rem;
}

.footer-logo {
    width: 60px;
    margin-bottom: 20px;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-btn {
    background: #461387;
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.footer-btn:hover{
    background-color: #611db7;
}

.newsletter h5 {
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: normal;
}

.newsletter h2 {
    font-size: 2rem;
    margin: 10px 0 20px;
    font-weight: bold;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.newsletter-form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
}

.newsletter-form button {
    background: none;
    border: none;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.newsletter-checkboxes {
    margin-top: 20px;
    font-size: 0.9rem;
}

.newsletter-checkboxes input {
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding: 40px 20px 0;

}

.footer-bottom a{
    text-decoration: none;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-columns h6 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-columns p,
.footer-columns li,
.footer-columns a,
.footer-columns select {
    font-size: 0.85rem;
    color: #000;
    line-height: 2.5;
}

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

.social-icons img,
.payment-icons img {
    height: 24px;
    margin-right: 10px;
}
.navbar-brand img{
    max-width: 100px;
}
.subscribe-input,.subscribe-input:hover, .subscribe-input:focus, .subscribe-input:focus-visible{
    border: none !important;
}
.footer-bottom p{
    font-family: 'Futura Now Headline', sans-serif;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .fiji-footer {
    padding: 40px 20px 20px;
    /*text-align: center;*/
  }

  .fiji-footer .footer-logo {
    margin: 0 auto 20px;
  }

  .footer-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-btn {
    width: 100%;
    max-width: 280px;
  }

  .newsletter-form .row {
    flex-direction: column;
  }

  .newsletter-form .col-md-8,
  .newsletter-form .col-md-4 {
    width: 100%;
    padding: 0;
  }

  .newsletter-form button {
    width: 100%;
    margin-top: 10px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-columns h5 {
    margin-top: 20px;
  }

  .footer-bottom {
    font-size: 13px;
    margin-top: 30px;
  }
  .footer-top{
    padding-bottom: 0px;
  }
  .footer-columns p,
.footer-columns li,
.footer-columns a,
.footer-columns select {
    line-height: 20px;
}
}

@media (max-width: 768px) {
  .textblock,
  .handleblock {
    text-align: center;
  }

  .community-section hr {
    width: 50%;
  }
  .community-section img{
    height: 150px;
  }
}

@media (max-width: 576px) {
  .impact-section h2 {
    text-align: center;
  }

  .impact-section p,
  .impact-section .btn {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .image-grid {
    grid-template-columns: 1fr;
    padding-left: 20px; /* Adjust as needed */
    padding-right: 20px; /* Adjust as needed */
}
  .image-grid .full-width {
    grid-column: span 1;
    margin-top: 5px !important;
  }
}
/* Mobile Styles */
@media (max-width: 991px) {
  .d-mobile {
    display: flex !important; /* Show on mobile */
  }
  
  .d-desktop {
    display: none !important; /* Hide on mobile */
  }

  .navbar-custom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-toggler {
    margin-left: auto; /* Align the hamburger menu */
  }

  .d-lg-none {
    margin-left: 10px !important; /* Adjust "SHOP" text position */
  }

  .navbar-nav {
    text-align: center;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .d-desktop {
    display: flex !important; /* Show on desktop */
  }

  .d-mobile {
    display: none !important; /* Hide on desktop */
  }

  .navbar-custom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-nav {
    text-align: left;
  }
}

/* Mobile Styles */
@media (max-width: 991px) {
  .right-content .icon-list {
    display: flex;
    flex-direction: column; /* Stack the list items vertically */
    align-items: center; /* Center align items horizontally */
  }

  .right-content .icon-list li {
    display: flex;
    flex-direction: column; /* Stack image and text vertically */
    align-items: center; /* Center align the image and text */
    margin-bottom: 15px; /* Add some space between list items */
  }

  .right-content .icon-list li img {
    margin-bottom: 10px; /* Add space between the image and text */
  }
  
  .cta-button {
    display: block; /* Make button block-level to center it */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .product-card {
    max-width: 46%; /* Show 2 items per row on mobile */
  }
  #sliderDisplay .product-card:first-child {
    margin-left: -95px; /* Ensure no left margin on mobile view first item */
  }
  .slider-arrow.left{
    left: calc(50% - 150px);
  }
}
@media (max-width: 440px) {
    .text-h5 {
        font-size: 12px;
    }
}

.shop-bootles {
    background: linear-gradient(to bottom, #ffffff, #dff6ff);
    text-align: center;
}
.product-card {
  text-align: center;
  padding: 2rem 1rem;
}

.product-image {
  max-height: 300px;
  margin-bottom: 1rem;
}

.product-volume {
  font-size: 1.3rem;
  font-weight: bold;
}

.product-price {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.btn-dark {
  letter-spacing: 2px;
  border-radius: 0;
}
.btn-dark:hover {
  background-color: #461387;
}

.firstbadge-custom {
  position: absolute;
  top: 25px;
  right: 0px;
  background-color: #e6007e;
  color: #fff;
  font-size: 0.75rem;
  padding: 13px 12px;
  border-radius: 50%;
  font-weight: bold;
}
.secondbadge-custom {
  position: absolute;
  top: 0px;
  right: -20px;
  background-color: #e6007e;
  color: #fff;
  font-size: 0.75rem;
  padding: 17px 13px;
  border-radius: 50%;
  font-weight: bold;
}

.position-relative {
  display: inline-block;
}
.col-md-4.text-center.product-card{
    width: auto;
}

@media (max-width: 991px) {
    .product-volume {
        font-size: 1rem;
        font-weight: bold;
    }
    .shop-bootles .product-card a button.btn.btn-dark.px-4.py-2{
        font-size: 12px;
    }
    .product-card img {
        height: auto;
        object-fit: contain;
    }
    tbody, td, tfoot, th, thead, tr {
        padding: 5px !important;
    }
}
@media (min-width: 992px) {
    tbody, td, tfoot, th, thead, tr {
        padding: 20px !important;
    }
}
.faq-items{
    border-bottom: solid 1px #0116271a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.dashboard-items{
    background-color: #0116272b;
    padding: 50px;
    margin: 5px;
}
.profile-active{
    font-weight: bold;
}
.dashboard-item-head{
    text-align: left;
    background-color: white;
    padding: 20px;
    border-bottom: solid 1px #e2f7ff;
    border-radius: 5px 5px 0 0;
    box-shadow: 2px 2px 5px #B8D9E6;
}
.dashboard-item-head lable.form-label{
    text-transform: uppercase;
    /*font-weight: bold;*/
}
.dashboard-item{
    text-align: left;
    background-color: white;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 5px #B8D9E6;
}
.text-uppercase{
    text-transform: uppercase;
}