/*
Theme Name: StaraKuca
Text Domain:  starakuca
Author: ConcordSoft Solutions
Description: StaraKuca Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html {
    margin: 0 !important;
    overflow: auto !important;
}

:root {
    --main-color: #151743;
    --heading-color: #151743;
    --text-color: #252729;
    --background-color: #F9F7EB;
    --accent-color: #ED1C24;
    --light-color: #F9F7EB;
    --border-color: #BF9A7B;
}

body {
    padding: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    overflow: auto !important;
    font-family: 'Open Sans', sans-serif !important;
    background-color: var(--background-color) !important;
}


@font-face {
    font-family: 'KobzarKS';
    src: url('../starakuca/assets/fonts/KobzarKS_v1-020.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

p, ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: var(--text-color) !important;
}

p.large {
    font-size: 16px !important;
    line-height: 28px !important;
}

section a {
    color: #A17C5C;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color) !important;

}

h1 {

    font-size: 48px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}


h2 {
    font-size: 56px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
    font-family: 'Cormorant Garamond', serif !important;
}

h3 {
    font-size: 32px !important;
    line-height: 52px !important;
    font-weight: 400 !important;
    font-family: 'KobzarKS', serif;
}

h6 {
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    font-family: 'Cormorant Garamond', serif;
}

.accent-color {
    color: var(--accent-color) !important;
}

.light-color, .light-color p, .light-color a {
    color: var(--light-color) !important;
}

.container {
    max-width: 1200px !important;
}

.border-divider {
    display: block;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin-top: 80px;
}

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

.gradient-bg {
    background: linear-gradient(to bottom, #F9F7EB 0%, rgba(249, 247, 235, 0) 100%);
    position: absolute;
    width: 100%;
    height: 72px;
    top: 35% !important;
    z-index: 999;
    display: none;
}


/* Header */
.account-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.account-menu {
    position: absolute;
    top: 130%;
    right: 0;
    background-color: #F9F7EB;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 9.2px 0px rgba(191, 154, 123, 0.2);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}

.account-dropdown .account-btn svg path {
    stroke: var(--heading-color) !important;
}

.account-dropdown:hover .account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-dropdown .user-name {
    font-size: 20px;
    font-weight: 400;
    color: var(--heading-color);
    margin-left: 5px;
}

.account-menu li {
    margin: 0;
}

.account-menu li a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.account-menu li a:hover {

    color: #A17C5C;
}

#primary-menu .mob-item .nav-link {
    color: #A17C5C !important;
}

@media screen and (min-width: 681px) {
    #primary-menu .mob-item {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .account-dropdown .account-menu {
        display: none !important;
    }
}

.account-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #F9F7EB;
    border-top: 1px solid #F9F7EB;
    border-left: 1px solid #F9F7EB;
    transform: rotate(45deg);
    display: none;
}

.navbar, .site-header {
    z-index: 10 !important;
}

.site-header {
    background-color: transparent !important;
    height: 136px;
}

.sticky-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--background-color) !important;
    z-index: 99999 !important;
    height: 94px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header.sticky-active {
    display: flex;
}

.sticky-header .container {
    max-width: 1200px; /* Adjust based on your theme's container width */
    margin: 0 auto;
}

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

.site-branding {
    z-index: 100;
    max-width: 104px;
    width: 100%;
}

.site-branding a {
    width: 100%;
    height: 100%;
    display: block;
}

.site-branding img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-right {
    height: 100%;
}

