/*-- Custom Color Scheme Override - Calming Sage & Soft Peach --*/

/* ===================================
    Color Variables (Reference)
====================================== */
/*
Primary Colors:
- Forest Sage: #6f8467 (primary background - rich, earthy green)
- Soft Peach: #E1C6C0 (CTAs, buttons, accents - warm, playful)
- White: #FFFFFF (secondary backgrounds, clean crisp base)

Text Colors:
- Charcoal Brown: #59514B (body text, headlines - strong contrast)
*/

/* ===================================
    General Elements
====================================== */

.padding-bottom-none {padding-bottom: 0rem;}

/* Body background */
body {
    background: #FFFFFF !important;
    color: #59514B !important;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
    background: #6f8467 !important;
}

::-webkit-scrollbar-track {
    background: #FFFFFF !important;
    border-left: 0 solid #FFFFFF !important;
    border-right: 0 solid #FFFFFF !important;
}

/* ===================================
    Custom Colors
====================================== */
.bamboo-bg-color-10{background-color: #6A8A9E !Important;}  .bamboo-color-10{color: #6A8A9E !Important;}
.bamboo-bg-color-11{background-color: #4A6A8E !Important;}  .bamboo-color-11{color: #4A6A8E !Important;}
.bamboo-bg-color-12{background-color: #6f8467 !Important;}  .bamboo-color-12{color: #6f8467 !Important;}

.bamboo-blue-gradient {
    background: #4A6A8E !important;
    background: linear-gradient(90deg, rgba(74, 106, 142, 1) 30%, rgba(106, 138, 158, 1) 100%) !important;
}

@media (max-width: 767.98px) {
    .bamboo-blue-gradient {
        background: #4A6A8E !important;
        background: linear-gradient(180deg, rgba(74, 106, 142, 1) 30%, rgba(106, 138, 158, 1) 100%) !important;
    }
}

/* ===================================
    Background Colors
====================================== */

.bg-main {
    background-color: #6f8467 !important;
}

.bg-white {
    background: #FFFFFF !important;
}

.bg-sec {
    background: #6f8467 !important;
}

.bg-black {
    background: #59514B !important;
}

/* ===================================
    Text Colors
====================================== */

.text-main {
    color: #6f8467 !important;
}

.text-sec {
    color: #59514B !important;
}

.text-black {
    color: #59514B !important;
}

.text-white {
    color: #FFFFFF !important;
}

/* Body text color */
body {
    color: #59514B !important;
}

/* ===================================
    Buttons
====================================== */

.btn.btn-grey {
    background: #E1C6C0 !important;
    border-color: #E1C6C0 !important;
    color: #59514B !important;
}

.btn.btn-grey:hover {
    background: #6f8467 !important;
    border-color: #6f8467 !important;
    color: #FFFFFF !important;
}

.btn.btn-white {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #59514B !important;
}

.btn.btn-white:hover {
    background: #E1C6C0 !important;
    border-color: #E1C6C0 !important;
    color: #59514B !important;
}

.btn.btn-transparent {
    background: transparent !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn.btn-transparent:hover {
    background: #E1C6C0 !important;
    border-color: #E1C6C0 !important;
    color: #59514B !important;
}

.btn.btn-white-trans {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #59514B !important;
}

.btn.btn-white-trans:hover {
    background: transparent !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

/* ===================================
    Header & Navigation
====================================== */

header .main-navigation {
    background: linear-gradient(to bottom, #51664B, #708568) !important;
    background-color: #6f8467 !important; /* Fallback for older browsers */
}

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

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #E1C6C0 !important;
}

/* Side Menu */
.side-menu {
    background: #6f8467 !important;
}

.side-menu .nav-link {
    color: #FFFFFF !important;
}

.side-menu .nav-link:hover {
    color: #E1C6C0 !important;
}

.side-footer {
    color: #FFFFFF !important;
}

.side-footer .menu-company-details span {
    color: #FFFFFF !important;
}

/* ===================================
    Sections
====================================== */

/* About section */
.about {
    background-color: rgb(246, 246, 246);
}

.about .heading-area h2 {
    color: #59514B !important;
}

.about .heading-area h6 {
    color: #E1C6C0 !important;
}

.about .heading-area p {
    color: #59514B !important;
}

.about .app-feature h4 {
    color: #59514B !important;
}

.about .app-feature p {
    color: #59514B !important;
}

.about .app-feature i {
    color: #E1C6C0 !important;
}

/* Counters Section */
/* .parallax {
    background-color: #6f8467 !important;
} */


.parallax-box h2,
.parallax-box h5 {
    color: #FFFFFF !important;
}

.parallax-box i {
    color: #E1C6C0 !important;
}

/* Menu/Portfolio Section */
.menu {
    background: #FFFFFF !important;
}

.menu .heading-area h2 {
    color: #59514B !important;
}

.menu .heading-area h6 {
    color: #E1C6C0 !important;
}

.menu .heading-area p {
    color: #59514B !important;
}

.item-img-overlay {
    background: rgba(163, 169, 155, 0.95) !important;
}

.overlay-info h5 {
    color: #FFFFFF !important;
}

.overlay-info .image-hover i {
    color: #E1C6C0 !important;
}

/* Reviews Section */
.reviews {
    background: #FFFFFF !important;
}

.reviews .heading-area h2 {
    color: #59514B !important;
}

.reviews .heading-area h6 {
    color: #E1C6C0 !important;
}

.testimonial-box .item .icon-holder i {
    color: #E1C6C0 !important;
}

.testimonial-box .item .text {
    color: #59514B !important;
}

.testimonial-box .item .user-name {
    color: #6f8467 !important;
}

/* Blog Section */
.blog {
    background: #6f8467 !important;
}

.blog-background {
    background-color: #6f8467 !important;
}

.blog-context {
    color: #FFFFFF !important;
}

.blog-context h2,
.blog-context span,
.blog-context p {
    color: #FFFFFF !important;
}

.blog-context .btn:hover {
    background: #E1C6C0 !important;
    border-color: #E1C6C0 !important;
    color: #59514B !important;
}

/* Contact Section */
#contact {
    background: #FFFFFF !important;
}

#contact .heading-area h2 {
    color: #59514B !important;
}

#contact .heading-area h6 {
    color: #E1C6C0 !important;
}

.contact-form .form-control {
    border-color: #6f8467 !important;
    color: #59514B !important;
    background: #FFFFFF !important;
}

.contact-form .form-control:focus {
    border-color: #E1C6C0 !important;
}

.contact-form .form-control::placeholder {
    color: #6f8467 !important;
}

/* ===================================
    Footer
====================================== */

.footer {
    background: #6f8467 !important;
}

.footer .company-about {
    color: #FFFFFF !important;
}

.footer .social-icons .social-icon {
    color: #FFFFFF !important;
}

.footer .social-icons .social-icon:hover {
    color: #E1C6C0 !important;
}

.footer p a {
    color: #E1C6C0 !important;
}

.footer p a:hover {
    color: #6f8467 !important;
}

/* ===================================
    Loader
====================================== */

.loader-bg {
    background: #6f8467 !important;
}

.smoke-loader .coffee-cup svg {
    fill: #FFFFFF !important;
}

.smoke1, .smoke2, .smoke3 {
    background: #E1C6C0 !important;
}

/* ===================================
    Modal/Popup
====================================== */

.animated-modal {
    background: #FFFFFF !important;
}

.animated-modal h2 {
    color: #59514B !important;
}

.animated-modal .text-pink {
    color: #E1C6C0 !important;
}

.animated-modal .form-control {
    border-color: #6f8467 !important;
    color: #59514B !important;
    background: #FFFFFF !important;
}

.animated-modal .form-control:focus {
    border-color: #E1C6C0 !important;
}

.animated-modal .form-control::placeholder {
    color: #6f8467 !important;
}

/* ===================================
    Typography & Links
====================================== */

/* Headings */
/* h1, h2, h3, h4, h5, h6 {
    color: #59514B !important;
} */

h1.slider-heading,
h1.main-font {
    color: #FFFFFF !important;
}

/* Links */
a {
    color: #6f8467 !important;
}

a:hover {
    color: #E1C6C0 !important;
}

/* Paragraph text */
p {
    color: #59514B !important;
}

/* ===================================
    Icons & Additional Elements
====================================== */

/* Icons */
.lni, .la, .fa, .fab, .fas {
    color: inherit;
}

/* Social Icons */
.social-icons .social-icon {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.social-icons .social-icon:hover {
    color: #E1C6C0 !important;
    border-color: #E1C6C0 !important;
}

.social-icons-simple .social-icon {
    color: #FFFFFF !important;
}

.social-icons-simple .social-icon:hover {
    color: #E1C6C0 !important;
}

/* Menu line icon */
.menu-line {
    color: #FFFFFF !important;
}

/* Side menu toggle */
.sidemenu_btn span {
    background: #FFFFFF !important;
}

/* Checkbox */
.checkmark {
    border-color: #E1C6C0 !important;
}

.checkbox-lable {
    color: #59514B !important;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #E1C6C0 !important;
}

.checkbox-lable input:checked ~ .checkmark:after {
    border-color: #FFFFFF !important;
}

/* Owl Carousel dots */
.owl-theme .owl-dots .owl-dot span {
    background: #6f8467 !important;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #E1C6C0 !important;
    opacity: 1;
}

/* Swiper pagination */
.swiper-pagination-bullet {
    background: #FFFFFF !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #E1C6C0 !important;
    opacity: 1;
}

/* ===================================
    Slider Section
====================================== */

.slider .container.slider-text h1 {
    color: #FFFFFF !important;
}

.slider .container.slider-text p {
    color: #FFFFFF !important;
}

.slider .social-icons .social-icon {
    color: #FFFFFF !important;
}

.slider .social-icons .social-icon:hover {
    color: #E1C6C0 !important;
}

/* ===================================
    Additional Styling
====================================== */

/* Sub-titles and special text */
.sub-title {
    color: #E1C6C0 !important;
}

/* Image hover effects */
.image-hover {
    color: #E1C6C0 !important;
}

/* Navigation active states */
.nav-link.active {
    color: #E1C6C0 !important;
}

/* Quotes and testimonials */
blockquote,
.quote {
    color: #59514B !important;
    border-left-color: #E1C6C0 !important;
}

/* Dividers and borders */
hr {
    border-color: #6f8467 !important;
}

/* Table styling if present */
table {
    color: #59514B !important;
}

table thead {
    background: #6f8467 !important;
    color: #FFFFFF !important;
}

table tbody tr:hover {
    background: #FFFFFF !important;
}

/* List styling */
ul li::marker {
    color: #E1C6C0 !important;
}

ol li::marker {
    color: #E1C6C0 !important;
}

/* ===================================
    Special Overrides for Calm Effect
====================================== */

/* Ensure calm sage backgrounds */
section.parallax.bg-green {
    background-color: #6f8467;
}

/* Soft transitions */
a, .btn, .nav-link, .social-icon {
    transition: all 0.3s ease !important;
}

/* Gentle shadows for depth */
.btn,
.form-control,
.navbar {
    box-shadow: 0 2px 8px rgba(89, 81, 75, 0.1) !important;
}

.btn:hover,
.form-control:focus {
    box-shadow: 0 4px 12px rgba(225, 198, 192, 0.2) !important;
}

/* Card-like sections with subtle elevation */
.about,
.menu,
#contact {
    position: relative;
}

/* Contact section - extra padding for overlapping blog cards */
#contact {
    padding-top: 200px !important;
    position: relative;
    z-index: 1;
}

/* Warm, inviting hover states */
.item-img-overlay:hover {
    background: rgba(225, 198, 192, 0.9) !important;
}

/* ===================================
    Services Section Styling
====================================== */

.services-section {
    background: #FFFFFF;
    padding: 100px 0;
}

.services-section .testimonial-box {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 50px 40px;
    background: #FFFFFF;
    margin: 50px 10px 10px 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.services-section .testimonial-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(111, 132, 103, 0.2);
}

.services-section .quote_box {
    position: relative;
    height: 65px;
    width: 65px;
    background-color: #E1C6C0;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
}

.services-section .quote_box i.quote {
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-section .infot_margin {
    margin: 25px 0;
    opacity: 0.8;
}

.services-section .text {
    color: #59514B;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.services-section .testimonial_img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}

.services-section .testimonial_img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-section .text1 {
    margin-top: 10px;
}

.services-section .testimonial_name {
    color: #6f8467;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.services-section .info {
    font-size: 14px;
    color: #59514B;
    opacity: 0.8;
}

.services-section .text-red {
    color: #E1C6C0 !important;
}

/* ===================================
    Modal Popup Overlay
====================================== */

.quote-content.animated-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
}

.quote-content.animated-modal.hidden {
    display: none;
}

/* Modal Backdrop */
.quote-content.animated-modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(89, 81, 75, 0.8);
    z-index: -1;
}

/* ===================================
    Mobile Responsive - Remove Padding
====================================== */

/* Remove left/right padding only for gallery section on small devices */
@media (max-width: 767px) {
    .menu .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .menu [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .quote-content.animated-modal {
        width: 95%;
        padding: 30px 20px;
    }
}

/* ===================================
     UI-Block-02 (Cenik sekcija)
==================================== */

.ui-block-02{
    background-image: url("../../img/web/web_bamboo_1920_1280.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100% !Important;
    position: relative;
    background-attachment: fixed;
}

.ui-block-02.testimonial .testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.ui-block-02.testimonial .testimonial_img img{
    border-radius: 50%;
    height: 100% !Important;
    width: 100% !Important;
}

.ui-block-02.testimonial .owl-testimonial{
    margin-top: 50px;
}

.ui-block-02.testimonial .client-data{
    position: absolute;
}

.ui-block-02.testimonial .testimonial-box{
    background: #108Ab1;
    overflow: hidden;
    padding: 65px 25px 45px 25px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 10px;
    opacity: 0.8;
}

/* Override inline styles - prisilimo belo besedilo in pravilne dimenzije */
.ui-block-02.testimonial .testimonial-box {
    padding: 65px 25px 45px 25px !important;
    border-radius: 10px !important;
}

.ui-block-02.testimonial .testimonial-box h4,
.ui-block-02.testimonial .testimonial-box h5,
.ui-block-02.testimonial .testimonial-box p,
.ui-block-02.testimonial .testimonial-box .text,
.ui-block-02.testimonial .testimonial-box .testimonial_name,
.ui-block-02.testimonial .testimonial-box .price,
.ui-block-02.testimonial .testimonial-box .info {
    color: #ffffff !important;
}

/* Override quote_box positioning */
.ui-block-02.testimonial .testimonial-box .quote_box {
    margin-bottom: 0 !important;
}

/* Override ikone */
.ui-block-02.testimonial .testimonial-box .quote_box i {
    color: #ffffff !important;
    font-size: 30px !important;
}

.ui-block-02.testimonial .owl-testimonial .owl-item.center .testimonial-box{
    background-color: #09D1c7;
    padding: 65px 25px 45px 25px;
}

.ui-block-02.testimonial .owl-testimonial .center .quote_box{
    background-color: #09D1c7;
}

.ui-block-02.testimonial .owl-testimonial .center .quote_box .quote{
    color: #ffffff;
}

.ui-block-02.testimonial .center .testimonial-box{
    background-color: #09D1c7;
}

.ui-block-02.testimonial .center .testimonial-box:hover:before{
    opacity: 1 !Important;
}

.ui-block-02.testimonial .center .testimonial-box .infot_margin {
    opacity: 1;
}

.ui-block-02.testimonial .owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.ui-block-02.testimonial .owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #09D1c7;
}

.ui-block-02.testimonial .margin-p{
    text-align: center;
}

.ui-block-02.testimonial .testimonial_img{
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
}

.ui-block-02.testimonial .testimonial_img img{
    height: 100% !Important;
    width: 100% !Important;
}

.ui-block-02.testimonial .quote{
    font-size: 30px;
    color: #ffffff;
}

.ui-block-02.testimonial .quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #5fb1c2;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 88.5%;
    left: 50%;
    transform: translateX(-50%);
}

.ui-block-02.testimonial .infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

.ui-block-02.testimonial .testimonial_name{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #26313c;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

.ui-block-02.testimonial#testimonials .text1 .info {
    font-size: 15px;
    font-weight: normal;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

.ui-block-02.testimonial#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
}

.ui-block-02.testimonial#testimonials .item{
    padding-bottom: 60px ;
}

