@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@200;300;400;500;700&display=swap");

* {
    font-family: 'Spartan', sans-serif;
}
#header {
    z-index: 11;
    background: #ffffff;
    filter: drop-shadow(-6px 5px 10px #00000050);
}

body {
    scroll-padding-top: 65px;
    padding-top: 80px;
    background-image: url(../images/background-octio-2.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-link {
    border-top: 4px solid #e6048c00;
    border-bottom: 4px solid #e6048c00;
    font-weight: 600;
    letter-spacing: 0.09rem;
    color: #09a4a9;
}

.nav-link:hover, .nav-link.active {
    border-bottom: 4px solid #e6048c;
    color: #e6048c !important;
}

/* OCTIO
        -------------------------------------------------- */

h1, h2, h3 {
    color: #09a4a9;
}

h1, h2 {
    font-weight: 600;
}

.visual-menu-image {
    border-radius: 50%;
    max-width: 160px;
    max-height: 160px;
    border: 3px dotted #e6048c20;
    padding: 1rem;
    overflow: hidden;
    background-color: #ffffff;
    margin:20px;
}


.visual-menu-title {
    min-height: 9rem;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.product-card {
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem;
    background: #ffffff;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cart-concern {
    margin-top: auto;
}

.product-card .image-holder img {
    border-radius: 1rem;
}

.product-card P {
    font-size: 0.8rem;
    text-align: left;
    max-height: 240px;
    overflow: hidden;
}

.swiper {
    height: 100%;
}

.swiper-wrapper {
    height: 670px;
}

.swiper-slide {
    height: auto !important;
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #7b2167;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* subtle shadow */
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
}

.swiper-button-prev {
    top: 340px;
}

.swiper-button-next {
    top: 340px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f5f5f5; /* light grey on hover */
    transform: translateY(-50%) scale(1.05);
}


.swiper-pagination-bullet-active {
    background-color: #09a4a9;
}

/* INNER PRODUCT IMAGE SLIDER
   -------------------------- */
.product-image-slider {
    position: relative;
    width: 100%;
    height: 45%;
    border-radius: 1rem;
    overflow: hidden;
}

/* Inner slides (images) */
.product-image-slider .swiper-slide {
    text-align: center;
    height: auto !important;
}

.product-image-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
}

/* Inner pagination (dots only) */
.product-image-slider .swiper-pagination {
    bottom: 8px;
    text-align: center;
}

.product-image-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #7b2167;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.product-image-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e6048c;
}

/* Remove arrows from inner slider (only outer uses them) */
.product-image-slider .swiper-button-prev,
.product-image-slider .swiper-button-next {
    display: none !important;
}

#main-swiper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-main-wrapper {
    height: auto;
}

.swiper h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.875rem;
    color: #09a4a9;
}

.swiper h3 a {
    text-decoration: none;
    font-weight: 500;
    color: #09a4a9;
}

.swiper h4 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0.875rem;
    color: #09a4a9;
}

.swiper h4 a {
    text-decoration: none;
    font-weight: 400;
    color: #09a4a9;
}

.btn-light {
    margin-bottom: 5px;
    color: #183B56;
    background-color: #E5EAF4;
    border-color: #E5EAF4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23, 31, 56, 0.075);
}

.btn-light:hover {
    color: #183B56;
    background-color: #cad4e9;
    border-color: #c1cde5;
}


.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(23, 31, 56, 0.125), 0 0 0 0.2rem rgba(198, 208, 220, 0.5);
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #e6048c;
    border-color: #e6048c;
    border-radius: 1rem 0;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: #09a4a9;
}

/* animation */
.text-animation, .image-animation {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease;
}

    .text-animation.show {
        opacity: 1;
        transform: scale(1);
    }

.image-animation {
    transition-delay: 0.2s;
}

    .image-animation.show {
        opacity: 1;
        transform: scale(1);
    }

.text-animation {
    opacity: 0;
    transform: translateY(100px) scale(0.5) rotate(-30deg);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease;
}

.text-animation.show {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
}

.image-animation {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease;
    transition-delay: 0.2s;
}

.image-animation.show {
    opacity: 1;
    transform: scale(1);
}


/* GO TO TOP */
.sticky-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.sticky-right.show {
    opacity: 1;
}

.sticky-right .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.sticky-right .btn:hover {
    background-color: #e6048c;
    transform: translateY(-5px);
}

.sticky-right .btn:hover .fas {
    color: #fff;
}

.sticky-right .btn .fas {
    font-size: 24px;
    color: #09a4a9;
}

.sticky-right .btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(230, 4, 140, 0.25);
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-lg-4, .marketing .col-lg-3 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p, .marketing .col-lg-3 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
}


/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
        -------------------------------------------------- */

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 50px;
    }

    .visual-menu-image {
        max-width: 210px;
        max-height: 210px;
        border: 5px dotted #e6048c20;
        padding: 1rem;
    }


}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (max-width: 979px) {
    .swiper-wrapper {
        height: auto !important;
    }

    .product-card {
        height: auto !important;
    }

    .product-image-slider {
        height: 69%;
    }
}

@media (max-width: 1370px) {
    .product-image-slider {
        height: 69%;
    }
}