.header-right-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.header-right .navbar {
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header-right .navbar .navigation {
    justify-content: space-between;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
}

.navbar-toggler {
    display: block;
    background: transparent;
    cursor: pointer;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.navbar-icon {
    width: 18px !important;
    height: 12px !important;
    display: flex;
    position: relative;
}

.navbar-collapse {
    display: none;
}

.navbar-collapse.show {
    display: block;
    position: absolute;
    top: 79%;
    right: 0;
    background: var(--background-color);
    border-radius: 8px;
    box-shadow: 0px 4px 9.2px 0px rgba(191, 154, 123, 0.2);
    padding: 0 10px;
    width: 173px;
    z-index: 1000;
}

.navbar-nav .nav-item {
    border-bottom: 1px solid var(--border-color);
}

.navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbar-nav .nav-link {
    color: var(--heading-color) !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 11px 10px 11px 10px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover svg path {
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #A17C5C !important;
}

.navbar-nav .nav-link:hover svg path {
    stroke: #A17C5C !important;
}

.navbar-nav .dropdown-menu .nav-link:first-of-type {
    padding-top: 0 !important;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown .menu-arrow {
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.nav-item.dropdown .dropdown-toggle.show .menu-arrow {
    transform: rotate(180deg);
}

.dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 12px;
}

.dropdown-menu {
    background-color: var(--background-color) !important;
    border: 0 !important;
    padding: 0 0 10px 0 !important;
}

.dropdown-menu .nav-item {
    border-bottom: 0 !important;
}

.navbar-nav .dropdown-menu .nav-link {
    padding: 4px 0 4px 10px !important;
}

.template-page-homepage .site-branding a {
    display: none;
}

.template-page-homepage .sticky-header .site-branding a {
    display: block !important;
}

/* Age verification CSS */

.age-gate-modal {
    background-color: rgba(255, 255, 255, 0.15);
    padding-right: 0 !important;
}

.age-gate-content {
    border-radius: 10px;
    overflow: hidden;
}

.age-gate-body {
    position: relative;
    padding: 0;
    margin: 0;
}

.age-gate-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.age-gate-background img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.age-buttons .btn {
    padding: 15px;
    border: 1px solid var(--heading-color) !important;
    border-radius: 40px;
    color: var(--heading-color);
    z-index: 999;
}


.modal-body {
    padding: 63px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: none !important;
    background: transparent !important;
    height: 100% !important;
    min-height: 435px !important;
}

.modal.show .modal-dialog {
    justify-content: center;
}

.age-gate-text {
    position: relative;
    z-index: 2;
    padding: 61px 22% 40px;
    text-align: center;
    border-radius: 10px;
    margin: 20px;
}

.age-title, .denial-title {
    color: var(--heading-color) !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif !important;
}

.age-description, .age-question {
    color: var(--heading-color) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    font-family: 'Open Sans', sans-serif;
}


.age-buttons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.age-buttons .btn {
    background-color: transparent;
    flex: 1;
    padding: 5px 20px;
    color: var(--heading-color) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}

.age-buttons .btn:hover {
    background-color: var(--heading-color);
    color: #fff !important;
}

.age-buttons .btn.age-yes {
    background-color: var(--heading-color) !important;
    color: #fff !important;
}

#denialContent {
    text-align: center;
}

#denialContent .btn {
    margin-top: 25px;
}

.back-button {
    width: 100%;
    max-width: 200px;
}

#questionContent, #denialContent {
    transition: opacity 0.3s ease;
}

#deleteGateModal .delete-yes {
    border-color: #ED1C24 !important;
    color: #fff !important;
    background-color: #ED1C24 !important;
    font-weight: 600 !important;
}

#deleteGateModal .delete-no {
    border-color: #EBCFB7 !important;
    color: #151743 !important;
    background-color: #EBCFB7 !important;
    font-weight: 600 !important;
}

html.age-gate-locked,
body.age-gate-locked {
    overflow: hidden !important;
    height: 100% !important;
}


/* Hero Section */
.hero-section {
    padding: 136px 0 100px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100vh;
    width: 100%;
}

.hero-bg {
    z-index: -1;
    pointer-events: none;
}

.hero-bg img {
    object-fit: fill !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
}

.hero-title {
    margin-top: 43px;
}

.hero-subtitle {
    margin-top: 15px;
}

.info-text p {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: var(--heading-color) !important;
}

.hero-section .container, .hero-section .row {
    height: 100%;
}