.ui-block-02.testimonial .owl-testimonial .owl-dots{
    margin-top: 40px !Important;
}

.ui-block-02.testimonial .owl-testimonial .owl-dots .owl-dot.active span, .ui-block-02.testimonial .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #09D1c7;
}

.ui-block-02.testimonial .owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.ui-block-02.testimonial .owl-testimonial .owl-dots .owl-dot span {
    background: #108Ab1;
    border: 2px solid #515050;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.ui-block-02.testimonial .heading-area .heading{
    font-size: 2.5rem;
    color: #26313c;
    font-weight: 300;
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.ui-block-02.testimonial .heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin-bottom: 40px;
}

.ui-block-02.testimonial .heading-area .sub-heading {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.ui-block-02.testimonial .main-font{font-family: 'Montserrat', sans-serif;}

.ui-block-02.testimonial .alt-font{font-family: 'Roboto', sans-serif;}

.ui-block-02.testimonial p {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.ui-block-02.testimonial h1, .ui-block-02.testimonial h2, .ui-block-02.testimonial h3, .ui-block-02.testimonial h4, .ui-block-02.testimonial h5 {line-height: 1.2; font-weight: 400; /*font-family: 'Poppins', sans-serif;*/ font-family: 'Montserrat', sans-serif;}

@media screen and (max-width: 991px) and (min-width: 768px){
    .ui-block-02.testimonial {
        text-align: center;
    }
    .ui-block-02.testimonial .heading-area .heading {
        font-size: 32px;
    }
    .ui-block-02.testimonial .owl-testimonial {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .ui-block-02.testimonial  {
        text-align: center;
    }
    .ui-block-02.testimonial .heading-area .heading {
        font-size: 24px;
        margin: 20px 0;
    }
    .ui-block-02.testimonial .heading-area .text {
        font-size: 15px;
    }
    .ui-block-02.testimonial .heading-area .sub-heading {
        font-size: 15px;
    }
    .ui-block-02.testimonial .owl-testimonial {
        margin-top: 35px;
    }
}



/* ===================================
     UI-Block-12
==================================== */

.ui-block-12{
    background-color: rgb(246, 246, 246);
    margin-top: 7.5rem;
}

.ui-block-12.pricing-sec .pricing-heading-sec{
    margin-bottom: 15px;
}

.ui-block-12.pricing-sec .p-card{
    padding-top: 15px;
}

.ui-block-12.pricing-sec .p-card:nth-child(2){
    padding-top: 0;
}

.ui-block-12.pricing-sec .pricing-cards{
    padding-top: 50px;
}

.ui-block-12.pricing-sec .pricing-card{
    padding: 30px 20px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    position: relative;
    border-radius: 0;
}

.ui-block-12.pricing-sec .pricing-card .pricing-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #6f8467;
    padding-bottom: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .price-info{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-icon i{
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-icon{
    display: inline-block;
    position: relative;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-price{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-left: 28px;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-since{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: relative;
    left: 12px; /*left: 42px;*/
    top: -7px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .price-text .small-text{
    color: #878787;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .feature-list{
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .feature-list li{
    color: #535353;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    margin-bottom: 8px;
    text-align: left;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card .feature-list li i{
    font-size: 20px;
    color: #62be10;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.ui-block-12.pricing-sec .pricing-card button,
.ui-block-12.pricing-sec .pricing-card a.btn{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

/*hover*/
.ui-block-12.pricing-sec .pricing-card:hover, .ui-block-12.pricing-sec .pricing-card.active{
    background-color: #6f8467;
}
.ui-block-12.pricing-sec .pricing-card:hover .pricing-heading,
.ui-block-12.pricing-sec .pricing-card.active .pricing-heading{
    color: #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-info, .ui-block-12.pricing-sec .pricing-card.active .price-info{
    border-bottom: solid 2px #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon i, .ui-block-12.pricing-sec .pricing-card.active .price-info .price-tag .p-icon i{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-info .price-tag .p-icon, .ui-block-12.pricing-sec .pricing-card.active .price-info .price-tag .p-icon{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-info .price-tag .p-price, .ui-block-12.pricing-sec .pricing-card.active .price-info .price-tag .p-price{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-info .price-tag .p-since, .ui-block-12.pricing-sec .pricing-card.active .price-info .price-tag .p-since{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .price-text .small-text, .ui-block-12.pricing-sec .pricing-card.active .price-text .small-text{
    color: #FFFFFF ;
}

.ui-block-12.pricing-sec .pricing-card:hover .feature-list li i, .ui-block-12.pricing-sec .pricing-card.active .feature-list li i{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover .feature-list li, .ui-block-12.pricing-sec .pricing-card.active .feature-list li{
    color: #FFFFFF;
}

.ui-block-12.pricing-sec .pricing-card:hover button, .ui-block-12.pricing-sec .pricing-card.active button,
.ui-block-12.pricing-sec .pricing-card:hover a.btn, .ui-block-12.pricing-sec .pricing-card.active a.btn{
    background-color: #FFFFFF;
    color: #6f8467 !important;
    border: solid 1px #6f8467;
}

.ui-block-12.pricing-sec .pricing-card button:hover,
.ui-block-12.pricing-sec .pricing-card a.btn:hover{
    background-color: transparent;
    border: solid 1px #FFFFFF;
    color: #FFFFFF !important;
}

.ui-block-12.pricing-sec .pricing-card:hover, .ui-block-12.pricing-sec .pricing-card.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*zigzag line*/
.ui-block-12.pricing-sec .zig-zag-top:before{
    background: -o-linear-gradient(135deg, #6f8467 16px, red 16px, rgba(0, 150, 255, 1.00) 16px, transparent 0), -o-linear-gradient(45deg, #6f8467 16px, transparent 0);
    background: linear-gradient(-45deg, #6f8467 16px, red 16px, rgba(0, 150, 255, 1.00) 16px, transparent 0), linear-gradient(45deg, #6f8467 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 22px 32px;
    content: " ";
    display: block;
    height: 22px;
    width: 113%;
    position: relative;
    bottom: 52px;
    left: -20px;
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.ui-block-12.pricing-sec #d-wrapper	.zig-zag-bottom{
    margin: 32px 0;
    margin-top: 0;
    background: #1ba1e2;
}

.ui-block-12.pricing-sec #d-wrapper	.zig-zag-top{
    margin: 32px 0;
    margin-bottom: 0;
    background: #1ba1e2;
}

.ui-block-12.pricing-sec #d-wrapper	.zig-zag-bottom,
.ui-block-12.pricing-sec #d-wrapper	.zig-zag-top{
    padding: 32px 0;
}

.ui-block-12.pricing-sec .zig-zag-bottom:after{
    background: -o-linear-gradient(135deg, transparent 16px, #6f8467 0), -o-linear-gradient(45deg, transparent 16px, #6f8467 0);
    background: linear-gradient(-45deg, transparent 16px, #6f8467 0), linear-gradient(45deg, transparent 16px, #6f8467 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;
    width: 113%;
    height: 11px;
    position: relative;
    top: 41px;
    left: -20px;
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.ui-block-12.pricing-sec .pricing-card:hover.zig-zag-bottom:after, .ui-block-12.pricing-sec .pricing-card.active.zig-zag-bottom:after, .ui-block-12.pricing-sec .pricing-card:hover.zig-zag-top:before, .ui-block-12.pricing-sec .pricing-card.active.zig-zag-top:before{
    opacity: 1;
}

.ui-block-12.pricing-sec .red-btn{
    font-size: 14px;
    border :solid 1px #6f8467;
    color: #6f8467 !important;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    padding: 8px 30px;
}

.ui-block-12.pricing-sec .red-btn:hover{
    text-decoration: none;
    color: #fff !important;
    background-color: #6f8467;
}

.ui-block-12.pricing-sec .text-des{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.ui-block-12.pricing-sec .sub-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #6f8467;
    margin-bottom: 10px;
    display: block;
}

.ui-block-12.pricing-sec .large-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color:  #2f2f2f;
    margin-bottom: 15px;
}

.ui-block-12.pricing-sec .fly-line{
    display: block;
    height: 2px;
    width: 50px;
    background-color: #6f8467;
    opacity: .8;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ui-block-12.pricing-sec .pricing-card {
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .ui-block-12.pricing-sec .zig-zag-bottom:after, .ui-block-12.pricing-sec .zig-zag-top:before{
        display: none;
    }
    .ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-since {
        font-size: 12px;
        left: 22px;
        top: -7px;
    }
    .ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-price {
        font-size: 38px;
        margin-left: 18px;
    }
    .ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-icon i {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ui-block-12.pricing-sec .pricing-card {
        margin-bottom: 50px;
        padding: 64px 55px;
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .ui-block-12.pricing-sec .pricing-cards {
        padding-left: 100px;
        padding-right: 100px;
    }
    .ui-block-12.pricing-sec .zig-zag-bottom:after, .ui-block-12.pricing-sec .zig-zag-top:before{
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ui-block-12.pricing-sec .pricing-card {
        margin-bottom: 40px;
        -webkit-box-shadow: 1px 1px 10px #a3a6a933;
        box-shadow: 1px 1px 10px #a3a6a933;
    }
    .ui-block-12.pricing-sec .pricing-cards {
        padding-left: 50px;
        padding-right: 50px;
    }
    .ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-since {
        left: 10px;
    }
    .ui-block-12.pricing-sec .zig-zag-bottom:after, .ui-block-12.pricing-sec .zig-zag-top:before{
        display: none;
    }
}

@media (max-width: 575.98px) {
    .ui-block-12.pricing-sec .pricing-card {
        max-width: 370px;
        margin: 20px auto;
    }
    .ui-block-12.pricing-sec .pricing-cards {
        padding-top: 0;
    }
    .ui-block-12.pricing-sec .pricing-card .price-info .price-tag .p-since {
        left:10px;
    }
    .ui-block-12.pricing-sec .zig-zag-bottom:after, .ui-block-12.pricing-sec .zig-zag-top:before{
        display: none;
    }
}

/* Mobile chat tweaks */
@media (max-width: 479.98px) {
    .chat-widget {
        top: auto;
        bottom: 70px;
        height: calc(100vh - 90px);
        max-height: calc(100vh - 90px);
    }

    .chat-widget.fullscreen {
        top: auto;
        bottom: 10px;
        height: calc(100vh - 20px);
        max-height: calc(100vh - 20px);
    }
}


/* ===================================
     UI-Block-30
==================================== */
.ui-block-30.about-sec {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
}

.ui-block-30.about-sec .heading-area .title{
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.ui-block-30.about-sec .heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
    color: #6479bf;
}

.ui-block-30.about-sec .about-list{
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}

.ui-block-30.about-sec .about-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.ui-block-30.about-sec .about-list li .a-icon{
    font-size: 25px;
    margin-right: 15px;
    color:#6479bf;
}

.ui-block-30.about-sec .about-sec .quote{
    font-weight: 400;
}

.ui-block-30.about-sec .about-img-area .about-img{
    padding-right: 30px;
    padding-bottom: 30px;
    background-size: cover;
}

.ui-block-30.about-sec .about-img-area .about-img img{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -80px;
    position: relative;
    z-index: 1;
    box-shadow: 11px 11px 25px #594242;
}

.ui-block-30.about-sec .overlay-white{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.48);
}

.ui-block-30.about-sec .overlay-dark{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58);
}

.ui-block-30.about-sec .yellow-and-white-slider-btn{font-size: 14px;font-family: Montserrat, sans-serif;letter-spacing:3px;padding: 10px 25px;color:#ffffff;font-weight: 500;background-color:#6479bf;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.ui-block-30.about-sec .yellow-and-white-slider-btn:hover{ color:#ffffff !important;background-color:#000000 !important; }

@media screen and (max-width:991px){
    .ui-block-30.about-sec {
        padding-top: 120px;
    }
    .ui-block-30.about-sec .about-img-area{
        margin-top: 50px;
    }
    .ui-block-30.about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width:767px){
    .ui-block-30.about-sec {
        padding-top: 120px;
    }
    .ui-block-30.about-sec .about-img-area{
        margin-top: 50px;
    }
    .ui-block-30.about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* ===================================
     Map Section (Grayscale filter)
==================================== */

/* Map Section Styling */
.map-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #e0e0e0;
}

.map-wrapper iframe {
    width: 100%;
    height: 500px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Grayscale filter for map */
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Responsive Map Height */
@media (max-width: 768px) {
    .map-wrapper iframe {
        height: 400px;
    }
}

/* ===================================
     Blog Section
====================================== */
.blog-section {
    padding: 100px 0 50px 0;
    position: relative;
    z-index: 10000 !important;
}

/* Override overflow: hidden from bg-img1 class */
.blog-section.bg-img1,
.blog-section.bg-img2 {
    overflow: visible !important;
}

.blog-area {
    text-align: center;
    padding-bottom: 80px;
}

.blog-area .subheading {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #E1C6C0; /* Soft Peach */
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-area .blog-heading {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF; /* White for parallax background */
}

.blog-section .cards-section {
    position: relative;
    top: 120px;
    padding-bottom: 0;
    z-index: 10000 !important;
    transform: translateZ(0);
    will-change: transform;
}

.blog-section .card {
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin: 0 15px 30px 15px;
    transition: all 0.3s ease-in;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 100%;
    position: relative;
    z-index: 10000 !important;
    transform: translateZ(0);
}

.blog-section .card:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.blog-section .card.active {
    background-color: #E1C6C0; /* Soft Peach */
}

/* Kartica s sliko ozadja (Tjaša Romih) */
.blog-section .card.active.with-image {
    position: relative;
    overflow: hidden;
    background-color: #E1C6C0 !important; /* Soft Peach - obdržana */
}

.blog-section .card.active.with-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; /* Celotna kartica */
    background-image: url('../../img/melisa-800x600.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1.0; /* 100% pokritost - brez prosojnosti */
    z-index: 1;
    pointer-events: none;
}

.blog-section .card.active.with-image .card-body {
    position: relative;
    z-index: 2;
}

.blog-section .card.active.with-image .card-title {
    color: #FFFFFF !important; /* Bela barva za Melisa */
}

.blog-section .card.active.with-image p {
    color: #FFFFFF !important;
}

.blog-section .card.active.with-image .card-body p:first-child {
    color: #59514B !important; /* Charcoal Brown za nadbesedilo */
}

.blog-section .card.active.with-image .card-body p:last-child {
    margin-top: 10px;
}

/* Kartica s sliko ozadja (Tjaša Romih - belo ozadje) */
.blog-section .card.with-image-tjasa {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF !important; /* Belo ozadje */
}

.blog-section .card.with-image-tjasa::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; /* Celotna kartica */
    background-image: url('../../img/tjasa-800x600.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1.0; /* 100% pokritost - brez prosojnosti */
    z-index: 1;
    pointer-events: none;
}

.blog-section .card.with-image-tjasa .card-body {
    position: relative;
    z-index: 2;
}

.blog-section .card.with-image-tjasa .card-title {
    color: #FFFFFF !important; /* Bela barva za Tjaša */
}

.blog-section .card.with-image-tjasa p {
    color: #FFFFFF !important;
}

.blog-section .card.with-image-tjasa .card-body p:first-child {
    color: #59514B !important; /* Charcoal Brown za nadbesedilo */
}

.blog-section .card.with-image-tjasa .card-body p:last-child {
    margin-top: 10px;
}

/* Kartica s sliko ozadja (Pandi - belo ozadje) */
.blog-section .card.with-image-pandi {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF !important; /* Belo ozadje */
}

.blog-section .card.with-image-pandi::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; /* Celotna kartica */
    background-image: url('../../img/pandi-800x600.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1.0; /* 100% pokritost - brez prosojnosti */
    z-index: 1;
    pointer-events: none;
}

.blog-section .card.with-image-pandi .card-body {
    position: relative;
    z-index: 2;
}

.blog-section .card.with-image-pandi .card-title {
    color: #6f8467 !important; /* Forest Sage */
}

.blog-section .card.with-image-pandi p {
    color: #FFFFFF !important;
}

.blog-section .card.with-image-pandi .card-body p:first-child {
    color: #59514B !important; /* Charcoal Brown za nadbesedilo */
}

.blog-section .card.with-image-pandi .card-body p:last-child {
    margin-top: 10px;
}

.blog-section .card.active .card-title,
.blog-section .card.active p,
.blog-section .card.active .buttton {
    color: #FFFFFF;
}

.blog-section .card-body {
    padding: 30px;
    position: relative;
}

/* Telefonska številka v desnem spodnjem kotu */
.blog-section .card-phone {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
}

/* Razmik med karticami na malih zaslonih */
@media (max-width: 767.98px) {
    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
}

.blog-section .card-body p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #59514B; /* Charcoal Brown */
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-section .card-body p:first-child {
    font-size: 14px;
    color: #6f8467; /* Forest Sage */
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-section .card-title {
    color: #6f8467; /* Forest Sage */
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-section .buttton {
    font-size: 18px;
    color: #59514B;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.blog-section .buttton i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #6f8467;
    color: #6f8467;
    transition: 0.3s ease;
    margin-right: 8px;
}

.blog-section .buttton:hover {
    color: #6f8467;
}

.blog-section .buttton:hover i {
    background: #E1C6C0;
    border-color: #E1C6C0;
    color: #ffffff;
    transition: 0.3s ease;
}

.blog-section .card.active .buttton i {
    color: #fff;
    border-color: #FFFFFF;
}

.blog-section .card.active .buttton {
    color: #fff;
}

.blog-section .card.active .buttton:hover i {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #E1C6C0;
}

/* Responsive */
@media (max-width: 992px) {
    .blog-area .blog-heading {
        font-size: 36px;
    }

    .blog-section .card {
        margin: 0 0 30px 0;
    }

    .blog-section {
        padding: 80px 0 40px 0;
    }

    .blog-section .cards-section {
        top: 80px;
    }

    #contact {
        padding-top: 150px !important;
    }
}

@media (max-width: 768px) {
    .blog-area {
        padding-bottom: 40px;
    }

    .blog-area .blog-heading {
        font-size: 30px;
    }

    .blog-area .subheading {
        font-size: 16px;
    }

    .blog-section .card-body {
        text-align: center;
    }

    .blog-section {
        padding: 60px 0;
    }

    .blog-section .card {
        margin: 0 0 20px 0;
    }

    .blog-section .cards-section {
        top: 0;
    }

    #contact {
        padding-top: 80px !important;
    }
}

/* ===================================
    Responsive Padding Utilities
====================================== */
@media (min-width: 768px) {
    .pb-md-7rem {
        padding-bottom: 7rem !important;
    }
}

/* ===================================
    Responsive Margin Utilities
====================================== */
@media (max-width: 767px) {
    .ui-block-12 {
        margin-top: 0 !important;
    }
}

/* ===================================
   Cookie Notice Floating Button & Modal
   Bamboo Igralni Kotiček
==================================== */

/* Floating Cookie Button (Bottom Left) */
.floating-cookie-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #6f8467; /* Forest Sage */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(111, 132, 103, 0.4);
    z-index: 10001;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.floating-cookie-button:hover {
    background-color: #E1C6C0; /* Soft Peach */
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(225, 198, 192, 0.5);
}

.floating-cookie-button:active {
    transform: scale(0.95);
}

.floating-cookie-button i {
    font-size: 28px;
    color: #FFFFFF;
}

/* Cookie Modal Backdrop */
.cookie-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Cookie Modal Container */
.cookie-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 500px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
    z-index: 10002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
}

.cookie-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Cookie Modal Header */
.cookie-modal-header {
    background: linear-gradient(135deg, #6f8467 0%, #5a6d53 100%);
    color: #FFFFFF;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-modal-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-modal-close {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.cookie-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Cookie Modal Body */
.cookie-modal-body {
    padding: 30px 25px;
    color: #59514B; /* Charcoal Brown */
    line-height: 1.6;
}

.cookie-modal-body p {
    margin-bottom: 20px;
    font-size: 15px;
}

.cookie-modal-body ul {
    margin: 15px 0 20px 20px;
    padding: 0;
    list-style: none;
}

.cookie-modal-body ul li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

.cookie-modal-body ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6f8467;
    font-size: 20px;
    line-height: 1;
}

/* Cookie Modal Footer */
.cookie-modal-footer {
    padding: 20px 25px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
}

.cookie-modal-footer button {
    background-color: #6f8467; /* Forest Sage */
    color: #FFFFFF;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(111, 132, 103, 0.3);
}

.cookie-modal-footer button:hover {
    background-color: #E1C6C0; /* Soft Peach */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 198, 192, 0.4);
}

.cookie-modal-footer button:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 767px) {
    .floating-cookie-button {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .floating-cookie-button i {
        font-size: 24px;
    }

    .cookie-modal {
        width: 95%;
        max-width: none;
    }

    .cookie-modal-header {
        padding: 15px 20px;
    }

    .cookie-modal-header h3 {
        font-size: 18px;
    }

    .cookie-modal-body {
        padding: 20px;
    }

    .cookie-modal-footer {
        padding: 15px 20px;
    }

    .cookie-modal-footer button {
        width: 100%;
    }
}