.hero-box {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 680px) {
    .hero-box {
        justify-content: flex-start !important;

    }
}

/* Second Section */

/* FAQ Section Styling */
.faq-section {
    padding: 40px 0 20px;
}

/*
.faq-section .container {
    padding-bottom: 34px;

}*/

.map-faq.faq-section {
    padding: 17px 0 20px;
}

.map-faq.faq-section .container {
    padding-bottom: 76px;
}

.map-faq .accordion-item {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.map-faq .accordion-button {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 21px;
}

.map-faq .accordion-body {
    padding: 10px 9px 0 !important;
}

.map-faq .container {
    border-bottom: 0 !important;
}


/* Product Section */
.product-section {
    padding: 0 0 120px;
}

.product-sec-title {
    margin-bottom: 47px;
    font-size: 40px !important;
    line-height: 36px !important;
    text-transform: uppercase;
}

.product-sec-description {
    margin-bottom: 79px;
}

/* Footer Section Styling */
.container.container-footer {
    max-width: 1200px !important;
}

.container-footer-bottom {
    margin: auto;
    display: flex;

}

.footer-link, .footer-section a, .footer-section li {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
}

.footer-link:hover, .footer-section a:hover {
    text-decoration: none;
}

.footer-bottom .container {
    border-top: 2px solid rgba(255, 255, 255, 0.12);
    padding: 25px 0 45px;
}

.g-custom-10 {
    --bs-gutter-x: 10.5rem !important;
}


.footer-section {
    background-color: var(--heading-color);
    color: #fff !important;
    padding: 24px 0;
}

.footer-section .widget.widget_block {
    margin-bottom: 0;
}

.footer-top-background {
    background: url('assets/images/svg-footer-top.svg') no-repeat center center/cover;;
    display: block;
    height: 148px;
    margin-bottom: -3px;
}

.widget-title, .footer-section .widget h4 {
    font-size: 28px !important;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 7px;
    color: #fff !important;
}

.widget {
    margin-bottom: 20px;
}

.widget p {
    color: #fff !important;
    margin: 0 0 10px;
}

.widget a {
    color: #fff;
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 45px;
}

.footer-bottom p, .footer-bottom a {
    color: #fff !important;
}


.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin-bottom: 10px;
}

.widget ul li a {
    color: #5a5a5a;
}

.widget ul li a:hover {
    color: #0d2a4a;
}

.ft-social-icons svg {
    transition: transform 0.3s ease-in-out;
}

.ft-social-icons a:hover svg {
    transform: translateY(3px);
);
}

/* History Section */
.history-section {
    background-color: var(--heading-color);
    padding: 60px 0;
    color: #ffffff;
}

.history-box {
    background-color: var(--background-color);
    padding: 51px 50px 40px !important;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 538px !important;
    position: absolute;
    right: 0;
}


.history-box .btn-primary {
    background-color: var(--heading-color);
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--light-color);
}

.btn-primary {
    transition: all 0.3s ease-in-out !important;
}

.btn-primary:hover {
    color: var(--heading-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--heading-color) !important;
}

.history-image {
    border-radius: 16px;
}

.offset-lg-13 {
    margin-right: 13%;
}

.offset-left-lg-13 {
    margin-left: 13%;
}

.history-title {
    font-size: 24px !important;
    line-height: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
    color: var(--heading-color) !important;
}

.history-subtitle {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    font-family: 'KobzarKS', serif;
    color: var(--accent-color) !important;
}

.history-text {
    color: var(--text-color) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 30px !important;
}

.row-background {
    background-color: var(--background-color);
    border: 1px solid #BF9A7B;
    border-radius: 8px;
    padding: 0 10px;
}

.info-box {
    margin-top: 26px;
    margin-bottom: 26px;
}

.info-box.border-right {
    border-right: 1px solid var(--heading-color);
    padding-right: 10%;
}

.info-box.padding-left {
    padding-left: 6%;
}

.info-box h5 {
    color: var(--heading-color) !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
}

.info-box p {
    color: var(--text-color) !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.divider-top-background {
    background: url('assets/images/svg-divider-top.svg') no-repeat center center/cover;;
    display: block;
    height: 143px;
    margin-bottom: -4px;
}

.divider-bottom-background {
    background: url('assets/images/svg-divider-bottom.svg') no-repeat center center/cover;;
    display: block;
    height: 180px;
    margin-top: -4px;
}

/* Review Section */
.review-title {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
}

.review-description {
    font-size: 16px !important;
    margin-top: 21px;
}

/* Map Section */
.map-section {
    padding: 80px 0 40px;
    background-color: #f8f5f0;
}

.map-section .container-full-width > .row {
    --bs-gutter-x: 0px !important;
}

.map-left {
    /*margin-right: 22px;*/
}

.left-box {
    z-index: 99;
    left: -51%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 760px;
}

.map-left iframe {
    border-radius: 8px;
    border: 0;
    width: 100%;
}

.map-right {
    position: relative;
}

.map-right iframe {
    border-radius: 16px;
    border: 0;
    width: 100%;
}

.map-box {
    background-color: var(--heading-color);
    padding: 53px 36px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /*position: absolute;*/
    /*top: 40px;*/
    /*left: -18%;*/
    width: 564px;
    z-index: 1;
    height: 100%;
    max-height: 370px;
    top: 50%;
    transform: translateY(-50%);
}


.map-box-subtitle, .map-box-title {
    color: var(--light-color) !important;
}

.map-box-subtitle {
    margin-bottom: 23px;
}

.map-box h2 {
    color: #F9F7EB !important;
    font-size: 24px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.map-section .gm-style .place-card-large {
    display: none !important;
}

.map-box-title-second {
    color: #E0C5AC !important;
    font-size: 28px !important;
    line-height: 36px !important;
    font-family: 'KobzarKS', serif;
    margin-bottom: 17px !important;
    font-weight: 400 !important;

}

.map-info .map-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-info .map-item .icon {
    font-weight: bold;
    margin-right: 10px;
    color: #ffffff;
}

.map-info .map-item p {
    margin: 0;
    color: var(--light-color) !important;
}

.map-info .map-item a {
    color: var(--light-color) !important;
    text-decoration: none;
}


/* History Page */
.history-page-section {
    padding: 0 0 40px;
}

.history-page-section .hero-title {
    font-size: 42px !important;
    line-height: 25px !important;
    margin: 0 !important;
}

.history-page-section .hero-subtitle {
    margin: 4px 0 0 !important;
    font-size: 42px !important;
    line-height: 25px !important;
    padding-left: 19%;
}

.history-page-section .history-box {
    width: 100% !important;
    max-width: 100% !important;
}

.history-page-section img {
    width: 100%;
    object-fit: cover;
    max-height: 512px;
    border-radius: 8px;
}

.history-page-section .history-text {
    margin: 44px 0 0 !important;
}

.history-page-box {
    background-color: var(--background-color);
    padding: 60px 100px !important;
    border-radius: 8px;
    width: auto;
    position: relative;
    border: 0;
    margin: -80px 35px 0;
    box-shadow: 0px 4px 63.3px 0px rgba(191, 154, 123, 0.35);
}

.our-story-section {
    padding: 42px 0 70px;
}

.our-story-section .hero-title {
    font-size: 42px !important;
    line-height: 25px !important;
    margin: 0 !important;
}

.our-story-section .hero-subtitle {
    margin: 2px 0 0 !important;
    font-size: 42px !important;
    line-height: 25px !important;
    padding-left: 12%;
}

.our-story-text {
    color: var(--text-color) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 13px;
    margin-bottom: 39px;
}

.our-story-text p {
    color: var(--text-color) !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.our-story-content {
    padding-right: 13%;
}

.our-philosophy-section {
    padding: 80px 0;
}

.our-philosophy-section .hero-title {
    font-size: 42px !important;
    line-height: 25px !important;
    margin: 0 !important;
}

.our-philosophy-section .hero-subtitle {
    margin: -4px 0 30px !important;
    font-size: 42px !important;
    line-height: 25px !important;
    padding-left: 5%;
}

.our-ph-content {
    text-align: left;
    max-width: 773px;
    width: 100%;
}

.whyus-section {
    background-color: var(--heading-color);
    padding: 80px 45px 80px;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat !important;
}

.why-us-wrapper {

}

.whyus-title {
    font-size: 40px !important;
    line-height: 32px !important;
    margin-bottom: 32px;
    color: #EBCFB7 !important;
    text-transform: uppercase;
}

.why-us-info-item {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    font-weight: 600;
    color: #B4B9C9 !important;
}

.why-us-info-item p {
    font-weight: 600;
    color: #B4B9C9 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.why-us-info-item strong {
    font-weight: 700;
    color: #EBCFB7 !important;

}

/* Gallery Images Slider */

.custom-slider-section {
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.slider-container {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 19px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition: transform 0.4s ease;
}

.swiper-slide {
    width: auto;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;

}

.swiper-slide img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    color: transparent !important;
}

.slider-prev, .slider-next {
    position: absolute;
    background: transparent !important;
    color: transparent !important;
    border: 1px solid #BF9A7B !important;
    border-radius: 100% !important;
    padding: 10px;
    cursor: pointer;
    z-index: 20;
    width: 40px !important;
    height: 40px !important;
    transition: background 0.3s ease-in-out;
}

.slider-prev:hover, .slider-next:hover {
    background: var(--heading-color) !important;
    border-color: var(--heading-color) !important;
}

.slider-prev svg path, .slider-next svg path {
    stroke: #BF9A7B !important;
}

.slider-prev:hover svg path, .slider-next:hover svg path {
    stroke: #fff !important;
}


.slider-prev svg, .slider-next svg {
    width: 18px !important;
    height: 18px !important;
}

.slider-prev {
    top: -64px !important;
    right: 57px !important;
    left: auto !important;
}

.slider-next {
    top: -64px !important;
    right: 0 !important;
    left: auto !important;
}

/* Remove border or outline on image or link after Fancybox closes */
.swiper-slide a,
.swiper-slide img {
    border: none !important;
    outline: none !important;
}

/* Remove focus styles for the link or image */
.swiper-slide a:focus,
.swiper-slide img:focus {
    border: none !important;
    outline: none !important;
}

/* If Fancybox adds a specific class, reset it */
.swiper-slide a.fancybox__active,
.swiper-slide img.fancybox__active {
    border: none !important;
    outline: none !important;
}

/* Questons History Page Sections */
.question-section-container {
    padding: 92px 0;
}

.main-title {
    margin-bottom: 40px;
    font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
}

.question-boxes {
    padding: 30px 40px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 4px 6px 4.9px 0 rgba(235, 207, 183, 0.3);
}

.box-title {
    color: var(--border-color) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600;
    margin-bottom: 7px !important;
}

.box-text {
    color: var(--text-color) !important;
    margin-bottom: 0 !important;
}

.first-box {
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.third-box {
    border-right: 1px solid var(--border-color);

}

.second-box {
    border-bottom: 1px solid var(--border-color);

}

.box {
    padding: 26px 25px !important;
}

.box.second-box, .box.fourth-box {
    padding-left: 68px !important;
}

.box.first-box, .box.second-box {
    padding-top: 0 !important;
}

.box.third-box, .box.fourth-box {
    padding-bottom: 0 !important;
}

/* Dropdown menu */
.offcanvas {
    background-color: var(--background-color) !important;
}

.offcanvas-body, .offcanvas-header {
    padding: 50px 40px !important;
}

.offcanvas .dropdown-menu {
    position: static !important;
    float: none !important;
    display: none !important;
    padding-left: 1rem !important;
    transform: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}


.offcanvas.offcanvas-end {
    transform: translateX(100%) !important;
    transition: transform 0.4s ease-in-out !important;
}


.offcanvas.offcanvas-end.show {
    transform: translateX(0) !important;
}


.offcanvas.offcanvas-end.hiding-right {
    transform: translateX(100%) !important;
}

.offcanvas .dropdown.show .dropdown-menu {
    display: block !important;
    animation: slideDown 0.3s ease forwards !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}


.offcanvas .dropdown-toggle::after {
    margin-left: 0.5rem !important;
    transition: transform 0.3s ease !important;
}

.offcanvas .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg) !important;
}

.offcanvas-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3e%3cpath stroke='%23F9F7EB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21.166 9-12 12M9 9l12 12'/%3e%3c/svg%3e") !important;
    width: 28px !important;
    height: 30px !important;
    background-size: 28px !important;
    background-position: center !important;
    padding: 0 !important;
    opacity: 1 !important;
    position: absolute;
    right: 40px;
    top: 76px;
    background-color: var(--heading-color);
    border: 1px solid var(--heading-color) !important;
     transition: all 0.3s ease-in-out;

}
.offcanvas-header .btn-close:hover {
    background-color: transparent !important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3e%3cpath stroke='%23151743' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21.166 9-12 12M9 9l12 12'/%3e%3c/svg%3e") !important;

}

.product-content > .row {
    display: flex;

}


.product-content .col-lg-4.product-right {
    height: 100%;
}


#product-right-content .woocommerce-product-gallery,
#product-right-content .woocommerce-product-gallery img {

    transition: none !important;
    transition-property: none !important;
}

#product-right-content .woocommerce-product-gallery {
    box-sizing: border-box !important;
}

.col-lg-4.product-right.desktop {
    position: relative !important;
    z-index: 10;
    overflow: hidden !important;
}

#product-right-content .woocommerce-product-gallery {
    box-sizing: border-box !important;
}

.privacy-policy h2, .terms-conditions h2 {
    font-size: 36px !important;
    margin: 30px 0 20px
}

.privacy-policy .page-title, .terms-conditions .page-title {
    margin-bottom: 50px;
    font-size: 42px !important;
}

.privacy-policy .site-main, .terms-conditions .site-main {
    padding: 60px 100px;
    box-shadow: 0px 4px 63.3px 0px rgba(191, 154, 123, 0.35);
    border-radius: 8px;
    margin: 15px 0 80px;
}

.wc-bacs-bank-details-heading {
    font-size: 38px !important;
}

.wc-bacs-bank-details-account-name {
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid #151743 !important;
    padding: 20px !important;
    border-radius: 16px !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px !important;
    margin: 55px 0;
}

.woocommerce-bacs-bank-details {
    margin-top: 62px;
    position: relative;
    display: block;
}

.card-payment-section {
    background-color: var(--background-color) !important;
    padding: 120px 0;
}

.card-payment-section-title {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 37px;
}

.card-payment-section .img-fluid {
    max-width: 65%;
}

.otp-logo img {
    max-width: 260px !important;
}

/*.card-payment-section .container {
	width: 45%;
	margin: auto;
}*/
.card-payment-section a {
    cursor: pointer;
}

.card-icons-wrap .footer-card-link-diff {
    max-width: 98px;
    display: block;
}

.card-icons-wrap {
    display: inline-block;
    margin: 0 10px;
}

@media screen and (max-width: 680px) {
    .card-payment-section .container {
        width: 100%;
        margin: auto;
    }

    .card-payment-section .justify-content-evenly.g-0 {
        --bs-gutter-y: 21px !important;
        --bs-gutter-x: 60px !important;
    }

    .card-payment-section {
        padding: 50px 0;
    }

    .account-dropdown .user-name {
        font-size: 14px;
    }

    .privacy-policy .site-main, .terms-conditions .site-main {
        padding: 60px 24px;
    }

    .privacy-policy .page-title, .terms-conditions .page-title {
        font-size: 30px !important;
    }

    .privacy-policy h2, .terms-conditions h2 {
        font-size: 24px !important;
    }
}

.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    text-transform: uppercase !important;
}

.cky-btn.cky-btn-preferences {
    color: #151743 !important;
    background-color: transparent;
    border-color: #151743 !important;
}

.cky-btn {
    transition: all 0.3s ease-in-out !important;
    border-radius: 40px !important;
}

.cky-btn.cky-btn-customize:hover, .cky-btn.cky-btn-reject:hover {
    background-color: var(--heading-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}

input[type="radio"].shipping_method, input[type="radio"].payment_method_selector, input[type="radio"].shipping-address-selector {
    display: none;
}

input[type="radio"].shipping_method + label, input[type="radio"].payment_method_selector + label, input[type="radio"].shipping-address-selector + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    color: #151743;
}


input[type="radio"].shipping_method + label::before, input[type="radio"].payment_method_selector + label::before, input[type="radio"].shipping-address-selector + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #151743;
    border-radius: 50%;
    background-color: #fff;
}


input[type="radio"].shipping_method:checked + label::after, input[type="radio"].payment_method_selector:checked + label::after, input[type="radio"].shipping-address-selector:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #151743;
    border-radius: 50%;
}


/* FAQ Page */

.icon-section img {
    max-width: 60px;
    margin-bottom: 15px;
}

.icon-section h5 {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 14% !important;
}

.icon-section p {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 8%;
    margin-top: 24px !important;
}

.tabs-accordion {
    padding-top: 60px;
    padding-bottom: 130px;
}

.tabs-accordion .accordion-button:focus {
    box-shadow: none;
}


/* Vertikalni tabovi */
.nav-pills .nav-link {
    margin-bottom: 10px;
    border-radius: 0 !important;
    text-align: left;
    border: 0 !important;
    background-color: transparent !important;
    color: var(--heading-color) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 25px 0;
    position: relative;
}

.nav-pills .nav-link:after {
    content: '';
    height: 1px;
    background-color: currentColor;
    width: 0;
    transition: width 0.3s ease-in-out;
    left: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;

}

.nav-pills .nav-item {
    position: relative;
}

/* Aktivni tab */
.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #A17C5C !important;
}

.nav-pills .nav-link.active:after {
    width: 100%;
}

/* Accordion button alignment */
.accordion-button {
    cursor: pointer;
}

/* Accordion Items */
.accordion-item {
    background-color: transparent !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
    padding: 0;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #E0C5AC !important;


}

.accordion {
    --bs-accordion-btn-icon: none !important;
    --bs-accordion-btn-active-icon: none !important;
}

.accordion-button {
    background-color: transparent !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #A17C5C !important;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0 !important;
    padding: 25px 17px 18px !important;

}

.accordion-button:not(.collapsed) {

    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: '+' !important;
    font-size: 25px;
    font-weight: 400;
    margin-left: auto;
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    font-size: 25px;
    font-weight: 400;
    transform: rotate(45deg) !important;
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(45deg) !important;
}

.accordion-body {
    padding: 0 17px 10px !important;
    background-color: transparent !important;
    color: var(--text-color);
    font-size: 14px;
    line-height: 24px;
}

.faq-main-top {
    margin: 17px 0 75px;
}

.faq-main-top h1.faq-main-title {
    font-size: 40px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
}

.no-gutters {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.product-grid {
    display: grid !important;
    gap: 10px; /* <-- SMANJENO NA 10px */
    padding: 0 !important;
    margin: 0 !important;
}

.product-item {
    max-width: 280px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Kada ima 1–2 proizvoda → po 1 ili 2 u redu */
@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(0, 280px)) !important;
        justify-content: center !important;
    }
}

/* Kada je ekran širi → može 3 ili 4 proizvoda */
@media (min-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(0, 280px)) !important;
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .product-grid {
        grid-template-columns: 1fr !important;
        justify-content: center !important;
    }

    .product-item {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}
